Skip to content

Commit 2ffd65d

Browse files
authored
Merge pull request #301 from klarna/inapp-sdk/ios-v2.6.27
Update In-App SDK iOS Version
2 parents e2ef631 + 0404f84 commit 2ffd65d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

TestApp/ios/Podfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PODS:
77
- hermes-engine (0.74.1):
88
- hermes-engine/Pre-built (= 0.74.1)
99
- hermes-engine/Pre-built (0.74.1)
10-
- KlarnaMobileSDK (2.6.26):
11-
- KlarnaMobileSDK/basic (= 2.6.26)
12-
- KlarnaMobileSDK/basic (2.6.26)
10+
- KlarnaMobileSDK (2.6.27):
11+
- KlarnaMobileSDK/basic (= 2.6.27)
12+
- KlarnaMobileSDK/basic (2.6.27)
1313
- RCT-Folly (2024.01.01.00):
1414
- boost
1515
- DoubleConversion
@@ -938,11 +938,11 @@ PODS:
938938
- React-Mapbuffer (0.74.1):
939939
- glog
940940
- React-debug
941-
- react-native-klarna-inapp-sdk (2.3.10):
941+
- react-native-klarna-inapp-sdk (2.3.11):
942942
- DoubleConversion
943943
- glog
944944
- hermes-engine
945-
- KlarnaMobileSDK (= 2.6.26)
945+
- KlarnaMobileSDK (= 2.6.27)
946946
- RCT-Folly (= 2024.01.01.00)
947947
- RCTRequired
948948
- RCTTypeSafety
@@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
14061406
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
14071407
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
14081408
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
1409-
KlarnaMobileSDK: 4b689015a1be4a13265169d0762486d9b3b2b2d4
1409+
KlarnaMobileSDK: a74ee28ab342cb2c49b6ce67ba264b362e133c03
14101410
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
14111411
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
14121412
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
@@ -1431,7 +1431,7 @@ SPEC CHECKSUMS:
14311431
React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
14321432
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
14331433
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
1434-
react-native-klarna-inapp-sdk: 7ae1bb34d4bc7b217c717ebd619b0b6eee7a6b34
1434+
react-native-klarna-inapp-sdk: 2a8e44c026c7bd52b34631de9c597d4cb0e58a16
14351435
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
14361436
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
14371437
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ target 'RNKlarnaMobileSDK' do
4949
# use_frameworks!
5050

5151
# Pods for RNKlarnaMobileSDK
52-
pod 'KlarnaMobileSDK', '2.6.26'
52+
pod 'KlarnaMobileSDK', '2.6.27'
5353

5454
target 'RNKlarnaMobileSDKTests' do
5555
# Pods for testing

react-native-klarna-inapp-sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Pod::Spec.new do |s|
4848
end
4949
end
5050

51-
s.dependency 'KlarnaMobileSDK', '2.6.26'
51+
s.dependency 'KlarnaMobileSDK', '2.6.27'
5252
end

0 commit comments

Comments
 (0)