jens@1
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
jens@1
|
2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
jens@1
|
3 |
<plist version="1.0">
|
jens@1
|
4 |
<dict>
|
jens@1
|
5 |
<key>CFBundleDevelopmentRegion</key>
|
jens@1
|
6 |
<string>en</string>
|
jens@1
|
7 |
<key>CFBundleDisplayName</key>
|
jens@1
|
8 |
<string>${PRODUCT_NAME}</string>
|
jens@1
|
9 |
<key>CFBundleExecutable</key>
|
jens@1
|
10 |
<string>${EXECUTABLE_NAME}</string>
|
jens@1
|
11 |
<key>CFBundleIconFile</key>
|
jens@1
|
12 |
<string></string>
|
jens@1
|
13 |
<key>CFBundleIdentifier</key>
|
jens@1
|
14 |
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
|
jens@1
|
15 |
<key>CFBundleInfoDictionaryVersion</key>
|
jens@1
|
16 |
<string>6.0</string>
|
jens@1
|
17 |
<key>CFBundleName</key>
|
jens@1
|
18 |
<string>${PRODUCT_NAME}</string>
|
jens@1
|
19 |
<key>CFBundlePackageType</key>
|
jens@1
|
20 |
<string>APPL</string>
|
jens@1
|
21 |
<key>CFBundleSignature</key>
|
jens@1
|
22 |
<string>????</string>
|
jens@1
|
23 |
<key>CFBundleVersion</key>
|
jens@1
|
24 |
<string>1.0</string>
|
jens@1
|
25 |
</dict>
|
jens@1
|
26 |
</plist> |