Skip to content

Commit 7426ac2

Browse files
authored
Merge pull request #89 from klarna/inapp-sdk/ios-v2.0.35
Update In-App SDK iOS Version
2 parents 7c9ee4d + c494f53 commit 7426ac2

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to React Native Klarna In-App SDK will be documented in this file.
33

4+
### [2.0.17] - 2021-03-23
5+
- Update iOS SDK version to the latest (2.0.36)
6+
7+
### [2.0.16] - 2020-12-09
8+
9+
### [2.0.15] - 2020-12-01
10+
- Added arm64 in EXCLUDED_ARCHS for iOS.
11+
412
### [2.0.14] - 2020-10-30
513
- Update iOS SDK version to the latest (2.0.28)
614

TestApp/ios/TestApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@
11581158
);
11591159
inputPaths = (
11601160
"${PODS_ROOT}/Target Support Files/Pods-TestApp/Pods-TestApp-frameworks.sh",
1161-
"${PODS_ROOT}/KlarnaMobileSDK/ios/xcode-12.0.1-fat/KlarnaMobileSDK.framework",
1161+
"${PODS_ROOT}/KlarnaMobileSDK/ios/xcode-12.3-fat/KlarnaMobileSDK.framework",
11621162
);
11631163
name = "[CP] Embed Pods Frameworks";
11641164
outputPaths = (

ios/KlarnaInAppSDK.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
281281
"${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
282282
"${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
283-
"${PODS_ROOT}/KlarnaMobileSDK/ios/xcode-12.0.1-fat/KlarnaMobileSDK.framework",
283+
"${PODS_ROOT}/KlarnaMobileSDK/ios/xcode-12.3-fat/KlarnaMobileSDK.framework",
284284
"${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
285285
"${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
286286
"${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'KlarnaInAppSDK' do
88
use_frameworks!
99

1010
# Pods for KlarnaInAppSDK
11-
pod 'KlarnaMobileSDK', '~> 2.0.28'
11+
pod 'KlarnaMobileSDK', '2.0.36'
1212
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
1313
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
1414
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-klarna-inapp-sdk",
33
"title": "React Native Klarna In-App SDK",
4-
"version": "2.0.16",
4+
"version": "2.0.17",
55
"description": "This library wraps Klarna’s In-App SDK and exposes its functionality as React Native components. It currently supports Klarna Payments via a Payment View component.",
66
"main": "index.js",
77
"scripts": {},

react-native-klarna-inapp-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
end
2626

2727
s.dependency "React"
28-
s.dependency 'KlarnaMobileSDK', '~> 2.0.28'
28+
s.dependency 'KlarnaMobileSDK', '~> 2.0.36'
2929
# s.dependency "..."
3030

3131
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

0 commit comments

Comments
 (0)