OSDN Git Service

Revert "Merge branch 'master' of git://git.osdn.net/gitroot/hengband/hengband . ...
[hengbandforosx/hengbandosx.git] / src / cocoa / Angband-Cocoa.xml
diff --git a/src/cocoa/Angband-Cocoa.xml b/src/cocoa/Angband-Cocoa.xml
deleted file mode 100644 (file)
index 7c20a8a..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-<?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$</string>
-       <key>CFBundleDisplayName</key>
-       <string>$BUNDLE_DISPLAY_NAME$</string>
-       <key>CFBundleName</key>
-       <string>$BUNDLE_NAME$</string>
-       <key>CFBundleIconFile</key>
-       <string>$NAME$_Icons</string>
-       <key>CFBundleIdentifier</key>
-       <string>$BUNDLE_IDENTIFIER$</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleShortVersionString</key>
-       <string>$VERSION$</string>
-       <key>NSHumanReadableCopyright</key>
-       <string>$COPYRIGHT$</string>
-       <key>CFBundleSignature</key>
-       <string>Heng</string>
-       <key>CFBundleVersion</key>
-       <string>$BUNDLE_VERSION$</string>
-       <key>CGDisableCoalescedUpdates</key>
-       <true/>
-       <key>NSMainNibFile</key>
-       <string>MainMenu</string>
-       <key>NSPrincipalClass</key>
-       <string>NSApplication</string>
-       <key>CFBundleDocumentTypes</key>
-       <array>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>*</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>Save</string>
-                       <key>CFBundleTypeName</key>
-                       <string>$NAME$ saved game</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>SAVE</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>*</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>Edit</string>
-                       <key>CFBundleTypeName</key>
-                       <string>$NAME$ game data</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>TEXT</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>*</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>Data</string>
-                       <key>CFBundleTypeName</key>
-                       <string>$NAME$ game data</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>DATA</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-       </array>
-</dict>
-</plist>