Skip to content

Commit 55a772e

Browse files
author
Luc Dion
authored
Merge pull request #14 from mirego/rename_v2
Renamed to PinLayout
2 parents cf61816 + d69aeda commit 55a772e

File tree

81 files changed

+1602
-854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1602
-854
lines changed

.codeclimate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ratings:
77
- "**.swift"
88

99
exclude_paths:
10-
- MCSwiftLayoutTests
11-
- MCSwiftLayoutSample
10+
- PinLayoutTests
11+
- PinLayoutSample
1212
- Carthage
1313
- Source/Pods
1414
- data

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build/
55
DerivedData/
66
Pods/
77
Carthage/
8-
MCSwiftLayoutSample/Pods
8+
PinLayoutSample/Pods
99
xcuserdata
1010
*.xcworkspace
1111
data/

.tailor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
include:
2-
- MCSwiftLayout
2+
- PinLayout
33

44
exclude:
5-
- MCSwiftLayoutTests
6-
- MCSwiftLayoutSample
5+
- PinLayoutTests
6+
- PinLayoutSample
77
- Carthage
88
- Source/Pods
99
- data

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
osx_image: xcode8
3-
xcode_project: MCSwiftLayout.xcodeproj
4-
xcode_scheme: MCSwiftLayout
3+
xcode_project: PinLayout.xcodeproj
4+
xcode_scheme: PinLayout
55
xcode_sdk: iphonesimulator9.3
66
env:
77
global:
@@ -12,8 +12,8 @@ before_install:
1212
- ./install-dependencies.sh
1313

1414
script: xcodebuild
15-
-project MCSwiftLayout.xcodeproj
16-
-scheme "MCSwiftLayout"
15+
-project PinLayout.xcodeproj
16+
-scheme "PinLayout"
1717
-sdk iphonesimulator
1818
-destination 'platform=iOS Simulator,name=iPhone 6'
1919
-enableCodeCoverage YES

MCSwiftLayout.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

MCSwiftLayoutSample/MCSwiftLayoutSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

MCSwiftLayoutSample/MCSwiftLayoutSample/AppDelegate.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

MCSwiftLayoutSample/MCSwiftLayoutSample/Domain/Expect.swift

Lines changed: 0 additions & 16 deletions
This file was deleted.

MCSwiftLayoutSample/MCSwiftLayoutSample/UI/Common/BasicView.swift

Lines changed: 0 additions & 54 deletions
This file was deleted.

MCSwiftLayoutSample/MCSwiftLayoutSample/UI/Tests/BothEdgesSnapped/BothEdgesSnappedViewController.swift

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)