Skip to content

Commit 75e5a26

Browse files
author
Luc Dion
authored
Merge pull request #39 from mirego/reorganize_project_folder
Reorganize project folder
2 parents 4ed5094 + 20e0287 commit 75e5a26

Some content is hidden

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

54 files changed

+121
-28
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
.build/
55
build/
6-
DerivedData/
7-
Pods/
86
Carthage/
9-
PinLayoutSample/Pods
107
xcuserdata
11-
*.xcworkspace
128
data/

Docs/Notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@
107107
//constrain(button1, button2) { button1, button2 in
108108
// button1.right == button2.left - 12
109109
//}
110-
*/
110+
*/

Example/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Xcode
2+
#
3+
4+
Pods
5+
xcuserdata
File renamed without changes.

PinLayoutSample/PinLayoutSample.xcodeproj/project.pbxproj renamed to Example/PinLayoutSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@
188188
249EFE361E64FAFE00165E39 = {
189189
isa = PBXGroup;
190190
children = (
191-
2439CC1E1E665858003326FB /* PinLayout.xcodeproj */,
192191
160FB83905049FCEDD18DC8A /* Frameworks */,
193192
249EFE411E64FAFE00165E39 /* PinLayoutSample */,
194193
F143180314A617EFD07C5709 /* Pods */,
195194
249EFE401E64FAFE00165E39 /* Products */,
195+
2439CC1E1E665858003326FB /* PinLayout.xcodeproj */,
196196
);
197197
sourceTree = "<group>";
198198
};

Example/PinLayoutSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)