Artifact c094d85f7097c4ccca17b6e6dcb3e606c55d2b0230e5a8edd77329c2e51754a2:
- File misc/Bridge-Info.plist.in — part of check-in [25f7748cba] at 2016-10-08 15:57:59 on branch trunk — Add iOS support to Xcode project (user: js, size: 651) [annotate] [blame] [check-ins using]
- File misc/Info.plist.in — part of check-in [25f7748cba] at 2016-10-08 15:57:59 on branch trunk — Add iOS support to Xcode project (user: js, size: 651) [annotate] [blame] [check-ins using]
- File src/Info.plist.in — part of check-in [f84590c47d] at 2017-10-15 19:29:09 on branch trunk — Add support for building .framework via buildsys (user: js, size: 651) [annotate] [blame] [check-ins using]
- File src/bridge/Info.plist.in — part of check-in [f84590c47d] at 2017-10-15 19:29:09 on branch trunk — Add support for building .framework via buildsys (user: js, size: 651) [annotate] [blame] [check-ins using]
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleVersion</key> <string>@PACKAGE_VERSION@</string> <key>CFBundleShortVersionString</key> <string>@PACKAGE_VERSION@</string> </dict> </plist>