Differences From Artifact [053053e3d8]:
- File Info.plist — part of check-in [4067b9e55c] at 2011-03-28 20:41:36 on branch trunk — Add Xcode project. (user: js, size: 691) [annotate] [blame] [check-ins using]
To Artifact [a5f154578c]:
- File
Info.plist
— part of check-in
[0326ada0ff]
at
2016-07-09 20:19:20
on branch trunk
— Change webkeks.org -> heap.zone
While at it, also update the copyright years where they were incomplete. (user: js, size: 689) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | <?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>CFBundleIdentifier</key> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?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>CFBundleIdentifier</key> <string>zone.heap.${PRODUCT_NAME:rfc1034identifier}</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> |
︙ | ︙ |