|
13 | 13 | 32F8A8B81B385DBA0042B53B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32F8A8B61B385DBA0042B53B /* Main.storyboard */; }; |
14 | 14 | 32F8A8BA1B385DBA0042B53B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32F8A8B91B385DBA0042B53B /* Assets.xcassets */; }; |
15 | 15 | 32F8A8BD1B385DBA0042B53B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32F8A8BB1B385DBA0042B53B /* LaunchScreen.storyboard */; }; |
| 16 | + 81668A631D315F1300EC7B6E /* Thing.m in Sources */ = {isa = PBXBuildFile; fileRef = 81668A621D315F1300EC7B6E /* Thing.m */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */ |
|
24 | 25 | 32F8A8B91B385DBA0042B53B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
25 | 26 | 32F8A8BC1B385DBA0042B53B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
26 | 27 | 32F8A8BE1B385DBA0042B53B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 28 | + 81668A601D315F1300EC7B6E /* bk1ch05p241error-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "bk1ch05p241error-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 29 | + 81668A611D315F1300EC7B6E /* Thing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thing.h; sourceTree = "<group>"; }; |
| 30 | + 81668A621D315F1300EC7B6E /* Thing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Thing.m; sourceTree = "<group>"; }; |
27 | 31 | /* End PBXFileReference section */ |
28 | 32 |
|
29 | 33 | /* Begin PBXFrameworksBuildPhase section */ |
|
58 | 62 | children = ( |
59 | 63 | 32F8A8B21B385DBA0042B53B /* AppDelegate.swift */, |
60 | 64 | 32F8A8B41B385DBA0042B53B /* ViewController.swift */, |
| 65 | + 81668A611D315F1300EC7B6E /* Thing.h */, |
| 66 | + 81668A621D315F1300EC7B6E /* Thing.m */, |
61 | 67 | 3269B3121B8D39B3009950F2 /* testing.txt */, |
62 | 68 | 32F8A8B61B385DBA0042B53B /* Main.storyboard */, |
63 | 69 | 32F8A8B91B385DBA0042B53B /* Assets.xcassets */, |
64 | 70 | 32F8A8BB1B385DBA0042B53B /* LaunchScreen.storyboard */, |
65 | 71 | 32F8A8BE1B385DBA0042B53B /* Info.plist */, |
| 72 | + 81668A601D315F1300EC7B6E /* bk1ch05p241error-Bridging-Header.h */, |
66 | 73 | ); |
67 | 74 | path = bk1ch05p241error; |
68 | 75 | sourceTree = "<group>"; |
|
139 | 146 | isa = PBXSourcesBuildPhase; |
140 | 147 | buildActionMask = 2147483647; |
141 | 148 | files = ( |
| 149 | + 81668A631D315F1300EC7B6E /* Thing.m in Sources */, |
142 | 150 | 32F8A8B51B385DBA0042B53B /* ViewController.swift in Sources */, |
143 | 151 | 32F8A8B31B385DBA0042B53B /* AppDelegate.swift in Sources */, |
144 | 152 | ); |
|
251 | 259 | isa = XCBuildConfiguration; |
252 | 260 | buildSettings = { |
253 | 261 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 262 | + CLANG_ENABLE_MODULES = YES; |
254 | 263 | INFOPLIST_FILE = bk1ch05p241error/Info.plist; |
255 | 264 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
256 | 265 | PRODUCT_BUNDLE_IDENTIFIER = com.neuburg.matt.bk1ch05p241error; |
257 | 266 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 267 | + SWIFT_OBJC_BRIDGING_HEADER = "bk1ch05p241error/bk1ch05p241error-Bridging-Header.h"; |
| 268 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
258 | 269 | SWIFT_VERSION = 3.0; |
259 | 270 | }; |
260 | 271 | name = Debug; |
|
263 | 274 | isa = XCBuildConfiguration; |
264 | 275 | buildSettings = { |
265 | 276 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 277 | + CLANG_ENABLE_MODULES = YES; |
266 | 278 | INFOPLIST_FILE = bk1ch05p241error/Info.plist; |
267 | 279 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
268 | 280 | PRODUCT_BUNDLE_IDENTIFIER = com.neuburg.matt.bk1ch05p241error; |
269 | 281 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 282 | + SWIFT_OBJC_BRIDGING_HEADER = "bk1ch05p241error/bk1ch05p241error-Bridging-Header.h"; |
270 | 283 | SWIFT_VERSION = 3.0; |
271 | 284 | }; |
272 | 285 | name = Release; |
|
0 commit comments