docs: more natural language in Mac app store guide (#16095)

This commit is contained in:
Gearóid 2018-12-17 15:27:37 +00:00 committed by John Kleinschmidt
parent 0431833866
commit c64b4a3926

View file

@ -4,7 +4,7 @@ Since v0.34.0, Electron allows submitting packaged apps to the Mac App Store
(MAS). This guide provides information on: how to submit your app and the (MAS). This guide provides information on: how to submit your app and the
limitations of the MAS build. limitations of the MAS build.
**Note:** Submitting an app to Mac App Store requires enrolling [Apple Developer **Note:** Submitting an app to Mac App Store requires enrolling in the [Apple Developer
Program][developer-program], which costs money. Program][developer-program], which costs money.
## How to Submit Your App ## How to Submit Your App
@ -33,7 +33,7 @@ After finishing the preparation work, you can package your app by following
signing your app. signing your app.
First, you have to add a `ElectronTeamID` key to your app's `Info.plist`, which First, you have to add a `ElectronTeamID` key to your app's `Info.plist`, which
has your Team ID as value: has your Team ID as its value:
```xml ```xml
<plist version="1.0"> <plist version="1.0">
@ -149,7 +149,7 @@ Also note that native modules may have intermediate files produced which should
not be included (as they would also need to be signed). If you use not be included (as they would also need to be signed). If you use
[electron-packager][electron-packager] before version 8.1.0, add [electron-packager][electron-packager] before version 8.1.0, add
`--ignore=.+\.o$` to your build step to ignore these files. Versions 8.1.0 and `--ignore=.+\.o$` to your build step to ignore these files. Versions 8.1.0 and
later ignores those files by default. later ignore those files by default.
### Upload Your App ### Upload Your App