|
13 | 13 | 529226D81C85F68000C89379 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D71C85F68000C89379 /* CoreGraphics.framework */; };
|
14 | 14 | 529226DA1C85F68000C89379 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 529226D91C85F68000C89379 /* UIKit.framework */; };
|
15 | 15 | BC1D66962679868A005DC2DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66942679868A005DC2DA /* Main.storyboard */; };
|
16 |
| - BC1D66982679868B005DC2DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66972679868B005DC2DA /* Assets.xcassets */; }; |
17 | 16 | BC1D669B2679868B005DC2DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BC1D66992679868B005DC2DA /* LaunchScreen.storyboard */; };
|
18 | 17 | BC1D66A2267986B9005DC2DA /* gmock-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D62CCBBF22F367140099BE9F /* gmock-all.cc */; };
|
19 | 18 | BC1D66A3267986BB005DC2DA /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = D67D355622BABD2100292C1D /* gtest-all.cc */; };
|
|
50 | 49 | B68CDE4B846F7B54E7421D3A /* libPods-integration_test_tvos.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-integration_test_tvos.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
51 | 50 | BC1D668C2679868A005DC2DA /* integration_test_tvos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = integration_test_tvos.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
52 | 51 | BC1D66952679868A005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
53 |
| - BC1D66972679868B005DC2DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
54 | 52 | BC1D669A2679868B005DC2DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
55 | 53 | BC1D669C2679868B005DC2DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
56 | 54 | BC1D66A7267987A2005DC2DA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.5.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
|
181 | 179 | isa = PBXGroup;
|
182 | 180 | children = (
|
183 | 181 | BC1D66942679868A005DC2DA /* Main.storyboard */,
|
184 |
| - BC1D66972679868B005DC2DA /* Assets.xcassets */, |
185 | 182 | BC1D66992679868B005DC2DA /* LaunchScreen.storyboard */,
|
186 | 183 | BC1D669C2679868B005DC2DA /* Info.plist */,
|
187 | 184 | );
|
|
255 | 252 | BC1D668B2679868A005DC2DA = {
|
256 | 253 | CreatedOnToolsVersion = 12.5;
|
257 | 254 | DevelopmentTeam = EQHXZ8M8AV;
|
258 |
| - ProvisioningStyle = Manual; |
| 255 | + ProvisioningStyle = Automatic; |
259 | 256 | };
|
260 | 257 | };
|
261 | 258 | };
|
|
295 | 292 | buildActionMask = 2147483647;
|
296 | 293 | files = (
|
297 | 294 | BC1D669B2679868B005DC2DA /* LaunchScreen.storyboard in Resources */,
|
298 |
| - BC1D66982679868B005DC2DA /* Assets.xcassets in Resources */, |
299 | 295 | BC1D66962679868A005DC2DA /* Main.storyboard in Resources */,
|
300 | 296 | BC1D66AD267987BF005DC2DA /* GoogleService-Info.plist in Resources */,
|
301 | 297 | );
|
|
562 | 558 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
563 | 559 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
564 | 560 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
565 |
| - CODE_SIGN_IDENTITY = "iPhone Developer"; |
566 |
| - CODE_SIGN_STYLE = Manual; |
| 561 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 562 | + CODE_SIGN_STYLE = Automatic; |
567 | 563 | DEBUG_INFORMATION_FORMAT = dwarf;
|
568 |
| - DEVELOPMENT_TEAM = EQHXZ8M8AV; |
| 564 | + DEVELOPMENT_TEAM = ""; |
569 | 565 | ENABLE_TESTABILITY = YES;
|
570 | 566 | FRAMEWORK_SEARCH_PATHS = (
|
571 | 567 | "$(inherited)",
|
|
581 | 577 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
582 | 578 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
583 | 579 | );
|
584 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 580 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
585 | 581 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
586 | 582 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
587 | 583 | MTL_FAST_MATH = YES;
|
588 | 584 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.storage.testapp.integration-test-tvos";
|
589 | 585 | PRODUCT_NAME = "$(TARGET_NAME)";
|
590 |
| - PROVISIONING_PROFILE_SPECIFIER = "Google Development tvOS"; |
| 586 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
591 | 587 | SDKROOT = appletvos;
|
592 | 588 | TARGETED_DEVICE_FAMILY = 3;
|
593 | 589 | TVOS_DEPLOYMENT_TARGET = 14.5;
|
|
617 | 613 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
618 | 614 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
619 | 615 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
620 |
| - CODE_SIGN_IDENTITY = "iPhone Developer"; |
621 |
| - CODE_SIGN_STYLE = Manual; |
| 616 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 617 | + CODE_SIGN_STYLE = Automatic; |
622 | 618 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
623 |
| - DEVELOPMENT_TEAM = EQHXZ8M8AV; |
| 619 | + DEVELOPMENT_TEAM = ""; |
624 | 620 | FRAMEWORK_SEARCH_PATHS = (
|
625 | 621 | "$(inherited)",
|
626 | 622 | "$(PROJECT_DIR)",
|
|
635 | 631 | "\"$(SRCROOT)/external/googletest/src/googletest\"",
|
636 | 632 | "\"$(SRCROOT)/external/googletest/src/googlemock\"",
|
637 | 633 | );
|
638 |
| - INFOPLIST_FILE = integration_test_tvos/Info.plist; |
| 634 | + INFOPLIST_FILE = "$(SRCROOT)/Info.plist"; |
639 | 635 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
640 | 636 | MTL_FAST_MATH = YES;
|
641 | 637 | PRODUCT_BUNDLE_IDENTIFIER = "com.google.firebase.cpp.storage.testapp.integration-test-tvos";
|
642 | 638 | PRODUCT_NAME = "$(TARGET_NAME)";
|
643 |
| - PROVISIONING_PROFILE_SPECIFIER = "Google Development tvOS"; |
| 639 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
644 | 640 | SDKROOT = appletvos;
|
645 | 641 | TARGETED_DEVICE_FAMILY = 3;
|
646 | 642 | TVOS_DEPLOYMENT_TARGET = 14.5;
|
|
0 commit comments