|
56 | 56 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
57 | 57 | 8362715010B1DC025B396ED3 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; }; |
58 | 58 | 8DD46F1E543D90202726C03D /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 59 | + 92D802F32BB409BE006D69F4 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; |
59 | 60 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
60 | 61 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
61 | 62 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
152 | 153 | 97C146F01CF9000F007C117D /* Runner */ = { |
153 | 154 | isa = PBXGroup; |
154 | 155 | children = ( |
| 156 | + 92D802F32BB409BE006D69F4 /* Runner.entitlements */, |
155 | 157 | 97C146FA1CF9000F007C117D /* Main.storyboard */, |
156 | 158 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, |
157 | 159 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, |
|
467 | 469 | buildSettings = { |
468 | 470 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
469 | 471 | CLANG_ENABLE_MODULES = YES; |
| 472 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
470 | 473 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 474 | + DEVELOPMENT_TEAM = YPEM49WRL2; |
471 | 475 | ENABLE_BITCODE = NO; |
472 | 476 | INFOPLIST_FILE = Runner/Info.plist; |
473 | 477 | LD_RUNPATH_SEARCH_PATHS = ( |
474 | 478 | "$(inherited)", |
475 | 479 | "@executable_path/Frameworks", |
476 | 480 | ); |
477 | 481 | MARKETING_VERSION = 1.0.0; |
478 | | - PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev; |
| 482 | + PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios; |
479 | 483 | PRODUCT_NAME = "$(TARGET_NAME)"; |
480 | 484 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
481 | 485 | SWIFT_VERSION = 5.0; |
|
646 | 650 | buildSettings = { |
647 | 651 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
648 | 652 | CLANG_ENABLE_MODULES = YES; |
| 653 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
649 | 654 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 655 | + DEVELOPMENT_TEAM = YPEM49WRL2; |
650 | 656 | ENABLE_BITCODE = NO; |
651 | 657 | INFOPLIST_FILE = Runner/Info.plist; |
652 | 658 | LD_RUNPATH_SEARCH_PATHS = ( |
653 | 659 | "$(inherited)", |
654 | 660 | "@executable_path/Frameworks", |
655 | 661 | ); |
656 | 662 | MARKETING_VERSION = 1.0.0; |
657 | | - PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev; |
| 663 | + PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios; |
658 | 664 | PRODUCT_NAME = "$(TARGET_NAME)"; |
659 | 665 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
660 | 666 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
669 | 675 | buildSettings = { |
670 | 676 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
671 | 677 | CLANG_ENABLE_MODULES = YES; |
| 678 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
672 | 679 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 680 | + DEVELOPMENT_TEAM = YPEM49WRL2; |
673 | 681 | ENABLE_BITCODE = NO; |
674 | 682 | INFOPLIST_FILE = Runner/Info.plist; |
675 | 683 | LD_RUNPATH_SEARCH_PATHS = ( |
676 | 684 | "$(inherited)", |
677 | 685 | "@executable_path/Frameworks", |
678 | 686 | ); |
679 | 687 | MARKETING_VERSION = 1.0.0; |
680 | | - PRODUCT_BUNDLE_IDENTIFIER = com.nylo.dev; |
| 688 | + PRODUCT_BUNDLE_IDENTIFIER = com.baelyf.ios; |
681 | 689 | PRODUCT_NAME = "$(TARGET_NAME)"; |
682 | 690 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
683 | 691 | SWIFT_VERSION = 5.0; |
|
0 commit comments