Documentation
Preparing search index...
@saltcorn/mobile-builder
utils/common-build-utils
ScCapacitorConfig
Interface ScCapacitorConfig
Build-time configuration passed to
writeCapacitorConfig
.
interface
ScCapacitorConfig
{
appId
?:
string
;
appName
:
string
;
appVersion
:
string
;
buildType
:
string
;
keystoreAlias
?:
string
;
keystoreAliasPassword
?:
string
;
keystorePassword
?:
string
;
keystorePath
?:
string
;
}
Index
Properties
app
Id?
app
Name
app
Version
build
Type
keystore
Alias?
keystore
Alias
Password?
keystore
Password?
keystore
Path?
Properties
Optional
app
Id
appId
?:
string
app
Name
appName
:
string
app
Version
appVersion
:
string
build
Type
buildType
:
string
Optional
keystore
Alias
keystoreAlias
?:
string
Optional
keystore
Alias
Password
keystoreAliasPassword
?:
string
Optional
keystore
Password
keystorePassword
?:
string
Optional
keystore
Path
keystorePath
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
Id
app
Name
app
Version
build
Type
keystore
Alias
keystore
Alias
Password
keystore
Password
keystore
Path
Documentation
Loading...
Build-time configuration passed to
writeCapacitorConfig.