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,721 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 46;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
025F17D8BF405605B1E9CC65 /* libPods-RNKlarnaMobileSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0095AC5BE5939D5EC9625201 /* libPods-RNKlarnaMobileSDK.a */; };
|
|
11
|
-
0DB3516A77E13682BFCA4E64 /* KlarnaExpressCheckoutViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 33C84BA7615CC01128CA31E5 /* KlarnaExpressCheckoutViewWrapper.mm */; };
|
|
12
|
-
42BC05FF2AC57E110044A9FE /* KlarnaStandaloneWebViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 42BC05FE2AC57E110044A9FE /* KlarnaStandaloneWebViewManager.mm */; };
|
|
13
|
-
42BC06032AC586C50044A9FE /* KlarnaStandaloneWebViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 42BC06022AC586C50044A9FE /* KlarnaStandaloneWebViewWrapper.mm */; };
|
|
14
|
-
42BC06052AC588180044A9FE /* KlarnaStandaloneWebViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 42BC06042AC588180044A9FE /* KlarnaStandaloneWebViewWrapper.mm */; };
|
|
15
|
-
5EF79F343E41AF25BCF0FB57 /* KlarnaExpressCheckoutViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC11876CCED1F9FF63141F96 /* KlarnaExpressCheckoutViewManager.mm */; };
|
|
16
|
-
7917D755255C45FB00E16799 /* PaymentViewWrapperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7917D754255C45FB00E16799 /* PaymentViewWrapperTests.m */; };
|
|
17
|
-
7917D757255C45FB00E16799 /* libRNKlarnaMobileSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 134814201AA4EA6300B7C361 /* libRNKlarnaMobileSDK.a */; };
|
|
18
|
-
792F67C02AB8AD7D00675E18 /* PaymentViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 792F67BB2AB8AD7D00675E18 /* PaymentViewWrapper.mm */; };
|
|
19
|
-
792F67C12AB8AD7D00675E18 /* PaymentViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 792F67BE2AB8AD7D00675E18 /* PaymentViewWrapper.mm */; };
|
|
20
|
-
79BD25FA2BC97A3000D2D92A /* KlarnaCheckoutViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79BD25F92BC97A3000D2D92A /* KlarnaCheckoutViewManager.mm */; };
|
|
21
|
-
79BD25FC2BC97B0900D2D92A /* KlarnaCheckoutViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79BD25FB2BC97B0900D2D92A /* KlarnaCheckoutViewWrapper.mm */; };
|
|
22
|
-
79BD26002BCD4F6C00D2D92A /* KlarnaCheckoutViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79BD25FF2BCD4F6C00D2D92A /* KlarnaCheckoutViewWrapper.mm */; };
|
|
23
|
-
79BD26042BCD572600D2D92A /* RNMobileSDKUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79BD26032BCD572600D2D92A /* RNMobileSDKUtils.mm */; };
|
|
24
|
-
9F9101C8D59ECF439818302A /* KlarnaExpressCheckoutButtonDelegateProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162FB3924FC0CAB605BB10A7 /* KlarnaExpressCheckoutButtonDelegateProxy.swift */; };
|
|
25
|
-
A1B2C3D42D8600010000001A /* KlarnaOSMViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D42D8600010000001F /* KlarnaOSMViewManager.mm */; };
|
|
26
|
-
A1B2C3D42D8600010000001B /* KlarnaOSMViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D42D8600010000002B /* KlarnaOSMViewWrapper.mm */; };
|
|
27
|
-
A1B2C3D42D8600010000001C /* KlarnaOSMViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D42D8600010000002C /* KlarnaOSMViewWrapper.mm */; };
|
|
28
|
-
A1B2C3D52602130000AABBCC /* KlarnaStandaloneWebViewWrapperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D42602130000AABBCC /* KlarnaStandaloneWebViewWrapperTests.m */; };
|
|
29
|
-
A1B2C3D62D8700010000003A /* KlarnaOSMViewWrapperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B2C3D62D8700010000003B /* KlarnaOSMViewWrapperTests.m */; };
|
|
30
|
-
AB2E3AF1EF7D600B7C2BB129 /* KlarnaExpressCheckoutViewWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9E25B2ABA81ABBC6F987AF54 /* KlarnaExpressCheckoutViewWrapper.mm */; };
|
|
31
|
-
B3E7B58A1CC2AC0600A0062D /* KlarnaPaymentViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* KlarnaPaymentViewManager.mm */; };
|
|
32
|
-
C4322C103A49DE677440A55B /* libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA32BFC473648C68FE140F44 /* libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a */; };
|
|
33
|
-
F3A8B9C202AB3456000DECBA /* KlarnaExpressCheckoutViewWrapperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F3A8B9C102AB3456000DECBA /* KlarnaExpressCheckoutViewWrapperTests.m */; };
|
|
34
|
-
/* End PBXBuildFile section */
|
|
35
|
-
|
|
36
|
-
/* Begin PBXContainerItemProxy section */
|
|
37
|
-
7917D758255C45FB00E16799 /* PBXContainerItemProxy */ = {
|
|
38
|
-
isa = PBXContainerItemProxy;
|
|
39
|
-
containerPortal = 58B511D31A9E6C8500147676 /* Project object */;
|
|
40
|
-
proxyType = 1;
|
|
41
|
-
remoteGlobalIDString = 58B511DA1A9E6C8500147676;
|
|
42
|
-
remoteInfo = KlarnaInAppSDK;
|
|
43
|
-
};
|
|
44
|
-
/* End PBXContainerItemProxy section */
|
|
45
|
-
|
|
46
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
|
47
|
-
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
|
48
|
-
isa = PBXCopyFilesBuildPhase;
|
|
49
|
-
buildActionMask = 2147483647;
|
|
50
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
|
51
|
-
dstSubfolderSpec = 16;
|
|
52
|
-
files = (
|
|
53
|
-
);
|
|
54
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
55
|
-
};
|
|
56
|
-
/* End PBXCopyFilesBuildPhase section */
|
|
57
|
-
|
|
58
|
-
/* Begin PBXFileReference section */
|
|
59
|
-
0095AC5BE5939D5EC9625201 /* libPods-RNKlarnaMobileSDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNKlarnaMobileSDK.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
60
|
-
12F2DBCAAC01A760C139AA95 /* KlarnaExpressCheckoutViewWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaExpressCheckoutViewWrapper.h; sourceTree = "<group>"; };
|
|
61
|
-
134814201AA4EA6300B7C361 /* libRNKlarnaMobileSDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNKlarnaMobileSDK.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
62
|
-
162FB3924FC0CAB605BB10A7 /* KlarnaExpressCheckoutButtonDelegateProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KlarnaExpressCheckoutButtonDelegateProxy.swift; sourceTree = "<group>"; };
|
|
63
|
-
215805694FE97D67AC33D085 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.debug.xcconfig"; path = "Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
64
|
-
2BACF326903DA3FED8FD0076 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.release.xcconfig"; path = "Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
65
|
-
33C84BA7615CC01128CA31E5 /* KlarnaExpressCheckoutViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaExpressCheckoutViewWrapper.mm; sourceTree = "<group>"; };
|
|
66
|
-
42BC05FD2AC57D950044A9FE /* KlarnaStandaloneWebViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaStandaloneWebViewManager.h; sourceTree = "<group>"; };
|
|
67
|
-
42BC05FE2AC57E110044A9FE /* KlarnaStandaloneWebViewManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaStandaloneWebViewManager.mm; sourceTree = "<group>"; };
|
|
68
|
-
42BC06022AC586C50044A9FE /* KlarnaStandaloneWebViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaStandaloneWebViewWrapper.mm; sourceTree = "<group>"; };
|
|
69
|
-
42BC06042AC588180044A9FE /* KlarnaStandaloneWebViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaStandaloneWebViewWrapper.mm; sourceTree = "<group>"; };
|
|
70
|
-
4A1615226E049FC4A863EC0D /* Pods-RNKlarnaMobileSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNKlarnaMobileSDK.release.xcconfig"; path = "Target Support Files/Pods-RNKlarnaMobileSDK/Pods-RNKlarnaMobileSDK.release.xcconfig"; sourceTree = "<group>"; };
|
|
71
|
-
576072AD3AD3BF71A307289C /* Pods-RNKlarnaMobileSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNKlarnaMobileSDK.debug.xcconfig"; path = "Target Support Files/Pods-RNKlarnaMobileSDK/Pods-RNKlarnaMobileSDK.debug.xcconfig"; sourceTree = "<group>"; };
|
|
72
|
-
7917D752255C45FB00E16799 /* RNKlarnaMobileSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RNKlarnaMobileSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
73
|
-
7917D754255C45FB00E16799 /* PaymentViewWrapperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PaymentViewWrapperTests.m; sourceTree = "<group>"; };
|
|
74
|
-
7917D756255C45FB00E16799 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
75
|
-
792F67BB2AB8AD7D00675E18 /* PaymentViewWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PaymentViewWrapper.mm; sourceTree = "<group>"; };
|
|
76
|
-
792F67BE2AB8AD7D00675E18 /* PaymentViewWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PaymentViewWrapper.mm; sourceTree = "<group>"; };
|
|
77
|
-
796795862C1B39E700BAB0C1 /* KlarnaCheckoutViewWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaCheckoutViewWrapper.h; sourceTree = "<group>"; };
|
|
78
|
-
796795872C1B39F100BAB0C1 /* KlarnaStandaloneWebViewWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaStandaloneWebViewWrapper.h; sourceTree = "<group>"; };
|
|
79
|
-
796795882C1B39FB00BAB0C1 /* PaymentViewWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PaymentViewWrapper.h; sourceTree = "<group>"; };
|
|
80
|
-
79BD25F82BC97A0100D2D92A /* KlarnaCheckoutViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaCheckoutViewManager.h; sourceTree = "<group>"; };
|
|
81
|
-
79BD25F92BC97A3000D2D92A /* KlarnaCheckoutViewManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaCheckoutViewManager.mm; sourceTree = "<group>"; };
|
|
82
|
-
79BD25FB2BC97B0900D2D92A /* KlarnaCheckoutViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaCheckoutViewWrapper.mm; sourceTree = "<group>"; };
|
|
83
|
-
79BD25FF2BCD4F6C00D2D92A /* KlarnaCheckoutViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaCheckoutViewWrapper.mm; sourceTree = "<group>"; };
|
|
84
|
-
79BD26022BCD56D400D2D92A /* RNMobileSDKUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNMobileSDKUtils.h; sourceTree = "<group>"; };
|
|
85
|
-
79BD26032BCD572600D2D92A /* RNMobileSDKUtils.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = RNMobileSDKUtils.mm; sourceTree = "<group>"; };
|
|
86
|
-
79E2A0B02BFBA653002923A5 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
|
|
87
|
-
9E25B2ABA81ABBC6F987AF54 /* KlarnaExpressCheckoutViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaExpressCheckoutViewWrapper.mm; sourceTree = "<group>"; };
|
|
88
|
-
A1B2C3D42602130000AABBCC /* KlarnaStandaloneWebViewWrapperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KlarnaStandaloneWebViewWrapperTests.m; sourceTree = "<group>"; };
|
|
89
|
-
A1B2C3D42D8600010000001E /* KlarnaOSMViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaOSMViewManager.h; sourceTree = "<group>"; };
|
|
90
|
-
A1B2C3D42D8600010000001F /* KlarnaOSMViewManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaOSMViewManager.mm; sourceTree = "<group>"; };
|
|
91
|
-
A1B2C3D42D8600010000002A /* KlarnaOSMViewWrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaOSMViewWrapper.h; sourceTree = "<group>"; };
|
|
92
|
-
A1B2C3D42D8600010000002B /* KlarnaOSMViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaOSMViewWrapper.mm; sourceTree = "<group>"; };
|
|
93
|
-
A1B2C3D42D8600010000002C /* KlarnaOSMViewWrapper.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaOSMViewWrapper.mm; sourceTree = "<group>"; };
|
|
94
|
-
A1B2C3D62D8700010000003B /* KlarnaOSMViewWrapperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KlarnaOSMViewWrapperTests.m; sourceTree = "<group>"; };
|
|
95
|
-
B3E7B5881CC2AC0600A0062D /* KlarnaPaymentViewManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KlarnaPaymentViewManager.h; sourceTree = "<group>"; };
|
|
96
|
-
B3E7B5891CC2AC0600A0062D /* KlarnaPaymentViewManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaPaymentViewManager.mm; sourceTree = "<group>"; };
|
|
97
|
-
BC11876CCED1F9FF63141F96 /* KlarnaExpressCheckoutViewManager.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KlarnaExpressCheckoutViewManager.mm; sourceTree = "<group>"; };
|
|
98
|
-
D18B14E1C87FBEC83B253DF6 /* KlarnaExpressCheckoutViewManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KlarnaExpressCheckoutViewManager.h; sourceTree = "<group>"; };
|
|
99
|
-
D589EB112F850789005BB9DC /* KlarnaCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = KlarnaCore.xcframework; path = Pods/KlarnaMobileSDK/KlarnaCore.xcframework; sourceTree = "<group>"; };
|
|
100
|
-
F3A8B9C102AB3456000DECBA /* KlarnaExpressCheckoutViewWrapperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KlarnaExpressCheckoutViewWrapperTests.m; sourceTree = "<group>"; };
|
|
101
|
-
FA32BFC473648C68FE140F44 /* libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
102
|
-
/* End PBXFileReference section */
|
|
103
|
-
|
|
104
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
105
|
-
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
|
106
|
-
isa = PBXFrameworksBuildPhase;
|
|
107
|
-
buildActionMask = 2147483647;
|
|
108
|
-
files = (
|
|
109
|
-
025F17D8BF405605B1E9CC65 /* libPods-RNKlarnaMobileSDK.a in Frameworks */,
|
|
110
|
-
);
|
|
111
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
112
|
-
};
|
|
113
|
-
7917D74F255C45FB00E16799 /* Frameworks */ = {
|
|
114
|
-
isa = PBXFrameworksBuildPhase;
|
|
115
|
-
buildActionMask = 2147483647;
|
|
116
|
-
files = (
|
|
117
|
-
7917D757255C45FB00E16799 /* libRNKlarnaMobileSDK.a in Frameworks */,
|
|
118
|
-
C4322C103A49DE677440A55B /* libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a in Frameworks */,
|
|
119
|
-
);
|
|
120
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
121
|
-
};
|
|
122
|
-
/* End PBXFrameworksBuildPhase section */
|
|
123
|
-
|
|
124
|
-
/* Begin PBXGroup section */
|
|
125
|
-
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
126
|
-
isa = PBXGroup;
|
|
127
|
-
children = (
|
|
128
|
-
134814201AA4EA6300B7C361 /* libRNKlarnaMobileSDK.a */,
|
|
129
|
-
);
|
|
130
|
-
name = Products;
|
|
131
|
-
sourceTree = "<group>";
|
|
132
|
-
};
|
|
133
|
-
58B511D21A9E6C8500147676 = {
|
|
134
|
-
isa = PBXGroup;
|
|
135
|
-
children = (
|
|
136
|
-
7917D74C255C445E00E16799 /* Sources */,
|
|
137
|
-
7917D753255C45FB00E16799 /* Tests */,
|
|
138
|
-
7917D75F255C460300E16799 /* Configs */,
|
|
139
|
-
134814211AA4EA7D00B7C361 /* Products */,
|
|
140
|
-
7917D752255C45FB00E16799 /* RNKlarnaMobileSDKTests.xctest */,
|
|
141
|
-
63E5D4CBB935C268EFA6C6E9 /* Pods */,
|
|
142
|
-
CE954ABC354059DF5E32C8CA /* Frameworks */,
|
|
143
|
-
);
|
|
144
|
-
sourceTree = "<group>";
|
|
145
|
-
};
|
|
146
|
-
63E5D4CBB935C268EFA6C6E9 /* Pods */ = {
|
|
147
|
-
isa = PBXGroup;
|
|
148
|
-
children = (
|
|
149
|
-
576072AD3AD3BF71A307289C /* Pods-RNKlarnaMobileSDK.debug.xcconfig */,
|
|
150
|
-
4A1615226E049FC4A863EC0D /* Pods-RNKlarnaMobileSDK.release.xcconfig */,
|
|
151
|
-
215805694FE97D67AC33D085 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.debug.xcconfig */,
|
|
152
|
-
2BACF326903DA3FED8FD0076 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.release.xcconfig */,
|
|
153
|
-
);
|
|
154
|
-
path = Pods;
|
|
155
|
-
sourceTree = "<group>";
|
|
156
|
-
};
|
|
157
|
-
7917D74C255C445E00E16799 /* Sources */ = {
|
|
158
|
-
isa = PBXGroup;
|
|
159
|
-
children = (
|
|
160
|
-
79BD26012BCD56C000D2D92A /* common */,
|
|
161
|
-
9CDEDC2923475BAC006C9C97 /* view */,
|
|
162
|
-
79BD25F82BC97A0100D2D92A /* KlarnaCheckoutViewManager.h */,
|
|
163
|
-
79BD25F92BC97A3000D2D92A /* KlarnaCheckoutViewManager.mm */,
|
|
164
|
-
B3E7B5881CC2AC0600A0062D /* KlarnaPaymentViewManager.h */,
|
|
165
|
-
B3E7B5891CC2AC0600A0062D /* KlarnaPaymentViewManager.mm */,
|
|
166
|
-
D18B14E1C87FBEC83B253DF6 /* KlarnaExpressCheckoutViewManager.h */,
|
|
167
|
-
BC11876CCED1F9FF63141F96 /* KlarnaExpressCheckoutViewManager.mm */,
|
|
168
|
-
42BC05FD2AC57D950044A9FE /* KlarnaStandaloneWebViewManager.h */,
|
|
169
|
-
42BC05FE2AC57E110044A9FE /* KlarnaStandaloneWebViewManager.mm */,
|
|
170
|
-
A1B2C3D42D8600010000001E /* KlarnaOSMViewManager.h */,
|
|
171
|
-
A1B2C3D42D8600010000001F /* KlarnaOSMViewManager.mm */,
|
|
172
|
-
79E2A0B02BFBA653002923A5 /* PrefixHeader.pch */,
|
|
173
|
-
);
|
|
174
|
-
path = Sources;
|
|
175
|
-
sourceTree = "<group>";
|
|
176
|
-
};
|
|
177
|
-
7917D753255C45FB00E16799 /* Tests */ = {
|
|
178
|
-
isa = PBXGroup;
|
|
179
|
-
children = (
|
|
180
|
-
A1B2C3D62D8700010000003B /* KlarnaOSMViewWrapperTests.m */,
|
|
181
|
-
A1B2C3D42602130000AABBCC /* KlarnaStandaloneWebViewWrapperTests.m */,
|
|
182
|
-
7917D754255C45FB00E16799 /* PaymentViewWrapperTests.m */,
|
|
183
|
-
F3A8B9C102AB3456000DECBA /* KlarnaExpressCheckoutViewWrapperTests.m */,
|
|
184
|
-
);
|
|
185
|
-
path = Tests;
|
|
186
|
-
sourceTree = "<group>";
|
|
187
|
-
};
|
|
188
|
-
7917D75F255C460300E16799 /* Configs */ = {
|
|
189
|
-
isa = PBXGroup;
|
|
190
|
-
children = (
|
|
191
|
-
7917D760255C464600E16799 /* Tests */,
|
|
192
|
-
);
|
|
193
|
-
path = Configs;
|
|
194
|
-
sourceTree = "<group>";
|
|
195
|
-
};
|
|
196
|
-
7917D760255C464600E16799 /* Tests */ = {
|
|
197
|
-
isa = PBXGroup;
|
|
198
|
-
children = (
|
|
199
|
-
7917D756255C45FB00E16799 /* Info.plist */,
|
|
200
|
-
);
|
|
201
|
-
path = Tests;
|
|
202
|
-
sourceTree = "<group>";
|
|
203
|
-
};
|
|
204
|
-
792F67BA2AB8AD7D00675E18 /* newarch */ = {
|
|
205
|
-
isa = PBXGroup;
|
|
206
|
-
children = (
|
|
207
|
-
79BD25FF2BCD4F6C00D2D92A /* KlarnaCheckoutViewWrapper.mm */,
|
|
208
|
-
33C84BA7615CC01128CA31E5 /* KlarnaExpressCheckoutViewWrapper.mm */,
|
|
209
|
-
792F67BB2AB8AD7D00675E18 /* PaymentViewWrapper.mm */,
|
|
210
|
-
42BC06022AC586C50044A9FE /* KlarnaStandaloneWebViewWrapper.mm */,
|
|
211
|
-
A1B2C3D42D8600010000002B /* KlarnaOSMViewWrapper.mm */,
|
|
212
|
-
);
|
|
213
|
-
path = newarch;
|
|
214
|
-
sourceTree = "<group>";
|
|
215
|
-
};
|
|
216
|
-
792F67BD2AB8AD7D00675E18 /* oldarch */ = {
|
|
217
|
-
isa = PBXGroup;
|
|
218
|
-
children = (
|
|
219
|
-
79BD25FB2BC97B0900D2D92A /* KlarnaCheckoutViewWrapper.mm */,
|
|
220
|
-
9E25B2ABA81ABBC6F987AF54 /* KlarnaExpressCheckoutViewWrapper.mm */,
|
|
221
|
-
792F67BE2AB8AD7D00675E18 /* PaymentViewWrapper.mm */,
|
|
222
|
-
42BC06042AC588180044A9FE /* KlarnaStandaloneWebViewWrapper.mm */,
|
|
223
|
-
A1B2C3D42D8600010000002C /* KlarnaOSMViewWrapper.mm */,
|
|
224
|
-
);
|
|
225
|
-
path = oldarch;
|
|
226
|
-
sourceTree = "<group>";
|
|
227
|
-
};
|
|
228
|
-
79BD26012BCD56C000D2D92A /* common */ = {
|
|
229
|
-
isa = PBXGroup;
|
|
230
|
-
children = (
|
|
231
|
-
79BD26022BCD56D400D2D92A /* RNMobileSDKUtils.h */,
|
|
232
|
-
79BD26032BCD572600D2D92A /* RNMobileSDKUtils.mm */,
|
|
233
|
-
);
|
|
234
|
-
path = common;
|
|
235
|
-
sourceTree = "<group>";
|
|
236
|
-
};
|
|
237
|
-
9CDEDC2923475BAC006C9C97 /* view */ = {
|
|
238
|
-
isa = PBXGroup;
|
|
239
|
-
children = (
|
|
240
|
-
796795862C1B39E700BAB0C1 /* KlarnaCheckoutViewWrapper.h */,
|
|
241
|
-
12F2DBCAAC01A760C139AA95 /* KlarnaExpressCheckoutViewWrapper.h */,
|
|
242
|
-
162FB3924FC0CAB605BB10A7 /* KlarnaExpressCheckoutButtonDelegateProxy.swift */,
|
|
243
|
-
796795872C1B39F100BAB0C1 /* KlarnaStandaloneWebViewWrapper.h */,
|
|
244
|
-
796795882C1B39FB00BAB0C1 /* PaymentViewWrapper.h */,
|
|
245
|
-
A1B2C3D42D8600010000002A /* KlarnaOSMViewWrapper.h */,
|
|
246
|
-
792F67BA2AB8AD7D00675E18 /* newarch */,
|
|
247
|
-
792F67BD2AB8AD7D00675E18 /* oldarch */,
|
|
248
|
-
);
|
|
249
|
-
path = view;
|
|
250
|
-
sourceTree = "<group>";
|
|
251
|
-
};
|
|
252
|
-
CE954ABC354059DF5E32C8CA /* Frameworks */ = {
|
|
253
|
-
isa = PBXGroup;
|
|
254
|
-
children = (
|
|
255
|
-
D589EB112F850789005BB9DC /* KlarnaCore.xcframework */,
|
|
256
|
-
0095AC5BE5939D5EC9625201 /* libPods-RNKlarnaMobileSDK.a */,
|
|
257
|
-
FA32BFC473648C68FE140F44 /* libPods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.a */,
|
|
258
|
-
);
|
|
259
|
-
name = Frameworks;
|
|
260
|
-
sourceTree = "<group>";
|
|
261
|
-
};
|
|
262
|
-
/* End PBXGroup section */
|
|
263
|
-
|
|
264
|
-
/* Begin PBXNativeTarget section */
|
|
265
|
-
58B511DA1A9E6C8500147676 /* RNKlarnaMobileSDK */ = {
|
|
266
|
-
isa = PBXNativeTarget;
|
|
267
|
-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNKlarnaMobileSDK" */;
|
|
268
|
-
buildPhases = (
|
|
269
|
-
E75293069B271158121761B6 /* [CP] Check Pods Manifest.lock */,
|
|
270
|
-
58B511D71A9E6C8500147676 /* Sources */,
|
|
271
|
-
58B511D81A9E6C8500147676 /* Frameworks */,
|
|
272
|
-
58B511D91A9E6C8500147676 /* CopyFiles */,
|
|
273
|
-
);
|
|
274
|
-
buildRules = (
|
|
275
|
-
);
|
|
276
|
-
dependencies = (
|
|
277
|
-
);
|
|
278
|
-
name = RNKlarnaMobileSDK;
|
|
279
|
-
productName = RCTDataManager;
|
|
280
|
-
productReference = 134814201AA4EA6300B7C361 /* libRNKlarnaMobileSDK.a */;
|
|
281
|
-
productType = "com.apple.product-type.library.static";
|
|
282
|
-
};
|
|
283
|
-
7917D751255C45FB00E16799 /* RNKlarnaMobileSDKTests */ = {
|
|
284
|
-
isa = PBXNativeTarget;
|
|
285
|
-
buildConfigurationList = 7917D75A255C45FB00E16799 /* Build configuration list for PBXNativeTarget "RNKlarnaMobileSDKTests" */;
|
|
286
|
-
buildPhases = (
|
|
287
|
-
819DB824EDF07129D7ED6AEC /* [CP] Check Pods Manifest.lock */,
|
|
288
|
-
7917D74E255C45FB00E16799 /* Sources */,
|
|
289
|
-
7917D74F255C45FB00E16799 /* Frameworks */,
|
|
290
|
-
7917D750255C45FB00E16799 /* Resources */,
|
|
291
|
-
BA18709C3836AA06136E2793 /* [CP] Embed Pods Frameworks */,
|
|
292
|
-
03C8AB18A1F1F5F755FBC088 /* [CP] Copy Pods Resources */,
|
|
293
|
-
);
|
|
294
|
-
buildRules = (
|
|
295
|
-
);
|
|
296
|
-
dependencies = (
|
|
297
|
-
7917D759255C45FB00E16799 /* PBXTargetDependency */,
|
|
298
|
-
);
|
|
299
|
-
name = RNKlarnaMobileSDKTests;
|
|
300
|
-
productName = Tests;
|
|
301
|
-
productReference = 7917D752255C45FB00E16799 /* RNKlarnaMobileSDKTests.xctest */;
|
|
302
|
-
productType = "com.apple.product-type.bundle.unit-test";
|
|
303
|
-
};
|
|
304
|
-
/* End PBXNativeTarget section */
|
|
305
|
-
|
|
306
|
-
/* Begin PBXProject section */
|
|
307
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
308
|
-
isa = PBXProject;
|
|
309
|
-
attributes = {
|
|
310
|
-
LastUpgradeCheck = 0920;
|
|
311
|
-
ORGANIZATIONNAME = Facebook;
|
|
312
|
-
TargetAttributes = {
|
|
313
|
-
58B511DA1A9E6C8500147676 = {
|
|
314
|
-
CreatedOnToolsVersion = 6.1.1;
|
|
315
|
-
};
|
|
316
|
-
7917D751255C45FB00E16799 = {
|
|
317
|
-
CreatedOnToolsVersion = 12.1;
|
|
318
|
-
ProvisioningStyle = Manual;
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
|
-
};
|
|
322
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNKlarnaMobileSDK" */;
|
|
323
|
-
compatibilityVersion = "Xcode 3.2";
|
|
324
|
-
developmentRegion = English;
|
|
325
|
-
hasScannedForEncodings = 0;
|
|
326
|
-
knownRegions = (
|
|
327
|
-
English,
|
|
328
|
-
en,
|
|
329
|
-
);
|
|
330
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
|
331
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
|
332
|
-
projectDirPath = "";
|
|
333
|
-
projectRoot = "";
|
|
334
|
-
targets = (
|
|
335
|
-
58B511DA1A9E6C8500147676 /* RNKlarnaMobileSDK */,
|
|
336
|
-
7917D751255C45FB00E16799 /* RNKlarnaMobileSDKTests */,
|
|
337
|
-
);
|
|
338
|
-
};
|
|
339
|
-
/* End PBXProject section */
|
|
340
|
-
|
|
341
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
342
|
-
7917D750255C45FB00E16799 /* Resources */ = {
|
|
343
|
-
isa = PBXResourcesBuildPhase;
|
|
344
|
-
buildActionMask = 2147483647;
|
|
345
|
-
files = (
|
|
346
|
-
);
|
|
347
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
348
|
-
};
|
|
349
|
-
/* End PBXResourcesBuildPhase section */
|
|
350
|
-
|
|
351
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
352
|
-
03C8AB18A1F1F5F755FBC088 /* [CP] Copy Pods Resources */ = {
|
|
353
|
-
isa = PBXShellScriptBuildPhase;
|
|
354
|
-
buildActionMask = 2147483647;
|
|
355
|
-
files = (
|
|
356
|
-
);
|
|
357
|
-
inputPaths = (
|
|
358
|
-
"${PODS_ROOT}/Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests-resources.sh",
|
|
359
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
|
|
360
|
-
);
|
|
361
|
-
name = "[CP] Copy Pods Resources";
|
|
362
|
-
outputPaths = (
|
|
363
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
|
|
364
|
-
);
|
|
365
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
366
|
-
shellPath = /bin/sh;
|
|
367
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests-resources.sh\"\n";
|
|
368
|
-
showEnvVarsInLog = 0;
|
|
369
|
-
};
|
|
370
|
-
819DB824EDF07129D7ED6AEC /* [CP] Check Pods Manifest.lock */ = {
|
|
371
|
-
isa = PBXShellScriptBuildPhase;
|
|
372
|
-
buildActionMask = 2147483647;
|
|
373
|
-
files = (
|
|
374
|
-
);
|
|
375
|
-
inputFileListPaths = (
|
|
376
|
-
);
|
|
377
|
-
inputPaths = (
|
|
378
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
379
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
380
|
-
);
|
|
381
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
382
|
-
outputFileListPaths = (
|
|
383
|
-
);
|
|
384
|
-
outputPaths = (
|
|
385
|
-
"$(DERIVED_FILE_DIR)/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests-checkManifestLockResult.txt",
|
|
386
|
-
);
|
|
387
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
388
|
-
shellPath = /bin/sh;
|
|
389
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
390
|
-
showEnvVarsInLog = 0;
|
|
391
|
-
};
|
|
392
|
-
BA18709C3836AA06136E2793 /* [CP] Embed Pods Frameworks */ = {
|
|
393
|
-
isa = PBXShellScriptBuildPhase;
|
|
394
|
-
buildActionMask = 2147483647;
|
|
395
|
-
files = (
|
|
396
|
-
);
|
|
397
|
-
inputPaths = (
|
|
398
|
-
"${PODS_ROOT}/Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests-frameworks.sh",
|
|
399
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/KlarnaMobileSDK/KlarnaPayments/KlarnaPayments.framework/KlarnaPayments",
|
|
400
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/KlarnaMobileSDK/basic/KlarnaMobileSDK.framework/KlarnaMobileSDK",
|
|
401
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/KlarnaMobileSDK/core/KlarnaCore.framework/KlarnaCore",
|
|
402
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/KlarnaMobileSDK/core-webview/KlarnaCoreWebView.framework/KlarnaCoreWebView",
|
|
403
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
404
|
-
);
|
|
405
|
-
name = "[CP] Embed Pods Frameworks";
|
|
406
|
-
outputPaths = (
|
|
407
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KlarnaPayments.framework",
|
|
408
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KlarnaMobileSDK.framework",
|
|
409
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KlarnaCore.framework",
|
|
410
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KlarnaCoreWebView.framework",
|
|
411
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
412
|
-
);
|
|
413
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
414
|
-
shellPath = /bin/sh;
|
|
415
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests/Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests-frameworks.sh\"\n";
|
|
416
|
-
showEnvVarsInLog = 0;
|
|
417
|
-
};
|
|
418
|
-
E75293069B271158121761B6 /* [CP] Check Pods Manifest.lock */ = {
|
|
419
|
-
isa = PBXShellScriptBuildPhase;
|
|
420
|
-
buildActionMask = 2147483647;
|
|
421
|
-
files = (
|
|
422
|
-
);
|
|
423
|
-
inputFileListPaths = (
|
|
424
|
-
);
|
|
425
|
-
inputPaths = (
|
|
426
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
427
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
428
|
-
);
|
|
429
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
430
|
-
outputFileListPaths = (
|
|
431
|
-
);
|
|
432
|
-
outputPaths = (
|
|
433
|
-
"$(DERIVED_FILE_DIR)/Pods-RNKlarnaMobileSDK-checkManifestLockResult.txt",
|
|
434
|
-
);
|
|
435
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
436
|
-
shellPath = /bin/sh;
|
|
437
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
438
|
-
showEnvVarsInLog = 0;
|
|
439
|
-
};
|
|
440
|
-
/* End PBXShellScriptBuildPhase section */
|
|
441
|
-
|
|
442
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
443
|
-
58B511D71A9E6C8500147676 /* Sources */ = {
|
|
444
|
-
isa = PBXSourcesBuildPhase;
|
|
445
|
-
buildActionMask = 2147483647;
|
|
446
|
-
files = (
|
|
447
|
-
5EF79F343E41AF25BCF0FB57 /* KlarnaExpressCheckoutViewManager.mm in Sources */,
|
|
448
|
-
9F9101C8D59ECF439818302A /* KlarnaExpressCheckoutButtonDelegateProxy.swift in Sources */,
|
|
449
|
-
0DB3516A77E13682BFCA4E64 /* KlarnaExpressCheckoutViewWrapper.mm in Sources */,
|
|
450
|
-
AB2E3AF1EF7D600B7C2BB129 /* KlarnaExpressCheckoutViewWrapper.mm in Sources */,
|
|
451
|
-
42BC06032AC586C50044A9FE /* KlarnaStandaloneWebViewWrapper.mm in Sources */,
|
|
452
|
-
42BC06052AC588180044A9FE /* KlarnaStandaloneWebViewWrapper.mm in Sources */,
|
|
453
|
-
79BD25FC2BC97B0900D2D92A /* KlarnaCheckoutViewWrapper.mm in Sources */,
|
|
454
|
-
79BD26002BCD4F6C00D2D92A /* KlarnaCheckoutViewWrapper.mm in Sources */,
|
|
455
|
-
79BD26042BCD572600D2D92A /* RNMobileSDKUtils.mm in Sources */,
|
|
456
|
-
B3E7B58A1CC2AC0600A0062D /* KlarnaPaymentViewManager.mm in Sources */,
|
|
457
|
-
792F67C02AB8AD7D00675E18 /* PaymentViewWrapper.mm in Sources */,
|
|
458
|
-
79BD25FA2BC97A3000D2D92A /* KlarnaCheckoutViewManager.mm in Sources */,
|
|
459
|
-
42BC05FF2AC57E110044A9FE /* KlarnaStandaloneWebViewManager.mm in Sources */,
|
|
460
|
-
792F67C12AB8AD7D00675E18 /* PaymentViewWrapper.mm in Sources */,
|
|
461
|
-
A1B2C3D42D8600010000001A /* KlarnaOSMViewManager.mm in Sources */,
|
|
462
|
-
A1B2C3D42D8600010000001B /* KlarnaOSMViewWrapper.mm in Sources */,
|
|
463
|
-
A1B2C3D42D8600010000001C /* KlarnaOSMViewWrapper.mm in Sources */,
|
|
464
|
-
);
|
|
465
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
466
|
-
};
|
|
467
|
-
7917D74E255C45FB00E16799 /* Sources */ = {
|
|
468
|
-
isa = PBXSourcesBuildPhase;
|
|
469
|
-
buildActionMask = 2147483647;
|
|
470
|
-
files = (
|
|
471
|
-
A1B2C3D62D8700010000003A /* KlarnaOSMViewWrapperTests.m in Sources */,
|
|
472
|
-
A1B2C3D52602130000AABBCC /* KlarnaStandaloneWebViewWrapperTests.m in Sources */,
|
|
473
|
-
7917D755255C45FB00E16799 /* PaymentViewWrapperTests.m in Sources */,
|
|
474
|
-
F3A8B9C202AB3456000DECBA /* KlarnaExpressCheckoutViewWrapperTests.m in Sources */,
|
|
475
|
-
);
|
|
476
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
477
|
-
};
|
|
478
|
-
/* End PBXSourcesBuildPhase section */
|
|
479
|
-
|
|
480
|
-
/* Begin PBXTargetDependency section */
|
|
481
|
-
7917D759255C45FB00E16799 /* PBXTargetDependency */ = {
|
|
482
|
-
isa = PBXTargetDependency;
|
|
483
|
-
target = 58B511DA1A9E6C8500147676 /* RNKlarnaMobileSDK */;
|
|
484
|
-
targetProxy = 7917D758255C45FB00E16799 /* PBXContainerItemProxy */;
|
|
485
|
-
};
|
|
486
|
-
/* End PBXTargetDependency section */
|
|
487
|
-
|
|
488
|
-
/* Begin XCBuildConfiguration section */
|
|
489
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
490
|
-
isa = XCBuildConfiguration;
|
|
491
|
-
buildSettings = {
|
|
492
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
493
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
494
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
495
|
-
CLANG_ENABLE_MODULES = YES;
|
|
496
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
497
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
498
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
499
|
-
CLANG_WARN_COMMA = YES;
|
|
500
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
501
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
502
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
503
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
504
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
505
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
506
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
507
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
508
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
509
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
510
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
511
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
512
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
513
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
514
|
-
COPY_PHASE_STRIP = NO;
|
|
515
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
516
|
-
ENABLE_TESTABILITY = YES;
|
|
517
|
-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
|
|
518
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
519
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
520
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
521
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
522
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
523
|
-
"DEBUG=1",
|
|
524
|
-
"$(inherited)",
|
|
525
|
-
);
|
|
526
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
527
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
528
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
529
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
530
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
531
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
532
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
533
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
534
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
535
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
536
|
-
OTHER_CFLAGS = "$(inherited)";
|
|
537
|
-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
|
538
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
539
|
-
SDKROOT = iphoneos;
|
|
540
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
541
|
-
};
|
|
542
|
-
name = Debug;
|
|
543
|
-
};
|
|
544
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
545
|
-
isa = XCBuildConfiguration;
|
|
546
|
-
buildSettings = {
|
|
547
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
548
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
549
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
550
|
-
CLANG_ENABLE_MODULES = YES;
|
|
551
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
552
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
553
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
554
|
-
CLANG_WARN_COMMA = YES;
|
|
555
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
556
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
557
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
558
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
559
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
560
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
561
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
562
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
563
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
564
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
565
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
566
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
567
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
568
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
569
|
-
COPY_PHASE_STRIP = YES;
|
|
570
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
571
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
572
|
-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
|
|
573
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
574
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
575
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
576
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
577
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
578
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
579
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
580
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
581
|
-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
582
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
583
|
-
OTHER_CFLAGS = "$(inherited)";
|
|
584
|
-
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
|
|
585
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
586
|
-
SDKROOT = iphoneos;
|
|
587
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
588
|
-
VALIDATE_PRODUCT = YES;
|
|
589
|
-
};
|
|
590
|
-
name = Release;
|
|
591
|
-
};
|
|
592
|
-
58B511F01A9E6C8500147676 /* Debug */ = {
|
|
593
|
-
isa = XCBuildConfiguration;
|
|
594
|
-
baseConfigurationReference = 576072AD3AD3BF71A307289C /* Pods-RNKlarnaMobileSDK.debug.xcconfig */;
|
|
595
|
-
buildSettings = {
|
|
596
|
-
DEFINES_MODULE = YES;
|
|
597
|
-
HEADER_SEARCH_PATHS = (
|
|
598
|
-
"$(inherited)",
|
|
599
|
-
"$(SRCROOT)/../../../React/**",
|
|
600
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
601
|
-
);
|
|
602
|
-
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
|
|
603
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
604
|
-
PRODUCT_MODULE_NAME = react_native_klarna_inapp_sdk;
|
|
605
|
-
PRODUCT_NAME = RNKlarnaMobileSDK;
|
|
606
|
-
SKIP_INSTALL = YES;
|
|
607
|
-
SWIFT_VERSION = 5.0;
|
|
608
|
-
};
|
|
609
|
-
name = Debug;
|
|
610
|
-
};
|
|
611
|
-
58B511F11A9E6C8500147676 /* Release */ = {
|
|
612
|
-
isa = XCBuildConfiguration;
|
|
613
|
-
baseConfigurationReference = 4A1615226E049FC4A863EC0D /* Pods-RNKlarnaMobileSDK.release.xcconfig */;
|
|
614
|
-
buildSettings = {
|
|
615
|
-
DEFINES_MODULE = YES;
|
|
616
|
-
HEADER_SEARCH_PATHS = (
|
|
617
|
-
"$(inherited)",
|
|
618
|
-
"$(SRCROOT)/../../../React/**",
|
|
619
|
-
"$(SRCROOT)/../../react-native/React/**",
|
|
620
|
-
);
|
|
621
|
-
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift$(inherited)";
|
|
622
|
-
OTHER_LDFLAGS = "-ObjC";
|
|
623
|
-
PRODUCT_MODULE_NAME = react_native_klarna_inapp_sdk;
|
|
624
|
-
PRODUCT_NAME = RNKlarnaMobileSDK;
|
|
625
|
-
SKIP_INSTALL = YES;
|
|
626
|
-
SWIFT_VERSION = 5.0;
|
|
627
|
-
};
|
|
628
|
-
name = Release;
|
|
629
|
-
};
|
|
630
|
-
7917D75B255C45FB00E16799 /* Debug */ = {
|
|
631
|
-
isa = XCBuildConfiguration;
|
|
632
|
-
baseConfigurationReference = 215805694FE97D67AC33D085 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.debug.xcconfig */;
|
|
633
|
-
buildSettings = {
|
|
634
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
635
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
636
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
637
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
638
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
639
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
640
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
641
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
642
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
643
|
-
CODE_SIGN_STYLE = Manual;
|
|
644
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
645
|
-
DEVELOPMENT_TEAM = "";
|
|
646
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
647
|
-
INFOPLIST_FILE = Configs/Tests/Info.plist;
|
|
648
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
649
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
650
|
-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
651
|
-
MTL_FAST_MATH = YES;
|
|
652
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.klarna.mobile.sdk.reactnative.Tests;
|
|
653
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
654
|
-
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
655
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
656
|
-
};
|
|
657
|
-
name = Debug;
|
|
658
|
-
};
|
|
659
|
-
7917D75C255C45FB00E16799 /* Release */ = {
|
|
660
|
-
isa = XCBuildConfiguration;
|
|
661
|
-
baseConfigurationReference = 2BACF326903DA3FED8FD0076 /* Pods-RNKlarnaMobileSDK-RNKlarnaMobileSDKTests.release.xcconfig */;
|
|
662
|
-
buildSettings = {
|
|
663
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
664
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
665
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
666
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
667
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
668
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
669
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
670
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
671
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
672
|
-
CODE_SIGN_STYLE = Manual;
|
|
673
|
-
COPY_PHASE_STRIP = NO;
|
|
674
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
675
|
-
DEVELOPMENT_TEAM = "";
|
|
676
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
677
|
-
INFOPLIST_FILE = Configs/Tests/Info.plist;
|
|
678
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
|
|
679
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
680
|
-
MTL_FAST_MATH = YES;
|
|
681
|
-
PRODUCT_BUNDLE_IDENTIFIER = com.klarna.mobile.sdk.reactnative.Tests;
|
|
682
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
683
|
-
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
684
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
685
|
-
};
|
|
686
|
-
name = Release;
|
|
687
|
-
};
|
|
688
|
-
/* End XCBuildConfiguration section */
|
|
689
|
-
|
|
690
|
-
/* Begin XCConfigurationList section */
|
|
691
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNKlarnaMobileSDK" */ = {
|
|
692
|
-
isa = XCConfigurationList;
|
|
693
|
-
buildConfigurations = (
|
|
694
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
|
695
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
|
696
|
-
);
|
|
697
|
-
defaultConfigurationIsVisible = 0;
|
|
698
|
-
defaultConfigurationName = Release;
|
|
699
|
-
};
|
|
700
|
-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNKlarnaMobileSDK" */ = {
|
|
701
|
-
isa = XCConfigurationList;
|
|
702
|
-
buildConfigurations = (
|
|
703
|
-
58B511F01A9E6C8500147676 /* Debug */,
|
|
704
|
-
58B511F11A9E6C8500147676 /* Release */,
|
|
705
|
-
);
|
|
706
|
-
defaultConfigurationIsVisible = 0;
|
|
707
|
-
defaultConfigurationName = Release;
|
|
708
|
-
};
|
|
709
|
-
7917D75A255C45FB00E16799 /* Build configuration list for PBXNativeTarget "RNKlarnaMobileSDKTests" */ = {
|
|
710
|
-
isa = XCConfigurationList;
|
|
711
|
-
buildConfigurations = (
|
|
712
|
-
7917D75B255C45FB00E16799 /* Debug */,
|
|
713
|
-
7917D75C255C45FB00E16799 /* Release */,
|
|
714
|
-
);
|
|
715
|
-
defaultConfigurationIsVisible = 0;
|
|
716
|
-
defaultConfigurationName = Release;
|
|
717
|
-
};
|
|
718
|
-
/* End XCConfigurationList section */
|
|
719
|
-
};
|
|
720
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
721
|
-
}
|