Skip to content

Commit

Permalink
Merge pull request #267 from klarna/inapp-sdk/ios-v2.6.22
Browse files Browse the repository at this point in the history
Update In-App SDK iOS Version
  • Loading branch information
NMGuner authored Aug 22, 2024
2 parents d0b0e6b + fe1f4a5 commit 33221be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 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.19):
- KlarnaMobileSDK/basic (= 2.6.19)
- KlarnaMobileSDK/basic (2.6.19)
- KlarnaMobileSDK (2.6.22):
- KlarnaMobileSDK/basic (= 2.6.22)
- KlarnaMobileSDK/basic (2.6.22)
- 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.3):
- react-native-klarna-inapp-sdk (2.3.6):
- DoubleConversion
- glog
- hermes-engine
- KlarnaMobileSDK (= 2.6.19)
- KlarnaMobileSDK (= 2.6.22)
- 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: f461d71b046b93f157d840a7da6f8e52edbd9711
KlarnaMobileSDK: ad9bbaf1c8a529a497f84f33f4cfb66461b6ca0e
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: f8ab6a1e4a5511c54a0db04dfe3c2f606595e0d6
react-native-klarna-inapp-sdk: 5a4f968390a2f2b280a27016a5153ebb8e3963f8
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
Expand Down
12 changes: 2 additions & 10 deletions TestApp/ios/TestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -685,11 +681,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-Wl",
"-ld_classic",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
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.19'
pod 'KlarnaMobileSDK', '2.6.22'

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.19'
s.dependency 'KlarnaMobileSDK', '2.6.22'
end

0 comments on commit 33221be

Please sign in to comment.