Skip to content

Commit

Permalink
Merge pull request #274 from klarna/inapp-sdk/ios-v2.6.23
Browse files Browse the repository at this point in the history
Update In-App SDK iOS Version
  • Loading branch information
jorgepalac1o authored Oct 23, 2024
2 parents 4e03b72 + 08fa15f commit c459495
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions TestApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PODS:
- hermes-engine (0.74.1):
- hermes-engine/Pre-built (= 0.74.1)
- hermes-engine/Pre-built (0.74.1)
- KlarnaMobileSDK (2.6.22):
- KlarnaMobileSDK/basic (= 2.6.22)
- KlarnaMobileSDK/basic (2.6.22)
- KlarnaMobileSDK (2.6.23):
- KlarnaMobileSDK/basic (= 2.6.23)
- KlarnaMobileSDK/basic (2.6.23)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -938,11 +938,11 @@ PODS:
- React-Mapbuffer (0.74.1):
- glog
- React-debug
- react-native-klarna-inapp-sdk (2.3.6):
- react-native-klarna-inapp-sdk (2.3.7):
- DoubleConversion
- glog
- hermes-engine
- KlarnaMobileSDK (= 2.6.22)
- KlarnaMobileSDK (= 2.6.23)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
KlarnaMobileSDK: ad9bbaf1c8a529a497f84f33f4cfb66461b6ca0e
KlarnaMobileSDK: 550891926b4ad99d3a85a28f08d3a25ef1318157
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
Expand All @@ -1431,7 +1431,7 @@ SPEC CHECKSUMS:
React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-klarna-inapp-sdk: 5a4f968390a2f2b280a27016a5153ebb8e3963f8
react-native-klarna-inapp-sdk: eaf89b78dd88855bcd1fdaeaec9cb2762af0ccfd
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target 'RNKlarnaMobileSDK' do
# use_frameworks!

# Pods for RNKlarnaMobileSDK
pod 'KlarnaMobileSDK', '2.6.22'
pod 'KlarnaMobileSDK', '2.6.23'

target 'RNKlarnaMobileSDKTests' do
# Pods for testing
Expand Down
2 changes: 1 addition & 1 deletion react-native-klarna-inapp-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ Pod::Spec.new do |s|
end
end

s.dependency 'KlarnaMobileSDK', '2.6.22'
s.dependency 'KlarnaMobileSDK', '2.6.23'
end

0 comments on commit c459495

Please sign in to comment.