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