| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<plist version="1.0"> |
|---|
| 3 |
<dict> |
|---|
| 4 |
<key>CFBundleName</key><string>$NAME$</string> |
|---|
| 5 |
<key>CFBundleDisplayName</key><string>$NAME$ (OS X)</string> |
|---|
| 6 |
<key>CFBundleExecutable</key><string>$EXECUTABLE$</string> |
|---|
| 7 |
<key>CFBundlePackageType</key><string>APPL</string> |
|---|
| 8 |
<key>CFBundleSignature</key><string>A271</string> |
|---|
| 9 |
<key>CFBundleVersion</key><string>$VERSION$</string> |
|---|
| 10 |
<key>CFBundleShortVersionString</key><string>$VERSION$</string> |
|---|
| 11 |
<key>CFBundleIconFile</key><string>$NAME$</string> |
|---|
| 12 |
<key>CFBundleIdentifier</key><string>net.thangorodrim.$NAME$</string> |
|---|
| 13 |
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string> |
|---|
| 14 |
<key>CFBundleLongVersionString</key> |
|---|
| 15 |
<string>$VERSION$, Copyright $COPYRIGHT$</string> |
|---|
| 16 |
<key>NSHumanReadableCopyright</key> |
|---|
| 17 |
<string>Copyright © $COPYRIGHT$</string> |
|---|
| 18 |
<key>CFBundleGetInfoString</key> |
|---|
| 19 |
<string>$VERSION$, © $COPYRIGHT$</string> |
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
<key>CFBundleDocumentTypes</key> |
|---|
| 23 |
<array> |
|---|
| 24 |
<dict> |
|---|
| 25 |
<key>CFBundleTypeExtensions</key><array><string>*</string></array> |
|---|
| 26 |
<key>CFBundleTypeIconFile</key><string>Save</string> |
|---|
| 27 |
<key>CFBundleTypeName</key><string>Angband saved game</string> |
|---|
| 28 |
<key>CFBundleTypeOSTypes</key><array><string>SAVE</string></array> |
|---|
| 29 |
<key>CFBundleTypeRole</key><string>Editor</string> |
|---|
| 30 |
</dict> |
|---|
| 31 |
<dict> |
|---|
| 32 |
<key>CFBundleTypeExtensions</key><array><string>*</string></array> |
|---|
| 33 |
<key>CFBundleTypeIconFile</key><string>Edit</string> |
|---|
| 34 |
<key>CFBundleTypeName</key><string>Angband game data</string> |
|---|
| 35 |
<key>CFBundleTypeOSTypes</key><array><string>TEXT</string></array> |
|---|
| 36 |
<key>CFBundleTypeRole</key><string>Editor</string> |
|---|
| 37 |
</dict> |
|---|
| 38 |
<dict> |
|---|
| 39 |
<key>CFBundleTypeExtensions</key><array><string>*</string></array> |
|---|
| 40 |
<key>CFBundleTypeIconFile</key><string>Data</string> |
|---|
| 41 |
<key>CFBundleTypeName</key><string>Angband game data</string> |
|---|
| 42 |
<key>CFBundleTypeOSTypes</key><array><string>DATA</string></array> |
|---|
| 43 |
<key>CFBundleTypeRole</key><string>Editor</string> |
|---|
| 44 |
</dict> |
|---|
| 45 |
</array> |
|---|
| 46 |
</dict> |
|---|
| 47 |
</plist> |
|---|