|
@@ -0,0 +1,477 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 46;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
|
11
|
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
12
|
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
|
13
|
+ 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
14
|
+ 96905EF65AED1B983A6B3ABC /* libPods-censusproject.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-censusproject.a */; };
|
|
15
|
+ B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */; };
|
|
16
|
+ BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
17
|
+/* End PBXBuildFile section */
|
|
18
|
+
|
|
19
|
+/* Begin PBXFileReference section */
|
|
20
|
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
|
|
21
|
+ 13B07F961A680F5B00A75B9A /* censusproject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = censusproject.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
22
|
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = censusproject/AppDelegate.h; sourceTree = "<group>"; };
|
|
23
|
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = censusproject/AppDelegate.mm; sourceTree = "<group>"; };
|
|
24
|
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = censusproject/Images.xcassets; sourceTree = "<group>"; };
|
|
25
|
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = censusproject/Info.plist; sourceTree = "<group>"; };
|
|
26
|
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = censusproject/main.m; sourceTree = "<group>"; };
|
|
27
|
+ 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-censusproject.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-censusproject.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
28
|
+ 6C2E3173556A471DD304B334 /* Pods-censusproject.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-censusproject.debug.xcconfig"; path = "Target Support Files/Pods-censusproject/Pods-censusproject.debug.xcconfig"; sourceTree = "<group>"; };
|
|
29
|
+ 7A4D352CD337FB3A3BF06240 /* Pods-censusproject.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-censusproject.release.xcconfig"; path = "Target Support Files/Pods-censusproject/Pods-censusproject.release.xcconfig"; sourceTree = "<group>"; };
|
|
30
|
+ AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = censusproject/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
31
|
+ BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
32
|
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
33
|
+ FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-censusproject/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
34
|
+/* End PBXFileReference section */
|
|
35
|
+
|
|
36
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
37
|
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
38
|
+ isa = PBXFrameworksBuildPhase;
|
|
39
|
+ buildActionMask = 2147483647;
|
|
40
|
+ files = (
|
|
41
|
+ 96905EF65AED1B983A6B3ABC /* libPods-censusproject.a in Frameworks */,
|
|
42
|
+ );
|
|
43
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
44
|
+ };
|
|
45
|
+/* End PBXFrameworksBuildPhase section */
|
|
46
|
+
|
|
47
|
+/* Begin PBXGroup section */
|
|
48
|
+ 13B07FAE1A68108700A75B9A /* censusproject */ = {
|
|
49
|
+ isa = PBXGroup;
|
|
50
|
+ children = (
|
|
51
|
+ BB2F792B24A3F905000567C9 /* Supporting */,
|
|
52
|
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
|
|
53
|
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
|
54
|
+ 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
|
|
55
|
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
56
|
+ 13B07FB61A68108700A75B9A /* Info.plist */,
|
|
57
|
+ 13B07FB71A68108700A75B9A /* main.m */,
|
|
58
|
+ AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
59
|
+ );
|
|
60
|
+ name = censusproject;
|
|
61
|
+ sourceTree = "<group>";
|
|
62
|
+ };
|
|
63
|
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
64
|
+ isa = PBXGroup;
|
|
65
|
+ children = (
|
|
66
|
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
67
|
+ 58EEBF8E8E6FB1BC6CAF49B5 /* libPods-censusproject.a */,
|
|
68
|
+ );
|
|
69
|
+ name = Frameworks;
|
|
70
|
+ sourceTree = "<group>";
|
|
71
|
+ };
|
|
72
|
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
73
|
+ isa = PBXGroup;
|
|
74
|
+ children = (
|
|
75
|
+ );
|
|
76
|
+ name = Libraries;
|
|
77
|
+ sourceTree = "<group>";
|
|
78
|
+ };
|
|
79
|
+ 83CBB9F61A601CBA00E9B192 = {
|
|
80
|
+ isa = PBXGroup;
|
|
81
|
+ children = (
|
|
82
|
+ 13B07FAE1A68108700A75B9A /* censusproject */,
|
|
83
|
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
84
|
+ 83CBBA001A601CBA00E9B192 /* Products */,
|
|
85
|
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
86
|
+ D65327D7A22EEC0BE12398D9 /* Pods */,
|
|
87
|
+ D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */,
|
|
88
|
+ );
|
|
89
|
+ indentWidth = 2;
|
|
90
|
+ sourceTree = "<group>";
|
|
91
|
+ tabWidth = 2;
|
|
92
|
+ usesTabs = 0;
|
|
93
|
+ };
|
|
94
|
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
95
|
+ isa = PBXGroup;
|
|
96
|
+ children = (
|
|
97
|
+ 13B07F961A680F5B00A75B9A /* censusproject.app */,
|
|
98
|
+ );
|
|
99
|
+ name = Products;
|
|
100
|
+ sourceTree = "<group>";
|
|
101
|
+ };
|
|
102
|
+ 92DBD88DE9BF7D494EA9DA96 /* censusproject */ = {
|
|
103
|
+ isa = PBXGroup;
|
|
104
|
+ children = (
|
|
105
|
+ FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */,
|
|
106
|
+ );
|
|
107
|
+ name = censusproject;
|
|
108
|
+ sourceTree = "<group>";
|
|
109
|
+ };
|
|
110
|
+ BB2F792B24A3F905000567C9 /* Supporting */ = {
|
|
111
|
+ isa = PBXGroup;
|
|
112
|
+ children = (
|
|
113
|
+ BB2F792C24A3F905000567C9 /* Expo.plist */,
|
|
114
|
+ );
|
|
115
|
+ name = Supporting;
|
|
116
|
+ path = censusproject/Supporting;
|
|
117
|
+ sourceTree = "<group>";
|
|
118
|
+ };
|
|
119
|
+ D65327D7A22EEC0BE12398D9 /* Pods */ = {
|
|
120
|
+ isa = PBXGroup;
|
|
121
|
+ children = (
|
|
122
|
+ 6C2E3173556A471DD304B334 /* Pods-censusproject.debug.xcconfig */,
|
|
123
|
+ 7A4D352CD337FB3A3BF06240 /* Pods-censusproject.release.xcconfig */,
|
|
124
|
+ );
|
|
125
|
+ path = Pods;
|
|
126
|
+ sourceTree = "<group>";
|
|
127
|
+ };
|
|
128
|
+ D7E4C46ADA2E9064B798F356 /* ExpoModulesProviders */ = {
|
|
129
|
+ isa = PBXGroup;
|
|
130
|
+ children = (
|
|
131
|
+ 92DBD88DE9BF7D494EA9DA96 /* censusproject */,
|
|
132
|
+ );
|
|
133
|
+ name = ExpoModulesProviders;
|
|
134
|
+ sourceTree = "<group>";
|
|
135
|
+ };
|
|
136
|
+/* End PBXGroup section */
|
|
137
|
+
|
|
138
|
+/* Begin PBXNativeTarget section */
|
|
139
|
+ 13B07F861A680F5B00A75B9A /* censusproject */ = {
|
|
140
|
+ isa = PBXNativeTarget;
|
|
141
|
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "censusproject" */;
|
|
142
|
+ buildPhases = (
|
|
143
|
+ 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
144
|
+ FD10A7F022414F080027D42C /* Start Packager */,
|
|
145
|
+ 13B07F871A680F5B00A75B9A /* Sources */,
|
|
146
|
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
147
|
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
148
|
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
149
|
+ 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
150
|
+ );
|
|
151
|
+ buildRules = (
|
|
152
|
+ );
|
|
153
|
+ dependencies = (
|
|
154
|
+ );
|
|
155
|
+ name = censusproject;
|
|
156
|
+ productName = censusproject;
|
|
157
|
+ productReference = 13B07F961A680F5B00A75B9A /* censusproject.app */;
|
|
158
|
+ productType = "com.apple.product-type.application";
|
|
159
|
+ };
|
|
160
|
+/* End PBXNativeTarget section */
|
|
161
|
+
|
|
162
|
+/* Begin PBXProject section */
|
|
163
|
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
164
|
+ isa = PBXProject;
|
|
165
|
+ attributes = {
|
|
166
|
+ LastUpgradeCheck = 1130;
|
|
167
|
+ TargetAttributes = {
|
|
168
|
+ 13B07F861A680F5B00A75B9A = {
|
|
169
|
+ LastSwiftMigration = 1250;
|
|
170
|
+ };
|
|
171
|
+ };
|
|
172
|
+ };
|
|
173
|
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "censusproject" */;
|
|
174
|
+ compatibilityVersion = "Xcode 3.2";
|
|
175
|
+ developmentRegion = en;
|
|
176
|
+ hasScannedForEncodings = 0;
|
|
177
|
+ knownRegions = (
|
|
178
|
+ en,
|
|
179
|
+ Base,
|
|
180
|
+ );
|
|
181
|
+ mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
182
|
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
183
|
+ projectDirPath = "";
|
|
184
|
+ projectRoot = "";
|
|
185
|
+ targets = (
|
|
186
|
+ 13B07F861A680F5B00A75B9A /* censusproject */,
|
|
187
|
+ );
|
|
188
|
+ };
|
|
189
|
+/* End PBXProject section */
|
|
190
|
+
|
|
191
|
+/* Begin PBXResourcesBuildPhase section */
|
|
192
|
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
193
|
+ isa = PBXResourcesBuildPhase;
|
|
194
|
+ buildActionMask = 2147483647;
|
|
195
|
+ files = (
|
|
196
|
+ BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
197
|
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
198
|
+ 3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
199
|
+ );
|
|
200
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
201
|
+ };
|
|
202
|
+/* End PBXResourcesBuildPhase section */
|
|
203
|
+
|
|
204
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
205
|
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
206
|
+ isa = PBXShellScriptBuildPhase;
|
|
207
|
+ buildActionMask = 2147483647;
|
|
208
|
+ files = (
|
|
209
|
+ );
|
|
210
|
+ inputPaths = (
|
|
211
|
+ );
|
|
212
|
+ name = "Bundle React Native code and images";
|
|
213
|
+ outputPaths = (
|
|
214
|
+ );
|
|
215
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
216
|
+ shellPath = /bin/sh;
|
|
217
|
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" $PROJECT_ROOT ios relative | tail -n 1)\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
|
|
218
|
+ };
|
|
219
|
+ 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
|
|
220
|
+ isa = PBXShellScriptBuildPhase;
|
|
221
|
+ buildActionMask = 2147483647;
|
|
222
|
+ files = (
|
|
223
|
+ );
|
|
224
|
+ inputFileListPaths = (
|
|
225
|
+ );
|
|
226
|
+ inputPaths = (
|
|
227
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
228
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
229
|
+ );
|
|
230
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
231
|
+ outputFileListPaths = (
|
|
232
|
+ );
|
|
233
|
+ outputPaths = (
|
|
234
|
+ "$(DERIVED_FILE_DIR)/Pods-censusproject-checkManifestLockResult.txt",
|
|
235
|
+ );
|
|
236
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
237
|
+ shellPath = /bin/sh;
|
|
238
|
+ 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";
|
|
239
|
+ showEnvVarsInLog = 0;
|
|
240
|
+ };
|
|
241
|
+ 800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
242
|
+ isa = PBXShellScriptBuildPhase;
|
|
243
|
+ buildActionMask = 2147483647;
|
|
244
|
+ files = (
|
|
245
|
+ );
|
|
246
|
+ inputPaths = (
|
|
247
|
+ "${PODS_ROOT}/Target Support Files/Pods-censusproject/Pods-censusproject-resources.sh",
|
|
248
|
+ "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
|
249
|
+ "${PODS_CONFIGURATION_BUILD_DIR}/EXUpdates/EXUpdates.bundle",
|
|
250
|
+ "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
|
|
251
|
+ );
|
|
252
|
+ name = "[CP] Copy Pods Resources";
|
|
253
|
+ outputPaths = (
|
|
254
|
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
|
255
|
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXUpdates.bundle",
|
|
256
|
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
|
|
257
|
+ );
|
|
258
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
259
|
+ shellPath = /bin/sh;
|
|
260
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-censusproject/Pods-censusproject-resources.sh\"\n";
|
|
261
|
+ showEnvVarsInLog = 0;
|
|
262
|
+ };
|
|
263
|
+ FD10A7F022414F080027D42C /* Start Packager */ = {
|
|
264
|
+ isa = PBXShellScriptBuildPhase;
|
|
265
|
+ buildActionMask = 2147483647;
|
|
266
|
+ files = (
|
|
267
|
+ );
|
|
268
|
+ inputFileListPaths = (
|
|
269
|
+ );
|
|
270
|
+ inputPaths = (
|
|
271
|
+ );
|
|
272
|
+ name = "Start Packager";
|
|
273
|
+ outputFileListPaths = (
|
|
274
|
+ );
|
|
275
|
+ outputPaths = (
|
|
276
|
+ );
|
|
277
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
278
|
+ shellPath = /bin/sh;
|
|
279
|
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\nexport RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/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 `$NODE_BINARY --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/launchPackager.command'\"` || echo \"Can't start packager automatically\"\n fi\nfi\n";
|
|
280
|
+ showEnvVarsInLog = 0;
|
|
281
|
+ };
|
|
282
|
+/* End PBXShellScriptBuildPhase section */
|
|
283
|
+
|
|
284
|
+/* Begin PBXSourcesBuildPhase section */
|
|
285
|
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
286
|
+ isa = PBXSourcesBuildPhase;
|
|
287
|
+ buildActionMask = 2147483647;
|
|
288
|
+ files = (
|
|
289
|
+ 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
|
|
290
|
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
|
|
291
|
+ B18059E884C0ABDD17F3DC3D /* ExpoModulesProvider.swift in Sources */,
|
|
292
|
+ );
|
|
293
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
294
|
+ };
|
|
295
|
+/* End PBXSourcesBuildPhase section */
|
|
296
|
+
|
|
297
|
+/* Begin XCBuildConfiguration section */
|
|
298
|
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
299
|
+ isa = XCBuildConfiguration;
|
|
300
|
+ baseConfigurationReference = 6C2E3173556A471DD304B334 /* Pods-censusproject.debug.xcconfig */;
|
|
301
|
+ buildSettings = {
|
|
302
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
303
|
+ CLANG_ENABLE_MODULES = YES;
|
|
304
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
305
|
+ ENABLE_BITCODE = NO;
|
|
306
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
307
|
+ "$(inherited)",
|
|
308
|
+ "FB_SONARKIT_ENABLED=1",
|
|
309
|
+ );
|
|
310
|
+ INFOPLIST_FILE = censusproject/Info.plist;
|
|
311
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
312
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
313
|
+ OTHER_LDFLAGS = (
|
|
314
|
+ "$(inherited)",
|
|
315
|
+ "-ObjC",
|
|
316
|
+ "-lc++",
|
|
317
|
+ );
|
|
318
|
+ PRODUCT_BUNDLE_IDENTIFIER = org.name.censusproject;
|
|
319
|
+ PRODUCT_NAME = censusproject;
|
|
320
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
321
|
+ SWIFT_VERSION = 5.0;
|
|
322
|
+ VERSIONING_SYSTEM = "apple-generic";
|
|
323
|
+ };
|
|
324
|
+ name = Debug;
|
|
325
|
+ };
|
|
326
|
+ 13B07F951A680F5B00A75B9A /* Release */ = {
|
|
327
|
+ isa = XCBuildConfiguration;
|
|
328
|
+ baseConfigurationReference = 7A4D352CD337FB3A3BF06240 /* Pods-censusproject.release.xcconfig */;
|
|
329
|
+ buildSettings = {
|
|
330
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
331
|
+ CLANG_ENABLE_MODULES = YES;
|
|
332
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
333
|
+ INFOPLIST_FILE = censusproject/Info.plist;
|
|
334
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
335
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
336
|
+ OTHER_LDFLAGS = (
|
|
337
|
+ "$(inherited)",
|
|
338
|
+ "-ObjC",
|
|
339
|
+ "-lc++",
|
|
340
|
+ );
|
|
341
|
+ PRODUCT_BUNDLE_IDENTIFIER = org.name.censusproject;
|
|
342
|
+ PRODUCT_NAME = censusproject;
|
|
343
|
+ SWIFT_VERSION = 5.0;
|
|
344
|
+ VERSIONING_SYSTEM = "apple-generic";
|
|
345
|
+ };
|
|
346
|
+ name = Release;
|
|
347
|
+ };
|
|
348
|
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
349
|
+ isa = XCBuildConfiguration;
|
|
350
|
+ buildSettings = {
|
|
351
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
352
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
353
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
354
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
355
|
+ CLANG_ENABLE_MODULES = YES;
|
|
356
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
357
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
358
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
359
|
+ CLANG_WARN_COMMA = YES;
|
|
360
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
361
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
362
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
363
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
364
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
365
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
366
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
367
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
368
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
369
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
370
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
371
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
372
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
373
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
374
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
375
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
376
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
377
|
+ COPY_PHASE_STRIP = NO;
|
|
378
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
379
|
+ ENABLE_TESTABILITY = YES;
|
|
380
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
381
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
382
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
383
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
384
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
385
|
+ "DEBUG=1",
|
|
386
|
+ "$(inherited)",
|
|
387
|
+ );
|
|
388
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
389
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
390
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
391
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
392
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
393
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
394
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
395
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
396
|
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
|
|
397
|
+ LIBRARY_SEARCH_PATHS = "\"$(inherited)\"";
|
|
398
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
399
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
400
|
+ SDKROOT = iphoneos;
|
|
401
|
+ };
|
|
402
|
+ name = Debug;
|
|
403
|
+ };
|
|
404
|
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
405
|
+ isa = XCBuildConfiguration;
|
|
406
|
+ buildSettings = {
|
|
407
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
408
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
409
|
+ CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
|
410
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
411
|
+ CLANG_ENABLE_MODULES = YES;
|
|
412
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
413
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
414
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
415
|
+ CLANG_WARN_COMMA = YES;
|
|
416
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
417
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
418
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
419
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
420
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
421
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
422
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
423
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
424
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
425
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
426
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
427
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
428
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
429
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
430
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
431
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
432
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
433
|
+ COPY_PHASE_STRIP = YES;
|
|
434
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
435
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
436
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
437
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
438
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
439
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
440
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
441
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
442
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
443
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
444
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
445
|
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
|
|
446
|
+ LIBRARY_SEARCH_PATHS = "\"$(inherited)\"";
|
|
447
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
448
|
+ SDKROOT = iphoneos;
|
|
449
|
+ VALIDATE_PRODUCT = YES;
|
|
450
|
+ };
|
|
451
|
+ name = Release;
|
|
452
|
+ };
|
|
453
|
+/* End XCBuildConfiguration section */
|
|
454
|
+
|
|
455
|
+/* Begin XCConfigurationList section */
|
|
456
|
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "censusproject" */ = {
|
|
457
|
+ isa = XCConfigurationList;
|
|
458
|
+ buildConfigurations = (
|
|
459
|
+ 13B07F941A680F5B00A75B9A /* Debug */,
|
|
460
|
+ 13B07F951A680F5B00A75B9A /* Release */,
|
|
461
|
+ );
|
|
462
|
+ defaultConfigurationIsVisible = 0;
|
|
463
|
+ defaultConfigurationName = Release;
|
|
464
|
+ };
|
|
465
|
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "censusproject" */ = {
|
|
466
|
+ isa = XCConfigurationList;
|
|
467
|
+ buildConfigurations = (
|
|
468
|
+ 83CBBA201A601CBA00E9B192 /* Debug */,
|
|
469
|
+ 83CBBA211A601CBA00E9B192 /* Release */,
|
|
470
|
+ );
|
|
471
|
+ defaultConfigurationIsVisible = 0;
|
|
472
|
+ defaultConfigurationName = Release;
|
|
473
|
+ };
|
|
474
|
+/* End XCConfigurationList section */
|
|
475
|
+ };
|
|
476
|
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
477
|
+}
|