Skip to content

Commit 1e28294

Browse files
author
Luc Dion
authored
Merge pull request #11 from mirego/synx_project
Synx the project
2 parents 740ba4d + 4a8be8e commit 1e28294

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

MCSwiftLayout.xcodeproj/project.pbxproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinPointCoordinatesSpec.swift; sourceTree = "<group>"; };
6464
2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RelativePositionSpec.swift; sourceTree = "<group>"; };
6565
249EFE7A1E64FB4C00165E39 /* MCSwiftLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MCSwiftLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66-
249EFE7D1E64FB4C00165E39 /* MCSwiftLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MCSwiftLayout.h; path = MCSwiftLayout/MCSwiftLayout.h; sourceTree = "<group>"; };
67-
249EFE7E1E64FB4C00165E39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = MCSwiftLayout/Info.plist; sourceTree = "<group>"; };
66+
249EFE7D1E64FB4C00165E39 /* MCSwiftLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MCSwiftLayout.h; sourceTree = "<group>"; };
67+
249EFE7E1E64FB4C00165E39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6868
249EFE831E64FB4C00165E39 /* MCSwiftLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MCSwiftLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6969
249EFE881E64FB4C00165E39 /* MCSwiftLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCSwiftLayoutTests.swift; sourceTree = "<group>"; };
7070
249EFE8A1E64FB4C00165E39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7171
DF11A3701E833F03008B33E5 /* Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; };
72-
DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIView+PinLayout.swift"; path = "Extensions/UIView+PinLayout.swift"; sourceTree = "<group>"; };
73-
DF11A3791E834B3F008B33E5 /* Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Coordinates.swift; path = Helpers/Coordinates.swift; sourceTree = "<group>"; };
72+
DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+PinLayout.swift"; sourceTree = "<group>"; };
73+
DF11A3791E834B3F008B33E5 /* Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Coordinates.swift; sourceTree = "<group>"; };
7474
/* End PBXFileReference section */
7575

7676
/* Begin PBXFrameworksBuildPhase section */
@@ -108,8 +108,8 @@
108108
children = (
109109
249EFE7C1E64FB4C00165E39 /* MCSwiftLayout */,
110110
249EFE871E64FB4C00165E39 /* MCSwiftLayoutTests */,
111-
DF11A3741E834181008B33E5 /* Supporting Files */,
112111
249EFE7B1E64FB4C00165E39 /* Products */,
112+
DF11A3741E834181008B33E5 /* Supporting Files */,
113113
138A1F602470415292B7194B /* Frameworks */,
114114
);
115115
sourceTree = "<group>";
@@ -137,42 +137,42 @@
137137
249EFE871E64FB4C00165E39 /* MCSwiftLayoutTests */ = {
138138
isa = PBXGroup;
139139
children = (
140+
2469C4FF1E75D74000073BEE /* AdjustSizeSpec.swift */,
140141
2469C5011E75D88500073BEE /* BasicView.swift */,
142+
249EFE8A1E64FB4C00165E39 /* Info.plist */,
141143
249EFE881E64FB4C00165E39 /* MCSwiftLayoutTests.swift */,
142-
2469C4FF1E75D74000073BEE /* AdjustSizeSpec.swift */,
143144
244C6E141E776A0C0074FC74 /* MarginsAndInsetsSpec.swift */,
144-
246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */,
145145
2469C4FB1E74855D00073BEE /* PinEdgeCoordinateSpec.swift */,
146-
2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */,
146+
246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */,
147147
2469C5031E75DB7600073BEE /* RectNimbleMatcher.swift */,
148-
249EFE8A1E64FB4C00165E39 /* Info.plist */,
148+
2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */,
149149
);
150150
path = MCSwiftLayoutTests;
151151
sourceTree = "<group>";
152152
};
153153
DF11A3741E834181008B33E5 /* Supporting Files */ = {
154154
isa = PBXGroup;
155155
children = (
156-
249EFE7D1E64FB4C00165E39 /* MCSwiftLayout.h */,
157156
249EFE7E1E64FB4C00165E39 /* Info.plist */,
157+
249EFE7D1E64FB4C00165E39 /* MCSwiftLayout.h */,
158158
);
159-
name = "Supporting Files";
159+
path = "Supporting Files";
160160
sourceTree = "<group>";
161161
};
162162
DF11A3751E834194008B33E5 /* Extensions */ = {
163163
isa = PBXGroup;
164164
children = (
165165
DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */,
166166
);
167-
name = Extensions;
167+
path = Extensions;
168168
sourceTree = "<group>";
169169
};
170170
DF11A3761E8341A2008B33E5 /* Helpers */ = {
171171
isa = PBXGroup;
172172
children = (
173173
DF11A3791E834B3F008B33E5 /* Coordinates.swift */,
174174
);
175-
name = Helpers;
175+
path = Helpers;
176176
sourceTree = "<group>";
177177
};
178178
/* End PBXGroup section */
@@ -449,7 +449,7 @@
449449
DYLIB_COMPATIBILITY_VERSION = 1;
450450
DYLIB_CURRENT_VERSION = 1;
451451
DYLIB_INSTALL_NAME_BASE = "@rpath";
452-
INFOPLIST_FILE = MCSwiftLayout/Info.plist;
452+
INFOPLIST_FILE = "Supporting Files/Info.plist";
453453
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
454454
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
455455
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
@@ -471,7 +471,7 @@
471471
DYLIB_COMPATIBILITY_VERSION = 1;
472472
DYLIB_CURRENT_VERSION = 1;
473473
DYLIB_INSTALL_NAME_BASE = "@rpath";
474-
INFOPLIST_FILE = MCSwiftLayout/Info.plist;
474+
INFOPLIST_FILE = "Supporting Files/Info.plist";
475475
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
476476
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
477477
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

0 commit comments

Comments
 (0)