Differences From Artifact [31c876bdbf]:
- File misc/Bridge-Info.plist.in — part of check-in [83df9c1cb0] at 2015-08-26 08:44:11 on branch trunk — Rename support directory to misc (user: js, size: 692) [annotate] [blame] [check-ins using]
- File src/bridge/Info.plist.in — part of check-in [5c2c4dd488] at 2012-10-29 11:56:13 on branch trunk — Add bridge to Xcode project. (user: js, size: 692) [annotate] [blame] [check-ins using]
- File
support/Bridge-Info.plist.in
— part of check-in
[8ac36c05dd]
at
2014-08-23 02:01:05
on branch trunk
— Move a few files into new directory "support"
module.map in the root directory caused some trouble and the number of
these support files was getting high enough to deserve its own
directory. (user: js, size: 692) [annotate] [blame] [check-ins using]
To Artifact [c094d85f70]:
- 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]
1 2 3 4 5 | <?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> | | | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?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> |