Skip to content

Commit 2cc8c1d

Browse files
committed
first commit
0 parents  commit 2cc8c1d

1,190 files changed

Lines changed: 338610 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
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>BinaryPath</key>
9+
<string>Realm.framework/Realm</string>
10+
<key>DebugSymbolsPath</key>
11+
<string>dSYMs</string>
12+
<key>LibraryIdentifier</key>
13+
<string>ios-arm64_x86_64-simulator</string>
14+
<key>LibraryPath</key>
15+
<string>Realm.framework</string>
16+
<key>SupportedArchitectures</key>
17+
<array>
18+
<string>arm64</string>
19+
<string>x86_64</string>
20+
</array>
21+
<key>SupportedPlatform</key>
22+
<string>ios</string>
23+
<key>SupportedPlatformVariant</key>
24+
<string>simulator</string>
25+
</dict>
26+
<dict>
27+
<key>BinaryPath</key>
28+
<string>Realm.framework/Realm</string>
29+
<key>LibraryIdentifier</key>
30+
<string>watchos-arm64_arm64_32_armv7k</string>
31+
<key>LibraryPath</key>
32+
<string>Realm.framework</string>
33+
<key>SupportedArchitectures</key>
34+
<array>
35+
<string>arm64</string>
36+
<string>arm64_32</string>
37+
<string>armv7k</string>
38+
</array>
39+
<key>SupportedPlatform</key>
40+
<string>watchos</string>
41+
</dict>
42+
<dict>
43+
<key>BinaryPath</key>
44+
<string>Realm.framework/Realm</string>
45+
<key>DebugSymbolsPath</key>
46+
<string>dSYMs</string>
47+
<key>LibraryIdentifier</key>
48+
<string>ios-arm64</string>
49+
<key>LibraryPath</key>
50+
<string>Realm.framework</string>
51+
<key>SupportedArchitectures</key>
52+
<array>
53+
<string>arm64</string>
54+
</array>
55+
<key>SupportedPlatform</key>
56+
<string>ios</string>
57+
</dict>
58+
<dict>
59+
<key>BinaryPath</key>
60+
<string>Realm.framework/Realm</string>
61+
<key>LibraryIdentifier</key>
62+
<string>tvos-arm64_x86_64-simulator</string>
63+
<key>LibraryPath</key>
64+
<string>Realm.framework</string>
65+
<key>SupportedArchitectures</key>
66+
<array>
67+
<string>arm64</string>
68+
<string>x86_64</string>
69+
</array>
70+
<key>SupportedPlatform</key>
71+
<string>tvos</string>
72+
<key>SupportedPlatformVariant</key>
73+
<string>simulator</string>
74+
</dict>
75+
<dict>
76+
<key>BinaryPath</key>
77+
<string>Realm.framework/Versions/A/Realm</string>
78+
<key>LibraryIdentifier</key>
79+
<string>macos-arm64_x86_64</string>
80+
<key>LibraryPath</key>
81+
<string>Realm.framework</string>
82+
<key>SupportedArchitectures</key>
83+
<array>
84+
<string>arm64</string>
85+
<string>x86_64</string>
86+
</array>
87+
<key>SupportedPlatform</key>
88+
<string>macos</string>
89+
</dict>
90+
<dict>
91+
<key>BinaryPath</key>
92+
<string>Realm.framework/Realm</string>
93+
<key>LibraryIdentifier</key>
94+
<string>watchos-arm64_i386_x86_64-simulator</string>
95+
<key>LibraryPath</key>
96+
<string>Realm.framework</string>
97+
<key>SupportedArchitectures</key>
98+
<array>
99+
<string>arm64</string>
100+
<string>i386</string>
101+
<string>x86_64</string>
102+
</array>
103+
<key>SupportedPlatform</key>
104+
<string>watchos</string>
105+
<key>SupportedPlatformVariant</key>
106+
<string>simulator</string>
107+
</dict>
108+
<dict>
109+
<key>BinaryPath</key>
110+
<string>Realm.framework/Realm</string>
111+
<key>LibraryIdentifier</key>
112+
<string>tvos-arm64</string>
113+
<key>LibraryPath</key>
114+
<string>Realm.framework</string>
115+
<key>SupportedArchitectures</key>
116+
<array>
117+
<string>arm64</string>
118+
</array>
119+
<key>SupportedPlatform</key>
120+
<string>tvos</string>
121+
</dict>
122+
<dict>
123+
<key>BinaryPath</key>
124+
<string>Realm.framework/Versions/A/Realm</string>
125+
<key>LibraryIdentifier</key>
126+
<string>ios-arm64_x86_64-maccatalyst</string>
127+
<key>LibraryPath</key>
128+
<string>Realm.framework</string>
129+
<key>SupportedArchitectures</key>
130+
<array>
131+
<string>arm64</string>
132+
<string>x86_64</string>
133+
</array>
134+
<key>SupportedPlatform</key>
135+
<string>ios</string>
136+
<key>SupportedPlatformVariant</key>
137+
<string>maccatalyst</string>
138+
</dict>
139+
</array>
140+
<key>CFBundlePackageType</key>
141+
<string>XFWK</string>
142+
<key>XCFrameworkFormatVersion</key>
143+
<string>1.0</string>
144+
</dict>
145+
</plist>

0 commit comments

Comments
 (0)