Skip to content

Commit

Permalink
Update iOS SDK to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ventayol committed Sep 12, 2024
1 parent 043055c commit 277e295
Show file tree
Hide file tree
Showing 43 changed files with 6,752 additions and 311 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you open a pull request, you're granting the project maintainers the right to
This repository contains the Bugfender iOS and Android SDKs, which can be updated anytime and maybe are not updated here. At the moment of writing this, the SDKs used are:

* Android 3.2.0
* iOS 1.13.2
* iOS 2.0.0

### Updating iOS

Expand Down
16 changes: 11 additions & 5 deletions SDK/iOS/BugfenderSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>BugfenderSDK.framework/BugfenderSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
Expand All @@ -20,31 +22,35 @@
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>BugfenderSDK.framework/Versions/A/BugfenderSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>BugfenderSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>BugfenderSDK.framework/BugfenderSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>BugfenderSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 277e295

Please sign in to comment.