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