From 1ee63c2c7e71d97ead57175b37d2c624a415c856 Mon Sep 17 00:00:00 2001 From: Bob Shand Date: Sun, 29 Aug 2021 21:21:35 -0300 Subject: [PATCH] Fix the paths for SettingsView.swift and SettingsView+SyncView.swift. The path included a lot of "../../../../" and included hardcoded paths under /Users/ethan --- OpenSesame.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSesame.xcodeproj/project.pbxproj b/OpenSesame.xcodeproj/project.pbxproj index 93fdf90..007f1f6 100644 --- a/OpenSesame.xcodeproj/project.pbxproj +++ b/OpenSesame.xcodeproj/project.pbxproj @@ -219,8 +219,8 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - AA016A3126D577B8007397A7 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SettingsView.swift; path = "../../../../../../../../../../Macintosh HD/Users/ethan/Projects/OpenSesame/OpenSesame/Shared/Views/SettingsView/iOS/SettingsView.swift"; sourceTree = ""; }; - AA016A3526D586DC007397A7 /* SettingsView+SyncView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "SettingsView+SyncView.swift"; path = "../../../../../../../../../../Macintosh HD/Users/ethan/Projects/OpenSesame/OpenSesame/Shared/Views/SettingsView/macOS/SettingsView+SyncView.swift"; sourceTree = ""; }; + AA016A3126D577B8007397A7 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = ""; }; + AA016A3526D586DC007397A7 /* SettingsView+SyncView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SettingsView+SyncView.swift"; sourceTree = ""; }; AA05CCD426CDB85000E27F6D /* UserAuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserAuthenticationService.swift; sourceTree = ""; }; AA05CCE026CDDA5200E27F6D /* AutoFill iOS.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "AutoFill iOS.appex"; sourceTree = BUILT_PRODUCTS_DIR; }; AA05CCE326CDDA5200E27F6D /* CredentialProviderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CredentialProviderViewController.swift; sourceTree = ""; };