Skip to content

Commit d0e0b13

Browse files
chore: swift example app uses package locally
1 parent ce32551 commit d0e0b13

File tree

1 file changed

+30
-0
lines changed
  • samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj

1 file changed

+30
-0
lines changed

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
objectVersion = 77;
77
objects = {
88

9+
/* Begin PBXBuildFile section */
10+
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */; };
11+
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */; };
12+
/* End PBXBuildFile section */
13+
914
/* Begin PBXContainerItemProxy section */
1015
46F89C1B2D64A86D000F8BC0 /* PBXContainerItemProxy */ = {
1116
isa = PBXContainerItemProxy;
@@ -52,6 +57,8 @@
5257
isa = PBXFrameworksBuildPhase;
5358
buildActionMask = 2147483647;
5459
files = (
60+
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
61+
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
5562
);
5663
runOnlyForDeploymentPostprocessing = 0;
5764
};
@@ -112,6 +119,8 @@
112119
);
113120
name = FirebaseSwiftUIExample;
114121
packageProductDependencies = (
122+
46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */,
123+
46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */,
115124
);
116125
productName = FirebaseSwiftUIExample;
117126
productReference = 46F89C082D64A86C000F8BC0 /* FirebaseSwiftUIExample.app */;
@@ -195,6 +204,9 @@
195204
);
196205
mainGroup = 46F89BFF2D64A86C000F8BC0;
197206
minimizedProjectReferenceProxies = 1;
207+
packageReferences = (
208+
46F89C4B2D64BB9B000F8BC0 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */,
209+
);
198210
preferredProjectObjectVersion = 77;
199211
productRefGroup = 46F89C092D64A86C000F8BC0 /* Products */;
200212
projectDirPath = "";
@@ -558,6 +570,24 @@
558570
defaultConfigurationName = Release;
559571
};
560572
/* End XCConfigurationList section */
573+
574+
/* Begin XCLocalSwiftPackageReference section */
575+
46F89C4B2D64BB9B000F8BC0 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */ = {
576+
isa = XCLocalSwiftPackageReference;
577+
relativePath = "../../../../firebaseUI-ios";
578+
};
579+
/* End XCLocalSwiftPackageReference section */
580+
581+
/* Begin XCSwiftPackageProductDependency section */
582+
46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */ = {
583+
isa = XCSwiftPackageProductDependency;
584+
productName = FirebaseAuthSwiftUI;
585+
};
586+
46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */ = {
587+
isa = XCSwiftPackageProductDependency;
588+
productName = FirebaseAuthSwiftUI;
589+
};
590+
/* End XCSwiftPackageProductDependency section */
561591
};
562592
rootObject = 46F89C002D64A86C000F8BC0 /* Project object */;
563593
}

0 commit comments

Comments
 (0)