mirror of
https://github.com/electron/electron.git
synced 2026-01-31 02:08:34 -05:00
Apply the changes on Oct 12, 2016
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1
|
||||
* [node.js](http://nodejs.org) (external)
|
||||
|
||||
만약 Homebrew를 이용해 Python을 설치했다면 다음 Python 모듈도 같이 설치해야 합니다:
|
||||
만약 Homebrew 를 이용해 파이썬을 설치했다면 다음 파이썬 모듈도 같이 설치해야 합니다:
|
||||
|
||||
* [pyobjc](https://pythonhosted.org/pyobjc/install.html)
|
||||
|
||||
|
||||
@@ -32,8 +32,8 @@ Electron은 v0.34.0 버전부터 앱 패키지를 Mac App Store(MAS)에 제출
|
||||
준비 작업이 끝난 후, [애플리케이션 배포](application-distribution.md) 문서에 따라
|
||||
애플리케이션을 패키징한 후 애플리케이션에 서명합니다.
|
||||
|
||||
먼저, Team ID를 키로 가지고 있는 애플리케이션의 `Info.plist`에 `ElectronTeamID` 값을
|
||||
추가해야 합니다:
|
||||
먼저, 앱의 `Info.plist` 에 Team ID 를 값으로 갖는 `ElectronTeamID` 키를 추가해야
|
||||
합니다:
|
||||
|
||||
```xml
|
||||
<plist version="1.0">
|
||||
|
||||
Reference in New Issue
Block a user