Update mac-app-store-submission-guide.md
authorTJC <tsejen.tw@gmail.com>
Mon, 13 Jun 2016 08:07:35 +0000 (16:07 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2016 08:07:35 +0000 (16:07 +0800)
typo

docs-translations/zh-TW/tutorial/mac-app-store-submission-guide.md

index 6deaa8295efd7983c4ad87c15a5ace1e02979503..e5fbda46dd5bb7879ac2d4d789c3267da3022cb9 100644 (file)
@@ -74,7 +74,7 @@ codesign  -fs "$APP_KEY" --entitlements parent.plist "$APP_PATH"
 productbuild --component "$APP_PATH" /Applications --sign "$INSTALLER_KEY" "$RESULT_PATH"
 ```
 
-如果你是第一次使用 OS X 下的應用程式沙盒(app sandboxing),你應該也要閱讀 Apple 的 [Enabling App Sandbox][enable-app-sandbox] 以舉被基本概念,然後把你的應用程式會用到的 key 的權限都加入管理權現的檔案中。
+如果你是第一次使用 OS X 下的應用程式沙盒(app sandboxing),你應該也要閱讀 Apple 的 [Enabling App Sandbox][enable-app-sandbox] 以具備基本概念,然後把你的應用程式會用到的 key 的權限都加入管理權現的檔案中。
 
 ### 上傳你的應用程式和提交檢視
 
@@ -101,4 +101,4 @@ productbuild --component "$APP_PATH" /Applications --sign "$INSTALLER_KEY" "$RES
 [enable-app-sandbox]: https://developer.apple.com/library/ios/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html
 [create-record]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/CreatingiTunesConnectRecord.html
 [submit-for-review]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html
-[app-sandboxing]: https://developer.apple.com/app-sandboxing/
\ No newline at end of file
+[app-sandboxing]: https://developer.apple.com/app-sandboxing/