|
145 | 145 | 622F9E4A846C29988DEAB0F7 /* Pods-HelloWorld-HelloWorldTests.debug.xcconfig */, |
146 | 146 | 91987C5B2D1B1495ED9A75CD /* Pods-HelloWorld-HelloWorldTests.release.xcconfig */, |
147 | 147 | ); |
148 | | - name = Pods; |
149 | 148 | path = Pods; |
150 | 149 | sourceTree = "<group>"; |
151 | 150 | }; |
|
484 | 483 | buildSettings = { |
485 | 484 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
486 | 485 | CLANG_ENABLE_MODULES = YES; |
| 486 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 487 | + CODE_SIGN_STYLE = Automatic; |
487 | 488 | CURRENT_PROJECT_VERSION = 1; |
| 489 | + DEVELOPMENT_TEAM = ""; |
488 | 490 | ENABLE_BITCODE = NO; |
489 | 491 | INFOPLIST_FILE = HelloWorld/Info.plist; |
490 | 492 | LD_RUNPATH_SEARCH_PATHS = ( |
|
498 | 500 | ); |
499 | 501 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
500 | 502 | PRODUCT_NAME = HelloWorld; |
| 503 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
501 | 504 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
502 | 505 | SWIFT_VERSION = 5.0; |
503 | 506 | VERSIONING_SYSTEM = "apple-generic"; |
|
510 | 513 | buildSettings = { |
511 | 514 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
512 | 515 | CLANG_ENABLE_MODULES = YES; |
| 516 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 517 | + CODE_SIGN_STYLE = Automatic; |
513 | 518 | CURRENT_PROJECT_VERSION = 1; |
| 519 | + DEVELOPMENT_TEAM = ""; |
514 | 520 | INFOPLIST_FILE = HelloWorld/Info.plist; |
515 | 521 | LD_RUNPATH_SEARCH_PATHS = ( |
516 | 522 | "$(inherited)", |
|
523 | 529 | ); |
524 | 530 | PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; |
525 | 531 | PRODUCT_NAME = HelloWorld; |
| 532 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
526 | 533 | SWIFT_VERSION = 5.0; |
527 | 534 | VERSIONING_SYSTEM = "apple-generic"; |
528 | 535 | }; |
|
0 commit comments