|
28 | 28 | 7CBFAA88205702AB00A65866 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
|
29 | 29 | 7CBFAA8B205702AB00A65866 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
|
30 | 30 | 7CF3BEC21F97EE2F00B16B6E /* FUNFakeInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CF3BEC01F97EE2F00B16B6E /* FUNFakeInstanceID.m */; };
|
31 |
| - 7CF563091F1FE70600FEE1F4 /* FUNFakeApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CF563081F1FE70600FEE1F4 /* FUNFakeApp.m */; }; |
32 | 31 | 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
|
| 32 | + C8AEC40B21B7EE440051C01E /* FIRAuthInteropFake.m in Sources */ = {isa = PBXBuildFile; fileRef = C8AEC40A21B7EE440051C01E /* FIRAuthInteropFake.m */; }; |
33 | 33 | /* End PBXBuildFile section */
|
34 | 34 |
|
35 | 35 | /* Begin PBXContainerItemProxy section */
|
|
74 | 74 | 7CBFAA91205702AB00A65866 /* FirebaseFunctions_IntegrationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FirebaseFunctions_IntegrationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
75 | 75 | 7CF3BEC01F97EE2F00B16B6E /* FUNFakeInstanceID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUNFakeInstanceID.m; sourceTree = "<group>"; };
|
76 | 76 | 7CF3BEC11F97EE2F00B16B6E /* FUNFakeInstanceID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUNFakeInstanceID.h; sourceTree = "<group>"; };
|
77 |
| - 7CF563081F1FE70600FEE1F4 /* FUNFakeApp.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FUNFakeApp.m; sourceTree = "<group>"; }; |
78 |
| - 7CF5630A1F1FE76700FEE1F4 /* FUNFakeApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FUNFakeApp.h; sourceTree = "<group>"; }; |
79 | 77 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
| 78 | + C8AEC40921B7EE440051C01E /* FIRAuthInteropFake.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FIRAuthInteropFake.h; path = ../../../Example/Shared/FIRAuthInteropFake.h; sourceTree = "<group>"; }; |
| 79 | + C8AEC40A21B7EE440051C01E /* FIRAuthInteropFake.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FIRAuthInteropFake.m; path = ../../../Example/Shared/FIRAuthInteropFake.m; sourceTree = "<group>"; }; |
80 | 80 | E0A8D570636E99E7C3396DF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
81 | 81 | F1F2A7C03C10A3A03F9502B8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
82 | 82 | /* End PBXFileReference section */
|
|
207 | 207 | 7C70065B20572C1B007A5573 /* TestUtils */ = {
|
208 | 208 | isa = PBXGroup;
|
209 | 209 | children = (
|
210 |
| - 7CF5630A1F1FE76700FEE1F4 /* FUNFakeApp.h */, |
211 |
| - 7CF563081F1FE70600FEE1F4 /* FUNFakeApp.m */, |
| 210 | + C8AEC40921B7EE440051C01E /* FIRAuthInteropFake.h */, |
| 211 | + C8AEC40A21B7EE440051C01E /* FIRAuthInteropFake.m */, |
212 | 212 | 7CF3BEC11F97EE2F00B16B6E /* FUNFakeInstanceID.h */,
|
213 | 213 | 7CF3BEC01F97EE2F00B16B6E /* FUNFakeInstanceID.m */,
|
214 | 214 | );
|
|
349 | 349 | isa = PBXSourcesBuildPhase;
|
350 | 350 | buildActionMask = 2147483647;
|
351 | 351 | files = (
|
352 |
| - 7CF563091F1FE70600FEE1F4 /* FUNFakeApp.m in Sources */, |
353 | 352 | 6003F59E195388D20070C39A /* FIRAppDelegate.m in Sources */,
|
354 | 353 | 6003F5A7195388D20070C39A /* FIRViewController.m in Sources */,
|
355 | 354 | 7CF3BEC21F97EE2F00B16B6E /* FUNFakeInstanceID.m in Sources */,
|
|
370 | 369 | isa = PBXSourcesBuildPhase;
|
371 | 370 | buildActionMask = 2147483647;
|
372 | 371 | files = (
|
| 372 | + C8AEC40B21B7EE440051C01E /* FIRAuthInteropFake.m in Sources */, |
373 | 373 | 7CBFAA82205702AB00A65866 /* FIRIntegrationTests.m in Sources */,
|
374 | 374 | );
|
375 | 375 | runOnlyForDeploymentPostprocessing = 0;
|
|
538 | 538 | "DEBUG=1",
|
539 | 539 | "$(inherited)",
|
540 | 540 | );
|
541 |
| - HEADER_SEARCH_PATHS = "$(SRCROOT)/../FirebaseFunctions"; |
| 541 | + HEADER_SEARCH_PATHS = ( |
| 542 | + "$(inherited)", |
| 543 | + "$(SRCROOT)/../../Firebase/Core/Private", |
| 544 | + "$(SRCROOT)/../FirebaseFunctions", |
| 545 | + ); |
542 | 546 | INFOPLIST_FILE = "Tests/Tests-Info.plist";
|
543 | 547 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
|
544 | 548 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
557 | 561 | "$(DEVELOPER_FRAMEWORKS_DIR)",
|
558 | 562 | );
|
559 | 563 | GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
560 |
| - HEADER_SEARCH_PATHS = "$(SRCROOT)/../FirebaseFunctions"; |
| 564 | + HEADER_SEARCH_PATHS = ( |
| 565 | + "$(inherited)", |
| 566 | + "$(SRCROOT)/../../Firebase/Core/Private", |
| 567 | + "$(SRCROOT)/../FirebaseFunctions", |
| 568 | + ); |
561 | 569 | INFOPLIST_FILE = "Tests/Tests-Info.plist";
|
562 | 570 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
|
563 | 571 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
580 | 588 | "DEBUG=1",
|
581 | 589 | "$(inherited)",
|
582 | 590 | );
|
583 |
| - HEADER_SEARCH_PATHS = "$(SRCROOT)/../FirebaseFunctions"; |
| 591 | + HEADER_SEARCH_PATHS = ( |
| 592 | + "$(inherited)", |
| 593 | + "$(SRCROOT)/../../Firebase/Core/Private", |
| 594 | + "$(SRCROOT)/../FirebaseFunctions", |
| 595 | + ); |
584 | 596 | INFOPLIST_FILE = "IntegrationTests/IntegrationTests-Info.plist";
|
585 | 597 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
|
586 | 598 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
599 | 611 | "$(DEVELOPER_FRAMEWORKS_DIR)",
|
600 | 612 | );
|
601 | 613 | GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
602 |
| - HEADER_SEARCH_PATHS = "$(SRCROOT)/../FirebaseFunctions"; |
| 614 | + HEADER_SEARCH_PATHS = ( |
| 615 | + "$(inherited)", |
| 616 | + "$(SRCROOT)/../../Firebase/Core/Private", |
| 617 | + "$(SRCROOT)/../FirebaseFunctions", |
| 618 | + ); |
603 | 619 | INFOPLIST_FILE = "IntegrationTests/IntegrationTests-Info.plist";
|
604 | 620 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
|
605 | 621 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments