32 lines
No EOL
1.3 KiB
INI
32 lines
No EOL
1.3 KiB
INI
[Sign]
|
|
## [REQUIRED] Your Application Certificate Identity
|
|
ApplicationIdentity = 3rd Party Mac Developer Application: Saint Bitts LLC (299HJ3G3BP)
|
|
## [OPTIONAL] Parent entitlements file
|
|
ParentEntitlements = entitlements-parent.plist
|
|
## [OPTIONAL] Child entitlements file
|
|
ChildEntitlements = entitlements-child.plist
|
|
## [OPTIONAL] Sandbox. Default: Yes
|
|
Sandbox = Yes
|
|
|
|
[Package]
|
|
## [REQUIRED for --pkg] Your Installer Certificate Identity
|
|
InstallerIdentity = 3rd Party Mac Developer Installer: Saint Bitts LLC (299HJ3G3BP)
|
|
## [OPTIONAL for --pkg] Installation path
|
|
InstallPath = /Applications
|
|
|
|
[Info.plist]
|
|
## [OPTIONAL] Your app bundle identifier
|
|
CFBundleIdentifier = com.bitcoin.mwallet.mac
|
|
## [REQUIRED] Team ID obtained from Apple Developer -> Membership -> Team ID
|
|
NWTeamID = 299HJ3G3BP
|
|
## Properties of Info.plist will be overwritten in this section.
|
|
|
|
[Resources]
|
|
## [OPTIONAL] Your custom icon file
|
|
Icon = /Users/jean-baptistedominguez/Documents/projects/wallet-ionic/resources/bitcoin.com/mac/app.icns
|
|
## [OPTIONAL] Locales
|
|
## If Locales is not set, all current locales are preserved.
|
|
## If comma separated locale list (e.g. en,fr,zh_CN) is given, you should have
|
|
## additional [Locale locale_name] section for each locale containing localized strings.
|
|
## Locales not in the list will be removed.
|
|
Locales = en |