|
11 | 11 | 99BCDCA718008C0000B8E66B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA618008C0000B8E66B /* CoreGraphics.framework */; }; |
12 | 12 | 99BCDCA918008C0000B8E66B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA818008C0000B8E66B /* UIKit.framework */; }; |
13 | 13 | 99BCDCAF18008C0000B8E66B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 99BCDCAD18008C0000B8E66B /* InfoPlist.strings */; }; |
14 | | - 99BCDCB118008C0000B8E66B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCB018008C0000B8E66B /* main.m */; }; |
15 | | - 99BCDCB518008C0000B8E66B /* RJAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCB418008C0000B8E66B /* RJAppDelegate.m */; }; |
16 | 14 | 99BCDCB718008C0000B8E66B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99BCDCB618008C0000B8E66B /* Images.xcassets */; }; |
17 | 15 | 99BCDCBE18008C0000B8E66B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCBD18008C0000B8E66B /* XCTest.framework */; }; |
18 | 16 | 99BCDCBF18008C0000B8E66B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA418008C0000B8E66B /* Foundation.framework */; }; |
19 | 17 | 99BCDCC018008C0000B8E66B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 99BCDCA818008C0000B8E66B /* UIKit.framework */; }; |
20 | 18 | 99BCDCC818008C0000B8E66B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 99BCDCC618008C0000B8E66B /* InfoPlist.strings */; }; |
21 | 19 | 99BCDCCA18008C0000B8E66B /* TableViewCellWithAutoLayoutTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCC918008C0000B8E66B /* TableViewCellWithAutoLayoutTests.m */; }; |
22 | | - 99BCDCDA18008C1700B8E66B /* RJModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCD518008C1700B8E66B /* RJModel.m */; }; |
23 | | - 99BCDCDB18008C1700B8E66B /* RJTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCD718008C1700B8E66B /* RJTableViewCell.m */; }; |
24 | | - 99BCDCDC18008C1700B8E66B /* RJTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BCDCD918008C1700B8E66B /* RJTableViewController.m */; }; |
| 20 | + A7C103221943F73D006A9720 /* TableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7C103211943F73D006A9720 /* TableViewCell.swift */; }; |
| 21 | + A7F5DDAA194408D9008E238B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F5DDA9194408D9008E238B /* AppDelegate.swift */; }; |
| 22 | + A7F5DDAC19440B7B008E238B /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F5DDAB19440B7B008E238B /* Model.swift */; }; |
| 23 | + A7F5DDAE194417DC008E238B /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F5DDAD194417DC008E238B /* TableViewController.swift */; }; |
25 | 24 | B147F1841867A715002B0C25 /* UIView+AutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = B147F1831867A715002B0C25 /* UIView+AutoLayout.m */; }; |
26 | 25 | /* End PBXBuildFile section */ |
27 | 26 |
|
|
42 | 41 | 99BCDCA818008C0000B8E66B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
43 | 42 | 99BCDCAC18008C0000B8E66B /* TableViewCellWithAutoLayout-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TableViewCellWithAutoLayout-Info.plist"; sourceTree = "<group>"; }; |
44 | 43 | 99BCDCAE18008C0000B8E66B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
45 | | - 99BCDCB018008C0000B8E66B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
46 | 44 | 99BCDCB218008C0000B8E66B /* TableViewCellWithAutoLayout-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TableViewCellWithAutoLayout-Prefix.pch"; sourceTree = "<group>"; }; |
47 | | - 99BCDCB318008C0000B8E66B /* RJAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RJAppDelegate.h; sourceTree = "<group>"; }; |
48 | | - 99BCDCB418008C0000B8E66B /* RJAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RJAppDelegate.m; sourceTree = "<group>"; }; |
49 | 45 | 99BCDCB618008C0000B8E66B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
50 | 46 | 99BCDCBC18008C0000B8E66B /* TableViewCellWithAutoLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TableViewCellWithAutoLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
51 | 47 | 99BCDCBD18008C0000B8E66B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; |
52 | 48 | 99BCDCC518008C0000B8E66B /* TableViewCellWithAutoLayoutTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TableViewCellWithAutoLayoutTests-Info.plist"; sourceTree = "<group>"; }; |
53 | 49 | 99BCDCC718008C0000B8E66B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
54 | 50 | 99BCDCC918008C0000B8E66B /* TableViewCellWithAutoLayoutTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TableViewCellWithAutoLayoutTests.m; sourceTree = "<group>"; }; |
55 | | - 99BCDCD418008C1700B8E66B /* RJModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RJModel.h; sourceTree = "<group>"; }; |
56 | | - 99BCDCD518008C1700B8E66B /* RJModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RJModel.m; sourceTree = "<group>"; }; |
57 | | - 99BCDCD618008C1700B8E66B /* RJTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RJTableViewCell.h; sourceTree = "<group>"; }; |
58 | | - 99BCDCD718008C1700B8E66B /* RJTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RJTableViewCell.m; sourceTree = "<group>"; }; |
59 | | - 99BCDCD818008C1700B8E66B /* RJTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RJTableViewController.h; sourceTree = "<group>"; }; |
60 | | - 99BCDCD918008C1700B8E66B /* RJTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RJTableViewController.m; sourceTree = "<group>"; }; |
| 51 | + A7C103201943F73C006A9720 /* TableViewCellWithAutoLayout-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TableViewCellWithAutoLayout-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 52 | + A7C103211943F73D006A9720 /* TableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TableViewCell.swift; sourceTree = "<group>"; }; |
| 53 | + A7F5DDA9194408D9008E238B /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 54 | + A7F5DDAB19440B7B008E238B /* Model.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; }; |
| 55 | + A7F5DDAD194417DC008E238B /* TableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TableViewController.swift; sourceTree = "<group>"; }; |
61 | 56 | B147F1821867A715002B0C25 /* UIView+AutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+AutoLayout.h"; sourceTree = "<group>"; }; |
62 | 57 | B147F1831867A715002B0C25 /* UIView+AutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+AutoLayout.m"; sourceTree = "<group>"; }; |
63 | 58 | /* End PBXFileReference section */ |
|
120 | 115 | isa = PBXGroup; |
121 | 116 | children = ( |
122 | 117 | B147F1811867A715002B0C25 /* UIView+AutoLayout */, |
123 | | - 99BCDCB318008C0000B8E66B /* RJAppDelegate.h */, |
124 | | - 99BCDCB418008C0000B8E66B /* RJAppDelegate.m */, |
| 118 | + A7F5DDA9194408D9008E238B /* AppDelegate.swift */, |
125 | 119 | 99BCDCB618008C0000B8E66B /* Images.xcassets */, |
126 | 120 | 99BCDCD318008C1700B8E66B /* TableViewController */, |
127 | 121 | 99BCDCAB18008C0000B8E66B /* Supporting Files */, |
|
134 | 128 | children = ( |
135 | 129 | 99BCDCAC18008C0000B8E66B /* TableViewCellWithAutoLayout-Info.plist */, |
136 | 130 | 99BCDCAD18008C0000B8E66B /* InfoPlist.strings */, |
137 | | - 99BCDCB018008C0000B8E66B /* main.m */, |
138 | 131 | 99BCDCB218008C0000B8E66B /* TableViewCellWithAutoLayout-Prefix.pch */, |
139 | 132 | ); |
140 | 133 | name = "Supporting Files"; |
|
161 | 154 | 99BCDCD318008C1700B8E66B /* TableViewController */ = { |
162 | 155 | isa = PBXGroup; |
163 | 156 | children = ( |
164 | | - 99BCDCD418008C1700B8E66B /* RJModel.h */, |
165 | | - 99BCDCD518008C1700B8E66B /* RJModel.m */, |
166 | | - 99BCDCD618008C1700B8E66B /* RJTableViewCell.h */, |
167 | | - 99BCDCD718008C1700B8E66B /* RJTableViewCell.m */, |
168 | | - 99BCDCD818008C1700B8E66B /* RJTableViewController.h */, |
169 | | - 99BCDCD918008C1700B8E66B /* RJTableViewController.m */, |
| 157 | + A7C103201943F73C006A9720 /* TableViewCellWithAutoLayout-Bridging-Header.h */, |
| 158 | + A7F5DDAB19440B7B008E238B /* Model.swift */, |
| 159 | + A7C103211943F73D006A9720 /* TableViewCell.swift */, |
| 160 | + A7F5DDAD194417DC008E238B /* TableViewController.swift */, |
170 | 161 | ); |
171 | 162 | path = TableViewController; |
172 | 163 | sourceTree = "<group>"; |
|
276 | 267 | isa = PBXSourcesBuildPhase; |
277 | 268 | buildActionMask = 2147483647; |
278 | 269 | files = ( |
279 | | - 99BCDCB518008C0000B8E66B /* RJAppDelegate.m in Sources */, |
280 | 270 | B147F1841867A715002B0C25 /* UIView+AutoLayout.m in Sources */, |
281 | | - 99BCDCDC18008C1700B8E66B /* RJTableViewController.m in Sources */, |
282 | | - 99BCDCB118008C0000B8E66B /* main.m in Sources */, |
283 | | - 99BCDCDA18008C1700B8E66B /* RJModel.m in Sources */, |
284 | | - 99BCDCDB18008C1700B8E66B /* RJTableViewCell.m in Sources */, |
| 271 | + A7F5DDAE194417DC008E238B /* TableViewController.swift in Sources */, |
| 272 | + A7F5DDAA194408D9008E238B /* AppDelegate.swift in Sources */, |
| 273 | + A7F5DDAC19440B7B008E238B /* Model.swift in Sources */, |
| 274 | + A7C103221943F73D006A9720 /* TableViewCell.swift in Sources */, |
285 | 275 | ); |
286 | 276 | runOnlyForDeploymentPostprocessing = 0; |
287 | 277 | }; |
|
402 | 392 | buildSettings = { |
403 | 393 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
404 | 394 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 395 | + CLANG_ENABLE_MODULES = YES; |
405 | 396 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
406 | 397 | GCC_PREFIX_HEADER = "TableViewCellWithAutoLayout/TableViewCellWithAutoLayout-Prefix.pch"; |
407 | 398 | INFOPLIST_FILE = "TableViewCellWithAutoLayout/TableViewCellWithAutoLayout-Info.plist"; |
408 | 399 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 400 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
409 | 401 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 402 | + SWIFT_OBJC_BRIDGING_HEADER = "TableViewCellWithAutoLayout/TableViewController/TableViewCellWithAutoLayout-Bridging-Header.h"; |
| 403 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
410 | 404 | WRAPPER_EXTENSION = app; |
411 | 405 | }; |
412 | 406 | name = Debug; |
|
416 | 410 | buildSettings = { |
417 | 411 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
418 | 412 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 413 | + CLANG_ENABLE_MODULES = YES; |
419 | 414 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
420 | 415 | GCC_PREFIX_HEADER = "TableViewCellWithAutoLayout/TableViewCellWithAutoLayout-Prefix.pch"; |
421 | 416 | INFOPLIST_FILE = "TableViewCellWithAutoLayout/TableViewCellWithAutoLayout-Info.plist"; |
422 | 417 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 418 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
423 | 419 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 420 | + SWIFT_OBJC_BRIDGING_HEADER = "TableViewCellWithAutoLayout/TableViewController/TableViewCellWithAutoLayout-Bridging-Header.h"; |
424 | 421 | WRAPPER_EXTENSION = app; |
425 | 422 | }; |
426 | 423 | name = Release; |
|
0 commit comments