Skip to content

Commit 9df6dc9

Browse files
committed
Release v1.0.15-notifications
1 parent e3ae894 commit 9df6dc9

File tree

12 files changed

+2842
-179
lines changed

12 files changed

+2842
-179
lines changed

MatrixSDKFFI.xcframework/Info.plist

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
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>HeadersPath</key>
9+
<string>Headers</string>
10+
<key>LibraryIdentifier</key>
11+
<string>ios-arm64_x86_64-simulator</string>
12+
<key>LibraryPath</key>
13+
<string>libmatrix_sdk_ffi_iossimulator.a</string>
14+
<key>SupportedArchitectures</key>
15+
<array>
16+
<string>arm64</string>
17+
<string>x86_64</string>
18+
</array>
19+
<key>SupportedPlatform</key>
20+
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
23+
</dict>
24+
<dict>
25+
<key>HeadersPath</key>
26+
<string>Headers</string>
27+
<key>LibraryIdentifier</key>
28+
<string>ios-arm64</string>
29+
<key>LibraryPath</key>
30+
<string>libmatrix_sdk_ffi.a</string>
31+
<key>SupportedArchitectures</key>
32+
<array>
33+
<string>arm64</string>
34+
</array>
35+
<key>SupportedPlatform</key>
36+
<string>ios</string>
37+
</dict>
38+
<dict>
39+
<key>HeadersPath</key>
40+
<string>Headers</string>
41+
<key>LibraryIdentifier</key>
42+
<string>macos-arm64_x86_64</string>
43+
<key>LibraryPath</key>
44+
<string>libmatrix_sdk_ffi_macos.a</string>
45+
<key>SupportedArchitectures</key>
46+
<array>
47+
<string>arm64</string>
48+
<string>x86_64</string>
49+
</array>
50+
<key>SupportedPlatform</key>
51+
<string>macos</string>
52+
</dict>
53+
</array>
54+
<key>CFBundlePackageType</key>
55+
<string>XFWK</string>
56+
<key>XCFrameworkFormatVersion</key>
57+
<string>1.0</string>
58+
</dict>
59+
</plist>

0 commit comments

Comments
 (0)