|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 01A2121929F1D46000639A2B /* UniformTypeIdentifiers.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01A2121829F1D46000639A2B /* UniformTypeIdentifiers.framework */; }; |
| 11 | + 01A2121A29F1D47D00639A2B /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01A2120E29F1C40400639A2B /* XcodeKit.framework */; }; |
| 12 | + 01A2121B29F1D47D00639A2B /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 01A2120E29F1C40400639A2B /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
10 | 13 | 559B23E31D7EBDA300937AB3 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 559B23E21D7EBDA300937AB3 /* AppDelegate.m */; }; |
11 | 14 | 559B23E61D7EBDA300937AB3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 559B23E51D7EBDA300937AB3 /* main.m */; }; |
12 | 15 | 559B23E81D7EBDA300937AB3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 559B23E71D7EBDA300937AB3 /* Assets.xcassets */; }; |
|
29 | 32 | /* End PBXContainerItemProxy section */ |
30 | 33 |
|
31 | 34 | /* Begin PBXCopyFilesBuildPhase section */ |
| 35 | + 01A2121C29F1D47E00639A2B /* Embed Frameworks */ = { |
| 36 | + isa = PBXCopyFilesBuildPhase; |
| 37 | + buildActionMask = 2147483647; |
| 38 | + dstPath = ""; |
| 39 | + dstSubfolderSpec = 10; |
| 40 | + files = ( |
| 41 | + 01A2121B29F1D47D00639A2B /* XcodeKit.framework in Embed Frameworks */, |
| 42 | + ); |
| 43 | + name = "Embed Frameworks"; |
| 44 | + runOnlyForDeploymentPostprocessing = 0; |
| 45 | + }; |
32 | 46 | 559B240A1D7EBDB700937AB3 /* Embed App Extensions */ = { |
33 | 47 | isa = PBXCopyFilesBuildPhase; |
34 | 48 | buildActionMask = 2147483647; |
|
43 | 57 | /* End PBXCopyFilesBuildPhase section */ |
44 | 58 |
|
45 | 59 | /* Begin PBXFileReference section */ |
| 60 | + 01A2120E29F1C40400639A2B /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; }; |
| 61 | + 01A2121229F1C4D900639A2B /* configure */ = {isa = PBXFileReference; lastKnownFileType = text; path = configure; sourceTree = "<group>"; }; |
| 62 | + 01A2121829F1D46000639A2B /* UniformTypeIdentifiers.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UniformTypeIdentifiers.framework; path = System/Library/Frameworks/UniformTypeIdentifiers.framework; sourceTree = SDKROOT; }; |
46 | 63 | 552396A22473BCCB002F4098 /* ClangFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClangFormat.h; sourceTree = "<group>"; }; |
47 | 64 | 556DCDEF1D7EF694005956C8 /* XcodeClangFormat.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = XcodeClangFormat.entitlements; sourceTree = "<group>"; }; |
48 | 65 | 557D38B71D7F270E00708269 /* libcurses.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libcurses.tbd; path = usr/lib/libcurses.tbd; sourceTree = SDKROOT; }; |
|
77 | 94 | isa = PBXFrameworksBuildPhase; |
78 | 95 | buildActionMask = 2147483647; |
79 | 96 | files = ( |
| 97 | + 01A2121929F1D46000639A2B /* UniformTypeIdentifiers.framework in Frameworks */, |
| 98 | + 01A2121A29F1D47D00639A2B /* XcodeKit.framework in Frameworks */, |
80 | 99 | 55BCFFFA1D80170F000EDB05 /* libcurses.tbd in Frameworks */, |
81 | 100 | 559B24101D7EBDC400937AB3 /* Cocoa.framework in Frameworks */, |
82 | 101 | ); |
|
90 | 109 | children = ( |
91 | 110 | 55BCFFF71D801362000EDB05 /* config.xcconfig */, |
92 | 111 | 55C8203F1D87F81300006D07 /* LICENSE.md */, |
| 112 | + 01A2121229F1C4D900639A2B /* configure */, |
93 | 113 | 559B23E01D7EBDA300937AB3 /* XcodeClangFormat */, |
94 | 114 | 559B24111D7EBDC400937AB3 /* clang-format */, |
95 | 115 | 559B23F71D7EBDB700937AB3 /* Frameworks */, |
|
131 | 151 | 559B23F71D7EBDB700937AB3 /* Frameworks */ = { |
132 | 152 | isa = PBXGroup; |
133 | 153 | children = ( |
| 154 | + 01A2121829F1D46000639A2B /* UniformTypeIdentifiers.framework */, |
| 155 | + 01A2120E29F1C40400639A2B /* XcodeKit.framework */, |
134 | 156 | 557D38B71D7F270E00708269 /* libcurses.tbd */, |
135 | 157 | 559B23F81D7EBDB700937AB3 /* Cocoa.framework */, |
136 | 158 | ); |
|
188 | 210 | 559B240B1D7EBDC400937AB3 /* Sources */, |
189 | 211 | 559B240C1D7EBDC400937AB3 /* Frameworks */, |
190 | 212 | 559B240D1D7EBDC400937AB3 /* Resources */, |
| 213 | + 01A2121C29F1D47E00639A2B /* Embed Frameworks */, |
191 | 214 | ); |
192 | 215 | buildRules = ( |
193 | 216 | ); |
|
311 | 334 | /* Begin XCBuildConfiguration section */ |
312 | 335 | 559B23ED1D7EBDA300937AB3 /* Debug */ = { |
313 | 336 | isa = XCBuildConfiguration; |
| 337 | + baseConfigurationReference = 55BCFFF71D801362000EDB05 /* config.xcconfig */; |
314 | 338 | buildSettings = { |
315 | 339 | ALWAYS_SEARCH_USER_PATHS = NO; |
316 | 340 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
317 | 341 | CLANG_ANALYZER_NONNULL = YES; |
318 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 342 | + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; |
319 | 343 | CLANG_CXX_LIBRARY = "libc++"; |
320 | 344 | CLANG_ENABLE_MODULES = YES; |
321 | 345 | CLANG_ENABLE_OBJC_ARC = YES; |
|
345 | 369 | DEBUG_INFORMATION_FORMAT = dwarf; |
346 | 370 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
347 | 371 | ENABLE_TESTABILITY = YES; |
348 | | - GCC_C_LANGUAGE_STANDARD = gnu99; |
349 | 372 | GCC_DYNAMIC_NO_PIC = NO; |
350 | 373 | GCC_NO_COMMON_BLOCKS = YES; |
351 | 374 | GCC_OPTIMIZATION_LEVEL = 0; |
|
359 | 382 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
360 | 383 | GCC_WARN_UNUSED_FUNCTION = YES; |
361 | 384 | GCC_WARN_UNUSED_VARIABLE = YES; |
362 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 385 | + MACOSX_DEPLOYMENT_TARGET = 13.0; |
363 | 386 | MTL_ENABLE_DEBUG_INFO = YES; |
364 | 387 | ONLY_ACTIVE_ARCH = YES; |
365 | 388 | SDKROOT = macosx; |
|
368 | 391 | }; |
369 | 392 | 559B23EE1D7EBDA300937AB3 /* Release */ = { |
370 | 393 | isa = XCBuildConfiguration; |
| 394 | + baseConfigurationReference = 55BCFFF71D801362000EDB05 /* config.xcconfig */; |
371 | 395 | buildSettings = { |
372 | 396 | ALWAYS_SEARCH_USER_PATHS = NO; |
373 | 397 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
374 | 398 | CLANG_ANALYZER_NONNULL = YES; |
375 | | - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
| 399 | + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; |
376 | 400 | CLANG_CXX_LIBRARY = "libc++"; |
377 | 401 | CLANG_ENABLE_MODULES = YES; |
378 | 402 | CLANG_ENABLE_OBJC_ARC = YES; |
|
402 | 426 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
403 | 427 | ENABLE_NS_ASSERTIONS = NO; |
404 | 428 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
405 | | - GCC_C_LANGUAGE_STANDARD = gnu99; |
406 | 429 | GCC_NO_COMMON_BLOCKS = YES; |
407 | 430 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
408 | 431 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
409 | 432 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
410 | 433 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
411 | 434 | GCC_WARN_UNUSED_FUNCTION = YES; |
412 | 435 | GCC_WARN_UNUSED_VARIABLE = YES; |
413 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 436 | + MACOSX_DEPLOYMENT_TARGET = 13.0; |
414 | 437 | MTL_ENABLE_DEBUG_INFO = NO; |
415 | 438 | SDKROOT = macosx; |
416 | 439 | }; |
|
469 | 492 | GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
470 | 493 | INFOPLIST_FILE = "clang-format/Info.plist"; |
471 | 494 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; |
472 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
473 | 495 | MARKETING_VERSION = 1.2.1; |
474 | 496 | OTHER_CPLUSPLUSFLAGS = ( |
475 | 497 | "--system-header-prefix=$(LLVM_INCLUDE_DIR)", |
|
514 | 536 | GCC_SYMBOLS_PRIVATE_EXTERN = YES; |
515 | 537 | INFOPLIST_FILE = "clang-format/Info.plist"; |
516 | 538 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks"; |
517 | | - MACOSX_DEPLOYMENT_TARGET = 10.11; |
518 | 539 | MARKETING_VERSION = 1.2.1; |
519 | 540 | OTHER_CPLUSPLUSFLAGS = ( |
520 | 541 | "--system-header-prefix=$(LLVM_INCLUDE_DIR)", |
|
0 commit comments