lpw
2023-06-03 69eea9841717e4e9309bceebed466c86fb2287c6
commit | author | age
dc2c02 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>AppsFlyerLib.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>
69eea9 21         </dict>
L 22         <dict>
23             <key>LibraryIdentifier</key>
24             <string>tvos-arm64</string>
25             <key>LibraryPath</key>
26             <string>AppsFlyerLib.framework</string>
27             <key>SupportedArchitectures</key>
28             <array>
29                 <string>arm64</string>
30             </array>
31             <key>SupportedPlatform</key>
32             <string>tvos</string>
dc2c02 33         </dict>
L 34         <dict>
35             <key>LibraryIdentifier</key>
36             <string>macos-arm64_x86_64</string>
37             <key>LibraryPath</key>
38             <string>AppsFlyerLib.framework</string>
39             <key>SupportedArchitectures</key>
40             <array>
41                 <string>arm64</string>
42                 <string>x86_64</string>
43             </array>
44             <key>SupportedPlatform</key>
45             <string>macos</string>
46         </dict>
47         <dict>
48             <key>LibraryIdentifier</key>
49             <string>ios-arm64_i386_x86_64-simulator</string>
50             <key>LibraryPath</key>
51             <string>AppsFlyerLib.framework</string>
52             <key>SupportedArchitectures</key>
53             <array>
54                 <string>arm64</string>
55                 <string>i386</string>
56                 <string>x86_64</string>
57             </array>
58             <key>SupportedPlatform</key>
59             <string>ios</string>
60             <key>SupportedPlatformVariant</key>
61             <string>simulator</string>
62         </dict>
63         <dict>
64             <key>LibraryIdentifier</key>
65             <string>ios-arm64_x86_64-maccatalyst</string>
66             <key>LibraryPath</key>
67             <string>AppsFlyerLib.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>ios</string>
75             <key>SupportedPlatformVariant</key>
76             <string>maccatalyst</string>
77         </dict>
78         <dict>
79             <key>LibraryIdentifier</key>
69eea9 80             <string>ios-arm64_armv7</string>
dc2c02 81             <key>LibraryPath</key>
L 82             <string>AppsFlyerLib.framework</string>
83             <key>SupportedArchitectures</key>
84             <array>
85                 <string>arm64</string>
69eea9 86                 <string>armv7</string>
dc2c02 87             </array>
L 88             <key>SupportedPlatform</key>
69eea9 89             <string>ios</string>
dc2c02 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>