Skip to content

Commit

Permalink
Merge pull request #14 from mirego/rename_v2
Browse files Browse the repository at this point in the history
Renamed to PinLayout
  • Loading branch information
Luc Dion authored Mar 29, 2017
2 parents cf61816 + d69aeda commit 55a772e
Show file tree
Hide file tree
Showing 81 changed files with 1,602 additions and 854 deletions.
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

0 comments on commit 55a772e

Please sign in to comment.