Documentation
Preparing search index...
@saltcorn/mobile-builder
utils/capacitor-helper
CapacitorCfg
Type Alias CapacitorCfg
type
CapacitorCfg
=
{
appName
:
string
;
appVersion
:
string
;
buildDir
:
string
;
buildType
:
"debug"
|
"release"
;
iosParams
?:
IosCfg
;
isUnsecureKeyStore
:
boolean
;
keyStoreAlias
:
string
;
keyStorePassword
:
string
;
keyStorePath
:
string
;
platforms
:
string
[]
;
serverURL
:
string
;
useDocker
?:
boolean
;
}
Index
Properties
app
Name
app
Version
build
Dir
build
Type
ios
Params?
is
Unsecure
Key
Store
key
Store
Alias
key
Store
Password
key
Store
Path
platforms
server
URL
use
Docker?
Properties
app
Name
appName
:
string
app
Version
appVersion
:
string
build
Dir
buildDir
:
string
build
Type
buildType
:
"debug"
|
"release"
Optional
ios
Params
iosParams
?:
IosCfg
is
Unsecure
Key
Store
isUnsecureKeyStore
:
boolean
key
Store
Alias
keyStoreAlias
:
string
key
Store
Password
keyStorePassword
:
string
key
Store
Path
keyStorePath
:
string
platforms
platforms
:
string
[]
server
URL
serverURL
:
string
Optional
use
Docker
useDocker
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
Name
app
Version
build
Dir
build
Type
ios
Params
is
Unsecure
Key
Store
key
Store
Alias
key
Store
Password
key
Store
Path
platforms
server
URL
use
Docker
Documentation
Loading...