forked from OpenEmu/4DO-Core
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Info.plist
63 lines (63 loc) · 1.77 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
<?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>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.2.3</string>
<key>NSPrincipalClass</key>
<string>OEGameCoreController</string>
<key>OEGameCoreClass</key>
<string>FreeDOGameCore</string>
<key>OEGameCoreOptions</key>
<dict>
<key>openemu.system.3do</key>
<dict>
<key>OEGameCoreHasGlitches</key>
<true/>
<key>OEGameCoreRequiresFiles</key>
<true/>
<key>OERequiredFiles</key>
<array>
<dict>
<key>Description</key>
<string>Panasonic REAL 3DO Interactive Multiplayer FZ-10 v1.59.1.1</string>
<key>MD5</key>
<string>51f2f43ae2f3508a14d9f56597e2d3ce</string>
<key>Name</key>
<string>panafz10.bin</string>
<key>Size</key>
<integer>1048576</integer>
</dict>
</array>
</dict>
</dict>
<key>OEGameCorePlayerCount</key>
<string>8</string>
<key>OEProjectURL</key>
<string>http://www.fourdo.com/</string>
<key>OESystemIdentifiers</key>
<array>
<string>openemu.system.3do</string>
</array>
<key>SUEnableAutomaticChecks</key>
<string>1</string>
<key>SUFeedURL</key>
<string>https://raw.github.com/OpenEmu/OpenEmu-Update/master/4do_appcast.xml</string>
</dict>
</plist>