Skip to content

Commit 192c53b

Browse files
authored
Merge pull request #466 from firebase/feature/tvos-ios-one-build-script
Feature/tvos ios one build script
2 parents 7d0c987 + 8ec200f commit 192c53b

File tree

2 files changed

+688
-0
lines changed

2 files changed

+688
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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>AvailableLibraries</key>
6+
<array>
7+
<dict>
8+
<key>LibraryIdentifier</key>
9+
<string>ios-arm64_i386_x86_64-simulator</string>
10+
<key>LibraryPath</key>
11+
<string>LIBRARY_PATH</string>
12+
<key>SupportedArchitectures</key>
13+
<array>
14+
<string>arm64</string>
15+
<string>i386</string>
16+
<string>x86_64</string>
17+
</array>
18+
<key>SupportedPlatform</key>
19+
<string>ios</string>
20+
<key>SupportedPlatformVariant</key>
21+
<string>simulator</string>
22+
</dict>
23+
<dict>
24+
<key>LibraryIdentifier</key>
25+
<string>ios-arm64_armv7</string>
26+
<key>LibraryPath</key>
27+
<string>LIBRARY_PATH</string>
28+
<key>SupportedArchitectures</key>
29+
<array>
30+
<string>arm64</string>
31+
<string>armv7</string>
32+
</array>
33+
<key>SupportedPlatform</key>
34+
<string>ios</string>
35+
</dict>
36+
<dict>
37+
<key>LibraryIdentifier</key>
38+
<string>tvos-x86_64-simulator</string>
39+
<key>LibraryPath</key>
40+
<string>LIBRARY_PATH</string>
41+
<key>SupportedArchitectures</key>
42+
<array>
43+
<string>x86_64</string>
44+
</array>
45+
<key>SupportedPlatform</key>
46+
<string>tvos</string>
47+
<key>SupportedPlatformVariant</key>
48+
<string>simulator</string>
49+
</dict>
50+
<dict>
51+
<key>LibraryIdentifier</key>
52+
<string>tvos-arm64</string>
53+
<key>LibraryPath</key>
54+
<string>LIBRARY_PATH</string>
55+
<key>SupportedArchitectures</key>
56+
<array>
57+
<string>arm64</string>
58+
</array>
59+
<key>SupportedPlatform</key>
60+
<string>tvos</string>
61+
</dict>
62+
</array>
63+
<key>CFBundlePackageType</key>
64+
<string>XFWK</string>
65+
<key>XCFrameworkFormatVersion</key>
66+
<string>1.0</string>
67+
</dict>
68+
</plist>

0 commit comments

Comments
 (0)