From 5f7b891b524aeda15eeea7559d171241e74a1bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 17 Aug 2015 17:15:05 -0700 Subject: [PATCH] OSX: Added default info.plist. --- .../{iOS-Info.plist => ios-info.plist} | 0 examples/runtime/osx-info.plist | 30 +++++++++++++++++++ 2 files changed, 30 insertions(+) rename examples/runtime/{iOS-Info.plist => ios-info.plist} (100%) create mode 100644 examples/runtime/osx-info.plist diff --git a/examples/runtime/iOS-Info.plist b/examples/runtime/ios-info.plist similarity index 100% rename from examples/runtime/iOS-Info.plist rename to examples/runtime/ios-info.plist diff --git a/examples/runtime/osx-info.plist b/examples/runtime/osx-info.plist new file mode 100644 index 00000000..5c142434 --- /dev/null +++ b/examples/runtime/osx-info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHighResolutionCapable + True + +