Skip to content

Commit

Permalink
removed location
Browse files Browse the repository at this point in the history
  • Loading branch information
beksina committed Apr 24, 2024
1 parent 7f6d07e commit 99e1508
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>RiskifiedBeacon.framework/RiskifiedBeacon</string>
<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>BinaryPath</key>
<string>RiskifiedBeacon.framework/RiskifiedBeacon</string>
<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.
4 changes: 2 additions & 2 deletions 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.4.1-b'
s.version = '1.4-nolocation'
s.summary = 'Riskified Beacon for iOS'
s.homepage = 'https://www.riskified.com/'

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

# s.ios.deployment_target = '12.0'
s.ios.deployment_target = '12.0'

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

0 comments on commit 99e1508

Please sign in to comment.