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