|
@@ -53,6 +53,8 @@ |
|
@@ -53,6 +53,8 @@ |
53
|
3AED06201AD5A1400053CC65 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05DC1AD5A0470053CC65 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
53
|
3AED06201AD5A1400053CC65 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05DC1AD5A0470053CC65 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
54
|
3AED06211AD5A1400053CC65 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05ED1AD5A0470053CC65 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
54
|
3AED06211AD5A1400053CC65 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05ED1AD5A0470053CC65 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
55
|
3AED06221AD5A1400053CC65 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05DE1AD5A0470053CC65 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
55
|
3AED06221AD5A1400053CC65 /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AED05DE1AD5A0470053CC65 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
56
|
+ 4473548D1B39F772004DACCB /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4473548B1B39F772004DACCB /* ViewController+MASAdditions.h */; };
|
|
|
57
|
+ 4473548E1B39F772004DACCB /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4473548C1B39F772004DACCB /* ViewController+MASAdditions.m */; };
|
56
|
/* End PBXBuildFile section */
|
58
|
/* End PBXBuildFile section */
|
57
|
|
59
|
|
58
|
/* Begin PBXFileReference section */
|
60
|
/* Begin PBXFileReference section */
|
|
@@ -82,6 +84,8 @@ |
|
@@ -82,6 +84,8 @@ |
82
|
3AED05F01AD5A0470053CC65 /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
|
84
|
3AED05F01AD5A0470053CC65 /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
|
83
|
3AED05F11AD5A0470053CC65 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
|
85
|
3AED05F11AD5A0470053CC65 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
|
84
|
3AED06271AD5A1400053CC65 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
86
|
3AED06271AD5A1400053CC65 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
87
|
+ 4473548B1B39F772004DACCB /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ViewController+MASAdditions.h"; sourceTree = "<group>"; };
|
|
|
88
|
+ 4473548C1B39F772004DACCB /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditions.m"; sourceTree = "<group>"; };
|
85
|
/* End PBXFileReference section */
|
89
|
/* End PBXFileReference section */
|
86
|
|
90
|
|
87
|
/* Begin PBXFrameworksBuildPhase section */
|
91
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -127,6 +131,8 @@ |
|
@@ -127,6 +131,8 @@ |
127
|
3AED05EF1AD5A0470053CC65 /* View+MASAdditions.h */,
|
131
|
3AED05EF1AD5A0470053CC65 /* View+MASAdditions.h */,
|
128
|
3AED05F01AD5A0470053CC65 /* View+MASAdditions.m */,
|
132
|
3AED05F01AD5A0470053CC65 /* View+MASAdditions.m */,
|
129
|
3AED05F11AD5A0470053CC65 /* View+MASShorthandAdditions.h */,
|
133
|
3AED05F11AD5A0470053CC65 /* View+MASShorthandAdditions.h */,
|
|
|
134
|
+ 4473548B1B39F772004DACCB /* ViewController+MASAdditions.h */,
|
|
|
135
|
+ 4473548C1B39F772004DACCB /* ViewController+MASAdditions.m */,
|
130
|
3AED05EA1AD5A0470053CC65 /* NSArray+MASAdditions.h */,
|
136
|
3AED05EA1AD5A0470053CC65 /* NSArray+MASAdditions.h */,
|
131
|
3AED05EB1AD5A0470053CC65 /* NSArray+MASAdditions.m */,
|
137
|
3AED05EB1AD5A0470053CC65 /* NSArray+MASAdditions.m */,
|
132
|
3AED05EC1AD5A0470053CC65 /* NSArray+MASShorthandAdditions.h */,
|
138
|
3AED05EC1AD5A0470053CC65 /* NSArray+MASShorthandAdditions.h */,
|
|
@@ -167,6 +173,7 @@ |
|
@@ -167,6 +173,7 @@ |
167
|
files = (
|
173
|
files = (
|
168
|
3AED06051AD5A0470053CC65 /* View+MASAdditions.h in Headers */,
|
174
|
3AED06051AD5A0470053CC65 /* View+MASAdditions.h in Headers */,
|
169
|
3AED06071AD5A0470053CC65 /* View+MASShorthandAdditions.h in Headers */,
|
175
|
3AED06071AD5A0470053CC65 /* View+MASShorthandAdditions.h in Headers */,
|
|
|
176
|
+ 4473548D1B39F772004DACCB /* ViewController+MASAdditions.h in Headers */,
|
170
|
3AED05FC1AD5A0470053CC65 /* MASViewAttribute.h in Headers */,
|
177
|
3AED05FC1AD5A0470053CC65 /* MASViewAttribute.h in Headers */,
|
171
|
3AED05BD1AD59FD40053CC65 /* Masonry.h in Headers */,
|
178
|
3AED05BD1AD59FD40053CC65 /* Masonry.h in Headers */,
|
172
|
3AED05F91AD5A0470053CC65 /* MASLayoutConstraint.h in Headers */,
|
179
|
3AED05F91AD5A0470053CC65 /* MASLayoutConstraint.h in Headers */,
|
|
@@ -298,6 +305,7 @@ |
|
@@ -298,6 +305,7 @@ |
298
|
files = (
|
305
|
files = (
|
299
|
3AED06011AD5A0470053CC65 /* NSArray+MASAdditions.m in Sources */,
|
306
|
3AED06011AD5A0470053CC65 /* NSArray+MASAdditions.m in Sources */,
|
300
|
3AED05FD1AD5A0470053CC65 /* MASViewAttribute.m in Sources */,
|
307
|
3AED05FD1AD5A0470053CC65 /* MASViewAttribute.m in Sources */,
|
|
|
308
|
+ 4473548E1B39F772004DACCB /* ViewController+MASAdditions.m in Sources */,
|
301
|
3AED05FA1AD5A0470053CC65 /* MASLayoutConstraint.m in Sources */,
|
309
|
3AED05FA1AD5A0470053CC65 /* MASLayoutConstraint.m in Sources */,
|
302
|
3AED05F51AD5A0470053CC65 /* MASConstraint.m in Sources */,
|
310
|
3AED05F51AD5A0470053CC65 /* MASConstraint.m in Sources */,
|
303
|
3AED05FF1AD5A0470053CC65 /* MASViewConstraint.m in Sources */,
|
311
|
3AED05FF1AD5A0470053CC65 /* MASViewConstraint.m in Sources */,
|