jcore-react-native 1.9.6 → 1.9.9
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/example/ios/Podfile.lock +533 -0
- package/example/ios/example.xcodeproj/project.pbxproj +149 -0
- package/example/ios/example.xcworkspace/contents.xcworkspacedata +10 -0
- package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
- package/example/package-lock.json +25602 -0
- package/example/package.json +1 -1
- package/ios/RCTJCoreModule/{Lib/JGInforCollectionAuth.h → JGInforCollectionAuth.h} +0 -0
- package/ios/RCTJCoreModule/{Lib/jcore-ios-3.2.1.a → libjcore-ios-3.2.1.a} +0 -0
- package/ios/RCTJCoreModule.xcodeproj/project.pbxproj +8 -2
- package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/douban.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/package.json +1 -1
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
|
12
12
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
13
13
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
14
|
+
7A3207C921C9D7D8E34F6035 /* libPods-example-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */; };
|
|
14
15
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
16
|
+
8E938C209BE589131411A093 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 79DAF192F5E09D964309ABEE /* libPods-example.a */; };
|
|
15
17
|
/* End PBXBuildFile section */
|
|
16
18
|
|
|
17
19
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -34,8 +36,14 @@
|
|
|
34
36
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
|
|
35
37
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
|
|
36
38
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
|
|
39
|
+
4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
40
|
+
79DAF192F5E09D964309ABEE /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
37
41
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = example/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
42
|
+
834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
43
|
+
B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
|
|
44
|
+
CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
38
45
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
46
|
+
EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
|
|
39
47
|
/* End PBXFileReference section */
|
|
40
48
|
|
|
41
49
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -43,6 +51,7 @@
|
|
|
43
51
|
isa = PBXFrameworksBuildPhase;
|
|
44
52
|
buildActionMask = 2147483647;
|
|
45
53
|
files = (
|
|
54
|
+
7A3207C921C9D7D8E34F6035 /* libPods-example-exampleTests.a in Frameworks */,
|
|
46
55
|
);
|
|
47
56
|
runOnlyForDeploymentPostprocessing = 0;
|
|
48
57
|
};
|
|
@@ -50,6 +59,7 @@
|
|
|
50
59
|
isa = PBXFrameworksBuildPhase;
|
|
51
60
|
buildActionMask = 2147483647;
|
|
52
61
|
files = (
|
|
62
|
+
8E938C209BE589131411A093 /* libPods-example.a in Frameworks */,
|
|
53
63
|
);
|
|
54
64
|
runOnlyForDeploymentPostprocessing = 0;
|
|
55
65
|
};
|
|
@@ -90,10 +100,24 @@
|
|
|
90
100
|
isa = PBXGroup;
|
|
91
101
|
children = (
|
|
92
102
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
103
|
+
79DAF192F5E09D964309ABEE /* libPods-example.a */,
|
|
104
|
+
CE91809C957C09073DD86574 /* libPods-example-exampleTests.a */,
|
|
93
105
|
);
|
|
94
106
|
name = Frameworks;
|
|
95
107
|
sourceTree = "<group>";
|
|
96
108
|
};
|
|
109
|
+
3D8A91623CBF6B9BF50E4470 /* Pods */ = {
|
|
110
|
+
isa = PBXGroup;
|
|
111
|
+
children = (
|
|
112
|
+
EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */,
|
|
113
|
+
B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */,
|
|
114
|
+
834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */,
|
|
115
|
+
4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */,
|
|
116
|
+
);
|
|
117
|
+
name = Pods;
|
|
118
|
+
path = Pods;
|
|
119
|
+
sourceTree = "<group>";
|
|
120
|
+
};
|
|
97
121
|
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
98
122
|
isa = PBXGroup;
|
|
99
123
|
children = (
|
|
@@ -109,6 +133,7 @@
|
|
|
109
133
|
00E356EF1AD99517003FC87E /* exampleTests */,
|
|
110
134
|
83CBBA001A601CBA00E9B192 /* Products */,
|
|
111
135
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
136
|
+
3D8A91623CBF6B9BF50E4470 /* Pods */,
|
|
112
137
|
);
|
|
113
138
|
indentWidth = 2;
|
|
114
139
|
sourceTree = "<group>";
|
|
@@ -131,9 +156,12 @@
|
|
|
131
156
|
isa = PBXNativeTarget;
|
|
132
157
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
|
|
133
158
|
buildPhases = (
|
|
159
|
+
ABE69F0D1A26F25F69BAB6B8 /* [CP] Check Pods Manifest.lock */,
|
|
134
160
|
00E356EA1AD99517003FC87E /* Sources */,
|
|
135
161
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
|
136
162
|
00E356EC1AD99517003FC87E /* Resources */,
|
|
163
|
+
F0C427929914842A00FA9A81 /* [CP] Embed Pods Frameworks */,
|
|
164
|
+
865A4067AA487C7CF5DD6F1D /* [CP] Copy Pods Resources */,
|
|
137
165
|
);
|
|
138
166
|
buildRules = (
|
|
139
167
|
);
|
|
@@ -149,11 +177,14 @@
|
|
|
149
177
|
isa = PBXNativeTarget;
|
|
150
178
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
|
|
151
179
|
buildPhases = (
|
|
180
|
+
302C7984B4D1EFD9690E0EFC /* [CP] Check Pods Manifest.lock */,
|
|
152
181
|
FD10A7F022414F080027D42C /* Start Packager */,
|
|
153
182
|
13B07F871A680F5B00A75B9A /* Sources */,
|
|
154
183
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
155
184
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
156
185
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
186
|
+
70BDEF8C79495CCA9B03846A /* [CP] Embed Pods Frameworks */,
|
|
187
|
+
DF1EADECD26390734C0DDE3C /* [CP] Copy Pods Resources */,
|
|
157
188
|
);
|
|
158
189
|
buildRules = (
|
|
159
190
|
);
|
|
@@ -234,6 +265,118 @@
|
|
|
234
265
|
shellPath = /bin/sh;
|
|
235
266
|
shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
|
|
236
267
|
};
|
|
268
|
+
302C7984B4D1EFD9690E0EFC /* [CP] Check Pods Manifest.lock */ = {
|
|
269
|
+
isa = PBXShellScriptBuildPhase;
|
|
270
|
+
buildActionMask = 2147483647;
|
|
271
|
+
files = (
|
|
272
|
+
);
|
|
273
|
+
inputFileListPaths = (
|
|
274
|
+
);
|
|
275
|
+
inputPaths = (
|
|
276
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
277
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
278
|
+
);
|
|
279
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
280
|
+
outputFileListPaths = (
|
|
281
|
+
);
|
|
282
|
+
outputPaths = (
|
|
283
|
+
"$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
|
|
284
|
+
);
|
|
285
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
286
|
+
shellPath = /bin/sh;
|
|
287
|
+
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";
|
|
288
|
+
showEnvVarsInLog = 0;
|
|
289
|
+
};
|
|
290
|
+
70BDEF8C79495CCA9B03846A /* [CP] Embed Pods Frameworks */ = {
|
|
291
|
+
isa = PBXShellScriptBuildPhase;
|
|
292
|
+
buildActionMask = 2147483647;
|
|
293
|
+
files = (
|
|
294
|
+
);
|
|
295
|
+
inputFileListPaths = (
|
|
296
|
+
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
297
|
+
);
|
|
298
|
+
name = "[CP] Embed Pods Frameworks";
|
|
299
|
+
outputFileListPaths = (
|
|
300
|
+
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
301
|
+
);
|
|
302
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
303
|
+
shellPath = /bin/sh;
|
|
304
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh\"\n";
|
|
305
|
+
showEnvVarsInLog = 0;
|
|
306
|
+
};
|
|
307
|
+
865A4067AA487C7CF5DD6F1D /* [CP] Copy Pods Resources */ = {
|
|
308
|
+
isa = PBXShellScriptBuildPhase;
|
|
309
|
+
buildActionMask = 2147483647;
|
|
310
|
+
files = (
|
|
311
|
+
);
|
|
312
|
+
inputFileListPaths = (
|
|
313
|
+
"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
314
|
+
);
|
|
315
|
+
name = "[CP] Copy Pods Resources";
|
|
316
|
+
outputFileListPaths = (
|
|
317
|
+
"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
318
|
+
);
|
|
319
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
320
|
+
shellPath = /bin/sh;
|
|
321
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-resources.sh\"\n";
|
|
322
|
+
showEnvVarsInLog = 0;
|
|
323
|
+
};
|
|
324
|
+
ABE69F0D1A26F25F69BAB6B8 /* [CP] Check Pods Manifest.lock */ = {
|
|
325
|
+
isa = PBXShellScriptBuildPhase;
|
|
326
|
+
buildActionMask = 2147483647;
|
|
327
|
+
files = (
|
|
328
|
+
);
|
|
329
|
+
inputFileListPaths = (
|
|
330
|
+
);
|
|
331
|
+
inputPaths = (
|
|
332
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
333
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
334
|
+
);
|
|
335
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
336
|
+
outputFileListPaths = (
|
|
337
|
+
);
|
|
338
|
+
outputPaths = (
|
|
339
|
+
"$(DERIVED_FILE_DIR)/Pods-example-exampleTests-checkManifestLockResult.txt",
|
|
340
|
+
);
|
|
341
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
342
|
+
shellPath = /bin/sh;
|
|
343
|
+
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";
|
|
344
|
+
showEnvVarsInLog = 0;
|
|
345
|
+
};
|
|
346
|
+
DF1EADECD26390734C0DDE3C /* [CP] Copy Pods Resources */ = {
|
|
347
|
+
isa = PBXShellScriptBuildPhase;
|
|
348
|
+
buildActionMask = 2147483647;
|
|
349
|
+
files = (
|
|
350
|
+
);
|
|
351
|
+
inputFileListPaths = (
|
|
352
|
+
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
353
|
+
);
|
|
354
|
+
name = "[CP] Copy Pods Resources";
|
|
355
|
+
outputFileListPaths = (
|
|
356
|
+
"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
357
|
+
);
|
|
358
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
359
|
+
shellPath = /bin/sh;
|
|
360
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-resources.sh\"\n";
|
|
361
|
+
showEnvVarsInLog = 0;
|
|
362
|
+
};
|
|
363
|
+
F0C427929914842A00FA9A81 /* [CP] Embed Pods Frameworks */ = {
|
|
364
|
+
isa = PBXShellScriptBuildPhase;
|
|
365
|
+
buildActionMask = 2147483647;
|
|
366
|
+
files = (
|
|
367
|
+
);
|
|
368
|
+
inputFileListPaths = (
|
|
369
|
+
"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
370
|
+
);
|
|
371
|
+
name = "[CP] Embed Pods Frameworks";
|
|
372
|
+
outputFileListPaths = (
|
|
373
|
+
"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
374
|
+
);
|
|
375
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
376
|
+
shellPath = /bin/sh;
|
|
377
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh\"\n";
|
|
378
|
+
showEnvVarsInLog = 0;
|
|
379
|
+
};
|
|
237
380
|
FD10A7F022414F080027D42C /* Start Packager */ = {
|
|
238
381
|
isa = PBXShellScriptBuildPhase;
|
|
239
382
|
buildActionMask = 2147483647;
|
|
@@ -286,6 +429,7 @@
|
|
|
286
429
|
/* Begin XCBuildConfiguration section */
|
|
287
430
|
00E356F61AD99517003FC87E /* Debug */ = {
|
|
288
431
|
isa = XCBuildConfiguration;
|
|
432
|
+
baseConfigurationReference = 834EEA83F528A5E6FC779A10 /* Pods-example-exampleTests.debug.xcconfig */;
|
|
289
433
|
buildSettings = {
|
|
290
434
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
291
435
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
@@ -312,6 +456,7 @@
|
|
|
312
456
|
};
|
|
313
457
|
00E356F71AD99517003FC87E /* Release */ = {
|
|
314
458
|
isa = XCBuildConfiguration;
|
|
459
|
+
baseConfigurationReference = 4C726F640B27DC88441875DF /* Pods-example-exampleTests.release.xcconfig */;
|
|
315
460
|
buildSettings = {
|
|
316
461
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
317
462
|
COPY_PHASE_STRIP = NO;
|
|
@@ -335,6 +480,7 @@
|
|
|
335
480
|
};
|
|
336
481
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
337
482
|
isa = XCBuildConfiguration;
|
|
483
|
+
baseConfigurationReference = EE9DCE27463394A63E892333 /* Pods-example.debug.xcconfig */;
|
|
338
484
|
buildSettings = {
|
|
339
485
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
340
486
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -361,6 +507,7 @@
|
|
|
361
507
|
};
|
|
362
508
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
363
509
|
isa = XCBuildConfiguration;
|
|
510
|
+
baseConfigurationReference = B5F60E282A801603000279B0 /* Pods-example.release.xcconfig */;
|
|
364
511
|
buildSettings = {
|
|
365
512
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
366
513
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -416,6 +563,7 @@
|
|
|
416
563
|
COPY_PHASE_STRIP = NO;
|
|
417
564
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
418
565
|
ENABLE_TESTABILITY = YES;
|
|
566
|
+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
|
|
419
567
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
420
568
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
421
569
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
@@ -480,6 +628,7 @@
|
|
|
480
628
|
COPY_PHASE_STRIP = YES;
|
|
481
629
|
ENABLE_NS_ASSERTIONS = NO;
|
|
482
630
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
631
|
+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
|
|
483
632
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
484
633
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
485
634
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|