mirror of
https://github.com/OpenEmu/mGBA-Core.git
synced 2025-11-01 11:06:53 +00:00
53 lines
1.5 KiB
Plaintext
53 lines
1.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>$(DEVELOPMENT_LANGUAGE)</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>BNDL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>OEGameCoreController</string>
|
|
<key>OEGameCoreClass</key>
|
|
<string>mGBAGameCore</string>
|
|
<key>OEGameCoreOptions</key>
|
|
<dict>
|
|
<key>openemu.system.gba</key>
|
|
<dict>
|
|
<key>OEGameCoreRewindBufferSeconds</key>
|
|
<integer>60</integer>
|
|
<key>OEGameCoreRewindInterval</key>
|
|
<integer>0</integer>
|
|
<key>OEGameCoreSupportsCheatCode</key>
|
|
<true/>
|
|
<key>OEGameCoreSupportsRewinding</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
<key>OEGameCorePlayerCount</key>
|
|
<integer>1</integer>
|
|
<key>OEProjectURL</key>
|
|
<string>https://mgba.io/</string>
|
|
<key>OESystemIdentifiers</key>
|
|
<array>
|
|
<string>openemu.system.gba</string>
|
|
</array>
|
|
<key>SUEnableAutomaticChecks</key>
|
|
<true/>
|
|
<key>SUFeedURL</key>
|
|
<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/mgba_appcast.xml</string>
|
|
</dict>
|
|
</plist>
|