|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | D10CD47A277DE3ED001F9024 /* HotKey in Frameworks */ = {isa = PBXBuildFile; productRef = D10CD479277DE3ED001F9024 /* HotKey */; }; |
11 | 11 | D10CD47C278650BD001F9024 /* SearchField.swift in Sources */ = {isa = PBXBuildFile; fileRef = D10CD47B278650BD001F9024 /* SearchField.swift */; }; |
| 12 | + D176C13227C2B40600D0BF11 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D176C13127C2B40600D0BF11 /* Extensions.swift */; }; |
| 13 | + D176C13427C2BF5C00D0BF11 /* ClipsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D176C13327C2BF5C00D0BF11 /* ClipsListView.swift */; }; |
| 14 | + D1BE855827C103A000C65FCE /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BE855727C103A000C65FCE /* HomeView.swift */; }; |
| 15 | + D1BE855A27C1185F00C65FCE /* TabButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1BE855927C1185F00C65FCE /* TabButton.swift */; }; |
12 | 16 | D1EDCC2427669453005E2CF7 /* PerfectClipApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EDCC2327669453005E2CF7 /* PerfectClipApp.swift */; }; |
13 | 17 | D1EDCC2627669453005E2CF7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1EDCC2527669453005E2CF7 /* ContentView.swift */; }; |
14 | 18 | D1EDCC2827669454005E2CF7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D1EDCC2727669454005E2CF7 /* Assets.xcassets */; }; |
|
42 | 46 |
|
43 | 47 | /* Begin PBXFileReference section */ |
44 | 48 | D10CD47B278650BD001F9024 /* SearchField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchField.swift; sourceTree = "<group>"; }; |
| 49 | + D176C13127C2B40600D0BF11 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
| 50 | + D176C13327C2BF5C00D0BF11 /* ClipsListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClipsListView.swift; sourceTree = "<group>"; }; |
| 51 | + D1BE855727C103A000C65FCE /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; |
| 52 | + D1BE855927C1185F00C65FCE /* TabButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabButton.swift; sourceTree = "<group>"; }; |
45 | 53 | D1EDCC2027669453005E2CF7 /* PerfectClip.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerfectClip.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
46 | 54 | D1EDCC2327669453005E2CF7 /* PerfectClipApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerfectClipApp.swift; sourceTree = "<group>"; }; |
47 | 55 | D1EDCC2527669453005E2CF7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
122 | 130 | D1EDCC532767D0A1005E2CF7 /* Model.xcdatamodeld */, |
123 | 131 | D1EDCC562767D483005E2CF7 /* Store.swift */, |
124 | 132 | D10CD47B278650BD001F9024 /* SearchField.swift */, |
| 133 | + D1BE855727C103A000C65FCE /* HomeView.swift */, |
| 134 | + D1BE855927C1185F00C65FCE /* TabButton.swift */, |
| 135 | + D176C13127C2B40600D0BF11 /* Extensions.swift */, |
| 136 | + D176C13327C2BF5C00D0BF11 /* ClipsListView.swift */, |
125 | 137 | ); |
126 | 138 | path = PerfectClip; |
127 | 139 | sourceTree = "<group>"; |
|
287 | 299 | isa = PBXSourcesBuildPhase; |
288 | 300 | buildActionMask = 2147483647; |
289 | 301 | files = ( |
| 302 | + D1BE855827C103A000C65FCE /* HomeView.swift in Sources */, |
290 | 303 | D10CD47C278650BD001F9024 /* SearchField.swift in Sources */, |
291 | 304 | D1EDCC2627669453005E2CF7 /* ContentView.swift in Sources */, |
| 305 | + D1BE855A27C1185F00C65FCE /* TabButton.swift in Sources */, |
| 306 | + D176C13427C2BF5C00D0BF11 /* ClipsListView.swift in Sources */, |
292 | 307 | D1EDCC522766A253005E2CF7 /* MenuView.swift in Sources */, |
293 | 308 | D1EDCC552767D0A1005E2CF7 /* Model.xcdatamodeld in Sources */, |
294 | 309 | D1EDCC5C2767D596005E2CF7 /* ClipboardItem+CoreDataProperties.swift in Sources */, |
295 | 310 | D1EDCC5B2767D596005E2CF7 /* ClipboardItem+CoreDataClass.swift in Sources */, |
296 | 311 | D1EDCC572767D483005E2CF7 /* Store.swift in Sources */, |
| 312 | + D176C13227C2B40600D0BF11 /* Extensions.swift in Sources */, |
297 | 313 | D1EDCC2427669453005E2CF7 /* PerfectClipApp.swift in Sources */, |
298 | 314 | ); |
299 | 315 | runOnlyForDeploymentPostprocessing = 0; |
|
366 | 382 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
367 | 383 | COPY_PHASE_STRIP = NO; |
368 | 384 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 385 | + ENABLE_PREVIEWS = NO; |
369 | 386 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
370 | 387 | ENABLE_TESTABILITY = YES; |
371 | 388 | GCC_C_LANGUAGE_STANDARD = gnu11; |
|
428 | 445 | COPY_PHASE_STRIP = NO; |
429 | 446 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
430 | 447 | ENABLE_NS_ASSERTIONS = NO; |
| 448 | + ENABLE_PREVIEWS = NO; |
431 | 449 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
432 | 450 | GCC_C_LANGUAGE_STANDARD = gnu11; |
433 | 451 | GCC_NO_COMMON_BLOCKS = YES; |
| 452 | + GCC_OPTIMIZATION_LEVEL = 0; |
434 | 453 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
435 | 454 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
436 | 455 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
442 | 461 | MTL_FAST_MATH = YES; |
443 | 462 | SDKROOT = macosx; |
444 | 463 | SWIFT_COMPILATION_MODE = wholemodule; |
445 | | - SWIFT_OPTIMIZATION_LEVEL = "-O"; |
| 464 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
446 | 465 | }; |
447 | 466 | name = Release; |
448 | 467 | }; |
|
0 commit comments