Skip to content

Commit

Permalink
release: 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Mar 25, 2022
1 parent 968d4bc commit 825c0ed
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ let package = Package(
products: [
.library(
name: "Repro",
targets: ["ReproBinarySDK", "ReproDependencyDummy"]
targets: ["Repro", "ReproDependencyDummy"]
),
],
targets: [
.binaryTarget(
name: "ReproBinarySDK",
name: "Repro",
path: "Repro.xcframework"
),
.target(
Expand Down
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.8.1'
s.version = '5.8.2'
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 825c0ed

Please sign in to comment.