| 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$SVN</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 | </dict> |
|---|
| 21 | </plist> |
|---|