Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update doc #8

Merged
merged 6 commits into from
Nov 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on the train early.
* `options` Object
* `appBundleId` String - The app bundle identifier your Electron app is using. E.g. `com.github.electron`
* `appPath` String - The absolute path to your `.app` file
* `ascProvider` String (optional) - Your [Team ID](https://developer.apple.com/account/#/membership) in App Store Connect. This is necessary if you are part of multiple teams
* `ascProvider` String (optional) - Your [Team Short Name](https://forums.developer.apple.com/thread/113798). This is necessary if you are part of multiple teams, you can find it out by running `iTMSTransporter -m provider -u APPLE_DEV_ACCOUNT -p APP_PASSWORD`
* There are two methods available: user name with password:
* `appleId` String - The username of your apple developer account
* `appleIdPassword` String - The password for your apple developer account
Expand All @@ -46,7 +46,9 @@ For notarization, you need the following things:
1. Xcode 10 or later installed on your Mac.
2. An [Apple Developer](https://developer.apple.com/) account.
3. [An app-specific password for your ADC account’s Apple ID](https://support.apple.com/HT204397).

4. Your app may need to be signed with hardened-runtime and the following entitlements:
1. com.apple.security.cs.allow-jit
1. com.apple.security.cs.allow-unsigned-executable-memory

#### Safety when using `appleIdPassword`

Expand Down