Skip to content

Commit af079bc

Browse files
committed
build: restore internal project structure for Sample
1 parent e1f6e14 commit af079bc

File tree

1 file changed

+12
-7
lines changed
  • Samples/Quickstart/fusionauth-quickstart-swift-ios-native.xcodeproj

1 file changed

+12
-7
lines changed

Samples/Quickstart/fusionauth-quickstart-swift-ios-native.xcodeproj/project.pbxproj

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
0E8454CC2BF50CE8007C5E0D /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E8454CB2BF50CE8007C5E0D /* HomeView.swift */; };
2020
0E8454CE2BF50D19007C5E0D /* MakeChangeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E8454CD2BF50D19007C5E0D /* MakeChangeView.swift */; };
2121
0EB100102CD90699007AB813 /* FusionAuth.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0EB1000F2CD90699007AB813 /* FusionAuth.plist */; };
22+
9326C2A12C80692B001C9CDB /* fusionauth-ios-mobilesdk in Resources */ = {isa = PBXBuildFile; fileRef = 9326C2A02C80692B001C9CDB /* fusionauth-ios-mobilesdk */; };
2223
939AED192CC91492000E2D3F /* QuickstartTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 939AED162CC91492000E2D3F /* QuickstartTests.swift */; };
2324
/* End PBXBuildFile section */
2425

@@ -46,6 +47,7 @@
4647
0E8454CB2BF50CE8007C5E0D /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
4748
0E8454CD2BF50D19007C5E0D /* MakeChangeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MakeChangeView.swift; sourceTree = "<group>"; };
4849
0EB1000F2CD90699007AB813 /* FusionAuth.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = FusionAuth.plist; sourceTree = "<group>"; };
50+
9326C2A02C80692B001C9CDB /* fusionauth-ios-mobilesdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "fusionauth-ios-mobilesdk"; path = ../../..; sourceTree = "<group>"; };
4951
939AED162CC91492000E2D3F /* QuickstartTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickstartTests.swift; sourceTree = "<group>"; };
5052
/* End PBXFileReference section */
5153

@@ -72,6 +74,7 @@
7274
isa = PBXGroup;
7375
children = (
7476
0E2795F72BD937B800738892 /* Quickstart */,
77+
9326C2432C8067DA001C9CDB /* Packages */,
7578
939AED182CC91492000E2D3F /* QuickstartTests */,
7679
0E2795F62BD937B800738892 /* Products */,
7780
0E8454C42BF50595007C5E0D /* Frameworks */,
@@ -120,6 +123,14 @@
120123
name = Frameworks;
121124
sourceTree = "<group>";
122125
};
126+
9326C2432C8067DA001C9CDB /* Packages */ = {
127+
isa = PBXGroup;
128+
children = (
129+
9326C2A02C80692B001C9CDB /* fusionauth-ios-mobilesdk */,
130+
);
131+
path = Packages;
132+
sourceTree = "<group>";
133+
};
123134
939AED182CC91492000E2D3F /* QuickstartTests */ = {
124135
isa = PBXGroup;
125136
children = (
@@ -226,6 +237,7 @@
226237
files = (
227238
0EB100102CD90699007AB813 /* FusionAuth.plist in Resources */,
228239
0E2796002BD937BA00738892 /* Preview Assets.xcassets in Resources */,
240+
9326C2A12C80692B001C9CDB /* fusionauth-ios-mobilesdk in Resources */,
229241
0E2795FD2BD937BA00738892 /* Assets.xcassets in Resources */,
230242
);
231243
runOnlyForDeploymentPostprocessing = 0;
@@ -518,13 +530,6 @@
518530
};
519531
/* End XCConfigurationList section */
520532

521-
/* Begin XCLocalSwiftPackageReference section */
522-
0E5184912CD6279C004E2416 /* XCLocalSwiftPackageReference "../../../fusionauth-ios-mobilesdk" */ = {
523-
isa = XCLocalSwiftPackageReference;
524-
relativePath = "../../../fusionauth-ios-mobilesdk";
525-
};
526-
/* End XCLocalSwiftPackageReference section */
527-
528533
/* Begin XCSwiftPackageProductDependency section */
529534
0E3A85552BD94071008D2419 /* FusionAuth */ = {
530535
isa = XCSwiftPackageProductDependency;

0 commit comments

Comments
 (0)