-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathInfo.plist
97 lines (97 loc) · 2.64 KB
/
Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?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>bsnes</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</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>BSNESGameCore</string>
<key>OEGameCoreOptions</key>
<dict>
<key>openemu.system.snes</key>
<dict>
<key>OEGameCoreRequiresFiles</key>
<true/>
<key>OEGameCoreRewindBufferSeconds</key>
<integer>120</integer>
<key>OEGameCoreRewindInterval</key>
<integer>1</integer>
<key>OEGameCoreSupportsCheatCode</key>
<true/>
<key>OEGameCoreSupportsDisplayModeChange</key>
<true/>
<key>OEGameCoreSupportsRewinding</key>
<true/>
<key>OERequiredFiles</key>
<array>
<dict>
<key>Description</key>
<string>DSP3 coprocessor</string>
<key>MD5</key>
<string>484908D68405D44E2BE757B4E1E75D15</string>
<key>Name</key>
<string>dsp3.rom</string>
<key>Optional</key>
<true/>
<key>Size</key>
<integer>8192</integer>
</dict>
<dict>
<key>Description</key>
<string>ST-0018 coprocessor</string>
<key>MD5</key>
<string>DAFAE0E0C71C924075811C595C61A30E</string>
<key>Name</key>
<string>st018.rom</string>
<key>Optional</key>
<true/>
<key>Size</key>
<integer>163840</integer>
</dict>
<dict>
<key>Description</key>
<string>ST-0011 coprocessor</string>
<key>MD5</key>
<string>5C209CE0283632B6574AD835BF862BEE</string>
<key>Name</key>
<string>st011.rom</string>
<key>Optional</key>
<true/>
<key>Size</key>
<integer>53248</integer>
</dict>
</array>
</dict>
</dict>
<key>OEGameCorePlayerCount</key>
<string>2</string>
<key>OEProjectURL</key>
<string>https://byuu.org/bsnes</string>
<key>OESystemIdentifiers</key>
<array>
<string>openemu.system.snes</string>
</array>
<key>SUEnableAutomaticChecks</key>
<string>1</string>
<key>SUFeedURL</key>
<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/bsnes_appcast.xml</string>
</dict>
</plist>