Skip to content

Commit

Permalink
release: 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed May 17, 2023
1 parent 7ed2f07 commit d054539
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Repro.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Repro'
s.version = '5.10.0'
s.version = '5.10.1'
s.summary = 'Repro is a mobile analytics tool that lets you have much deeper understanding of your users.'
s.homepage = 'https://repro.io/'
s.license = {
Expand Down
16 changes: 8 additions & 8 deletions Repro.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,33 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<string>ios-arm64_i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Repro.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</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_i386_x86_64-simulator</string>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>Repro.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file modified Repro.xcframework/ios-arm64_armv7_armv7s/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d054539

Please sign in to comment.