diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-10 20:40:57 -0600 |
| commit | 2d4a2ebf70ce7916da42f0f64f8298a214daa55d (patch) | |
| tree | 4e1c9aca017cab2450ca5ccc9e631d7808518e36 /KVO/KVOTests/KVOTests-Info.plist | |
| parent | ef5554041c6015d9bd9b762ee0e23ec268486310 (diff) | |
Diffstat (limited to 'KVO/KVOTests/KVOTests-Info.plist')
| -rw-r--r-- | KVO/KVOTests/KVOTests-Info.plist | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/KVO/KVOTests/KVOTests-Info.plist b/KVO/KVOTests/KVOTests-Info.plist new file mode 100644 index 0000000..9ea836d --- /dev/null +++ b/KVO/KVOTests/KVOTests-Info.plist @@ -0,0 +1,22 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIdentifier</key> + <string>mokhan.ca.${PRODUCT_NAME:rfc1034identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>BNDL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>1</string> +</dict> +</plist> |
