|
294 | 294 | DEE13A361EA1642A00D1BABA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
295 | 295 | DEE13A421EA16EE400D1BABA /* FirebaseAuthUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FirebaseAuthUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
296 | 296 | DEE13AA71EA1761B00D1BABA /* TestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
297 |
| - DEE13ABE1EA1764B00D1BABA /* Auth-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Auth-Info.plist"; path = "../../Example/Auth/App/Auth-Info.plist"; sourceTree = "<group>"; }; |
| 297 | + DEE13ABE1EA1764B00D1BABA /* Auth-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Auth-Info.plist"; path = "../../Example/Auth/App/iOS/Auth-Info.plist"; sourceTree = "<group>"; }; |
298 | 298 | DEE13AC11EA1764B00D1BABA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
299 | 299 | DEE13AC31EA1764B00D1BABA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Main.storyboard; sourceTree = "<group>"; };
|
300 |
| - DEE13AC41EA1764B00D1BABA /* FIRAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FIRAppDelegate.h; path = ../../Example/Auth/App/FIRAppDelegate.h; sourceTree = "<group>"; }; |
301 |
| - DEE13AC51EA1764B00D1BABA /* FIRAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FIRAppDelegate.m; path = ../../Example/Auth/App/FIRAppDelegate.m; sourceTree = "<group>"; }; |
302 |
| - DEE13AC61EA1764B00D1BABA /* FIRViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FIRViewController.h; path = ../../Example/Auth/App/FIRViewController.h; sourceTree = "<group>"; }; |
303 |
| - DEE13AC71EA1764B00D1BABA /* FIRViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FIRViewController.m; path = ../../Example/Auth/App/FIRViewController.m; sourceTree = "<group>"; }; |
| 300 | + DEE13AC41EA1764B00D1BABA /* FIRAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FIRAppDelegate.h; path = ../../Example/Auth/App/iOS/FIRAppDelegate.h; sourceTree = "<group>"; }; |
| 301 | + DEE13AC51EA1764B00D1BABA /* FIRAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FIRAppDelegate.m; path = ../../Example/Auth/App/iOS/FIRAppDelegate.m; sourceTree = "<group>"; }; |
| 302 | + DEE13AC61EA1764B00D1BABA /* FIRViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FIRViewController.h; path = ../../Example/Auth/App/iOS/FIRViewController.h; sourceTree = "<group>"; }; |
| 303 | + DEE13AC71EA1764B00D1BABA /* FIRViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FIRViewController.m; path = ../../Example/Auth/App/iOS/FIRViewController.m; sourceTree = "<group>"; }; |
304 | 304 | DEE13AC81EA1764B00D1BABA /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../Example/Auth/App/GoogleService-Info.plist"; sourceTree = "<group>"; };
|
305 |
| - DEE13ACA1EA1764B00D1BABA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../../Example/Auth/App/main.m; sourceTree = "<group>"; }; |
| 305 | + DEE13ACA1EA1764B00D1BABA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../../Example/Auth/App/iOS/main.m; sourceTree = "<group>"; }; |
306 | 306 | /* End PBXFileReference section */
|
307 | 307 |
|
308 | 308 | /* Begin PBXFrameworksBuildPhase section */
|
|
578 | 578 | DEE13AC21EA1764B00D1BABA /* Main.storyboard */,
|
579 | 579 | );
|
580 | 580 | name = Base.lproj;
|
581 |
| - path = ../../Example/Auth/App/Base.lproj; |
| 581 | + path = ../../Example/Auth/App/iOS/Base.lproj; |
582 | 582 | sourceTree = "<group>";
|
583 | 583 | };
|
584 | 584 | FC34A5565C2ACFA8C5AA3B1E /* Frameworks */ = {
|
|
1620 | 1620 | buildSettings = {
|
1621 | 1621 | ASSETCATALOG_COMPILER_APPICON_NAME = "";
|
1622 | 1622 | DEVELOPMENT_TEAM = EQHXZ8M8AV;
|
1623 |
| - INFOPLIST_FILE = "$(SRCROOT)/../Example/Auth/App/Auth-Info.plist"; |
| 1623 | + INFOPLIST_FILE = "$(SRCROOT)/../Example/Auth/App/iOS/Auth-Info.plist"; |
1624 | 1624 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1625 | 1625 | PRODUCT_BUNDLE_IDENTIFIER = com.google.TestApp;
|
1626 | 1626 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
1633 | 1633 | buildSettings = {
|
1634 | 1634 | ASSETCATALOG_COMPILER_APPICON_NAME = "";
|
1635 | 1635 | DEVELOPMENT_TEAM = EQHXZ8M8AV;
|
1636 |
| - INFOPLIST_FILE = "$(SRCROOT)/../Example/Auth/App/Auth-Info.plist"; |
| 1636 | + INFOPLIST_FILE = "$(SRCROOT)/../Example/Auth/App/iOS/Auth-Info.plist"; |
1637 | 1637 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
1638 | 1638 | PRODUCT_BUNDLE_IDENTIFIER = com.google.TestApp;
|
1639 | 1639 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments