- Reworked preferences to use plist - Cleaned out the shareware code - More tweaks to the dialog engine - Edited dialog #869 (the choose prefab scenario dialog) to use new invisible button (type 6) and to remove the "Must be registered" lines. - Tweaked window size so that the startup screen fits within it. - More major refactoring work. - A few additions/alterations to boe.consts.h Current status: - Scenario editor: compiles and runs, but can't load a scenario - Character editor: don't know - Game: Doesn't even compile I wouldn't normally submit code that doesn't compile, but I have already made a lot of major changes in this revision. I will submit a version that compiles as soon as possible. git-svn-id: http://openexile.googlecode.com/svn/trunk@28 4ebdad44-0ea0-11de-aab3-ff745001d230
102 lines
2.5 KiB
Plaintext
102 lines
2.5 KiB
Plaintext
<?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>English</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>boesounds</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Sounds</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>beSN</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>None</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>Binary</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>.meg</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>boegraphics</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Graphics</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>beGR</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>None</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>Binary</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>.exg</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>boesave</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>SavedGame</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>beSV</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>Binary</string>
|
|
</dict>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>.exs</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>boescenario</string>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Scenario</string>
|
|
<key>CFBundleTypeOSTypes</key>
|
|
<array>
|
|
<string>BETM</string>
|
|
</array>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>Binary</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>BoE</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.spidweb.bladesofexile</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>blx!</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
</dict>
|
|
</plist>
|