Skip to content

Commit 7cc4b55

Browse files
committed
v2.0.1
Handling crashes when there's no active sessions. Show proper logs for when there's a new version of the SDK. Detect the bridge name (Flutter, React Native, etc.).
1 parent b9e3237 commit 7cc4b55

File tree

26 files changed

+53764
-52253
lines changed

26 files changed

+53764
-52253
lines changed

TestAppIOSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "TestAppIOSDK"
3-
spec.version = "2.0.0"
3+
spec.version = "2.0.1"
44
spec.summary = "A feedback gathering and bug reporting SDK for testapp.io platform"
55
spec.description = "All in one packaged integrated solution to gather feedback and report bugs during application testing."
66
spec.homepage = "https://testapp.io"

TestAppIOSDK.xcframework/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
<key>DebugSymbolsPath</key>
1111
<string>dSYMs</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>ios-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>TestAppIOSDK.framework</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
2221
<string>ios</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
2825
<string>TestAppIOSDK.framework/TestAppIOSDK</string>
2926
<key>DebugSymbolsPath</key>
3027
<string>dSYMs</string>
3128
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
29+
<string>ios-arm64_x86_64-simulator</string>
3330
<key>LibraryPath</key>
3431
<string>TestAppIOSDK.framework</string>
3532
<key>SupportedArchitectures</key>
3633
<array>
3734
<string>arm64</string>
35+
<string>x86_64</string>
3836
</array>
3937
<key>SupportedPlatform</key>
4038
<string>ios</string>
39+
<key>SupportedPlatformVariant</key>
40+
<string>simulator</string>
4141
</dict>
4242
</array>
4343
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)