Artifact a5f154578c9b8e26cdb1c2ab9e365cc964cf1565a647e51615cce3f06ac1fcc9:
- 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]
<?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> <string>1.0</string> <key>CFBundleSignature</key> <string>OSSL</string> <key>CFBundleVersion</key> <string>1</string> </dict> </plist>