From d94c2e622ae4f457e4d6ce3d93cd35de0ec05b19 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Wed, 6 Feb 2019 07:30:07 -0800 Subject: [PATCH] Add SwiftLint and Travis configuration files to project --- ScrollingContentViewController.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ScrollingContentViewController.xcodeproj/project.pbxproj b/ScrollingContentViewController.xcodeproj/project.pbxproj index 56304e8..8b58490 100644 --- a/ScrollingContentViewController.xcodeproj/project.pbxproj +++ b/ScrollingContentViewController.xcodeproj/project.pbxproj @@ -244,6 +244,8 @@ 3AAC04F321E4518700D94DA5 /* SignUpViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = ""; }; 3AC88F4F21E5B7F500EED460 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3AC88F5021E5B7F600EED460 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 3ACE0D7B220B34BE0093FE5A /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = ""; }; + 3ACE0D7C220B34BE0093FE5A /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = ""; }; 3AD597C821F3964000F220A0 /* CodeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeTests.swift; sourceTree = ""; }; 3AD597CA21F3995A00F220A0 /* ManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManagerTests.swift; sourceTree = ""; }; 3AD597CC21F3AC2000F220A0 /* IntrinsicSizeContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntrinsicSizeContentView.swift; sourceTree = ""; }; @@ -336,6 +338,8 @@ 3AAC048921E2D3FD00D94DA5 /* LICENSE */, 3AAC048821E2D3FD00D94DA5 /* README.md */, 3AAC048A21E2D3FD00D94DA5 /* ScrollingContentViewController.podspec */, + 3ACE0D7B220B34BE0093FE5A /* .swiftlint.yml */, + 3ACE0D7C220B34BE0093FE5A /* .travis.yml */, 3A5702D021E2CBB600E4CC55 /* Source */, 3AAC04A521E39FBF00D94DA5 /* Examples */, 3A5702DB21E2CBB600E4CC55 /* Tests */,