all repos — mgba @ a53c3e0628461b179ed2b605339c314617d1aa66

mGBA Game Boy Advance Emulator

src/platform/openemu/Info.plist.in (view raw)

 1<?xml version="1.0" encoding="UTF-8"?>
 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 3<plist version="1.0">
 4<dict>
 5	<key>CFBundleDevelopmentRegion</key>
 6	<string>English</string>
 7	<key>CFBundleExecutable</key>
 8	<string>${PROJECT_NAME}</string>
 9	<key>CFBundleIconFile</key>
10	<string>mGBA</string>
11	<key>CFBundleIdentifier</key>
12	<string>com.endrift.mgba</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundlePackageType</key>
16	<string>BNDL</string>
17	<key>CFBundleSignature</key>
18	<string>????</string>
19	<key>CFBundleVersion</key>
20	<string>${VERSION_STRING}</string>
21	<key>NSPrincipalClass</key>
22	<string>OEGameCoreController</string>
23	<key>OEGameCoreClass</key>
24	<string>mGBAGameCore</string>
25	<key>OEGameCoreOptions</key>
26	<dict>
27		<key>openemu.system.gba</key>
28		<dict>
29			<key>OEGameCoreRewindBufferSeconds</key>
30			<integer>1200</integer>
31			<key>OEGameCoreRewindInterval</key>
32			<integer>0</integer>
33			<key>OEGameCoreSupportsRewinding</key>
34			<true/>
35			<key>OEGameCoreSupportsCheatCode</key>
36			<true/>
37		</dict>
38	</dict>
39	<key>OEGameCorePlayerCount</key>
40	<string>1</string>
41	<key>OEProjectURL</key>
42	<string>https://mgba.io/</string>
43	<key>OESystemIdentifiers</key>
44	<array>
45		<string>openemu.system.gba</string>
46	</array>
47	<key>SUEnableAutomaticChecks</key>
48	<string>1</string>
49	<key>SUFeedURL</key>
50	<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/mgba_appcast.xml</string>
51</dict>
52</plist>