updated Info.plist (still needs some work) and added it to Makefile...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-09-27 22:23:14 +04:00
parent d8f59626d5
commit 794754475c
2 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>node-webkit</string>
<string>ImageGrid.Viewer</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@ -44,13 +44,13 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>node-webkit</string>
<string>ImageGrid.Viewer</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>29.0.1547.31</string>
<string>Pre-Alpha Private Preview</string>
<key>CFBundleVersion</key>
<string>1547.31</string>
<string>0.0</string>
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
@ -60,7 +60,7 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>SCMRevision</key>
<string>213023</string>
<string>000000</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>

View File

@ -128,9 +128,10 @@ win32-dist: win32 $(DIST_DIR)
zip -r $(WIN_DIST_ZIP) $(WIN_BUILD_DIR)
osx: $(APP_ZIP) $(MAC_BUILD_DIR)
osx: $(APP_ZIP) $(MAC_BUILD_DIR) Info.plist
unzip -u $(wildcard targets/node-webkit/node-webkit-*-osx-ia32.zip) -d $(MAC_BUILD_DIR)
cp $(APP_ZIP) $(MAC_BUILD_DIR)/node-webkit.app/Contents/Resources/app.nw
cp Info.plist $(MAC_BUILD_DIR)/node-webkit.app/Contents/
mv $(MAC_BUILD_DIR)/node-webkit.app $(MAC_BUILD_DIR)/$(APP_NAME).app