@xbenjii/react-native-braintree-dropin-ui 2.5.0 → 2.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +21 -21
- package/README.md +377 -377
- package/RNBraintreeDropIn.podspec +22 -22
- package/android/build.gradle +111 -110
- package/android/gradle/wrapper/gradle-wrapper.properties +8 -8
- package/android/gradle.properties +15 -15
- package/android/gradlew.bat +92 -92
- package/android/src/main/AndroidManifest.xml +4 -4
- package/android/src/main/java/com/xbenjii/RNBraintreeDropIn/RNBraintreeDropInModule.java +366 -366
- package/android/src/main/java/com/xbenjii/RNBraintreeDropIn/RNBraintreeDropInPackage.java +27 -27
- package/index.js +5 -5
- package/index.js.flow +42 -42
- package/ios/RNBraintreeDropIn.h +40 -40
- package/ios/RNBraintreeDropIn.m +352 -352
- package/ios/RNBraintreeDropIn.xcodeproj/project.pbxproj +291 -291
- package/ios/RNBraintreeDropIn.xcworkspace/contents.xcworkspacedata +8 -8
- package/package.json +38 -38
- package/react-native.config.js +13 -13
@@ -1,291 +1,291 @@
|
|
1
|
-
// !$*UTF8*$!
|
2
|
-
{
|
3
|
-
archiveVersion = 1;
|
4
|
-
classes = {
|
5
|
-
};
|
6
|
-
objectVersion = 46;
|
7
|
-
objects = {
|
8
|
-
|
9
|
-
/* Begin PBXBuildFile section */
|
10
|
-
2317887C22EA50A4000F3DE3 /* RNBraintreeDropIn.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */; };
|
11
|
-
B3E7B58A1CC2AC0600A0062D /* RNBraintreeDropIn.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */; };
|
12
|
-
/* End PBXBuildFile section */
|
13
|
-
|
14
|
-
/* Begin PBXCopyFilesBuildPhase section */
|
15
|
-
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
16
|
-
isa = PBXCopyFilesBuildPhase;
|
17
|
-
buildActionMask = 2147483647;
|
18
|
-
dstPath = "include/$(PRODUCT_NAME)";
|
19
|
-
dstSubfolderSpec = 16;
|
20
|
-
files = (
|
21
|
-
);
|
22
|
-
runOnlyForDeploymentPostprocessing = 0;
|
23
|
-
};
|
24
|
-
/* End PBXCopyFilesBuildPhase section */
|
25
|
-
|
26
|
-
/* Begin PBXFileReference section */
|
27
|
-
134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNBraintreeDropIn.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
28
|
-
B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBraintreeDropIn.h; sourceTree = "<group>"; };
|
29
|
-
B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNBraintreeDropIn.m; sourceTree = "<group>"; };
|
30
|
-
/* End PBXFileReference section */
|
31
|
-
|
32
|
-
/* Begin PBXFrameworksBuildPhase section */
|
33
|
-
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
34
|
-
isa = PBXFrameworksBuildPhase;
|
35
|
-
buildActionMask = 2147483647;
|
36
|
-
files = (
|
37
|
-
);
|
38
|
-
runOnlyForDeploymentPostprocessing = 0;
|
39
|
-
};
|
40
|
-
/* End PBXFrameworksBuildPhase section */
|
41
|
-
|
42
|
-
/* Begin PBXGroup section */
|
43
|
-
134814211AA4EA7D00B7C361 /* Products */ = {
|
44
|
-
isa = PBXGroup;
|
45
|
-
children = (
|
46
|
-
134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */,
|
47
|
-
);
|
48
|
-
name = Products;
|
49
|
-
sourceTree = "<group>";
|
50
|
-
};
|
51
|
-
58B511D21A9E6C8500147676 = {
|
52
|
-
isa = PBXGroup;
|
53
|
-
children = (
|
54
|
-
B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */,
|
55
|
-
B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */,
|
56
|
-
134814211AA4EA7D00B7C361 /* Products */,
|
57
|
-
);
|
58
|
-
sourceTree = "<group>";
|
59
|
-
};
|
60
|
-
/* End PBXGroup section */
|
61
|
-
|
62
|
-
/* Begin PBXHeadersBuildPhase section */
|
63
|
-
2317887B22EA509C000F3DE3 /* Headers */ = {
|
64
|
-
isa = PBXHeadersBuildPhase;
|
65
|
-
buildActionMask = 2147483647;
|
66
|
-
files = (
|
67
|
-
2317887C22EA50A4000F3DE3 /* RNBraintreeDropIn.h in Headers */,
|
68
|
-
);
|
69
|
-
runOnlyForDeploymentPostprocessing = 0;
|
70
|
-
};
|
71
|
-
/* End PBXHeadersBuildPhase section */
|
72
|
-
|
73
|
-
/* Begin PBXNativeTarget section */
|
74
|
-
58B511DA1A9E6C8500147676 /* RNBraintreeDropIn */ = {
|
75
|
-
isa = PBXNativeTarget;
|
76
|
-
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNBraintreeDropIn" */;
|
77
|
-
buildPhases = (
|
78
|
-
2317887B22EA509C000F3DE3 /* Headers */,
|
79
|
-
58B511D71A9E6C8500147676 /* Sources */,
|
80
|
-
58B511D81A9E6C8500147676 /* Frameworks */,
|
81
|
-
58B511D91A9E6C8500147676 /* CopyFiles */,
|
82
|
-
);
|
83
|
-
buildRules = (
|
84
|
-
);
|
85
|
-
dependencies = (
|
86
|
-
);
|
87
|
-
name = RNBraintreeDropIn;
|
88
|
-
productName = RCTDataManager;
|
89
|
-
productReference = 134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */;
|
90
|
-
productType = "com.apple.product-type.library.static";
|
91
|
-
};
|
92
|
-
/* End PBXNativeTarget section */
|
93
|
-
|
94
|
-
/* Begin PBXProject section */
|
95
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
96
|
-
isa = PBXProject;
|
97
|
-
attributes = {
|
98
|
-
LastUpgradeCheck = 0830;
|
99
|
-
ORGANIZATIONNAME = Facebook;
|
100
|
-
TargetAttributes = {
|
101
|
-
58B511DA1A9E6C8500147676 = {
|
102
|
-
CreatedOnToolsVersion = 6.1.1;
|
103
|
-
};
|
104
|
-
};
|
105
|
-
};
|
106
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNBraintreeDropIn" */;
|
107
|
-
compatibilityVersion = "Xcode 3.2";
|
108
|
-
developmentRegion = English;
|
109
|
-
hasScannedForEncodings = 0;
|
110
|
-
knownRegions = (
|
111
|
-
English,
|
112
|
-
en,
|
113
|
-
);
|
114
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
115
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
116
|
-
projectDirPath = "";
|
117
|
-
projectRoot = "";
|
118
|
-
targets = (
|
119
|
-
58B511DA1A9E6C8500147676 /* RNBraintreeDropIn */,
|
120
|
-
);
|
121
|
-
};
|
122
|
-
/* End PBXProject section */
|
123
|
-
|
124
|
-
/* Begin PBXSourcesBuildPhase section */
|
125
|
-
58B511D71A9E6C8500147676 /* Sources */ = {
|
126
|
-
isa = PBXSourcesBuildPhase;
|
127
|
-
buildActionMask = 2147483647;
|
128
|
-
files = (
|
129
|
-
B3E7B58A1CC2AC0600A0062D /* RNBraintreeDropIn.m in Sources */,
|
130
|
-
);
|
131
|
-
runOnlyForDeploymentPostprocessing = 0;
|
132
|
-
};
|
133
|
-
/* End PBXSourcesBuildPhase section */
|
134
|
-
|
135
|
-
/* Begin XCBuildConfiguration section */
|
136
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
137
|
-
isa = XCBuildConfiguration;
|
138
|
-
buildSettings = {
|
139
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
140
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
141
|
-
CLANG_CXX_LIBRARY = "libc++";
|
142
|
-
CLANG_ENABLE_MODULES = YES;
|
143
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
144
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
145
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
146
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
147
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
148
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
149
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
150
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
151
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
152
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
153
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
154
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
155
|
-
COPY_PHASE_STRIP = NO;
|
156
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
157
|
-
ENABLE_TESTABILITY = YES;
|
158
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
159
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
160
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
161
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
162
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
163
|
-
"DEBUG=1",
|
164
|
-
"$(inherited)",
|
165
|
-
);
|
166
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
167
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
168
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
169
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
170
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
171
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
172
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
173
|
-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
174
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
175
|
-
ONLY_ACTIVE_ARCH = YES;
|
176
|
-
SDKROOT = iphoneos;
|
177
|
-
};
|
178
|
-
name = Debug;
|
179
|
-
};
|
180
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
181
|
-
isa = XCBuildConfiguration;
|
182
|
-
buildSettings = {
|
183
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
184
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
185
|
-
CLANG_CXX_LIBRARY = "libc++";
|
186
|
-
CLANG_ENABLE_MODULES = YES;
|
187
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
188
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
189
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
190
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
191
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
192
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
193
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
194
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
195
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
196
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
197
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
198
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
199
|
-
COPY_PHASE_STRIP = YES;
|
200
|
-
ENABLE_NS_ASSERTIONS = NO;
|
201
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
202
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
203
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
204
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
205
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
206
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
207
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
208
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
209
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
210
|
-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
211
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
212
|
-
SDKROOT = iphoneos;
|
213
|
-
VALIDATE_PRODUCT = YES;
|
214
|
-
};
|
215
|
-
name = Release;
|
216
|
-
};
|
217
|
-
58B511F01A9E6C8500147676 /* Debug */ = {
|
218
|
-
isa = XCBuildConfiguration;
|
219
|
-
buildSettings = {
|
220
|
-
FRAMEWORK_SEARCH_PATHS = (
|
221
|
-
"$(inherited)",
|
222
|
-
"$(PODS_ROOT)/Braintree/**",
|
223
|
-
"$(PODS_ROOT)/BraintreeDropIn/**",
|
224
|
-
);
|
225
|
-
HEADER_SEARCH_PATHS = (
|
226
|
-
"$(inherited)",
|
227
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
228
|
-
"$(SRCROOT)/../../../React/**",
|
229
|
-
"$(SRCROOT)/../../react-native/React/**",
|
230
|
-
"$(PODS_ROOT)/Braintree/**",
|
231
|
-
"$(PODS_ROOT)/BraintreeDropIn/**",
|
232
|
-
);
|
233
|
-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
234
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
235
|
-
OTHER_LDFLAGS = "-ObjC";
|
236
|
-
PODS_ROOT = "${SRCROOT}/../../../ios/Pods";
|
237
|
-
PRODUCT_NAME = RNBraintreeDropIn;
|
238
|
-
SKIP_INSTALL = YES;
|
239
|
-
};
|
240
|
-
name = Debug;
|
241
|
-
};
|
242
|
-
58B511F11A9E6C8500147676 /* Release */ = {
|
243
|
-
isa = XCBuildConfiguration;
|
244
|
-
buildSettings = {
|
245
|
-
FRAMEWORK_SEARCH_PATHS = (
|
246
|
-
"$(inherited)",
|
247
|
-
"$(PODS_ROOT)/Braintree/**",
|
248
|
-
"$(PODS_ROOT)/BraintreeDropIn/**",
|
249
|
-
);
|
250
|
-
HEADER_SEARCH_PATHS = (
|
251
|
-
"$(inherited)",
|
252
|
-
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
253
|
-
"$(SRCROOT)/../../../React/**",
|
254
|
-
"$(SRCROOT)/../../react-native/React/**",
|
255
|
-
"$(PODS_ROOT)/Braintree/**",
|
256
|
-
"$(PODS_ROOT)/BraintreeDropIn/**",
|
257
|
-
);
|
258
|
-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
259
|
-
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
260
|
-
OTHER_LDFLAGS = "-ObjC";
|
261
|
-
PODS_ROOT = "${SRCROOT}/../../../ios/Pods";
|
262
|
-
PRODUCT_NAME = RNBraintreeDropIn;
|
263
|
-
SKIP_INSTALL = YES;
|
264
|
-
};
|
265
|
-
name = Release;
|
266
|
-
};
|
267
|
-
/* End XCBuildConfiguration section */
|
268
|
-
|
269
|
-
/* Begin XCConfigurationList section */
|
270
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNBraintreeDropIn" */ = {
|
271
|
-
isa = XCConfigurationList;
|
272
|
-
buildConfigurations = (
|
273
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
274
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
275
|
-
);
|
276
|
-
defaultConfigurationIsVisible = 0;
|
277
|
-
defaultConfigurationName = Release;
|
278
|
-
};
|
279
|
-
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNBraintreeDropIn" */ = {
|
280
|
-
isa = XCConfigurationList;
|
281
|
-
buildConfigurations = (
|
282
|
-
58B511F01A9E6C8500147676 /* Debug */,
|
283
|
-
58B511F11A9E6C8500147676 /* Release */,
|
284
|
-
);
|
285
|
-
defaultConfigurationIsVisible = 0;
|
286
|
-
defaultConfigurationName = Release;
|
287
|
-
};
|
288
|
-
/* End XCConfigurationList section */
|
289
|
-
};
|
290
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
291
|
-
}
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
archiveVersion = 1;
|
4
|
+
classes = {
|
5
|
+
};
|
6
|
+
objectVersion = 46;
|
7
|
+
objects = {
|
8
|
+
|
9
|
+
/* Begin PBXBuildFile section */
|
10
|
+
2317887C22EA50A4000F3DE3 /* RNBraintreeDropIn.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */; };
|
11
|
+
B3E7B58A1CC2AC0600A0062D /* RNBraintreeDropIn.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */; };
|
12
|
+
/* End PBXBuildFile section */
|
13
|
+
|
14
|
+
/* Begin PBXCopyFilesBuildPhase section */
|
15
|
+
58B511D91A9E6C8500147676 /* CopyFiles */ = {
|
16
|
+
isa = PBXCopyFilesBuildPhase;
|
17
|
+
buildActionMask = 2147483647;
|
18
|
+
dstPath = "include/$(PRODUCT_NAME)";
|
19
|
+
dstSubfolderSpec = 16;
|
20
|
+
files = (
|
21
|
+
);
|
22
|
+
runOnlyForDeploymentPostprocessing = 0;
|
23
|
+
};
|
24
|
+
/* End PBXCopyFilesBuildPhase section */
|
25
|
+
|
26
|
+
/* Begin PBXFileReference section */
|
27
|
+
134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNBraintreeDropIn.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
28
|
+
B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBraintreeDropIn.h; sourceTree = "<group>"; };
|
29
|
+
B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNBraintreeDropIn.m; sourceTree = "<group>"; };
|
30
|
+
/* End PBXFileReference section */
|
31
|
+
|
32
|
+
/* Begin PBXFrameworksBuildPhase section */
|
33
|
+
58B511D81A9E6C8500147676 /* Frameworks */ = {
|
34
|
+
isa = PBXFrameworksBuildPhase;
|
35
|
+
buildActionMask = 2147483647;
|
36
|
+
files = (
|
37
|
+
);
|
38
|
+
runOnlyForDeploymentPostprocessing = 0;
|
39
|
+
};
|
40
|
+
/* End PBXFrameworksBuildPhase section */
|
41
|
+
|
42
|
+
/* Begin PBXGroup section */
|
43
|
+
134814211AA4EA7D00B7C361 /* Products */ = {
|
44
|
+
isa = PBXGroup;
|
45
|
+
children = (
|
46
|
+
134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */,
|
47
|
+
);
|
48
|
+
name = Products;
|
49
|
+
sourceTree = "<group>";
|
50
|
+
};
|
51
|
+
58B511D21A9E6C8500147676 = {
|
52
|
+
isa = PBXGroup;
|
53
|
+
children = (
|
54
|
+
B3E7B5881CC2AC0600A0062D /* RNBraintreeDropIn.h */,
|
55
|
+
B3E7B5891CC2AC0600A0062D /* RNBraintreeDropIn.m */,
|
56
|
+
134814211AA4EA7D00B7C361 /* Products */,
|
57
|
+
);
|
58
|
+
sourceTree = "<group>";
|
59
|
+
};
|
60
|
+
/* End PBXGroup section */
|
61
|
+
|
62
|
+
/* Begin PBXHeadersBuildPhase section */
|
63
|
+
2317887B22EA509C000F3DE3 /* Headers */ = {
|
64
|
+
isa = PBXHeadersBuildPhase;
|
65
|
+
buildActionMask = 2147483647;
|
66
|
+
files = (
|
67
|
+
2317887C22EA50A4000F3DE3 /* RNBraintreeDropIn.h in Headers */,
|
68
|
+
);
|
69
|
+
runOnlyForDeploymentPostprocessing = 0;
|
70
|
+
};
|
71
|
+
/* End PBXHeadersBuildPhase section */
|
72
|
+
|
73
|
+
/* Begin PBXNativeTarget section */
|
74
|
+
58B511DA1A9E6C8500147676 /* RNBraintreeDropIn */ = {
|
75
|
+
isa = PBXNativeTarget;
|
76
|
+
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNBraintreeDropIn" */;
|
77
|
+
buildPhases = (
|
78
|
+
2317887B22EA509C000F3DE3 /* Headers */,
|
79
|
+
58B511D71A9E6C8500147676 /* Sources */,
|
80
|
+
58B511D81A9E6C8500147676 /* Frameworks */,
|
81
|
+
58B511D91A9E6C8500147676 /* CopyFiles */,
|
82
|
+
);
|
83
|
+
buildRules = (
|
84
|
+
);
|
85
|
+
dependencies = (
|
86
|
+
);
|
87
|
+
name = RNBraintreeDropIn;
|
88
|
+
productName = RCTDataManager;
|
89
|
+
productReference = 134814201AA4EA6300B7C361 /* libRNBraintreeDropIn.a */;
|
90
|
+
productType = "com.apple.product-type.library.static";
|
91
|
+
};
|
92
|
+
/* End PBXNativeTarget section */
|
93
|
+
|
94
|
+
/* Begin PBXProject section */
|
95
|
+
58B511D31A9E6C8500147676 /* Project object */ = {
|
96
|
+
isa = PBXProject;
|
97
|
+
attributes = {
|
98
|
+
LastUpgradeCheck = 0830;
|
99
|
+
ORGANIZATIONNAME = Facebook;
|
100
|
+
TargetAttributes = {
|
101
|
+
58B511DA1A9E6C8500147676 = {
|
102
|
+
CreatedOnToolsVersion = 6.1.1;
|
103
|
+
};
|
104
|
+
};
|
105
|
+
};
|
106
|
+
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNBraintreeDropIn" */;
|
107
|
+
compatibilityVersion = "Xcode 3.2";
|
108
|
+
developmentRegion = English;
|
109
|
+
hasScannedForEncodings = 0;
|
110
|
+
knownRegions = (
|
111
|
+
English,
|
112
|
+
en,
|
113
|
+
);
|
114
|
+
mainGroup = 58B511D21A9E6C8500147676;
|
115
|
+
productRefGroup = 58B511D21A9E6C8500147676;
|
116
|
+
projectDirPath = "";
|
117
|
+
projectRoot = "";
|
118
|
+
targets = (
|
119
|
+
58B511DA1A9E6C8500147676 /* RNBraintreeDropIn */,
|
120
|
+
);
|
121
|
+
};
|
122
|
+
/* End PBXProject section */
|
123
|
+
|
124
|
+
/* Begin PBXSourcesBuildPhase section */
|
125
|
+
58B511D71A9E6C8500147676 /* Sources */ = {
|
126
|
+
isa = PBXSourcesBuildPhase;
|
127
|
+
buildActionMask = 2147483647;
|
128
|
+
files = (
|
129
|
+
B3E7B58A1CC2AC0600A0062D /* RNBraintreeDropIn.m in Sources */,
|
130
|
+
);
|
131
|
+
runOnlyForDeploymentPostprocessing = 0;
|
132
|
+
};
|
133
|
+
/* End PBXSourcesBuildPhase section */
|
134
|
+
|
135
|
+
/* Begin XCBuildConfiguration section */
|
136
|
+
58B511ED1A9E6C8500147676 /* Debug */ = {
|
137
|
+
isa = XCBuildConfiguration;
|
138
|
+
buildSettings = {
|
139
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
140
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
141
|
+
CLANG_CXX_LIBRARY = "libc++";
|
142
|
+
CLANG_ENABLE_MODULES = YES;
|
143
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
144
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
145
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
146
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
147
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
148
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
149
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
150
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
151
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
152
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
153
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
154
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
155
|
+
COPY_PHASE_STRIP = NO;
|
156
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
157
|
+
ENABLE_TESTABILITY = YES;
|
158
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
159
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
160
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
161
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
162
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
163
|
+
"DEBUG=1",
|
164
|
+
"$(inherited)",
|
165
|
+
);
|
166
|
+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
167
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
168
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
169
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
170
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
171
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
172
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
173
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
174
|
+
MTL_ENABLE_DEBUG_INFO = YES;
|
175
|
+
ONLY_ACTIVE_ARCH = YES;
|
176
|
+
SDKROOT = iphoneos;
|
177
|
+
};
|
178
|
+
name = Debug;
|
179
|
+
};
|
180
|
+
58B511EE1A9E6C8500147676 /* Release */ = {
|
181
|
+
isa = XCBuildConfiguration;
|
182
|
+
buildSettings = {
|
183
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
184
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
185
|
+
CLANG_CXX_LIBRARY = "libc++";
|
186
|
+
CLANG_ENABLE_MODULES = YES;
|
187
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
188
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
189
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
190
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
191
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
192
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
193
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
194
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
195
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
196
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
197
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
198
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
199
|
+
COPY_PHASE_STRIP = YES;
|
200
|
+
ENABLE_NS_ASSERTIONS = NO;
|
201
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
202
|
+
GCC_C_LANGUAGE_STANDARD = gnu99;
|
203
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
204
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
205
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
206
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
207
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
208
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
209
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
210
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
211
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
212
|
+
SDKROOT = iphoneos;
|
213
|
+
VALIDATE_PRODUCT = YES;
|
214
|
+
};
|
215
|
+
name = Release;
|
216
|
+
};
|
217
|
+
58B511F01A9E6C8500147676 /* Debug */ = {
|
218
|
+
isa = XCBuildConfiguration;
|
219
|
+
buildSettings = {
|
220
|
+
FRAMEWORK_SEARCH_PATHS = (
|
221
|
+
"$(inherited)",
|
222
|
+
"$(PODS_ROOT)/Braintree/**",
|
223
|
+
"$(PODS_ROOT)/BraintreeDropIn/**",
|
224
|
+
);
|
225
|
+
HEADER_SEARCH_PATHS = (
|
226
|
+
"$(inherited)",
|
227
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
228
|
+
"$(SRCROOT)/../../../React/**",
|
229
|
+
"$(SRCROOT)/../../react-native/React/**",
|
230
|
+
"$(PODS_ROOT)/Braintree/**",
|
231
|
+
"$(PODS_ROOT)/BraintreeDropIn/**",
|
232
|
+
);
|
233
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
234
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
235
|
+
OTHER_LDFLAGS = "-ObjC";
|
236
|
+
PODS_ROOT = "${SRCROOT}/../../../ios/Pods";
|
237
|
+
PRODUCT_NAME = RNBraintreeDropIn;
|
238
|
+
SKIP_INSTALL = YES;
|
239
|
+
};
|
240
|
+
name = Debug;
|
241
|
+
};
|
242
|
+
58B511F11A9E6C8500147676 /* Release */ = {
|
243
|
+
isa = XCBuildConfiguration;
|
244
|
+
buildSettings = {
|
245
|
+
FRAMEWORK_SEARCH_PATHS = (
|
246
|
+
"$(inherited)",
|
247
|
+
"$(PODS_ROOT)/Braintree/**",
|
248
|
+
"$(PODS_ROOT)/BraintreeDropIn/**",
|
249
|
+
);
|
250
|
+
HEADER_SEARCH_PATHS = (
|
251
|
+
"$(inherited)",
|
252
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
253
|
+
"$(SRCROOT)/../../../React/**",
|
254
|
+
"$(SRCROOT)/../../react-native/React/**",
|
255
|
+
"$(PODS_ROOT)/Braintree/**",
|
256
|
+
"$(PODS_ROOT)/BraintreeDropIn/**",
|
257
|
+
);
|
258
|
+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
259
|
+
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
260
|
+
OTHER_LDFLAGS = "-ObjC";
|
261
|
+
PODS_ROOT = "${SRCROOT}/../../../ios/Pods";
|
262
|
+
PRODUCT_NAME = RNBraintreeDropIn;
|
263
|
+
SKIP_INSTALL = YES;
|
264
|
+
};
|
265
|
+
name = Release;
|
266
|
+
};
|
267
|
+
/* End XCBuildConfiguration section */
|
268
|
+
|
269
|
+
/* Begin XCConfigurationList section */
|
270
|
+
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNBraintreeDropIn" */ = {
|
271
|
+
isa = XCConfigurationList;
|
272
|
+
buildConfigurations = (
|
273
|
+
58B511ED1A9E6C8500147676 /* Debug */,
|
274
|
+
58B511EE1A9E6C8500147676 /* Release */,
|
275
|
+
);
|
276
|
+
defaultConfigurationIsVisible = 0;
|
277
|
+
defaultConfigurationName = Release;
|
278
|
+
};
|
279
|
+
58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNBraintreeDropIn" */ = {
|
280
|
+
isa = XCConfigurationList;
|
281
|
+
buildConfigurations = (
|
282
|
+
58B511F01A9E6C8500147676 /* Debug */,
|
283
|
+
58B511F11A9E6C8500147676 /* Release */,
|
284
|
+
);
|
285
|
+
defaultConfigurationIsVisible = 0;
|
286
|
+
defaultConfigurationName = Release;
|
287
|
+
};
|
288
|
+
/* End XCConfigurationList section */
|
289
|
+
};
|
290
|
+
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
291
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
// !$*UTF8*$!
|
2
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
3
|
-
<Workspace
|
4
|
-
version = "1.0">
|
5
|
-
<FileRef
|
6
|
-
location = "group:RNBraintreeDropIn.xcodeproj">
|
7
|
-
</FileRef>
|
8
|
-
</Workspace>
|
1
|
+
// !$*UTF8*$!
|
2
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
3
|
+
<Workspace
|
4
|
+
version = "1.0">
|
5
|
+
<FileRef
|
6
|
+
location = "group:RNBraintreeDropIn.xcodeproj">
|
7
|
+
</FileRef>
|
8
|
+
</Workspace>
|