|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0C80B921A6F3F58F76C31292 /* libPods-DgisExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-DgisExample.a */; }; |
11 | 11 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
| 12 | + 4B23851906877DD633FDE1DA /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */; }; |
12 | 13 | 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; }; |
13 | 14 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
14 | 15 | /* End PBXBuildFile section */ |
|
159 | 160 | files = ( |
160 | 161 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
161 | 162 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
| 163 | + 4B23851906877DD633FDE1DA /* PrivacyInfo.xcprivacy in Resources */, |
162 | 164 | ); |
163 | 165 | runOnlyForDeploymentPostprocessing = 0; |
164 | 166 | }; |
|
271 | 273 | "-ObjC", |
272 | 274 | "-lc++", |
273 | 275 | ); |
274 | | - PRODUCT_BUNDLE_IDENTIFIER = "dgis.example"; |
| 276 | + PRODUCT_BUNDLE_IDENTIFIER = app.transline; |
275 | 277 | PRODUCT_NAME = DgisExample; |
276 | 278 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
277 | 279 | SWIFT_VERSION = 5.0; |
|
298 | 300 | "-ObjC", |
299 | 301 | "-lc++", |
300 | 302 | ); |
301 | | - PRODUCT_BUNDLE_IDENTIFIER = "dgis.example"; |
| 303 | + PRODUCT_BUNDLE_IDENTIFIER = app.transline; |
302 | 304 | PRODUCT_NAME = DgisExample; |
303 | 305 | SWIFT_VERSION = 5.0; |
304 | 306 | VERSIONING_SYSTEM = "apple-generic"; |
|
366 | 368 | ); |
367 | 369 | MTL_ENABLE_DEBUG_INFO = YES; |
368 | 370 | ONLY_ACTIVE_ARCH = YES; |
| 371 | + OTHER_CFLAGS = "$(inherited)"; |
369 | 372 | OTHER_CPLUSPLUSFLAGS = ( |
370 | 373 | "$(OTHER_CFLAGS)", |
371 | 374 | "-DFOLLY_NO_CONFIG", |
|
374 | 377 | "-DFOLLY_CFG_NO_COROUTINES=1", |
375 | 378 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
376 | 379 | ); |
| 380 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
377 | 381 | SDKROOT = iphoneos; |
| 382 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
| 383 | + USE_HERMES = true; |
378 | 384 | }; |
379 | 385 | name = Debug; |
380 | 386 | }; |
|
431 | 437 | "\"$(inherited)\"", |
432 | 438 | ); |
433 | 439 | MTL_ENABLE_DEBUG_INFO = NO; |
| 440 | + OTHER_CFLAGS = "$(inherited)"; |
434 | 441 | OTHER_CPLUSPLUSFLAGS = ( |
435 | 442 | "$(OTHER_CFLAGS)", |
436 | 443 | "-DFOLLY_NO_CONFIG", |
|
439 | 446 | "-DFOLLY_CFG_NO_COROUTINES=1", |
440 | 447 | "-DFOLLY_HAVE_CLOCK_GETTIME=1", |
441 | 448 | ); |
| 449 | + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
442 | 450 | SDKROOT = iphoneos; |
| 451 | + USE_HERMES = true; |
443 | 452 | VALIDATE_PRODUCT = YES; |
444 | 453 | }; |
445 | 454 | name = Release; |
|
0 commit comments