@computools/react-native-template-controller 1.0.8 → 1.0.10
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 +8 -1
- package/package.json +1 -1
- package/template/.env.development +2 -0
- package/template/.env.production +2 -0
- package/template/.env.staging +2 -0
- package/template/android/app/build.gradle +35 -0
- package/template/android/app/src/development/AndroidManifest.xml +25 -0
- package/template/android/app/src/development/res/drawable/launch_screen.xml +11 -0
- package/template/android/app/src/development/res/drawable/rn_edit_text_material.xml +36 -0
- package/template/android/app/src/development/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/template/android/app/src/development/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/development/res/mipmap-hdpi/logo.png +0 -0
- package/template/android/app/src/development/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/template/android/app/src/development/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/development/res/mipmap-mdpi/logo.png +0 -0
- package/template/android/app/src/development/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/development/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/development/res/mipmap-xhdpi/logo.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxhdpi/logo.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/development/res/mipmap-xxxhdpi/logo.png +0 -0
- package/template/android/app/src/development/res/values/colors.xml +4 -0
- package/template/android/app/src/development/res/values/strings.xml +3 -0
- package/template/android/app/src/development/res/values/styles.xml +14 -0
- package/template/android/app/src/staging/AndroidManifest.xml +25 -0
- package/template/android/app/src/staging/res/drawable/launch_screen.xml +11 -0
- package/template/android/app/src/staging/res/drawable/rn_edit_text_material.xml +36 -0
- package/template/android/app/src/staging/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/template/android/app/src/staging/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/staging/res/mipmap-hdpi/logo.png +0 -0
- package/template/android/app/src/staging/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/template/android/app/src/staging/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/staging/res/mipmap-mdpi/logo.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xhdpi/logo.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxhdpi/logo.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/template/android/app/src/staging/res/mipmap-xxxhdpi/logo.png +0 -0
- package/template/android/app/src/staging/res/values/colors.xml +4 -0
- package/template/android/app/src/staging/res/values/strings.xml +3 -0
- package/template/android/app/src/staging/res/values/styles.xml +14 -0
- package/template/ios/Podfile +10 -1
- package/template/ios/ReactNativeTemplate/Images.xcassets/AppIcon dev.appiconset/Contents.json +14 -0
- package/template/ios/ReactNativeTemplate/Images.xcassets/AppIcon dev.appiconset/appstore.png +0 -0
- package/template/ios/ReactNativeTemplate/Images.xcassets/AppIcon stg.appiconset/Contents.json +14 -0
- package/template/ios/ReactNativeTemplate/Images.xcassets/AppIcon stg.appiconset/appstore.png +0 -0
- package/template/ios/ReactNativeTemplate dev-Info.plist +55 -0
- package/template/ios/ReactNativeTemplate stg-Info.plist +55 -0
- package/template/ios/ReactNativeTemplate.xcodeproj/project.pbxproj +475 -26
- package/template/ios/ReactNativeTemplate.xcodeproj/xcshareddata/xcschemes/ReactNativeTemplate.xcscheme +37 -1
- package/template/ios/ReactNativeTemplate.xcodeproj/xcshareddata/xcschemes/ReactNativeTemplateDev.xcscheme +104 -0
- package/template/ios/ReactNativeTemplate.xcodeproj/xcshareddata/xcschemes/ReactNativeTemplateStg.xcscheme +95 -0
- package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm +2008 -0
- package/template/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h +2448 -0
- package/template/ios/build/generated/ios/FBReactNativeSpecJSI-generated.cpp +1523 -0
- package/template/ios/build/generated/ios/FBReactNativeSpecJSI.h +5509 -0
- package/template/ios/build/generated/ios/React-Codegen.podspec.json +1 -0
- package/template/package.json +19 -3
- package/template/src/app/config/http.ts +30 -1
- package/template/src/app/infrastructure/onboarding/Onboarding.screen.tsx +4 -1
@@ -8,12 +8,22 @@
|
|
8
8
|
|
9
9
|
/* Begin PBXBuildFile section */
|
10
10
|
00E356F31AD99517003FC87E /* ReactNativeTemplateTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ReactNativeTemplateTests.m */; };
|
11
|
-
0C80B921A6F3F58F76C31292 /* libPods-ReactNativeTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-ReactNativeTemplate.a */; };
|
12
11
|
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
13
12
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
14
13
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
15
|
-
|
14
|
+
162503C0161B40312DA37C25 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */; };
|
16
15
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
16
|
+
9314CDC02AF3CEA200F58B73 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
17
|
+
9314CDC12AF3CEA200F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
18
|
+
9314CDC52AF3CEA200F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
19
|
+
9314CDC62AF3CEA200F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
20
|
+
9314CDD32AF3CEAA00F58B73 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
21
|
+
9314CDD42AF3CEAA00F58B73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
22
|
+
9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
23
|
+
9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
24
|
+
B4FF9A1393E551B3A2C2CCE1 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */; };
|
25
|
+
CC8E444894E64A0F49524DDC /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */; };
|
26
|
+
DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */; };
|
17
27
|
/* End PBXBuildFile section */
|
18
28
|
|
19
29
|
/* Begin PBXContainerItemProxy section */
|
@@ -30,20 +40,34 @@
|
|
30
40
|
00E356EE1AD99517003FC87E /* ReactNativeTemplateTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReactNativeTemplateTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
31
41
|
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
32
42
|
00E356F21AD99517003FC87E /* ReactNativeTemplateTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReactNativeTemplateTests.m; sourceTree = "<group>"; };
|
43
|
+
01E29AB8972BC7DDE200D979 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig"; sourceTree = "<group>"; };
|
44
|
+
0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
33
45
|
13B07F961A680F5B00A75B9A /* ReactNativeTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
34
46
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ReactNativeTemplate/AppDelegate.h; sourceTree = "<group>"; };
|
35
47
|
13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = ReactNativeTemplate/AppDelegate.mm; sourceTree = "<group>"; };
|
36
48
|
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeTemplate/Images.xcassets; sourceTree = "<group>"; };
|
37
49
|
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeTemplate/Info.plist; sourceTree = "<group>"; };
|
38
50
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ReactNativeTemplate/main.m; sourceTree = "<group>"; };
|
39
|
-
|
51
|
+
145B005FC8B206A784FAA243 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig"; sourceTree = "<group>"; };
|
52
|
+
1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
53
|
+
31D9BD4FD4CD4C2DDED5A7A4 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig"; sourceTree = "<group>"; };
|
54
|
+
36E5F7BE6CDDBEBBAA69B2A2 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig"; sourceTree = "<group>"; };
|
55
|
+
3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig"; sourceTree = "<group>"; };
|
40
56
|
3B4392A12AC88292D35C810B /* Pods-ReactNativeTemplate.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate.debug.xcconfig"; sourceTree = "<group>"; };
|
57
|
+
4224CAEEB737267578074379 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig"; sourceTree = "<group>"; };
|
41
58
|
5709B34CF0A7D63546082F79 /* Pods-ReactNativeTemplate.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate.release.xcconfig"; sourceTree = "<group>"; };
|
42
59
|
5B7EB9410499542E8C5724F5 /* Pods-ReactNativeTemplate-ReactNativeTemplateTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate-ReactNativeTemplateTests.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate-ReactNativeTemplateTests/Pods-ReactNativeTemplate-ReactNativeTemplateTests.debug.xcconfig"; sourceTree = "<group>"; };
|
43
|
-
|
60
|
+
650ED8311273C37F5466411A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig"; sourceTree = "<group>"; };
|
44
61
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeTemplate/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
45
62
|
89C6BE57DB24E9ADA2F236DE /* Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplate-ReactNativeTemplateTests/Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig"; sourceTree = "<group>"; };
|
63
|
+
8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig"; sourceTree = "<group>"; };
|
64
|
+
9314CDCD2AF3CEA200F58B73 /* ReactNativeTemplateDev.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateDev.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
65
|
+
9314CDCE2AF3CEA200F58B73 /* ReactNativeTemplate dev-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "ReactNativeTemplate dev-Info.plist"; path = "/Users/bogdankush/projects/rn/computools/template-controller/template/ios/ReactNativeTemplate dev-Info.plist"; sourceTree = "<absolute>"; };
|
66
|
+
9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeTemplateStg.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
67
|
+
9314CDE12AF3CEAB00F58B73 /* ReactNativeTemplate stg-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "ReactNativeTemplate stg-Info.plist"; path = "/Users/bogdankush/projects/rn/computools/template-controller/template/ios/ReactNativeTemplate stg-Info.plist"; sourceTree = "<absolute>"; };
|
68
|
+
CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
46
69
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
70
|
+
F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
47
71
|
/* End PBXFileReference section */
|
48
72
|
|
49
73
|
/* Begin PBXFrameworksBuildPhase section */
|
@@ -51,7 +75,7 @@
|
|
51
75
|
isa = PBXFrameworksBuildPhase;
|
52
76
|
buildActionMask = 2147483647;
|
53
77
|
files = (
|
54
|
-
|
78
|
+
DA40CCEC7246CF33415191BA /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a in Frameworks */,
|
55
79
|
);
|
56
80
|
runOnlyForDeploymentPostprocessing = 0;
|
57
81
|
};
|
@@ -59,7 +83,23 @@
|
|
59
83
|
isa = PBXFrameworksBuildPhase;
|
60
84
|
buildActionMask = 2147483647;
|
61
85
|
files = (
|
62
|
-
|
86
|
+
CC8E444894E64A0F49524DDC /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a in Frameworks */,
|
87
|
+
);
|
88
|
+
runOnlyForDeploymentPostprocessing = 0;
|
89
|
+
};
|
90
|
+
9314CDC22AF3CEA200F58B73 /* Frameworks */ = {
|
91
|
+
isa = PBXFrameworksBuildPhase;
|
92
|
+
buildActionMask = 2147483647;
|
93
|
+
files = (
|
94
|
+
B4FF9A1393E551B3A2C2CCE1 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a in Frameworks */,
|
95
|
+
);
|
96
|
+
runOnlyForDeploymentPostprocessing = 0;
|
97
|
+
};
|
98
|
+
9314CDD52AF3CEAA00F58B73 /* Frameworks */ = {
|
99
|
+
isa = PBXFrameworksBuildPhase;
|
100
|
+
buildActionMask = 2147483647;
|
101
|
+
files = (
|
102
|
+
162503C0161B40312DA37C25 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a in Frameworks */,
|
63
103
|
);
|
64
104
|
runOnlyForDeploymentPostprocessing = 0;
|
65
105
|
};
|
@@ -100,8 +140,10 @@
|
|
100
140
|
isa = PBXGroup;
|
101
141
|
children = (
|
102
142
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
103
|
-
|
104
|
-
|
143
|
+
CC42567843001A172A5AC86F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplate.a */,
|
144
|
+
0999B49FC36D0870A11D39C7 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.a */,
|
145
|
+
F6871D19848CB427931AA26F /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.a */,
|
146
|
+
1E4714C820F04528142F0F59 /* libPods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.a */,
|
105
147
|
);
|
106
148
|
name = Frameworks;
|
107
149
|
sourceTree = "<group>";
|
@@ -122,6 +164,8 @@
|
|
122
164
|
83CBBA001A601CBA00E9B192 /* Products */,
|
123
165
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
124
166
|
BBD78D7AC51CEA395F1C20DB /* Pods */,
|
167
|
+
9314CDCE2AF3CEA200F58B73 /* ReactNativeTemplate dev-Info.plist */,
|
168
|
+
9314CDE12AF3CEAB00F58B73 /* ReactNativeTemplate stg-Info.plist */,
|
125
169
|
);
|
126
170
|
indentWidth = 2;
|
127
171
|
sourceTree = "<group>";
|
@@ -133,6 +177,8 @@
|
|
133
177
|
children = (
|
134
178
|
13B07F961A680F5B00A75B9A /* ReactNativeTemplate.app */,
|
135
179
|
00E356EE1AD99517003FC87E /* ReactNativeTemplateTests.xctest */,
|
180
|
+
9314CDCD2AF3CEA200F58B73 /* ReactNativeTemplateDev.app */,
|
181
|
+
9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */,
|
136
182
|
);
|
137
183
|
name = Products;
|
138
184
|
sourceTree = "<group>";
|
@@ -144,6 +190,14 @@
|
|
144
190
|
5709B34CF0A7D63546082F79 /* Pods-ReactNativeTemplate.release.xcconfig */,
|
145
191
|
5B7EB9410499542E8C5724F5 /* Pods-ReactNativeTemplate-ReactNativeTemplateTests.debug.xcconfig */,
|
146
192
|
89C6BE57DB24E9ADA2F236DE /* Pods-ReactNativeTemplate-ReactNativeTemplateTests.release.xcconfig */,
|
193
|
+
01E29AB8972BC7DDE200D979 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig */,
|
194
|
+
4224CAEEB737267578074379 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig */,
|
195
|
+
36E5F7BE6CDDBEBBAA69B2A2 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig */,
|
196
|
+
145B005FC8B206A784FAA243 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig */,
|
197
|
+
31D9BD4FD4CD4C2DDED5A7A4 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig */,
|
198
|
+
650ED8311273C37F5466411A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig */,
|
199
|
+
8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */,
|
200
|
+
3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */,
|
147
201
|
);
|
148
202
|
path = Pods;
|
149
203
|
sourceTree = "<group>";
|
@@ -194,6 +248,50 @@
|
|
194
248
|
productReference = 13B07F961A680F5B00A75B9A /* ReactNativeTemplate.app */;
|
195
249
|
productType = "com.apple.product-type.application";
|
196
250
|
};
|
251
|
+
9314CDBC2AF3CEA200F58B73 /* ReactNativeTemplateDev */ = {
|
252
|
+
isa = PBXNativeTarget;
|
253
|
+
buildConfigurationList = 9314CDCA2AF3CEA200F58B73 /* Build configuration list for PBXNativeTarget "ReactNativeTemplateDev" */;
|
254
|
+
buildPhases = (
|
255
|
+
9314CDBD2AF3CEA200F58B73 /* [CP] Check Pods Manifest.lock */,
|
256
|
+
9314CDBE2AF3CEA200F58B73 /* Start Packager */,
|
257
|
+
9314CDBF2AF3CEA200F58B73 /* Sources */,
|
258
|
+
9314CDC22AF3CEA200F58B73 /* Frameworks */,
|
259
|
+
9314CDC42AF3CEA200F58B73 /* Resources */,
|
260
|
+
9314CDC72AF3CEA200F58B73 /* Bundle React Native code and images */,
|
261
|
+
9314CDC82AF3CEA200F58B73 /* [CP] Embed Pods Frameworks */,
|
262
|
+
9314CDC92AF3CEA200F58B73 /* [CP] Copy Pods Resources */,
|
263
|
+
);
|
264
|
+
buildRules = (
|
265
|
+
);
|
266
|
+
dependencies = (
|
267
|
+
);
|
268
|
+
name = ReactNativeTemplateDev;
|
269
|
+
productName = ReactNativeTemplate;
|
270
|
+
productReference = 9314CDCD2AF3CEA200F58B73 /* ReactNativeTemplateDev.app */;
|
271
|
+
productType = "com.apple.product-type.application";
|
272
|
+
};
|
273
|
+
9314CDCF2AF3CEAA00F58B73 /* ReactNativeTemplateStg */ = {
|
274
|
+
isa = PBXNativeTarget;
|
275
|
+
buildConfigurationList = 9314CDDD2AF3CEAA00F58B73 /* Build configuration list for PBXNativeTarget "ReactNativeTemplateStg" */;
|
276
|
+
buildPhases = (
|
277
|
+
9314CDD02AF3CEAA00F58B73 /* [CP] Check Pods Manifest.lock */,
|
278
|
+
9314CDD12AF3CEAA00F58B73 /* Start Packager */,
|
279
|
+
9314CDD22AF3CEAA00F58B73 /* Sources */,
|
280
|
+
9314CDD52AF3CEAA00F58B73 /* Frameworks */,
|
281
|
+
9314CDD72AF3CEAA00F58B73 /* Resources */,
|
282
|
+
9314CDDA2AF3CEAA00F58B73 /* Bundle React Native code and images */,
|
283
|
+
9314CDDB2AF3CEAA00F58B73 /* [CP] Embed Pods Frameworks */,
|
284
|
+
9314CDDC2AF3CEAA00F58B73 /* [CP] Copy Pods Resources */,
|
285
|
+
);
|
286
|
+
buildRules = (
|
287
|
+
);
|
288
|
+
dependencies = (
|
289
|
+
);
|
290
|
+
name = ReactNativeTemplateStg;
|
291
|
+
productName = ReactNativeTemplate;
|
292
|
+
productReference = 9314CDE02AF3CEAA00F58B73 /* ReactNativeTemplateStg.app */;
|
293
|
+
productType = "com.apple.product-type.application";
|
294
|
+
};
|
197
295
|
/* End PBXNativeTarget section */
|
198
296
|
|
199
297
|
/* Begin PBXProject section */
|
@@ -226,6 +324,8 @@
|
|
226
324
|
targets = (
|
227
325
|
13B07F861A680F5B00A75B9A /* ReactNativeTemplate */,
|
228
326
|
00E356ED1AD99517003FC87E /* ReactNativeTemplateTests */,
|
327
|
+
9314CDBC2AF3CEA200F58B73 /* ReactNativeTemplateDev */,
|
328
|
+
9314CDCF2AF3CEAA00F58B73 /* ReactNativeTemplateStg */,
|
229
329
|
);
|
230
330
|
};
|
231
331
|
/* End PBXProject section */
|
@@ -247,6 +347,24 @@
|
|
247
347
|
);
|
248
348
|
runOnlyForDeploymentPostprocessing = 0;
|
249
349
|
};
|
350
|
+
9314CDC42AF3CEA200F58B73 /* Resources */ = {
|
351
|
+
isa = PBXResourcesBuildPhase;
|
352
|
+
buildActionMask = 2147483647;
|
353
|
+
files = (
|
354
|
+
9314CDC52AF3CEA200F58B73 /* LaunchScreen.storyboard in Resources */,
|
355
|
+
9314CDC62AF3CEA200F58B73 /* Images.xcassets in Resources */,
|
356
|
+
);
|
357
|
+
runOnlyForDeploymentPostprocessing = 0;
|
358
|
+
};
|
359
|
+
9314CDD72AF3CEAA00F58B73 /* Resources */ = {
|
360
|
+
isa = PBXResourcesBuildPhase;
|
361
|
+
buildActionMask = 2147483647;
|
362
|
+
files = (
|
363
|
+
9314CDD82AF3CEAA00F58B73 /* LaunchScreen.storyboard in Resources */,
|
364
|
+
9314CDD92AF3CEAA00F58B73 /* Images.xcassets in Resources */,
|
365
|
+
);
|
366
|
+
runOnlyForDeploymentPostprocessing = 0;
|
367
|
+
};
|
250
368
|
/* End PBXResourcesBuildPhase section */
|
251
369
|
|
252
370
|
/* Begin PBXShellScriptBuildPhase section */
|
@@ -272,15 +390,197 @@
|
|
272
390
|
files = (
|
273
391
|
);
|
274
392
|
inputFileListPaths = (
|
275
|
-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
393
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
276
394
|
);
|
277
395
|
name = "[CP] Embed Pods Frameworks";
|
278
396
|
outputFileListPaths = (
|
279
|
-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
397
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
398
|
+
);
|
399
|
+
runOnlyForDeploymentPostprocessing = 0;
|
400
|
+
shellPath = /bin/sh;
|
401
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-frameworks.sh\"\n";
|
402
|
+
showEnvVarsInLog = 0;
|
403
|
+
};
|
404
|
+
9314CDBD2AF3CEA200F58B73 /* [CP] Check Pods Manifest.lock */ = {
|
405
|
+
isa = PBXShellScriptBuildPhase;
|
406
|
+
buildActionMask = 2147483647;
|
407
|
+
files = (
|
408
|
+
);
|
409
|
+
inputFileListPaths = (
|
410
|
+
);
|
411
|
+
inputPaths = (
|
412
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
413
|
+
"${PODS_ROOT}/Manifest.lock",
|
414
|
+
);
|
415
|
+
name = "[CP] Check Pods Manifest.lock";
|
416
|
+
outputFileListPaths = (
|
417
|
+
);
|
418
|
+
outputPaths = (
|
419
|
+
"$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-checkManifestLockResult.txt",
|
280
420
|
);
|
281
421
|
runOnlyForDeploymentPostprocessing = 0;
|
282
422
|
shellPath = /bin/sh;
|
283
|
-
shellScript = "\"${PODS_ROOT}/
|
423
|
+
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";
|
424
|
+
showEnvVarsInLog = 0;
|
425
|
+
};
|
426
|
+
9314CDBE2AF3CEA200F58B73 /* Start Packager */ = {
|
427
|
+
isa = PBXShellScriptBuildPhase;
|
428
|
+
buildActionMask = 2147483647;
|
429
|
+
files = (
|
430
|
+
);
|
431
|
+
inputFileListPaths = (
|
432
|
+
);
|
433
|
+
inputPaths = (
|
434
|
+
);
|
435
|
+
name = "Start Packager";
|
436
|
+
outputFileListPaths = (
|
437
|
+
);
|
438
|
+
outputPaths = (
|
439
|
+
);
|
440
|
+
runOnlyForDeploymentPostprocessing = 0;
|
441
|
+
shellPath = /bin/sh;
|
442
|
+
shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
|
443
|
+
showEnvVarsInLog = 0;
|
444
|
+
};
|
445
|
+
9314CDC72AF3CEA200F58B73 /* Bundle React Native code and images */ = {
|
446
|
+
isa = PBXShellScriptBuildPhase;
|
447
|
+
buildActionMask = 2147483647;
|
448
|
+
files = (
|
449
|
+
);
|
450
|
+
inputPaths = (
|
451
|
+
"$(SRCROOT)/.xcode.env.local",
|
452
|
+
"$(SRCROOT)/.xcode.env",
|
453
|
+
);
|
454
|
+
name = "Bundle React Native code and images";
|
455
|
+
outputPaths = (
|
456
|
+
);
|
457
|
+
runOnlyForDeploymentPostprocessing = 0;
|
458
|
+
shellPath = /bin/sh;
|
459
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
460
|
+
};
|
461
|
+
9314CDC82AF3CEA200F58B73 /* [CP] Embed Pods Frameworks */ = {
|
462
|
+
isa = PBXShellScriptBuildPhase;
|
463
|
+
buildActionMask = 2147483647;
|
464
|
+
files = (
|
465
|
+
);
|
466
|
+
inputFileListPaths = (
|
467
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
468
|
+
);
|
469
|
+
name = "[CP] Embed Pods Frameworks";
|
470
|
+
outputFileListPaths = (
|
471
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
472
|
+
);
|
473
|
+
runOnlyForDeploymentPostprocessing = 0;
|
474
|
+
shellPath = /bin/sh;
|
475
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-frameworks.sh\"\n";
|
476
|
+
showEnvVarsInLog = 0;
|
477
|
+
};
|
478
|
+
9314CDC92AF3CEA200F58B73 /* [CP] Copy Pods Resources */ = {
|
479
|
+
isa = PBXShellScriptBuildPhase;
|
480
|
+
buildActionMask = 2147483647;
|
481
|
+
files = (
|
482
|
+
);
|
483
|
+
inputFileListPaths = (
|
484
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-resources-${CONFIGURATION}-input-files.xcfilelist",
|
485
|
+
);
|
486
|
+
name = "[CP] Copy Pods Resources";
|
487
|
+
outputFileListPaths = (
|
488
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-resources-${CONFIGURATION}-output-files.xcfilelist",
|
489
|
+
);
|
490
|
+
runOnlyForDeploymentPostprocessing = 0;
|
491
|
+
shellPath = /bin/sh;
|
492
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev-resources.sh\"\n";
|
493
|
+
showEnvVarsInLog = 0;
|
494
|
+
};
|
495
|
+
9314CDD02AF3CEAA00F58B73 /* [CP] Check Pods Manifest.lock */ = {
|
496
|
+
isa = PBXShellScriptBuildPhase;
|
497
|
+
buildActionMask = 2147483647;
|
498
|
+
files = (
|
499
|
+
);
|
500
|
+
inputFileListPaths = (
|
501
|
+
);
|
502
|
+
inputPaths = (
|
503
|
+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
504
|
+
"${PODS_ROOT}/Manifest.lock",
|
505
|
+
);
|
506
|
+
name = "[CP] Check Pods Manifest.lock";
|
507
|
+
outputFileListPaths = (
|
508
|
+
);
|
509
|
+
outputPaths = (
|
510
|
+
"$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-checkManifestLockResult.txt",
|
511
|
+
);
|
512
|
+
runOnlyForDeploymentPostprocessing = 0;
|
513
|
+
shellPath = /bin/sh;
|
514
|
+
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";
|
515
|
+
showEnvVarsInLog = 0;
|
516
|
+
};
|
517
|
+
9314CDD12AF3CEAA00F58B73 /* Start Packager */ = {
|
518
|
+
isa = PBXShellScriptBuildPhase;
|
519
|
+
buildActionMask = 2147483647;
|
520
|
+
files = (
|
521
|
+
);
|
522
|
+
inputFileListPaths = (
|
523
|
+
);
|
524
|
+
inputPaths = (
|
525
|
+
);
|
526
|
+
name = "Start Packager";
|
527
|
+
outputFileListPaths = (
|
528
|
+
);
|
529
|
+
outputPaths = (
|
530
|
+
);
|
531
|
+
runOnlyForDeploymentPostprocessing = 0;
|
532
|
+
shellPath = /bin/sh;
|
533
|
+
shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
|
534
|
+
showEnvVarsInLog = 0;
|
535
|
+
};
|
536
|
+
9314CDDA2AF3CEAA00F58B73 /* Bundle React Native code and images */ = {
|
537
|
+
isa = PBXShellScriptBuildPhase;
|
538
|
+
buildActionMask = 2147483647;
|
539
|
+
files = (
|
540
|
+
);
|
541
|
+
inputPaths = (
|
542
|
+
"$(SRCROOT)/.xcode.env.local",
|
543
|
+
"$(SRCROOT)/.xcode.env",
|
544
|
+
);
|
545
|
+
name = "Bundle React Native code and images";
|
546
|
+
outputPaths = (
|
547
|
+
);
|
548
|
+
runOnlyForDeploymentPostprocessing = 0;
|
549
|
+
shellPath = /bin/sh;
|
550
|
+
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
|
551
|
+
};
|
552
|
+
9314CDDB2AF3CEAA00F58B73 /* [CP] Embed Pods Frameworks */ = {
|
553
|
+
isa = PBXShellScriptBuildPhase;
|
554
|
+
buildActionMask = 2147483647;
|
555
|
+
files = (
|
556
|
+
);
|
557
|
+
inputFileListPaths = (
|
558
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
559
|
+
);
|
560
|
+
name = "[CP] Embed Pods Frameworks";
|
561
|
+
outputFileListPaths = (
|
562
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
563
|
+
);
|
564
|
+
runOnlyForDeploymentPostprocessing = 0;
|
565
|
+
shellPath = /bin/sh;
|
566
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-frameworks.sh\"\n";
|
567
|
+
showEnvVarsInLog = 0;
|
568
|
+
};
|
569
|
+
9314CDDC2AF3CEAA00F58B73 /* [CP] Copy Pods Resources */ = {
|
570
|
+
isa = PBXShellScriptBuildPhase;
|
571
|
+
buildActionMask = 2147483647;
|
572
|
+
files = (
|
573
|
+
);
|
574
|
+
inputFileListPaths = (
|
575
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-resources-${CONFIGURATION}-input-files.xcfilelist",
|
576
|
+
);
|
577
|
+
name = "[CP] Copy Pods Resources";
|
578
|
+
outputFileListPaths = (
|
579
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-resources-${CONFIGURATION}-output-files.xcfilelist",
|
580
|
+
);
|
581
|
+
runOnlyForDeploymentPostprocessing = 0;
|
582
|
+
shellPath = /bin/sh;
|
583
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg-resources.sh\"\n";
|
284
584
|
showEnvVarsInLog = 0;
|
285
585
|
};
|
286
586
|
A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
|
@@ -298,7 +598,7 @@
|
|
298
598
|
outputFileListPaths = (
|
299
599
|
);
|
300
600
|
outputPaths = (
|
301
|
-
"$(DERIVED_FILE_DIR)/Pods-
|
601
|
+
"$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-checkManifestLockResult.txt",
|
302
602
|
);
|
303
603
|
runOnlyForDeploymentPostprocessing = 0;
|
304
604
|
shellPath = /bin/sh;
|
@@ -320,7 +620,7 @@
|
|
320
620
|
outputFileListPaths = (
|
321
621
|
);
|
322
622
|
outputPaths = (
|
323
|
-
"$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplate-checkManifestLockResult.txt",
|
623
|
+
"$(DERIVED_FILE_DIR)/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-checkManifestLockResult.txt",
|
324
624
|
);
|
325
625
|
runOnlyForDeploymentPostprocessing = 0;
|
326
626
|
shellPath = /bin/sh;
|
@@ -333,15 +633,15 @@
|
|
333
633
|
files = (
|
334
634
|
);
|
335
635
|
inputFileListPaths = (
|
336
|
-
"${PODS_ROOT}/Target Support Files/Pods-
|
636
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
337
637
|
);
|
338
638
|
name = "[CP] Embed Pods Frameworks";
|
339
639
|
outputFileListPaths = (
|
340
|
-
"${PODS_ROOT}/Target Support Files/Pods-
|
640
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
341
641
|
);
|
342
642
|
runOnlyForDeploymentPostprocessing = 0;
|
343
643
|
shellPath = /bin/sh;
|
344
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-
|
644
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-frameworks.sh\"\n";
|
345
645
|
showEnvVarsInLog = 0;
|
346
646
|
};
|
347
647
|
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
|
@@ -350,15 +650,15 @@
|
|
350
650
|
files = (
|
351
651
|
);
|
352
652
|
inputFileListPaths = (
|
353
|
-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
|
653
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-resources-${CONFIGURATION}-input-files.xcfilelist",
|
354
654
|
);
|
355
655
|
name = "[CP] Copy Pods Resources";
|
356
656
|
outputFileListPaths = (
|
357
|
-
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
|
657
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-resources-${CONFIGURATION}-output-files.xcfilelist",
|
358
658
|
);
|
359
659
|
runOnlyForDeploymentPostprocessing = 0;
|
360
660
|
shellPath = /bin/sh;
|
361
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplate/Pods-ReactNativeTemplate-resources.sh\"\n";
|
661
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate-resources.sh\"\n";
|
362
662
|
showEnvVarsInLog = 0;
|
363
663
|
};
|
364
664
|
F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
|
@@ -367,15 +667,15 @@
|
|
367
667
|
files = (
|
368
668
|
);
|
369
669
|
inputFileListPaths = (
|
370
|
-
"${PODS_ROOT}/Target Support Files/Pods-
|
670
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources-${CONFIGURATION}-input-files.xcfilelist",
|
371
671
|
);
|
372
672
|
name = "[CP] Copy Pods Resources";
|
373
673
|
outputFileListPaths = (
|
374
|
-
"${PODS_ROOT}/Target Support Files/Pods-
|
674
|
+
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources-${CONFIGURATION}-output-files.xcfilelist",
|
375
675
|
);
|
376
676
|
runOnlyForDeploymentPostprocessing = 0;
|
377
677
|
shellPath = /bin/sh;
|
378
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-
|
678
|
+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests/Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests-resources.sh\"\n";
|
379
679
|
showEnvVarsInLog = 0;
|
380
680
|
};
|
381
681
|
FD10A7F022414F080027D42C /* Start Packager */ = {
|
@@ -417,6 +717,24 @@
|
|
417
717
|
);
|
418
718
|
runOnlyForDeploymentPostprocessing = 0;
|
419
719
|
};
|
720
|
+
9314CDBF2AF3CEA200F58B73 /* Sources */ = {
|
721
|
+
isa = PBXSourcesBuildPhase;
|
722
|
+
buildActionMask = 2147483647;
|
723
|
+
files = (
|
724
|
+
9314CDC02AF3CEA200F58B73 /* AppDelegate.mm in Sources */,
|
725
|
+
9314CDC12AF3CEA200F58B73 /* main.m in Sources */,
|
726
|
+
);
|
727
|
+
runOnlyForDeploymentPostprocessing = 0;
|
728
|
+
};
|
729
|
+
9314CDD22AF3CEAA00F58B73 /* Sources */ = {
|
730
|
+
isa = PBXSourcesBuildPhase;
|
731
|
+
buildActionMask = 2147483647;
|
732
|
+
files = (
|
733
|
+
9314CDD32AF3CEAA00F58B73 /* AppDelegate.mm in Sources */,
|
734
|
+
9314CDD42AF3CEAA00F58B73 /* main.m in Sources */,
|
735
|
+
);
|
736
|
+
runOnlyForDeploymentPostprocessing = 0;
|
737
|
+
};
|
420
738
|
/* End PBXSourcesBuildPhase section */
|
421
739
|
|
422
740
|
/* Begin PBXTargetDependency section */
|
@@ -430,7 +748,7 @@
|
|
430
748
|
/* Begin XCBuildConfiguration section */
|
431
749
|
00E356F61AD99517003FC87E /* Debug */ = {
|
432
750
|
isa = XCBuildConfiguration;
|
433
|
-
baseConfigurationReference =
|
751
|
+
baseConfigurationReference = 8EBF383E00D37EDF8A756D7A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.debug.xcconfig */;
|
434
752
|
buildSettings = {
|
435
753
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
436
754
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
@@ -457,7 +775,7 @@
|
|
457
775
|
};
|
458
776
|
00E356F71AD99517003FC87E /* Release */ = {
|
459
777
|
isa = XCBuildConfiguration;
|
460
|
-
baseConfigurationReference =
|
778
|
+
baseConfigurationReference = 3845E4989D172A9033E127D1 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateTests.release.xcconfig */;
|
461
779
|
buildSettings = {
|
462
780
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
463
781
|
COPY_PHASE_STRIP = NO;
|
@@ -481,7 +799,7 @@
|
|
481
799
|
};
|
482
800
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
483
801
|
isa = XCBuildConfiguration;
|
484
|
-
baseConfigurationReference =
|
802
|
+
baseConfigurationReference = 01E29AB8972BC7DDE200D979 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.debug.xcconfig */;
|
485
803
|
buildSettings = {
|
486
804
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
487
805
|
CLANG_ENABLE_MODULES = YES;
|
@@ -508,7 +826,7 @@
|
|
508
826
|
};
|
509
827
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
510
828
|
isa = XCBuildConfiguration;
|
511
|
-
baseConfigurationReference =
|
829
|
+
baseConfigurationReference = 4224CAEEB737267578074379 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplate.release.xcconfig */;
|
512
830
|
buildSettings = {
|
513
831
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
514
832
|
CLANG_ENABLE_MODULES = YES;
|
@@ -572,6 +890,7 @@
|
|
572
890
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
573
891
|
"DEBUG=1",
|
574
892
|
"$(inherited)",
|
893
|
+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
|
575
894
|
);
|
576
895
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
577
896
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
@@ -592,12 +911,14 @@
|
|
592
911
|
);
|
593
912
|
MTL_ENABLE_DEBUG_INFO = YES;
|
594
913
|
ONLY_ACTIVE_ARCH = YES;
|
914
|
+
OTHER_CFLAGS = "$(inherited)";
|
595
915
|
OTHER_CPLUSPLUSFLAGS = (
|
596
916
|
"$(OTHER_CFLAGS)",
|
597
917
|
"-DFOLLY_NO_CONFIG",
|
598
918
|
"-DFOLLY_MOBILE=1",
|
599
919
|
"-DFOLLY_USE_LIBCPP=1",
|
600
920
|
);
|
921
|
+
OTHER_LDFLAGS = "$(inherited) ";
|
601
922
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
602
923
|
SDKROOT = iphoneos;
|
603
924
|
};
|
@@ -639,6 +960,10 @@
|
|
639
960
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
|
640
961
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
641
962
|
GCC_NO_COMMON_BLOCKS = YES;
|
963
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
964
|
+
"$(inherited)",
|
965
|
+
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
|
966
|
+
);
|
642
967
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
643
968
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
644
969
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
@@ -656,18 +981,124 @@
|
|
656
981
|
"\"$(inherited)\"",
|
657
982
|
);
|
658
983
|
MTL_ENABLE_DEBUG_INFO = NO;
|
984
|
+
OTHER_CFLAGS = "$(inherited)";
|
659
985
|
OTHER_CPLUSPLUSFLAGS = (
|
660
986
|
"$(OTHER_CFLAGS)",
|
661
987
|
"-DFOLLY_NO_CONFIG",
|
662
988
|
"-DFOLLY_MOBILE=1",
|
663
989
|
"-DFOLLY_USE_LIBCPP=1",
|
664
990
|
);
|
991
|
+
OTHER_LDFLAGS = "$(inherited) ";
|
665
992
|
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
666
993
|
SDKROOT = iphoneos;
|
667
994
|
VALIDATE_PRODUCT = YES;
|
668
995
|
};
|
669
996
|
name = Release;
|
670
997
|
};
|
998
|
+
9314CDCB2AF3CEA200F58B73 /* Debug */ = {
|
999
|
+
isa = XCBuildConfiguration;
|
1000
|
+
baseConfigurationReference = 36E5F7BE6CDDBEBBAA69B2A2 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.debug.xcconfig */;
|
1001
|
+
buildSettings = {
|
1002
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon dev";
|
1003
|
+
CLANG_ENABLE_MODULES = YES;
|
1004
|
+
CURRENT_PROJECT_VERSION = 1;
|
1005
|
+
ENABLE_BITCODE = NO;
|
1006
|
+
INFOPLIST_FILE = "ReactNativeTemplate dev-Info.plist";
|
1007
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
1008
|
+
"$(inherited)",
|
1009
|
+
"@executable_path/Frameworks",
|
1010
|
+
);
|
1011
|
+
MARKETING_VERSION = 1.0;
|
1012
|
+
OTHER_LDFLAGS = (
|
1013
|
+
"$(inherited)",
|
1014
|
+
"-ObjC",
|
1015
|
+
"-lc++",
|
1016
|
+
);
|
1017
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
1018
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
1019
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1020
|
+
SWIFT_VERSION = 5.0;
|
1021
|
+
VERSIONING_SYSTEM = "apple-generic";
|
1022
|
+
};
|
1023
|
+
name = Debug;
|
1024
|
+
};
|
1025
|
+
9314CDCC2AF3CEA200F58B73 /* Release */ = {
|
1026
|
+
isa = XCBuildConfiguration;
|
1027
|
+
baseConfigurationReference = 145B005FC8B206A784FAA243 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateDev.release.xcconfig */;
|
1028
|
+
buildSettings = {
|
1029
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon dev";
|
1030
|
+
CLANG_ENABLE_MODULES = YES;
|
1031
|
+
CURRENT_PROJECT_VERSION = 1;
|
1032
|
+
INFOPLIST_FILE = "ReactNativeTemplate dev-Info.plist";
|
1033
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
1034
|
+
"$(inherited)",
|
1035
|
+
"@executable_path/Frameworks",
|
1036
|
+
);
|
1037
|
+
MARKETING_VERSION = 1.0;
|
1038
|
+
OTHER_LDFLAGS = (
|
1039
|
+
"$(inherited)",
|
1040
|
+
"-ObjC",
|
1041
|
+
"-lc++",
|
1042
|
+
);
|
1043
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
1044
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
1045
|
+
SWIFT_VERSION = 5.0;
|
1046
|
+
VERSIONING_SYSTEM = "apple-generic";
|
1047
|
+
};
|
1048
|
+
name = Release;
|
1049
|
+
};
|
1050
|
+
9314CDDE2AF3CEAA00F58B73 /* Debug */ = {
|
1051
|
+
isa = XCBuildConfiguration;
|
1052
|
+
baseConfigurationReference = 31D9BD4FD4CD4C2DDED5A7A4 /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.debug.xcconfig */;
|
1053
|
+
buildSettings = {
|
1054
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon stg";
|
1055
|
+
CLANG_ENABLE_MODULES = YES;
|
1056
|
+
CURRENT_PROJECT_VERSION = 1;
|
1057
|
+
ENABLE_BITCODE = NO;
|
1058
|
+
INFOPLIST_FILE = "ReactNativeTemplate stg-Info.plist";
|
1059
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
1060
|
+
"$(inherited)",
|
1061
|
+
"@executable_path/Frameworks",
|
1062
|
+
);
|
1063
|
+
MARKETING_VERSION = 1.0;
|
1064
|
+
OTHER_LDFLAGS = (
|
1065
|
+
"$(inherited)",
|
1066
|
+
"-ObjC",
|
1067
|
+
"-lc++",
|
1068
|
+
);
|
1069
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
1070
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
1071
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
1072
|
+
SWIFT_VERSION = 5.0;
|
1073
|
+
VERSIONING_SYSTEM = "apple-generic";
|
1074
|
+
};
|
1075
|
+
name = Debug;
|
1076
|
+
};
|
1077
|
+
9314CDDF2AF3CEAA00F58B73 /* Release */ = {
|
1078
|
+
isa = XCBuildConfiguration;
|
1079
|
+
baseConfigurationReference = 650ED8311273C37F5466411A /* Pods-ReactNativeTemplateCommonPods-ReactNativeTemplateStg.release.xcconfig */;
|
1080
|
+
buildSettings = {
|
1081
|
+
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon stg";
|
1082
|
+
CLANG_ENABLE_MODULES = YES;
|
1083
|
+
CURRENT_PROJECT_VERSION = 1;
|
1084
|
+
INFOPLIST_FILE = "ReactNativeTemplate stg-Info.plist";
|
1085
|
+
LD_RUNPATH_SEARCH_PATHS = (
|
1086
|
+
"$(inherited)",
|
1087
|
+
"@executable_path/Frameworks",
|
1088
|
+
);
|
1089
|
+
MARKETING_VERSION = 1.0;
|
1090
|
+
OTHER_LDFLAGS = (
|
1091
|
+
"$(inherited)",
|
1092
|
+
"-ObjC",
|
1093
|
+
"-lc++",
|
1094
|
+
);
|
1095
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
1096
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
1097
|
+
SWIFT_VERSION = 5.0;
|
1098
|
+
VERSIONING_SYSTEM = "apple-generic";
|
1099
|
+
};
|
1100
|
+
name = Release;
|
1101
|
+
};
|
671
1102
|
/* End XCBuildConfiguration section */
|
672
1103
|
|
673
1104
|
/* Begin XCConfigurationList section */
|
@@ -698,6 +1129,24 @@
|
|
698
1129
|
defaultConfigurationIsVisible = 0;
|
699
1130
|
defaultConfigurationName = Release;
|
700
1131
|
};
|
1132
|
+
9314CDCA2AF3CEA200F58B73 /* Build configuration list for PBXNativeTarget "ReactNativeTemplateDev" */ = {
|
1133
|
+
isa = XCConfigurationList;
|
1134
|
+
buildConfigurations = (
|
1135
|
+
9314CDCB2AF3CEA200F58B73 /* Debug */,
|
1136
|
+
9314CDCC2AF3CEA200F58B73 /* Release */,
|
1137
|
+
);
|
1138
|
+
defaultConfigurationIsVisible = 0;
|
1139
|
+
defaultConfigurationName = Release;
|
1140
|
+
};
|
1141
|
+
9314CDDD2AF3CEAA00F58B73 /* Build configuration list for PBXNativeTarget "ReactNativeTemplateStg" */ = {
|
1142
|
+
isa = XCConfigurationList;
|
1143
|
+
buildConfigurations = (
|
1144
|
+
9314CDDE2AF3CEAA00F58B73 /* Debug */,
|
1145
|
+
9314CDDF2AF3CEAA00F58B73 /* Release */,
|
1146
|
+
);
|
1147
|
+
defaultConfigurationIsVisible = 0;
|
1148
|
+
defaultConfigurationName = Release;
|
1149
|
+
};
|
701
1150
|
/* End XCConfigurationList section */
|
702
1151
|
};
|
703
1152
|
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|