Apply the changes on Oct 12, 2016

This commit is contained in:
tinydew4 2016-10-11 17:23:41 +00:00
parent fefc7c23f9
commit 468d5f6c7a
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
* [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1 * [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1
* [node.js](http://nodejs.org) (external) * [node.js](http://nodejs.org) (external)
만약 Homebrew를 이용해 Python을 설치했다면 다음 Python 모듈도 같이 설치해야 합니다: 만약 Homebrew 를 이용해 파이썬을 설치했다면 다음 파이썬 모듈도 같이 설치해야 합니다:
* [pyobjc](https://pythonhosted.org/pyobjc/install.html) * [pyobjc](https://pythonhosted.org/pyobjc/install.html)

View file

@ -32,8 +32,8 @@ Electron은 v0.34.0 버전부터 앱 패키지를 Mac App Store(MAS)에 제출
준비 작업이 끝난 후, [애플리케이션 배포](application-distribution.md) 문서에 따라 준비 작업이 끝난 후, [애플리케이션 배포](application-distribution.md) 문서에 따라
애플리케이션을 패키징한 후 애플리케이션에 서명합니다. 애플리케이션을 패키징한 후 애플리케이션에 서명합니다.
먼저, Team ID를 키로 가지고 있는 애플리케이션의 `Info.plist``ElectronTeamID` 값을 먼저, 앱의 `Info.plist` 에 Team ID 를 값으로 갖는 `ElectronTeamID` 키를 추가해야
추가해야 합니다: 합니다:
```xml ```xml
<plist version="1.0"> <plist version="1.0">