|
29 | 29 | 4EB204351BED89F900D83EF3 /* MenubarCountdownTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB204341BED89F900D83EF3 /* MenubarCountdownTests.swift */; };
|
30 | 30 | 4EB204401BED89F900D83EF3 /* MenubarCountdownUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB2043F1BED89F900D83EF3 /* MenubarCountdownUITests.swift */; };
|
31 | 31 | 4EB2044E1BED908300D83EF3 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB2044D1BED908300D83EF3 /* Stopwatch.swift */; };
|
32 |
| - 4EB204501BEE29D700D83EF3 /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB2044F1BEE29D700D83EF3 /* UserDefaults.swift */; }; |
| 32 | + 4EB204501BEE29D700D83EF3 /* AppUserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB2044F1BEE29D700D83EF3 /* AppUserDefaults.swift */; }; |
33 | 33 | 4EB204521BEE2E8B00D83EF3 /* StatusItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB204511BEE2E8B00D83EF3 /* StatusItemView.swift */; };
|
34 | 34 | 4EB204541BEE307900D83EF3 /* CALayerExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB204531BEE307900D83EF3 /* CALayerExtensions.swift */; };
|
35 | 35 | /* End PBXBuildFile section */
|
|
82 | 82 | 4EB2043F1BED89F900D83EF3 /* MenubarCountdownUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenubarCountdownUITests.swift; sourceTree = "<group>"; };
|
83 | 83 | 4EB204411BED89F900D83EF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
84 | 84 | 4EB2044D1BED908300D83EF3 /* Stopwatch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = "<group>"; };
|
85 |
| - 4EB2044F1BEE29D700D83EF3 /* UserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDefaults.swift; sourceTree = "<group>"; }; |
| 85 | + 4EB2044F1BEE29D700D83EF3 /* AppUserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUserDefaults.swift; sourceTree = "<group>"; }; |
86 | 86 | 4EB204511BEE2E8B00D83EF3 /* StatusItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StatusItemView.swift; sourceTree = "<group>"; };
|
87 | 87 | 4EB204531BEE307900D83EF3 /* CALayerExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CALayerExtensions.swift; sourceTree = "<group>"; };
|
88 | 88 | /* End PBXFileReference section */
|
|
191 | 191 | 4E4865991BEE79EA00C159BF /* TextField.swift */,
|
192 | 192 | 4E4865B21BEFC63700C159BF /* TimerExpiredAlert.xib */,
|
193 | 193 | 4E48659B1BEE81C200C159BF /* TimerExpiredAlertController.swift */,
|
194 |
| - 4EB2044F1BEE29D700D83EF3 /* UserDefaults.swift */, |
| 194 | + 4EB2044F1BEE29D700D83EF3 /* AppUserDefaults.swift */, |
195 | 195 | 4EB204241BED89F900D83EF3 /* ViewController.swift */,
|
196 | 196 | );
|
197 | 197 | path = MenubarCountdown;
|
|
278 | 278 | isa = PBXProject;
|
279 | 279 | attributes = {
|
280 | 280 | LastSwiftUpdateCheck = 0710;
|
281 |
| - LastUpgradeCheck = 0710; |
| 281 | + LastUpgradeCheck = 1110; |
282 | 282 | ORGANIZATIONNAME = "Kristopher Johnson";
|
283 | 283 | TargetAttributes = {
|
284 | 284 | 4EB2041E1BED89F900D83EF3 = {
|
|
297 | 297 | };
|
298 | 298 | buildConfigurationList = 4EB2041A1BED89F900D83EF3 /* Build configuration list for PBXProject "MenubarCountdown" */;
|
299 | 299 | compatibilityVersion = "Xcode 3.2";
|
300 |
| - developmentRegion = English; |
| 300 | + developmentRegion = en; |
301 | 301 | hasScannedForEncodings = 0;
|
302 | 302 | knownRegions = (
|
303 | 303 | en,
|
|
357 | 357 | 4E4865981BEE749E00C159BF /* StartTimerDialogController.swift in Sources */,
|
358 | 358 | 4EB204541BEE307900D83EF3 /* CALayerExtensions.swift in Sources */,
|
359 | 359 | 4E48659A1BEE79EA00C159BF /* TextField.swift in Sources */,
|
360 |
| - 4EB204501BEE29D700D83EF3 /* UserDefaults.swift in Sources */, |
| 360 | + 4EB204501BEE29D700D83EF3 /* AppUserDefaults.swift in Sources */, |
361 | 361 | 4EB204251BED89F900D83EF3 /* ViewController.swift in Sources */,
|
362 | 362 | 4E4865A11BEE880A00C159BF /* DTrace.m in Sources */,
|
363 | 363 | 4E4865961BEE721C00C159BF /* CATransactionExtensions.swift in Sources */,
|
|
406 | 406 | isa = XCBuildConfiguration;
|
407 | 407 | buildSettings = {
|
408 | 408 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 409 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
409 | 410 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
410 | 411 | CLANG_CXX_LIBRARY = "libc++";
|
411 | 412 | CLANG_ENABLE_MODULES = YES;
|
412 | 413 | CLANG_ENABLE_OBJC_ARC = YES;
|
| 414 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
413 | 415 | CLANG_WARN_BOOL_CONVERSION = YES;
|
| 416 | + CLANG_WARN_COMMA = YES; |
414 | 417 | CLANG_WARN_CONSTANT_CONVERSION = YES;
|
| 418 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
415 | 419 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
416 | 420 | CLANG_WARN_EMPTY_BODY = YES;
|
417 | 421 | CLANG_WARN_ENUM_CONVERSION = YES;
|
| 422 | + CLANG_WARN_INFINITE_RECURSION = YES; |
418 | 423 | CLANG_WARN_INT_CONVERSION = YES;
|
| 424 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 425 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 426 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
419 | 427 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 428 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 429 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 430 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
420 | 431 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
421 | 432 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
422 | 433 | CODE_SIGN_IDENTITY = "-";
|
|
438 | 449 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
439 | 450 | GCC_WARN_UNUSED_FUNCTION = YES;
|
440 | 451 | GCC_WARN_UNUSED_VARIABLE = YES;
|
441 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 452 | + MACOSX_DEPLOYMENT_TARGET = 10.14; |
442 | 453 | MTL_ENABLE_DEBUG_INFO = YES;
|
443 | 454 | ONLY_ACTIVE_ARCH = YES;
|
444 | 455 | OTHER_SWIFT_FLAGS = "-DDEBUG";
|
445 | 456 | SDKROOT = macosx;
|
446 | 457 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
| 458 | + SWIFT_VERSION = 5.0; |
447 | 459 | };
|
448 | 460 | name = Debug;
|
449 | 461 | };
|
450 | 462 | 4EB204431BED89F900D83EF3 /* Release */ = {
|
451 | 463 | isa = XCBuildConfiguration;
|
452 | 464 | buildSettings = {
|
453 | 465 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 466 | + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; |
454 | 467 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
455 | 468 | CLANG_CXX_LIBRARY = "libc++";
|
456 | 469 | CLANG_ENABLE_MODULES = YES;
|
457 | 470 | CLANG_ENABLE_OBJC_ARC = YES;
|
| 471 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
458 | 472 | CLANG_WARN_BOOL_CONVERSION = YES;
|
| 473 | + CLANG_WARN_COMMA = YES; |
459 | 474 | CLANG_WARN_CONSTANT_CONVERSION = YES;
|
| 475 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
460 | 476 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
461 | 477 | CLANG_WARN_EMPTY_BODY = YES;
|
462 | 478 | CLANG_WARN_ENUM_CONVERSION = YES;
|
| 479 | + CLANG_WARN_INFINITE_RECURSION = YES; |
463 | 480 | CLANG_WARN_INT_CONVERSION = YES;
|
| 481 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 482 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 483 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
464 | 484 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 485 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 486 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 487 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
465 | 488 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
466 | 489 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
467 | 490 | CODE_SIGN_IDENTITY = "-";
|
|
477 | 500 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
478 | 501 | GCC_WARN_UNUSED_FUNCTION = YES;
|
479 | 502 | GCC_WARN_UNUSED_VARIABLE = YES;
|
480 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 503 | + MACOSX_DEPLOYMENT_TARGET = 10.14; |
481 | 504 | MTL_ENABLE_DEBUG_INFO = NO;
|
482 | 505 | SDKROOT = macosx;
|
| 506 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 507 | + SWIFT_VERSION = 5.0; |
483 | 508 | };
|
484 | 509 | name = Release;
|
485 | 510 | };
|
486 | 511 | 4EB204451BED89F900D83EF3 /* Debug */ = {
|
487 | 512 | isa = XCBuildConfiguration;
|
488 | 513 | buildSettings = {
|
489 | 514 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
490 |
| - CODE_SIGN_IDENTITY = "Developer ID Application"; |
| 515 | + CODE_SIGN_IDENTITY = "Apple Development"; |
491 | 516 | COMBINE_HIDPI_IMAGES = YES;
|
| 517 | + ENABLE_HARDENED_RUNTIME = YES; |
492 | 518 | INFOPLIST_FILE = MenubarCountdown/Info.plist;
|
493 | 519 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
494 | 520 | PRODUCT_BUNDLE_IDENTIFIER = net.kristopherjohnson.MenubarCountdown;
|
|
501 | 527 | isa = XCBuildConfiguration;
|
502 | 528 | buildSettings = {
|
503 | 529 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
504 |
| - CODE_SIGN_IDENTITY = "Developer ID Application"; |
| 530 | + CODE_SIGN_IDENTITY = "Apple Development"; |
505 | 531 | COMBINE_HIDPI_IMAGES = YES;
|
| 532 | + ENABLE_HARDENED_RUNTIME = YES; |
506 | 533 | INFOPLIST_FILE = MenubarCountdown/Info.plist;
|
507 | 534 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
508 | 535 | PRODUCT_BUNDLE_IDENTIFIER = net.kristopherjohnson.MenubarCountdown;
|
|
0 commit comments