Skip to content

Commit b42a415

Browse files
committed
refactor(quickstart): fix sdk path and update dependencies
1 parent 4435790 commit b42a415

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
0E8454CB2BF50CE8007C5E0D /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
4848
0E8454CD2BF50D19007C5E0D /* MakeChangeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MakeChangeView.swift; sourceTree = "<group>"; };
4949
0EB1000F2CD90699007AB813 /* FusionAuth.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = FusionAuth.plist; sourceTree = "<group>"; };
50-
9326C2A02C80692B001C9CDB /* fusionauth-swift-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "fusionauth-swift-sdk"; path = ../../..; sourceTree = "<group>"; };
50+
9326C2A02C80692B001C9CDB /* fusionauth-swift-sdk */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "fusionauth-swift-sdk"; path = ../..; sourceTree = "<group>"; };
5151
939AED162CC91492000E2D3F /* QuickstartTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickstartTests.swift; sourceTree = "<group>"; };
5252
/* End PBXFileReference section */
5353

0 commit comments

Comments
 (0)