Skip to content

Commit

Permalink
Go to sentry 7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MageSantana committed Jun 9, 2023
1 parent 1fd3437 commit a17c502
Show file tree
Hide file tree
Showing 36 changed files with 1,108 additions and 1,771 deletions.
12 changes: 7 additions & 5 deletions sentry_client_cocoa.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,32 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>sentry_client_cocoa.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>sentry_client_cocoa.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down

This file was deleted.

Binary file not shown.
Loading

0 comments on commit a17c502

Please sign in to comment.