Merge pull request #3172 from thomasjfox1/master

quick fix removing excess character
This commit is contained in:
Cheng Zhao 2015-10-22 11:08:30 +08:00
commit 803b3c8d5b

View file

@ -79,7 +79,7 @@ codesign --deep -fs "$APP_KEY" --entitlements child.plist "$FRAMEWORKS_PATH/$APP
codesign -fs "$APP_KEY" --entitlements parent.plist "$APP_PATH"
productbuild --component "$APP_PATH" /Applications --sign "$INSTALLER_KEY" "$APP_PATH"
```
a
If you are new to app sandboxing under OS X, you should also read through
Apple's [Enabling App Sandbox][enable-app-sandbox] to have a basic idea, then
add keys for the permissions needed by your app to the entitlements files.