react-native-klarna-inapp-sdk 2.7.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/android/build.gradle +1 -1
- package/ios/Tests/{KlarnaExpressCheckoutViewWrapperTests.m → oldarch/KlarnaExpressCheckoutViewWrapperTests.m} +4 -2
- package/ios/Tests/{KlarnaOSMViewWrapperTests.m → oldarch/KlarnaOSMViewWrapperTests.m} +4 -1
- package/ios/Tests/{KlarnaStandaloneWebViewWrapperTests.m → oldarch/KlarnaStandaloneWebViewWrapperTests.m} +4 -1
- package/ios/Tests/{PaymentViewWrapperTests.m → oldarch/PaymentViewWrapperTests.m} +35 -33
- package/ios/Tests/signIn/KlarnaSignInEventsMapperTests.m +50 -0
- package/ios/Tests/signIn/KlarnaSignInModuleImplTests.m +103 -0
- package/lib/commonjs/KlarnaCheckoutView.js +7 -0
- package/lib/commonjs/KlarnaCheckoutView.js.map +1 -1
- package/lib/module/KlarnaCheckoutView.js +8 -0
- package/lib/module/KlarnaCheckoutView.js.map +1 -1
- package/lib/typescript/KlarnaCheckoutView.d.ts +6 -0
- package/lib/typescript/KlarnaCheckoutView.d.ts.map +1 -1
- package/package.json +3 -3
- package/react-native-klarna-inapp-sdk.podspec +8 -10
- package/src/KlarnaCheckoutView.tsx +6 -1
- package/ios/Configs/Tests/Info.plist +0 -22
- package/ios/RNKlarnaMobileSDK.xcodeproj/project.pbxproj +0 -721
- package/ios/RNKlarnaMobileSDK.xcodeproj/xcshareddata/xcschemes/RNKlarnaMobileSDK.xcscheme +0 -77
- package/ios/RNKlarnaMobileSDK.xcodeproj/xcshareddata/xcschemes/RNKlarnaMobileSDKTests.xcscheme +0 -52
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1220"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
18
|
-
BuildableName = "libRNKlarnaMobileSDK.a"
|
|
19
|
-
BlueprintName = "RNKlarnaMobileSDK"
|
|
20
|
-
ReferencedContainer = "container:RNKlarnaMobileSDK.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<Testables>
|
|
31
|
-
<TestableReference
|
|
32
|
-
skipped = "NO">
|
|
33
|
-
<BuildableReference
|
|
34
|
-
BuildableIdentifier = "primary"
|
|
35
|
-
BlueprintIdentifier = "7917D751255C45FB00E16799"
|
|
36
|
-
BuildableName = "RNKlarnaMobileSDKTests.xctest"
|
|
37
|
-
BlueprintName = "RNKlarnaMobileSDKTests"
|
|
38
|
-
ReferencedContainer = "container:RNKlarnaMobileSDK.xcodeproj">
|
|
39
|
-
</BuildableReference>
|
|
40
|
-
</TestableReference>
|
|
41
|
-
</Testables>
|
|
42
|
-
</TestAction>
|
|
43
|
-
<LaunchAction
|
|
44
|
-
buildConfiguration = "Debug"
|
|
45
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
46
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
47
|
-
launchStyle = "0"
|
|
48
|
-
useCustomWorkingDirectory = "NO"
|
|
49
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
50
|
-
debugDocumentVersioning = "YES"
|
|
51
|
-
debugServiceExtension = "internal"
|
|
52
|
-
allowLocationSimulation = "YES">
|
|
53
|
-
</LaunchAction>
|
|
54
|
-
<ProfileAction
|
|
55
|
-
buildConfiguration = "Release"
|
|
56
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
57
|
-
savedToolIdentifier = ""
|
|
58
|
-
useCustomWorkingDirectory = "NO"
|
|
59
|
-
debugDocumentVersioning = "YES">
|
|
60
|
-
<MacroExpansion>
|
|
61
|
-
<BuildableReference
|
|
62
|
-
BuildableIdentifier = "primary"
|
|
63
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
64
|
-
BuildableName = "libRNKlarnaMobileSDK.a"
|
|
65
|
-
BlueprintName = "RNKlarnaMobileSDK"
|
|
66
|
-
ReferencedContainer = "container:RNKlarnaMobileSDK.xcodeproj">
|
|
67
|
-
</BuildableReference>
|
|
68
|
-
</MacroExpansion>
|
|
69
|
-
</ProfileAction>
|
|
70
|
-
<AnalyzeAction
|
|
71
|
-
buildConfiguration = "Debug">
|
|
72
|
-
</AnalyzeAction>
|
|
73
|
-
<ArchiveAction
|
|
74
|
-
buildConfiguration = "Release"
|
|
75
|
-
revealArchiveInOrganizer = "YES">
|
|
76
|
-
</ArchiveAction>
|
|
77
|
-
</Scheme>
|
package/ios/RNKlarnaMobileSDK.xcodeproj/xcshareddata/xcschemes/RNKlarnaMobileSDKTests.xcscheme
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1210"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
</BuildAction>
|
|
9
|
-
<TestAction
|
|
10
|
-
buildConfiguration = "Debug"
|
|
11
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
12
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
13
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
14
|
-
<Testables>
|
|
15
|
-
<TestableReference
|
|
16
|
-
skipped = "NO">
|
|
17
|
-
<BuildableReference
|
|
18
|
-
BuildableIdentifier = "primary"
|
|
19
|
-
BlueprintIdentifier = "7917D751255C45FB00E16799"
|
|
20
|
-
BuildableName = "RNKlarnaMobileSDKTests.xctest"
|
|
21
|
-
BlueprintName = "RNKlarnaMobileSDKTests"
|
|
22
|
-
ReferencedContainer = "container:RNKlarnaMobileSDK.xcodeproj">
|
|
23
|
-
</BuildableReference>
|
|
24
|
-
</TestableReference>
|
|
25
|
-
</Testables>
|
|
26
|
-
</TestAction>
|
|
27
|
-
<LaunchAction
|
|
28
|
-
buildConfiguration = "Debug"
|
|
29
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
30
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
31
|
-
launchStyle = "0"
|
|
32
|
-
useCustomWorkingDirectory = "NO"
|
|
33
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
34
|
-
debugDocumentVersioning = "YES"
|
|
35
|
-
debugServiceExtension = "internal"
|
|
36
|
-
allowLocationSimulation = "YES">
|
|
37
|
-
</LaunchAction>
|
|
38
|
-
<ProfileAction
|
|
39
|
-
buildConfiguration = "Release"
|
|
40
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
41
|
-
savedToolIdentifier = ""
|
|
42
|
-
useCustomWorkingDirectory = "NO"
|
|
43
|
-
debugDocumentVersioning = "YES">
|
|
44
|
-
</ProfileAction>
|
|
45
|
-
<AnalyzeAction
|
|
46
|
-
buildConfiguration = "Debug">
|
|
47
|
-
</AnalyzeAction>
|
|
48
|
-
<ArchiveAction
|
|
49
|
-
buildConfiguration = "Release"
|
|
50
|
-
revealArchiveInOrganizer = "YES">
|
|
51
|
-
</ArchiveAction>
|
|
52
|
-
</Scheme>
|