From dae5989063a40c7c8b646e5e98a529c691f50c80 Mon Sep 17 00:00:00 2001 From: Sven Tiigi Date: Thu, 26 Sep 2019 18:17:28 +0200 Subject: [PATCH] Removed .swift-version Xcode file reference --- Template/KITPROJECT.xcodeproj/project.pbxproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/Template/KITPROJECT.xcodeproj/project.pbxproj b/Template/KITPROJECT.xcodeproj/project.pbxproj index 4284098..97b8a7e 100644 --- a/Template/KITPROJECT.xcodeproj/project.pbxproj +++ b/Template/KITPROJECT.xcodeproj/project.pbxproj @@ -86,7 +86,6 @@ 3D9C42D722745CDE000A6585 /* KITPROJECTTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KITPROJECTTests.swift; sourceTree = ""; }; 3D9C42D822745DAF000A6585 /* .jazzy.yaml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .jazzy.yaml; sourceTree = SOURCE_ROOT; }; 3D9C42D922745DAF000A6585 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = SOURCE_ROOT; }; - 3D9C42DA22745DB0000A6585 /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = SOURCE_ROOT; }; 3D9C42DB22745DB0000A6585 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = SOURCE_ROOT; }; 3D9C42EC22745FDA000A6585 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxMain.swift; sourceTree = ""; }; 3D9C42F12274604A000A6585 /* KITPROJECT-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "KITPROJECT-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -206,7 +205,6 @@ 3D9C42D522745B48000A6585 /* README.md */, 3D9C42DB22745DB0000A6585 /* .gitignore */, 3D9C42D822745DAF000A6585 /* .jazzy.yaml */, - 3D9C42DA22745DB0000A6585 /* .swift-version */, 3D9C42D922745DAF000A6585 /* .swiftlint.yml */, 3DB91AC4229AC263002668DA /* .travis.yml */, 3DB91AC5229AC26C002668DA /* .gitlab-ci.yml */,