lpw
2022-02-15 df1e8e61ffd4f44c1225b3d3808fab6516ba6e93
commit | author | age
ed8a75 1 <?xml version="1.0" encoding="UTF-8"?>
L 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>tvos-arm64_x86_64-simulator</string>
10             <key>LibraryPath</key>
11             <string>FirebaseInstallations.framework</string>
12             <key>SupportedArchitectures</key>
13             <array>
14                 <string>arm64</string>
15                 <string>x86_64</string>
16             </array>
17             <key>SupportedPlatform</key>
18             <string>tvos</string>
19             <key>SupportedPlatformVariant</key>
20             <string>simulator</string>
21         </dict>
22         <dict>
23             <key>LibraryIdentifier</key>
24             <string>ios-arm64_armv7</string>
25             <key>LibraryPath</key>
26             <string>FirebaseInstallations.framework</string>
27             <key>SupportedArchitectures</key>
28             <array>
29                 <string>arm64</string>
30                 <string>armv7</string>
31             </array>
32             <key>SupportedPlatform</key>
33             <string>ios</string>
34         </dict>
df1e8e 35         <dict>
L 36             <key>LibraryIdentifier</key>
37             <string>ios-arm64_x86_64-maccatalyst</string>
38             <key>LibraryPath</key>
39             <string>FirebaseInstallations.framework</string>
40             <key>SupportedArchitectures</key>
41             <array>
42                 <string>arm64</string>
43                 <string>x86_64</string>
44             </array>
45             <key>SupportedPlatform</key>
46             <string>ios</string>
47             <key>SupportedPlatformVariant</key>
48             <string>maccatalyst</string>
49         </dict>
50         <dict>
51             <key>LibraryIdentifier</key>
52             <string>ios-arm64_i386_x86_64-simulator</string>
53             <key>LibraryPath</key>
54             <string>FirebaseInstallations.framework</string>
55             <key>SupportedArchitectures</key>
56             <array>
57                 <string>arm64</string>
58                 <string>i386</string>
59                 <string>x86_64</string>
60             </array>
61             <key>SupportedPlatform</key>
62             <string>ios</string>
63             <key>SupportedPlatformVariant</key>
64             <string>simulator</string>
65         </dict>
66         <dict>
67             <key>LibraryIdentifier</key>
68             <string>macos-arm64_x86_64</string>
69             <key>LibraryPath</key>
70             <string>FirebaseInstallations.framework</string>
71             <key>SupportedArchitectures</key>
72             <array>
73                 <string>arm64</string>
74                 <string>x86_64</string>
75             </array>
76             <key>SupportedPlatform</key>
77             <string>macos</string>
78         </dict>
79         <dict>
80             <key>LibraryIdentifier</key>
81             <string>tvos-arm64</string>
82             <key>LibraryPath</key>
83             <string>FirebaseInstallations.framework</string>
84             <key>SupportedArchitectures</key>
85             <array>
86                 <string>arm64</string>
87             </array>
88             <key>SupportedPlatform</key>
89             <string>tvos</string>
90         </dict>
ed8a75 91     </array>
L 92     <key>CFBundlePackageType</key>
93     <string>XFWK</string>
94     <key>XCFrameworkFormatVersion</key>
95     <string>1.0</string>
96 </dict>
97 </plist>