Skip to content

Commit

Permalink
Merge pull request #19 from Riskified/1.3.2
Browse files Browse the repository at this point in the history
TIS-403 adding new version
  • Loading branch information
mooseriskified committed Jun 7, 2022
2 parents d6d6b52 + 11a8703 commit be134c3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions RiskifiedBeacon.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>RiskifiedBeacon.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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</string>
<key>LibraryPath</key>
<string>RiskifiedBeacon.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</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 not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
DB+MBnZCtGknlTIAennYZyBBWBk=
mLja5Y02I0fz5g6GyJbChw3mfAA=
</data>
<key>Modules/RiskifiedBeacon.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
Expand Down
4 changes: 3 additions & 1 deletion RiskifiedBeaconXCFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RiskifiedBeaconXCFramework'
s.version = '1.3.1'
s.version = '1.3.2'
s.summary = 'Riskified Beacon for iOS'
s.homepage = 'https://www.riskified.com/'

Expand All @@ -11,4 +11,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Riskified/ios_sdk.git', :tag => s.version.to_s }

s.vendored_frameworks = 'RiskifiedBeacon.xcframework'
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end

0 comments on commit be134c3

Please sign in to comment.