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 + +