-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from sethlu/automate-entitlements-by-info-plist
Introduce entitlements automation
- Loading branch information
Showing
11 changed files
with
161 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
|
||
Usage: electron-osx-flat <app> [--options...] | ||
|
||
Optional options | ||
Options: | ||
|
||
identity Name of certificate to use when flattening. Default to retrieve from keychain specified, see below. | ||
install Path to install for the bundle. Default `/Applications`. | ||
keychain The keychain name. Default to system default keychain. | ||
platform Build platform of Electron. Allowed values: darwin, mas. Default to auto detect from application package. | ||
pkg Path to the output package. | ||
identity Name of certificate to use when flattening. Default to retrieve from keychain specified, see below. | ||
install Path to install for the bundle. Default `/Applications`. | ||
keychain The keychain name. Default to system default keychain. | ||
platform Build platform of Electron. Allowed values: darwin, mas. Default to auto detect from application package. | ||
pkg Path to the output package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
|
||
Usage: electron-osx-sign <app> [additional-binaries...] [--options...] | ||
|
||
Optional options | ||
Options: | ||
|
||
binaries Path to additional binaries that will be signed along with built-ins of Electron, spaced. | ||
entitlements Path to entitlements file for signing Mac App Store application. | ||
entitlements-inherit Path to child entitlements file for signing frameworks and bundles of Mac App Store application. | ||
identity Name of certificate to use when signing. Default to retrieve from keychain specified, see below. | ||
keychain The keychain name. Default to system default keychain. | ||
ignore Regex that signals ignoring a file before signing. Default to undefined. | ||
platform Build platform of Electron. Allowed values: `darwin`, `mas`. Default to auto detect from application package. | ||
binaries Path to additional binaries that will be signed along with built-ins of Electron, spaced. | ||
entitlements Path to entitlements file for signing Mac App Store application. | ||
entitlements-inherit Path to child entitlements file for signing frameworks and bundles of Mac App Store application. | ||
identity Name of certificate to use when signing. Default to retrieve from keychain specified, see below. | ||
keychain The keychain name. Default to system default keychain. | ||
ignore Regex that signals ignoring a file before signing. Default to undefined. | ||
no-pre-auto-entitlements Flag to disable automation of `com.apple.security.application-groups` in entitlements file and update `Info.plist` with `ElectronTeamID`. | ||
platform Build platform of Electron. Allowed values: `darwin`, `mas`. Default to auto detect from application package. | ||
version Build version of Electron. Values may be: `1.2.0`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters