|
@@ -0,0 +1,406 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 48;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
|
|
11
|
+ 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
|
|
12
|
+ 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
|
|
13
|
+ 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
|
|
14
|
+ 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
|
|
15
|
+ 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
|
|
16
|
+ 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
|
|
17
|
+ A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
|
|
18
|
+/* End PBXBuildFile section */
|
|
19
|
+
|
|
20
|
+/* Begin PBXFileReference section */
|
|
21
|
+ 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
|
|
22
|
+ 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
|
|
23
|
+ 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
24
|
+ 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
25
|
+ 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
26
|
+ 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
27
|
+ 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
28
|
+ 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
29
|
+ 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
|
|
30
|
+ AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
31
|
+ AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
|
|
32
|
+ FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
|
|
33
|
+/* End PBXFileReference section */
|
|
34
|
+
|
|
35
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
36
|
+ 504EC3011FED79650016851F /* Frameworks */ = {
|
|
37
|
+ isa = PBXFrameworksBuildPhase;
|
|
38
|
+ buildActionMask = 2147483647;
|
|
39
|
+ files = (
|
|
40
|
+ A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
|
|
41
|
+ );
|
|
42
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
43
|
+ };
|
|
44
|
+/* End PBXFrameworksBuildPhase section */
|
|
45
|
+
|
|
46
|
+/* Begin PBXGroup section */
|
|
47
|
+ 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
|
|
48
|
+ isa = PBXGroup;
|
|
49
|
+ children = (
|
|
50
|
+ AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
|
|
51
|
+ );
|
|
52
|
+ name = Frameworks;
|
|
53
|
+ sourceTree = "<group>";
|
|
54
|
+ };
|
|
55
|
+ 504EC2FB1FED79650016851F = {
|
|
56
|
+ isa = PBXGroup;
|
|
57
|
+ children = (
|
|
58
|
+ 504EC3061FED79650016851F /* App */,
|
|
59
|
+ 504EC3051FED79650016851F /* Products */,
|
|
60
|
+ 7F8756D8B27F46E3366F6CEA /* Pods */,
|
|
61
|
+ 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
|
|
62
|
+ );
|
|
63
|
+ sourceTree = "<group>";
|
|
64
|
+ };
|
|
65
|
+ 504EC3051FED79650016851F /* Products */ = {
|
|
66
|
+ isa = PBXGroup;
|
|
67
|
+ children = (
|
|
68
|
+ 504EC3041FED79650016851F /* App.app */,
|
|
69
|
+ );
|
|
70
|
+ name = Products;
|
|
71
|
+ sourceTree = "<group>";
|
|
72
|
+ };
|
|
73
|
+ 504EC3061FED79650016851F /* App */ = {
|
|
74
|
+ isa = PBXGroup;
|
|
75
|
+ children = (
|
|
76
|
+ 50379B222058CBB4000EE86E /* capacitor.config.json */,
|
|
77
|
+ 504EC3071FED79650016851F /* AppDelegate.swift */,
|
|
78
|
+ 504EC30B1FED79650016851F /* Main.storyboard */,
|
|
79
|
+ 504EC30E1FED79650016851F /* Assets.xcassets */,
|
|
80
|
+ 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
|
|
81
|
+ 504EC3131FED79650016851F /* Info.plist */,
|
|
82
|
+ 2FAD9762203C412B000D30F8 /* config.xml */,
|
|
83
|
+ 50B271D01FEDC1A000F3C39B /* public */,
|
|
84
|
+ );
|
|
85
|
+ path = App;
|
|
86
|
+ sourceTree = "<group>";
|
|
87
|
+ };
|
|
88
|
+ 7F8756D8B27F46E3366F6CEA /* Pods */ = {
|
|
89
|
+ isa = PBXGroup;
|
|
90
|
+ children = (
|
|
91
|
+ FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
|
|
92
|
+ AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
|
|
93
|
+ );
|
|
94
|
+ name = Pods;
|
|
95
|
+ sourceTree = "<group>";
|
|
96
|
+ };
|
|
97
|
+/* End PBXGroup section */
|
|
98
|
+
|
|
99
|
+/* Begin PBXNativeTarget section */
|
|
100
|
+ 504EC3031FED79650016851F /* App */ = {
|
|
101
|
+ isa = PBXNativeTarget;
|
|
102
|
+ buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
|
|
103
|
+ buildPhases = (
|
|
104
|
+ 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
|
|
105
|
+ 504EC3001FED79650016851F /* Sources */,
|
|
106
|
+ 504EC3011FED79650016851F /* Frameworks */,
|
|
107
|
+ 504EC3021FED79650016851F /* Resources */,
|
|
108
|
+ 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
|
|
109
|
+ );
|
|
110
|
+ buildRules = (
|
|
111
|
+ );
|
|
112
|
+ dependencies = (
|
|
113
|
+ );
|
|
114
|
+ name = App;
|
|
115
|
+ productName = App;
|
|
116
|
+ productReference = 504EC3041FED79650016851F /* App.app */;
|
|
117
|
+ productType = "com.apple.product-type.application";
|
|
118
|
+ };
|
|
119
|
+/* End PBXNativeTarget section */
|
|
120
|
+
|
|
121
|
+/* Begin PBXProject section */
|
|
122
|
+ 504EC2FC1FED79650016851F /* Project object */ = {
|
|
123
|
+ isa = PBXProject;
|
|
124
|
+ attributes = {
|
|
125
|
+ LastSwiftUpdateCheck = 0920;
|
|
126
|
+ LastUpgradeCheck = 0920;
|
|
127
|
+ TargetAttributes = {
|
|
128
|
+ 504EC3031FED79650016851F = {
|
|
129
|
+ CreatedOnToolsVersion = 9.2;
|
|
130
|
+ LastSwiftMigration = 1100;
|
|
131
|
+ ProvisioningStyle = Automatic;
|
|
132
|
+ };
|
|
133
|
+ };
|
|
134
|
+ };
|
|
135
|
+ buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
|
|
136
|
+ compatibilityVersion = "Xcode 8.0";
|
|
137
|
+ developmentRegion = en;
|
|
138
|
+ hasScannedForEncodings = 0;
|
|
139
|
+ knownRegions = (
|
|
140
|
+ en,
|
|
141
|
+ Base,
|
|
142
|
+ );
|
|
143
|
+ mainGroup = 504EC2FB1FED79650016851F;
|
|
144
|
+ productRefGroup = 504EC3051FED79650016851F /* Products */;
|
|
145
|
+ projectDirPath = "";
|
|
146
|
+ projectRoot = "";
|
|
147
|
+ targets = (
|
|
148
|
+ 504EC3031FED79650016851F /* App */,
|
|
149
|
+ );
|
|
150
|
+ };
|
|
151
|
+/* End PBXProject section */
|
|
152
|
+
|
|
153
|
+/* Begin PBXResourcesBuildPhase section */
|
|
154
|
+ 504EC3021FED79650016851F /* Resources */ = {
|
|
155
|
+ isa = PBXResourcesBuildPhase;
|
|
156
|
+ buildActionMask = 2147483647;
|
|
157
|
+ files = (
|
|
158
|
+ 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
|
|
159
|
+ 50B271D11FEDC1A000F3C39B /* public in Resources */,
|
|
160
|
+ 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
|
|
161
|
+ 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
|
|
162
|
+ 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
|
|
163
|
+ 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
|
|
164
|
+ );
|
|
165
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
166
|
+ };
|
|
167
|
+/* End PBXResourcesBuildPhase section */
|
|
168
|
+
|
|
169
|
+/* Begin PBXShellScriptBuildPhase section */
|
|
170
|
+ 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
|
|
171
|
+ isa = PBXShellScriptBuildPhase;
|
|
172
|
+ buildActionMask = 2147483647;
|
|
173
|
+ files = (
|
|
174
|
+ );
|
|
175
|
+ inputPaths = (
|
|
176
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
177
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
178
|
+ );
|
|
179
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
180
|
+ outputPaths = (
|
|
181
|
+ "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
|
|
182
|
+ );
|
|
183
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
184
|
+ shellPath = /bin/sh;
|
|
185
|
+ 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";
|
|
186
|
+ showEnvVarsInLog = 0;
|
|
187
|
+ };
|
|
188
|
+ 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
|
|
189
|
+ isa = PBXShellScriptBuildPhase;
|
|
190
|
+ buildActionMask = 2147483647;
|
|
191
|
+ files = (
|
|
192
|
+ );
|
|
193
|
+ inputPaths = (
|
|
194
|
+ );
|
|
195
|
+ name = "[CP] Embed Pods Frameworks";
|
|
196
|
+ outputPaths = (
|
|
197
|
+ );
|
|
198
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
199
|
+ shellPath = /bin/sh;
|
|
200
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
|
|
201
|
+ showEnvVarsInLog = 0;
|
|
202
|
+ };
|
|
203
|
+/* End PBXShellScriptBuildPhase section */
|
|
204
|
+
|
|
205
|
+/* Begin PBXSourcesBuildPhase section */
|
|
206
|
+ 504EC3001FED79650016851F /* Sources */ = {
|
|
207
|
+ isa = PBXSourcesBuildPhase;
|
|
208
|
+ buildActionMask = 2147483647;
|
|
209
|
+ files = (
|
|
210
|
+ 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
|
|
211
|
+ );
|
|
212
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
213
|
+ };
|
|
214
|
+/* End PBXSourcesBuildPhase section */
|
|
215
|
+
|
|
216
|
+/* Begin PBXVariantGroup section */
|
|
217
|
+ 504EC30B1FED79650016851F /* Main.storyboard */ = {
|
|
218
|
+ isa = PBXVariantGroup;
|
|
219
|
+ children = (
|
|
220
|
+ 504EC30C1FED79650016851F /* Base */,
|
|
221
|
+ );
|
|
222
|
+ name = Main.storyboard;
|
|
223
|
+ sourceTree = "<group>";
|
|
224
|
+ };
|
|
225
|
+ 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
|
|
226
|
+ isa = PBXVariantGroup;
|
|
227
|
+ children = (
|
|
228
|
+ 504EC3111FED79650016851F /* Base */,
|
|
229
|
+ );
|
|
230
|
+ name = LaunchScreen.storyboard;
|
|
231
|
+ sourceTree = "<group>";
|
|
232
|
+ };
|
|
233
|
+/* End PBXVariantGroup section */
|
|
234
|
+
|
|
235
|
+/* Begin XCBuildConfiguration section */
|
|
236
|
+ 504EC3141FED79650016851F /* Debug */ = {
|
|
237
|
+ isa = XCBuildConfiguration;
|
|
238
|
+ buildSettings = {
|
|
239
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
240
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
241
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
242
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
243
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
244
|
+ CLANG_ENABLE_MODULES = YES;
|
|
245
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
246
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
247
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
248
|
+ CLANG_WARN_COMMA = YES;
|
|
249
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
250
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
251
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
252
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
253
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
254
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
255
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
256
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
257
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
258
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
259
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
260
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
261
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
262
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
263
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
264
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
265
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
266
|
+ COPY_PHASE_STRIP = NO;
|
|
267
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
268
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
269
|
+ ENABLE_TESTABILITY = YES;
|
|
270
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
271
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
272
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
273
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
274
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
275
|
+ "DEBUG=1",
|
|
276
|
+ "$(inherited)",
|
|
277
|
+ );
|
|
278
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
279
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
280
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
281
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
282
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
283
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
284
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
285
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
286
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
287
|
+ SDKROOT = iphoneos;
|
|
288
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
289
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
290
|
+ };
|
|
291
|
+ name = Debug;
|
|
292
|
+ };
|
|
293
|
+ 504EC3151FED79650016851F /* Release */ = {
|
|
294
|
+ isa = XCBuildConfiguration;
|
|
295
|
+ buildSettings = {
|
|
296
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
297
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
298
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
299
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
300
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
301
|
+ CLANG_ENABLE_MODULES = YES;
|
|
302
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
303
|
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
304
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
305
|
+ CLANG_WARN_COMMA = YES;
|
|
306
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
307
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
308
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
309
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
310
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
311
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
312
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
313
|
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
314
|
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
315
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
316
|
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
317
|
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
318
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
319
|
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
320
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
321
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
322
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
323
|
+ COPY_PHASE_STRIP = NO;
|
|
324
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
325
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
326
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
327
|
+ GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
328
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
329
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
330
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
331
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
332
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
333
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
334
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
335
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
336
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
337
|
+ SDKROOT = iphoneos;
|
|
338
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
339
|
+ VALIDATE_PRODUCT = YES;
|
|
340
|
+ };
|
|
341
|
+ name = Release;
|
|
342
|
+ };
|
|
343
|
+ 504EC3171FED79650016851F /* Debug */ = {
|
|
344
|
+ isa = XCBuildConfiguration;
|
|
345
|
+ baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
|
|
346
|
+ buildSettings = {
|
|
347
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
348
|
+ CODE_SIGN_STYLE = Automatic;
|
|
349
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
350
|
+ INFOPLIST_FILE = App/Info.plist;
|
|
351
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
352
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
353
|
+ MARKETING_VERSION = 1.0;
|
|
354
|
+ OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
|
|
355
|
+ PRODUCT_BUNDLE_IDENTIFIER = io.ionic.starter;
|
|
356
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
357
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
358
|
+ SWIFT_VERSION = 5.0;
|
|
359
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
360
|
+ };
|
|
361
|
+ name = Debug;
|
|
362
|
+ };
|
|
363
|
+ 504EC3181FED79650016851F /* Release */ = {
|
|
364
|
+ isa = XCBuildConfiguration;
|
|
365
|
+ baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
|
|
366
|
+ buildSettings = {
|
|
367
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
368
|
+ CODE_SIGN_STYLE = Automatic;
|
|
369
|
+ CURRENT_PROJECT_VERSION = 1;
|
|
370
|
+ INFOPLIST_FILE = App/Info.plist;
|
|
371
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
372
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
373
|
+ MARKETING_VERSION = 1.0;
|
|
374
|
+ PRODUCT_BUNDLE_IDENTIFIER = io.ionic.starter;
|
|
375
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
376
|
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
|
|
377
|
+ SWIFT_VERSION = 5.0;
|
|
378
|
+ TARGETED_DEVICE_FAMILY = "1,2";
|
|
379
|
+ };
|
|
380
|
+ name = Release;
|
|
381
|
+ };
|
|
382
|
+/* End XCBuildConfiguration section */
|
|
383
|
+
|
|
384
|
+/* Begin XCConfigurationList section */
|
|
385
|
+ 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
|
|
386
|
+ isa = XCConfigurationList;
|
|
387
|
+ buildConfigurations = (
|
|
388
|
+ 504EC3141FED79650016851F /* Debug */,
|
|
389
|
+ 504EC3151FED79650016851F /* Release */,
|
|
390
|
+ );
|
|
391
|
+ defaultConfigurationIsVisible = 0;
|
|
392
|
+ defaultConfigurationName = Release;
|
|
393
|
+ };
|
|
394
|
+ 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
|
|
395
|
+ isa = XCConfigurationList;
|
|
396
|
+ buildConfigurations = (
|
|
397
|
+ 504EC3171FED79650016851F /* Debug */,
|
|
398
|
+ 504EC3181FED79650016851F /* Release */,
|
|
399
|
+ );
|
|
400
|
+ defaultConfigurationIsVisible = 0;
|
|
401
|
+ defaultConfigurationName = Release;
|
|
402
|
+ };
|
|
403
|
+/* End XCConfigurationList section */
|
|
404
|
+ };
|
|
405
|
+ rootObject = 504EC2FC1FED79650016851F /* Project object */;
|
|
406
|
+}
|