all repos — mgba @ c2340bb44fb89e4a4c95bcf62a826c28059daeda

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		</dict>
30	</dict>
31	<key>OEGameCorePlayerCount</key>
32	<string>1</string>
33	<key>OEProjectURL</key>
34	<string>https://mgba.io/</string>
35	<key>OESystemIdentifiers</key>
36	<array>
37		<string>openemu.system.gba</string>
38	</array>
39	<key>SUEnableAutomaticChecks</key>
40	<string>1</string>
41	<key>SUFeedURL</key>
42	<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/mgba_appcast.xml</string>
43</dict>
44</plist>