Skip to content

Commit ba8ac65

Browse files
PatHealyPatHealy
PatHealy
authored and
PatHealy
committed
Full OdysseyCon support; new build
1 parent 930bdd7 commit ba8ac65

File tree

223 files changed

+106612
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+106612
-4
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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>NSAppTransportSecurity</key>
6+
<dict>
7+
<key>NSAllowsArbitraryLoads</key>
8+
<true/>
9+
</dict>
10+
<key>CFBundleDevelopmentRegion</key>
11+
<string>English</string>
12+
<key>CFBundleExecutable</key>
13+
<string>OdysseyNow_0.1.0</string>
14+
<key>CFBundleGetInfoString</key>
15+
<string>Unity Player version 2018.3.12f1 (8afd630d1f5b). (c) 2019 Unity Technologies ApS. All rights reserved.</string>
16+
<key>CFBundleIconFile</key>
17+
<string>PlayerIcon.icns</string>
18+
<key>CFBundleIdentifier</key>
19+
<string>com.Company.ProductName</string>
20+
<key>CFBundleInfoDictionaryVersion</key>
21+
<string>6.0</string>
22+
<key>CFBundleSupportedPlatforms</key>
23+
<array>
24+
<string>MacOSX</string>
25+
</array>
26+
<key>LSApplicationCategoryType</key>
27+
<string>public.app-category.games</string>
28+
<key>CFBundleName</key>
29+
<string>OdysseyNow</string>
30+
<key>CFBundlePackageType</key>
31+
<string>APPL</string>
32+
<key>CFBundleShortVersionString</key>
33+
<string>0.0.2</string>
34+
<key>CFBundleVersion</key>
35+
<string>0</string>
36+
<key>NSMainNibFile</key>
37+
<string>MainMenu</string>
38+
<key>NSPrincipalClass</key>
39+
<string>PlayerApplication</string>
40+
<key>UnityBuildNumber</key>
41+
<string>8afd630d1f5b</string>
42+
<key>LSMinimumSystemVersion</key>
43+
<string>10.9.0</string>
44+
</dict>
45+
</plist>
Binary file not shown.

0 commit comments

Comments
 (0)