diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 16:51:14 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-16 16:51:14 -0700 |
commit | 373646f6611e92525c605d3fb3d1d462b0a4cfd5 (patch) | |
tree | 6716346eebd0bb2f23ea5de6e98a3a23248486e6 /iGopherBrowser.xcodeproj/project.pbxproj | |
parent | fd7fb8bb4c2e26ed9a5fbed5b725b8b44869e0b3 (diff) |
init v0.9
Diffstat (limited to 'iGopherBrowser.xcodeproj/project.pbxproj')
-rw-r--r-- | iGopherBrowser.xcodeproj/project.pbxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iGopherBrowser.xcodeproj/project.pbxproj b/iGopherBrowser.xcodeproj/project.pbxproj index 346e488..4aad221 100644 --- a/iGopherBrowser.xcodeproj/project.pbxproj +++ b/iGopherBrowser.xcodeproj/project.pbxproj @@ -14,6 +14,8 @@ 3E1BCC602B297E9C00A4CB69 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E1BCC5F2B297E9C00A4CB69 /* Preview Assets.xcassets */; }; 3E1BCC842B298A9B00A4CB69 /* SwiftGopherClient in Frameworks */ = {isa = PBXBuildFile; productRef = 3E1BCC832B298A9B00A4CB69 /* SwiftGopherClient */; }; 3E1BCC862B299E9F00A4CB69 /* SidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1BCC852B299E9F00A4CB69 /* SidebarView.swift */; }; + 3EFB9C0D2B2E4F06005EAD7C /* SearchInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */; }; + 3EFB9C0F2B2E6325005EAD7C /* FileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -26,6 +28,8 @@ 3E1BCC5F2B297E9C00A4CB69 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 3E1BCC612B297E9C00A4CB69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 3E1BCC852B299E9F00A4CB69 /* SidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarView.swift; sourceTree = "<group>"; }; + 3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchInputView.swift; sourceTree = "<group>"; }; + 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileView.swift; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -68,6 +72,8 @@ 3E1BCC612B297E9C00A4CB69 /* Info.plist */, 3E1BCC5E2B297E9C00A4CB69 /* Preview Content */, 3E1BCC852B299E9F00A4CB69 /* SidebarView.swift */, + 3EFB9C0C2B2E4F06005EAD7C /* SearchInputView.swift */, + 3EFB9C0E2B2E6325005EAD7C /* FileView.swift */, ); path = iGopherBrowser; sourceTree = "<group>"; @@ -163,10 +169,12 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3EFB9C0F2B2E6325005EAD7C /* FileView.swift in Sources */, 3E1BCC582B297E9B00A4CB69 /* ContentView.swift in Sources */, 3E1BCC862B299E9F00A4CB69 /* SidebarView.swift in Sources */, 3E1BCC5A2B297E9B00A4CB69 /* Item.swift in Sources */, 3E1BCC562B297E9B00A4CB69 /* iGopherBrowserApp.swift in Sources */, + 3EFB9C0D2B2E4F06005EAD7C /* SearchInputView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |