|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 5A3B25361945F89500838EF4 /* NibTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3B25351945F89500838EF4 /* NibTableViewCell.swift */; }; |
| 11 | + 5A3B25381945F8AC00838EF4 /* NibTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5A3B25371945F8AC00838EF4 /* NibTableViewCell.xib */; }; |
10 | 12 | 99BCDCA518008C0000B8E66B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA418008C0000B8E66B /* Foundation.framework */; };
|
11 | 13 | 99BCDCA718008C0000B8E66B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA618008C0000B8E66B /* CoreGraphics.framework */; };
|
12 | 14 | 99BCDCA918008C0000B8E66B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA818008C0000B8E66B /* UIKit.framework */; };
|
|
35 | 37 | /* End PBXContainerItemProxy section */
|
36 | 38 |
|
37 | 39 | /* Begin PBXFileReference section */
|
| 40 | + 5A3B25351945F89500838EF4 /* NibTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NibTableViewCell.swift; sourceTree = "<group>"; }; |
| 41 | + 5A3B25371945F8AC00838EF4 /* NibTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NibTableViewCell.xib; sourceTree = "<group>"; }; |
38 | 42 | 99BCDCA118008C0000B8E66B /* TableViewCellWithAutoLayout.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TableViewCellWithAutoLayout.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
39 | 43 | 99BCDCA418008C0000B8E66B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
40 | 44 | 99BCDCA618008C0000B8E66B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
156 | 160 | children = (
|
157 | 161 | A7C103201943F73C006A9720 /* TableViewCellWithAutoLayout-Bridging-Header.h */,
|
158 | 162 | A7F5DDAB19440B7B008E238B /* Model.swift */,
|
159 |
| - A7C103211943F73D006A9720 /* TableViewCell.swift */, |
160 | 163 | A7F5DDAD194417DC008E238B /* TableViewController.swift */,
|
| 164 | + B13F6E9E1947D6DE00FF3B42 /* Programmatic */, |
| 165 | + B13F6E9F1947D6EB00FF3B42 /* Interface Builder */, |
161 | 166 | );
|
162 | 167 | path = TableViewController;
|
163 | 168 | sourceTree = "<group>";
|
164 | 169 | };
|
| 170 | + B13F6E9E1947D6DE00FF3B42 /* Programmatic */ = { |
| 171 | + isa = PBXGroup; |
| 172 | + children = ( |
| 173 | + A7C103211943F73D006A9720 /* TableViewCell.swift */, |
| 174 | + ); |
| 175 | + name = Programmatic; |
| 176 | + sourceTree = "<group>"; |
| 177 | + }; |
| 178 | + B13F6E9F1947D6EB00FF3B42 /* Interface Builder */ = { |
| 179 | + isa = PBXGroup; |
| 180 | + children = ( |
| 181 | + 5A3B25351945F89500838EF4 /* NibTableViewCell.swift */, |
| 182 | + 5A3B25371945F8AC00838EF4 /* NibTableViewCell.xib */, |
| 183 | + ); |
| 184 | + name = "Interface Builder"; |
| 185 | + sourceTree = "<group>"; |
| 186 | + }; |
165 | 187 | B147F1811867A715002B0C25 /* UIView+AutoLayout */ = {
|
166 | 188 | isa = PBXGroup;
|
167 | 189 | children = (
|
|
216 | 238 | isa = PBXProject;
|
217 | 239 | attributes = {
|
218 | 240 | CLASSPREFIX = RJ;
|
219 |
| - LastUpgradeCheck = 0500; |
| 241 | + LastUpgradeCheck = 0600; |
220 | 242 | ORGANIZATIONNAME = RobotJackalope;
|
221 | 243 | TargetAttributes = {
|
222 | 244 | 99BCDCBB18008C0000B8E66B = {
|
|
248 | 270 | buildActionMask = 2147483647;
|
249 | 271 | files = (
|
250 | 272 | 99BCDCAF18008C0000B8E66B /* InfoPlist.strings in Resources */,
|
| 273 | + 5A3B25381945F8AC00838EF4 /* NibTableViewCell.xib in Resources */, |
251 | 274 | 99BCDCB718008C0000B8E66B /* Images.xcassets in Resources */,
|
252 | 275 | );
|
253 | 276 | runOnlyForDeploymentPostprocessing = 0;
|
|
268 | 291 | buildActionMask = 2147483647;
|
269 | 292 | files = (
|
270 | 293 | B147F1841867A715002B0C25 /* UIView+AutoLayout.m in Sources */,
|
| 294 | + 5A3B25361945F89500838EF4 /* NibTableViewCell.swift in Sources */, |
271 | 295 | A7F5DDAE194417DC008E238B /* TableViewController.swift in Sources */,
|
272 | 296 | A7F5DDAA194408D9008E238B /* AppDelegate.swift in Sources */,
|
273 | 297 | A7F5DDAC19440B7B008E238B /* Model.swift in Sources */,
|
|
317 | 341 | isa = XCBuildConfiguration;
|
318 | 342 | buildSettings = {
|
319 | 343 | ALWAYS_SEARCH_USER_PATHS = NO;
|
320 |
| - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; |
321 | 344 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
322 | 345 | CLANG_CXX_LIBRARY = "libc++";
|
323 | 346 | CLANG_ENABLE_MODULES = YES;
|
|
357 | 380 | isa = XCBuildConfiguration;
|
358 | 381 | buildSettings = {
|
359 | 382 | ALWAYS_SEARCH_USER_PATHS = NO;
|
360 |
| - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; |
361 | 383 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
362 | 384 | CLANG_CXX_LIBRARY = "libc++";
|
363 | 385 | CLANG_ENABLE_MODULES = YES;
|
|
425 | 447 | 99BCDCD118008C0000B8E66B /* Debug */ = {
|
426 | 448 | isa = XCBuildConfiguration;
|
427 | 449 | buildSettings = {
|
428 |
| - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; |
429 | 450 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TableViewCellWithAutoLayout.app/TableViewCellWithAutoLayout";
|
430 | 451 | FRAMEWORK_SEARCH_PATHS = (
|
431 | 452 | "$(SDKROOT)/Developer/Library/Frameworks",
|
|
448 | 469 | 99BCDCD218008C0000B8E66B /* Release */ = {
|
449 | 470 | isa = XCBuildConfiguration;
|
450 | 471 | buildSettings = {
|
451 |
| - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; |
452 | 472 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/TableViewCellWithAutoLayout.app/TableViewCellWithAutoLayout";
|
453 | 473 | FRAMEWORK_SEARCH_PATHS = (
|
454 | 474 | "$(SDKROOT)/Developer/Library/Frameworks",
|
|
0 commit comments