Skip to content

Commit

Permalink
release: 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Nov 17, 2023
1 parent eb85f9a commit a132acb
Show file tree
Hide file tree
Showing 13 changed files with 519 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.12.0'
s.version = '5.13.0'
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 added Repro.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added Repro.xcframework/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added Repro.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit a132acb

Please sign in to comment.