]>
Commit | Line | Data |
---|---|---|
f380ce78 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
d8f41ccd | 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
f380ce78 A |
3 | <plist version="1.0"> |
4 | <dict> | |
5 | <key>CFBundleDevelopmentRegion</key> | |
6 | <string>English</string> | |
7 | <key>CFBundleExecutable</key> | |
8 | <string>${EXECUTABLE_NAME}</string> | |
9 | <key>CFBundleIdentifier</key> | |
d8f41ccd | 10 | <string>com.apple.${EXECUTABLE_NAME}</string> |
f380ce78 A |
11 | <key>CFBundleInfoDictionaryVersion</key> |
12 | <string>6.0</string> | |
d8f41ccd A |
13 | <key>CFBundleName</key> |
14 | <string>${EXECUTABLE_NAME}</string> | |
f380ce78 | 15 | <key>CFBundlePackageType</key> |
d8f41ccd | 16 | <string>FMWK</string> |
b1ab9ed8 A |
17 | <key>CFBundleShortVersionString</key> |
18 | <string>1.0</string> | |
f380ce78 | 19 | <key>CFBundleSignature</key> |
d8f41ccd | 20 | <string>AAPL</string> |
f380ce78 | 21 | <key>CFBundleVersion</key> |
b1ab9ed8 | 22 | <string>1</string> |
f380ce78 A |
23 | </dict> |
24 | </plist> |