Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ratings:
- "**.swift"

exclude_paths:
- MCSwiftLayoutTests
- MCSwiftLayoutSample
- PinLayoutTests
- PinLayoutSample
- Carthage
- Source/Pods
- data
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build/
DerivedData/
Pods/
Carthage/
MCSwiftLayoutSample/Pods
PinLayoutSample/Pods
xcuserdata
*.xcworkspace
data/
6 changes: 3 additions & 3 deletions .tailor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include:
- MCSwiftLayout
- PinLayout

exclude:
- MCSwiftLayoutTests
- MCSwiftLayoutSample
- PinLayoutTests
- PinLayoutSample
- Carthage
- Source/Pods
- data
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode8
xcode_project: MCSwiftLayout.xcodeproj
xcode_scheme: MCSwiftLayout
xcode_project: PinLayout.xcodeproj
xcode_scheme: PinLayout
xcode_sdk: iphonesimulator9.3
env:
global:
Expand All @@ -12,8 +12,8 @@ before_install:
- ./install-dependencies.sh

script: xcodebuild
-project MCSwiftLayout.xcodeproj
-scheme "MCSwiftLayout"
-project PinLayout.xcodeproj
-scheme "PinLayout"
-sdk iphonesimulator
-destination 'platform=iOS Simulator,name=iPhone 6'
-enableCodeCoverage YES
Expand Down

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions MCSwiftLayoutSample/MCSwiftLayoutSample/AppDelegate.swift

This file was deleted.

16 changes: 0 additions & 16 deletions MCSwiftLayoutSample/MCSwiftLayoutSample/Domain/Expect.swift

This file was deleted.

54 changes: 0 additions & 54 deletions MCSwiftLayoutSample/MCSwiftLayoutSample/UI/Common/BasicView.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading