From 794754475c546c1c7eb40798f91bb6a8562010c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 27 Sep 2013 22:23:14 +0400 Subject: [PATCH] updated Info.plist (still needs some work) and added it to Makefile... Signed-off-by: Alex A. Naanou --- ui/Info.plist | 10 +++++----- ui/Makefile | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ui/Info.plist b/ui/Info.plist index a60c442d..7b5023ed 100755 --- a/ui/Info.plist +++ b/ui/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - node-webkit + ImageGrid.Viewer CFBundleDocumentTypes @@ -44,13 +44,13 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - node-webkit + ImageGrid.Viewer CFBundlePackageType APPL CFBundleShortVersionString - 29.0.1547.31 + Pre-Alpha Private Preview CFBundleVersion - 1547.31 + 0.0 LSFileQuarantineEnabled LSMinimumSystemVersion @@ -60,7 +60,7 @@ NSSupportsAutomaticGraphicsSwitching SCMRevision - 213023 + 000000 UTExportedTypeDeclarations diff --git a/ui/Makefile b/ui/Makefile index cbdf3109..95e4ac4a 100755 --- a/ui/Makefile +++ b/ui/Makefile @@ -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