@fadyshawky/react-native-magic 1.0.2 → 1.0.4
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/CHANGELOG.md +66 -0
- package/README.md +1 -2
- package/package.json +11 -25
- package/template/App.tsx +5 -1
- package/template/android/app/src/main/java/com/reactnativemagic/MainActivity.kt +5 -0
- package/template/ios/Podfile.lock +6 -26
- package/template/ios/reactnativemagic.xcodeproj/project.pbxproj +65 -59
- package/template/ios/tmp.xcconfig +3 -0
- package/template/package-lock.json +909 -3375
- package/template/package.json +13 -25
- package/template/src/common/components/PhotoTakingButton.tsx +5 -7
- package/template/src/common/components/PrimaryTextInput.tsx +4 -15
- package/template/src/common/components/RadioButton.tsx +2 -9
- package/template/src/common/components/RadioIcon.tsx +4 -12
- package/template/src/common/components/Separator.tsx +2 -9
- package/template/src/common/components/TouchablePlatform.tsx +2 -11
- package/template/src/common/components/TryAgain.tsx +2 -9
- package/template/src/core/store/user/userActions.ts +2 -3
- package/template/src/core/theme/colors.ts +42 -71
- package/template/src/core/theme/fonts.ts +5 -10
- package/template/src/navigation/MainNavigation.tsx +8 -6
- package/.vscode/settings.json +0 -7
- package/template/src/common/helpers/colorHelpers.ts +0 -34
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
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
|
-
|
|
14
|
+
44CEDDADA0FFEFA1C02AD162 /* libPods-reactnativemagic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72FCDE6D8263C5D62A717153 /* libPods-reactnativemagic.a */; };
|
|
15
15
|
52BF1DA92D160E8100046137 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
16
16
|
52BF1DAA2D160E8100046137 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
17
17
|
52BF1DAE2D160E8100046137 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
52BF1DB02D160E8100046137 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
|
|
20
20
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
|
21
21
|
910638E3E666DD629C55D964 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; };
|
|
22
|
-
|
|
22
|
+
F5460503102D1B15F9526BEA /* libPods-reactnativemagic-reactnativemagicTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E0F08C4FA8BBC7D24AE0AD6 /* libPods-reactnativemagic-reactnativemagicTests.a */; };
|
|
23
23
|
/* End PBXBuildFile section */
|
|
24
24
|
|
|
25
25
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
00E356EE1AD99517003FC87E /* reactnativemagicTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = reactnativemagicTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
37
37
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
38
38
|
00E356F21AD99517003FC87E /* reactnativemagicTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = reactnativemagicTests.m; sourceTree = "<group>"; };
|
|
39
|
-
|
|
39
|
+
123D2B186506039FFA026D6C /* Pods-reactnativemagic-reactnativemagicTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-reactnativemagic-reactnativemagicTests.release.xcconfig"; path = "Target Support Files/Pods-reactnativemagic-reactnativemagicTests/Pods-reactnativemagic-reactnativemagicTests.release.xcconfig"; sourceTree = "<group>"; };
|
|
40
40
|
13B07F961A680F5B00A75B9A /* reactnativemagic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = reactnativemagic.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
41
41
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = reactnativemagic/AppDelegate.h; sourceTree = "<group>"; };
|
|
42
42
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = reactnativemagic/AppDelegate.mm; sourceTree = "<group>"; };
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = reactnativemagic/Info.plist; sourceTree = "<group>"; };
|
|
45
45
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = reactnativemagic/main.m; sourceTree = "<group>"; };
|
|
46
46
|
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = reactnativemagic/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
47
|
-
|
|
48
|
-
371159198BD2963DD892B8F2 /* Pods-reactnativemagic.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-reactnativemagic.debug.xcconfig"; path = "Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic.debug.xcconfig"; sourceTree = "<group>"; };
|
|
47
|
+
2FC2A41A7C9CECF77A6F86E9 /* Pods-reactnativemagic.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-reactnativemagic.release.xcconfig"; path = "Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic.release.xcconfig"; sourceTree = "<group>"; };
|
|
49
48
|
52BF1DB72D160E8100046137 /* reactnativemagic-Development.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "reactnativemagic-Development.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
50
49
|
52BF1DB82D160E8100046137 /* reactnativemagic copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "reactnativemagic copy-Info.plist"; path = "/Users/fady/Dev/template/ReactNativeMagic/template/ios/reactnativemagic copy-Info.plist"; sourceTree = "<absolute>"; };
|
|
51
|
-
|
|
52
|
-
|
|
50
|
+
56A7F0350C455B9C5A7234F8 /* Pods-reactnativemagic-reactnativemagicTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-reactnativemagic-reactnativemagicTests.debug.xcconfig"; path = "Target Support Files/Pods-reactnativemagic-reactnativemagicTests/Pods-reactnativemagic-reactnativemagicTests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
51
|
+
72FCDE6D8263C5D62A717153 /* libPods-reactnativemagic.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-reactnativemagic.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
52
|
+
7E0F08C4FA8BBC7D24AE0AD6 /* libPods-reactnativemagic-reactnativemagicTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-reactnativemagic-reactnativemagicTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
53
53
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = reactnativemagic/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
54
|
-
88B7711713033C7CA772CC5A /* libPods-reactnativemagic-reactnativemagicTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-reactnativemagic-reactnativemagicTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
55
54
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
55
|
+
F4E5443D5B5729DC581A3C5D /* Pods-reactnativemagic.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-reactnativemagic.debug.xcconfig"; path = "Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic.debug.xcconfig"; sourceTree = "<group>"; };
|
|
56
56
|
/* End PBXFileReference section */
|
|
57
57
|
|
|
58
58
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
isa = PBXFrameworksBuildPhase;
|
|
61
61
|
buildActionMask = 2147483647;
|
|
62
62
|
files = (
|
|
63
|
-
|
|
63
|
+
F5460503102D1B15F9526BEA /* libPods-reactnativemagic-reactnativemagicTests.a in Frameworks */,
|
|
64
64
|
);
|
|
65
65
|
runOnlyForDeploymentPostprocessing = 0;
|
|
66
66
|
};
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
isa = PBXFrameworksBuildPhase;
|
|
69
69
|
buildActionMask = 2147483647;
|
|
70
70
|
files = (
|
|
71
|
-
|
|
71
|
+
44CEDDADA0FFEFA1C02AD162 /* libPods-reactnativemagic.a in Frameworks */,
|
|
72
72
|
);
|
|
73
73
|
runOnlyForDeploymentPostprocessing = 0;
|
|
74
74
|
};
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
isa = PBXGroup;
|
|
118
118
|
children = (
|
|
119
119
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
72FCDE6D8263C5D62A717153 /* libPods-reactnativemagic.a */,
|
|
121
|
+
7E0F08C4FA8BBC7D24AE0AD6 /* libPods-reactnativemagic-reactnativemagicTests.a */,
|
|
122
122
|
);
|
|
123
123
|
name = Frameworks;
|
|
124
124
|
sourceTree = "<group>";
|
|
@@ -159,10 +159,10 @@
|
|
|
159
159
|
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
|
|
160
160
|
isa = PBXGroup;
|
|
161
161
|
children = (
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
F4E5443D5B5729DC581A3C5D /* Pods-reactnativemagic.debug.xcconfig */,
|
|
163
|
+
2FC2A41A7C9CECF77A6F86E9 /* Pods-reactnativemagic.release.xcconfig */,
|
|
164
|
+
56A7F0350C455B9C5A7234F8 /* Pods-reactnativemagic-reactnativemagicTests.debug.xcconfig */,
|
|
165
|
+
123D2B186506039FFA026D6C /* Pods-reactnativemagic-reactnativemagicTests.release.xcconfig */,
|
|
166
166
|
);
|
|
167
167
|
path = Pods;
|
|
168
168
|
sourceTree = "<group>";
|
|
@@ -174,12 +174,12 @@
|
|
|
174
174
|
isa = PBXNativeTarget;
|
|
175
175
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "reactnativemagicTests" */;
|
|
176
176
|
buildPhases = (
|
|
177
|
-
|
|
177
|
+
EED047F6BD1AA157DA019A41 /* [CP] Check Pods Manifest.lock */,
|
|
178
178
|
00E356EA1AD99517003FC87E /* Sources */,
|
|
179
179
|
00E356EB1AD99517003FC87E /* Frameworks */,
|
|
180
180
|
00E356EC1AD99517003FC87E /* Resources */,
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
6885AAAF4A337A2C83681DB7 /* [CP] Embed Pods Frameworks */,
|
|
182
|
+
2EF2E59BD6FE2C5EBC2BB493 /* [CP] Copy Pods Resources */,
|
|
183
183
|
);
|
|
184
184
|
buildRules = (
|
|
185
185
|
);
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
isa = PBXNativeTarget;
|
|
196
196
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "reactnativemagic" */;
|
|
197
197
|
buildPhases = (
|
|
198
|
-
|
|
198
|
+
C72E6C65FAFBA98366933A78 /* [CP] Check Pods Manifest.lock */,
|
|
199
199
|
13B07F871A680F5B00A75B9A /* Sources */,
|
|
200
200
|
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
201
201
|
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
202
202
|
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
EAE36A1A92A8C5319B9244BA /* [CP] Embed Pods Frameworks */,
|
|
204
|
+
B397E35E78379B2686A7DC44 /* [CP] Copy Pods Resources */,
|
|
205
205
|
);
|
|
206
206
|
buildRules = (
|
|
207
207
|
);
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
shellPath = /bin/sh;
|
|
315
315
|
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
|
316
316
|
};
|
|
317
|
-
|
|
317
|
+
2EF2E59BD6FE2C5EBC2BB493 /* [CP] Copy Pods Resources */ = {
|
|
318
318
|
isa = PBXShellScriptBuildPhase;
|
|
319
319
|
buildActionMask = 2147483647;
|
|
320
320
|
files = (
|
|
@@ -331,29 +331,23 @@
|
|
|
331
331
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic-reactnativemagicTests/Pods-reactnativemagic-reactnativemagicTests-resources.sh\"\n";
|
|
332
332
|
showEnvVarsInLog = 0;
|
|
333
333
|
};
|
|
334
|
-
|
|
334
|
+
52BF1DB12D160E8100046137 /* Bundle React Native code and images */ = {
|
|
335
335
|
isa = PBXShellScriptBuildPhase;
|
|
336
336
|
buildActionMask = 2147483647;
|
|
337
337
|
files = (
|
|
338
338
|
);
|
|
339
|
-
inputFileListPaths = (
|
|
340
|
-
);
|
|
341
339
|
inputPaths = (
|
|
342
|
-
"$
|
|
343
|
-
"$
|
|
344
|
-
);
|
|
345
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
346
|
-
outputFileListPaths = (
|
|
340
|
+
"$(SRCROOT)/.xcode.env.local",
|
|
341
|
+
"$(SRCROOT)/.xcode.env",
|
|
347
342
|
);
|
|
343
|
+
name = "Bundle React Native code and images";
|
|
348
344
|
outputPaths = (
|
|
349
|
-
"$(DERIVED_FILE_DIR)/Pods-reactnativemagic-reactnativemagicTests-checkManifestLockResult.txt",
|
|
350
345
|
);
|
|
351
346
|
runOnlyForDeploymentPostprocessing = 0;
|
|
352
347
|
shellPath = /bin/sh;
|
|
353
|
-
shellScript = "
|
|
354
|
-
showEnvVarsInLog = 0;
|
|
348
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
|
355
349
|
};
|
|
356
|
-
|
|
350
|
+
6885AAAF4A337A2C83681DB7 /* [CP] Embed Pods Frameworks */ = {
|
|
357
351
|
isa = PBXShellScriptBuildPhase;
|
|
358
352
|
buildActionMask = 2147483647;
|
|
359
353
|
files = (
|
|
@@ -370,23 +364,24 @@
|
|
|
370
364
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic-reactnativemagicTests/Pods-reactnativemagic-reactnativemagicTests-frameworks.sh\"\n";
|
|
371
365
|
showEnvVarsInLog = 0;
|
|
372
366
|
};
|
|
373
|
-
|
|
367
|
+
B397E35E78379B2686A7DC44 /* [CP] Copy Pods Resources */ = {
|
|
374
368
|
isa = PBXShellScriptBuildPhase;
|
|
375
369
|
buildActionMask = 2147483647;
|
|
376
370
|
files = (
|
|
377
371
|
);
|
|
378
|
-
|
|
379
|
-
"$
|
|
380
|
-
"$(SRCROOT)/.xcode.env",
|
|
372
|
+
inputFileListPaths = (
|
|
373
|
+
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
381
374
|
);
|
|
382
|
-
name = "
|
|
383
|
-
|
|
375
|
+
name = "[CP] Copy Pods Resources";
|
|
376
|
+
outputFileListPaths = (
|
|
377
|
+
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
384
378
|
);
|
|
385
379
|
runOnlyForDeploymentPostprocessing = 0;
|
|
386
380
|
shellPath = /bin/sh;
|
|
387
|
-
shellScript = "
|
|
381
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-resources.sh\"\n";
|
|
382
|
+
showEnvVarsInLog = 0;
|
|
388
383
|
};
|
|
389
|
-
|
|
384
|
+
C72E6C65FAFBA98366933A78 /* [CP] Check Pods Manifest.lock */ = {
|
|
390
385
|
isa = PBXShellScriptBuildPhase;
|
|
391
386
|
buildActionMask = 2147483647;
|
|
392
387
|
files = (
|
|
@@ -408,38 +403,43 @@
|
|
|
408
403
|
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";
|
|
409
404
|
showEnvVarsInLog = 0;
|
|
410
405
|
};
|
|
411
|
-
|
|
406
|
+
EAE36A1A92A8C5319B9244BA /* [CP] Embed Pods Frameworks */ = {
|
|
412
407
|
isa = PBXShellScriptBuildPhase;
|
|
413
408
|
buildActionMask = 2147483647;
|
|
414
409
|
files = (
|
|
415
410
|
);
|
|
416
411
|
inputFileListPaths = (
|
|
417
|
-
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-
|
|
412
|
+
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
418
413
|
);
|
|
419
|
-
name = "[CP]
|
|
414
|
+
name = "[CP] Embed Pods Frameworks";
|
|
420
415
|
outputFileListPaths = (
|
|
421
|
-
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-
|
|
416
|
+
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
422
417
|
);
|
|
423
418
|
runOnlyForDeploymentPostprocessing = 0;
|
|
424
419
|
shellPath = /bin/sh;
|
|
425
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-
|
|
420
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-frameworks.sh\"\n";
|
|
426
421
|
showEnvVarsInLog = 0;
|
|
427
422
|
};
|
|
428
|
-
|
|
423
|
+
EED047F6BD1AA157DA019A41 /* [CP] Check Pods Manifest.lock */ = {
|
|
429
424
|
isa = PBXShellScriptBuildPhase;
|
|
430
425
|
buildActionMask = 2147483647;
|
|
431
426
|
files = (
|
|
432
427
|
);
|
|
433
428
|
inputFileListPaths = (
|
|
434
|
-
"${PODS_ROOT}/Target Support Files/Pods-reactnativemagic/Pods-reactnativemagic-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
435
429
|
);
|
|
436
|
-
|
|
430
|
+
inputPaths = (
|
|
431
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
432
|
+
"${PODS_ROOT}/Manifest.lock",
|
|
433
|
+
);
|
|
434
|
+
name = "[CP] Check Pods Manifest.lock";
|
|
437
435
|
outputFileListPaths = (
|
|
438
|
-
|
|
436
|
+
);
|
|
437
|
+
outputPaths = (
|
|
438
|
+
"$(DERIVED_FILE_DIR)/Pods-reactnativemagic-reactnativemagicTests-checkManifestLockResult.txt",
|
|
439
439
|
);
|
|
440
440
|
runOnlyForDeploymentPostprocessing = 0;
|
|
441
441
|
shellPath = /bin/sh;
|
|
442
|
-
shellScript = "\"${PODS_ROOT}/
|
|
442
|
+
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";
|
|
443
443
|
showEnvVarsInLog = 0;
|
|
444
444
|
};
|
|
445
445
|
/* End PBXShellScriptBuildPhase section */
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
/* Begin XCBuildConfiguration section */
|
|
485
485
|
00E356F61AD99517003FC87E /* Debug */ = {
|
|
486
486
|
isa = XCBuildConfiguration;
|
|
487
|
-
baseConfigurationReference =
|
|
487
|
+
baseConfigurationReference = 56A7F0350C455B9C5A7234F8 /* Pods-reactnativemagic-reactnativemagicTests.debug.xcconfig */;
|
|
488
488
|
buildSettings = {
|
|
489
489
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
490
490
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
};
|
|
512
512
|
00E356F71AD99517003FC87E /* Release */ = {
|
|
513
513
|
isa = XCBuildConfiguration;
|
|
514
|
-
baseConfigurationReference =
|
|
514
|
+
baseConfigurationReference = 123D2B186506039FFA026D6C /* Pods-reactnativemagic-reactnativemagicTests.release.xcconfig */;
|
|
515
515
|
buildSettings = {
|
|
516
516
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
517
517
|
COPY_PHASE_STRIP = NO;
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
};
|
|
536
536
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
537
537
|
isa = XCBuildConfiguration;
|
|
538
|
-
baseConfigurationReference =
|
|
538
|
+
baseConfigurationReference = F4E5443D5B5729DC581A3C5D /* Pods-reactnativemagic.debug.xcconfig */;
|
|
539
539
|
buildSettings = {
|
|
540
540
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
541
541
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
};
|
|
567
567
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
568
568
|
isa = XCBuildConfiguration;
|
|
569
|
-
baseConfigurationReference =
|
|
569
|
+
baseConfigurationReference = 2FC2A41A7C9CECF77A6F86E9 /* Pods-reactnativemagic.release.xcconfig */;
|
|
570
570
|
buildSettings = {
|
|
571
571
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
572
572
|
CLANG_ENABLE_MODULES = YES;
|
|
@@ -714,7 +714,10 @@
|
|
|
714
714
|
"-DFOLLY_CFG_NO_COROUTINES=1",
|
|
715
715
|
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
|
716
716
|
);
|
|
717
|
-
OTHER_LDFLAGS =
|
|
717
|
+
OTHER_LDFLAGS = (
|
|
718
|
+
"$(inherited)",
|
|
719
|
+
" ",
|
|
720
|
+
);
|
|
718
721
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
719
722
|
SDKROOT = iphoneos;
|
|
720
723
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
@@ -783,7 +786,10 @@
|
|
|
783
786
|
"-DFOLLY_CFG_NO_COROUTINES=1",
|
|
784
787
|
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
|
|
785
788
|
);
|
|
786
|
-
OTHER_LDFLAGS =
|
|
789
|
+
OTHER_LDFLAGS = (
|
|
790
|
+
"$(inherited)",
|
|
791
|
+
" ",
|
|
792
|
+
);
|
|
787
793
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
788
794
|
SDKROOT = iphoneos;
|
|
789
795
|
USE_HERMES = true;
|