Skip to content

Commit cb555be

Browse files
Add ios xcframework
1 parent 9fbd4b2 commit cb555be

File tree

235 files changed

+80478
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+80478
-0
lines changed

ios/Instabug.xcframework/Info.plist

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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>BitcodeSymbolMapsPath</key>
9+
<string>BCSymbolMaps</string>
10+
<key>DebugSymbolsPath</key>
11+
<string>dSYMs</string>
12+
<key>LibraryIdentifier</key>
13+
<string>ios-arm64_armv7</string>
14+
<key>LibraryPath</key>
15+
<string>Instabug.framework</string>
16+
<key>SupportedArchitectures</key>
17+
<array>
18+
<string>arm64</string>
19+
<string>armv7</string>
20+
</array>
21+
<key>SupportedPlatform</key>
22+
<string>ios</string>
23+
</dict>
24+
<dict>
25+
<key>DebugSymbolsPath</key>
26+
<string>dSYMs</string>
27+
<key>LibraryIdentifier</key>
28+
<string>ios-arm64_i386_x86_64-simulator</string>
29+
<key>LibraryPath</key>
30+
<string>Instabug.framework</string>
31+
<key>SupportedArchitectures</key>
32+
<array>
33+
<string>arm64</string>
34+
<string>i386</string>
35+
<string>x86_64</string>
36+
</array>
37+
<key>SupportedPlatform</key>
38+
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
41+
</dict>
42+
</array>
43+
<key>CFBundlePackageType</key>
44+
<string>XFWK</string>
45+
<key>XCFrameworkFormatVersion</key>
46+
<string>1.0</string>
47+
</dict>
48+
</plist>

0 commit comments

Comments
 (0)