|
13 | 13 | 08A5F85F23AA01EE00981CA5 /* HotKey in Frameworks */ = {isa = PBXBuildFile; productRef = 08A5F85E23AA01EE00981CA5 /* HotKey */; };
|
14 | 14 | 08A5F86123AA085B00981CA5 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A5F86023AA085B00981CA5 /* Preferences.swift */; };
|
15 | 15 | 08A5F86423AA09F300981CA5 /* UserDefault+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08A5F86323AA09F300981CA5 /* UserDefault+Extension.swift */; };
|
| 16 | + 08B9F32C2411883300AA0551 /* NSWindow+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B9F32B2411883300AA0551 /* NSWindow+Extension.swift */; }; |
16 | 17 | 08C20FDE23AABDD10035D978 /* HyperlinkTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08C20FDD23AABDD10035D978 /* HyperlinkTextField.swift */; };
|
17 | 18 | 08C20FE023AB44E60035D978 /* Bundle+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */; };
|
18 | 19 | 08C20FE223AB452C0035D978 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08C20FE123AB452C0035D978 /* AboutViewController.swift */; };
|
|
55 | 56 | 08A5F85B23AA013100981CA5 /* SelectedSecond.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectedSecond.swift; sourceTree = "<group>"; };
|
56 | 57 | 08A5F86023AA085B00981CA5 /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
|
57 | 58 | 08A5F86323AA09F300981CA5 /* UserDefault+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefault+Extension.swift"; sourceTree = "<group>"; };
|
| 59 | + 08B9F32B2411883300AA0551 /* NSWindow+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSWindow+Extension.swift"; sourceTree = "<group>"; }; |
58 | 60 | 08C20FDD23AABDD10035D978 /* HyperlinkTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HyperlinkTextField.swift; sourceTree = "<group>"; };
|
59 | 61 | 08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
|
60 | 62 | 08C20FE123AB452C0035D978 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
|
|
146 | 148 | children = (
|
147 | 149 | 08A5F86323AA09F300981CA5 /* UserDefault+Extension.swift */,
|
148 | 150 | 08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */,
|
| 151 | + 08B9F32B2411883300AA0551 /* NSWindow+Extension.swift */, |
149 | 152 | );
|
150 | 153 | path = Extensions;
|
151 | 154 | sourceTree = "<group>";
|
|
284 | 287 | isa = PBXProject;
|
285 | 288 | attributes = {
|
286 | 289 | LastSwiftUpdateCheck = 1010;
|
287 |
| - LastUpgradeCheck = 1010; |
| 290 | + LastUpgradeCheck = 1130; |
288 | 291 | ORGANIZATIONNAME = "Dwarves Foundation";
|
289 | 292 | TargetAttributes = {
|
290 | 293 | 929113F021F9D04100173149 = {
|
291 | 294 | CreatedOnToolsVersion = 10.1;
|
| 295 | + LastSwiftMigration = 1130; |
292 | 296 | SystemCapabilities = {
|
293 | 297 | com.apple.Sandbox = {
|
294 | 298 | enabled = 1;
|
|
297 | 301 | };
|
298 | 302 | 92C5054D21FEC03B0084719A = {
|
299 | 303 | CreatedOnToolsVersion = 10.1;
|
| 304 | + LastSwiftMigration = 1130; |
300 | 305 | };
|
301 | 306 | };
|
302 | 307 | };
|
|
356 | 361 | 08A5F86123AA085B00981CA5 /* Preferences.swift in Sources */,
|
357 | 362 | 92C97B9122018C1F0007559C /* StatusBarController.swift in Sources */,
|
358 | 363 | 92D2122221FEE06600C92FF4 /* LauncherApplication.app in Sources */,
|
| 364 | + 08B9F32C2411883300AA0551 /* NSWindow+Extension.swift in Sources */, |
359 | 365 | 929113F521F9D04100173149 /* AppDelegate.swift in Sources */,
|
360 | 366 | 08C20FDE23AABDD10035D978 /* HyperlinkTextField.swift in Sources */,
|
361 | 367 | 92C97B88220032ED0007559C /* Util.swift in Sources */,
|
|
529 | 535 | CODE_SIGN_STYLE = Automatic;
|
530 | 536 | COMBINE_HIDPI_IMAGES = YES;
|
531 | 537 | DEVELOPMENT_TEAM = W777S7V8TN;
|
| 538 | + ENABLE_HARDENED_RUNTIME = YES; |
532 | 539 | INFOPLIST_FILE = hidden/Info.plist;
|
533 | 540 | LD_RUNPATH_SEARCH_PATHS = (
|
534 | 541 | "$(inherited)",
|
535 | 542 | "@executable_path/../Frameworks",
|
536 | 543 | );
|
537 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
538 |
| - MARKETING_VERSION = 1.3; |
| 544 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 545 | + MARKETING_VERSION = 1.4; |
539 | 546 | PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.minimalbar;
|
540 | 547 | PRODUCT_NAME = "$(TARGET_NAME)";
|
541 | 548 | PROVISIONING_PROFILE_SPECIFIER = "";
|
542 |
| - SWIFT_VERSION = 4.2; |
| 549 | + SWIFT_VERSION = 5.0; |
543 | 550 | };
|
544 | 551 | name = Debug;
|
545 | 552 | };
|
|
552 | 559 | CODE_SIGN_STYLE = Automatic;
|
553 | 560 | COMBINE_HIDPI_IMAGES = YES;
|
554 | 561 | DEVELOPMENT_TEAM = W777S7V8TN;
|
| 562 | + ENABLE_HARDENED_RUNTIME = YES; |
555 | 563 | INFOPLIST_FILE = hidden/Info.plist;
|
556 | 564 | LD_RUNPATH_SEARCH_PATHS = (
|
557 | 565 | "$(inherited)",
|
558 | 566 | "@executable_path/../Frameworks",
|
559 | 567 | );
|
560 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
561 |
| - MARKETING_VERSION = 1.3; |
| 568 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
| 569 | + MARKETING_VERSION = 1.4; |
562 | 570 | PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.minimalbar;
|
563 | 571 | PRODUCT_NAME = "$(TARGET_NAME)";
|
564 | 572 | PROVISIONING_PROFILE_SPECIFIER = "";
|
565 |
| - SWIFT_VERSION = 4.2; |
| 573 | + SWIFT_VERSION = 5.0; |
566 | 574 | };
|
567 | 575 | name = Release;
|
568 | 576 | };
|
|
575 | 583 | CODE_SIGN_STYLE = Automatic;
|
576 | 584 | COMBINE_HIDPI_IMAGES = YES;
|
577 | 585 | DEVELOPMENT_TEAM = W777S7V8TN;
|
| 586 | + ENABLE_HARDENED_RUNTIME = YES; |
578 | 587 | INFOPLIST_FILE = LauncherApplication/Info.plist;
|
579 | 588 | LD_RUNPATH_SEARCH_PATHS = (
|
580 | 589 | "$(inherited)",
|
581 | 590 | "@executable_path/../Frameworks",
|
582 | 591 | );
|
583 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 592 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
584 | 593 | PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplication;
|
585 | 594 | PRODUCT_NAME = "$(TARGET_NAME)";
|
586 | 595 | PROVISIONING_PROFILE_SPECIFIER = "";
|
587 | 596 | SKIP_INSTALL = YES;
|
588 |
| - SWIFT_VERSION = 4.2; |
| 597 | + SWIFT_VERSION = 5.0; |
589 | 598 | };
|
590 | 599 | name = Debug;
|
591 | 600 | };
|
|
598 | 607 | CODE_SIGN_STYLE = Automatic;
|
599 | 608 | COMBINE_HIDPI_IMAGES = YES;
|
600 | 609 | DEVELOPMENT_TEAM = W777S7V8TN;
|
| 610 | + ENABLE_HARDENED_RUNTIME = YES; |
601 | 611 | INFOPLIST_FILE = LauncherApplication/Info.plist;
|
602 | 612 | LD_RUNPATH_SEARCH_PATHS = (
|
603 | 613 | "$(inherited)",
|
604 | 614 | "@executable_path/../Frameworks",
|
605 | 615 | );
|
606 |
| - MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 616 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
607 | 617 | PRODUCT_BUNDLE_IDENTIFIER = com.dwarvesv.LauncherApplication;
|
608 | 618 | PRODUCT_NAME = "$(TARGET_NAME)";
|
609 | 619 | PROVISIONING_PROFILE_SPECIFIER = "";
|
610 | 620 | SKIP_INSTALL = YES;
|
611 |
| - SWIFT_VERSION = 4.2; |
| 621 | + SWIFT_VERSION = 5.0; |
612 | 622 | };
|
613 | 623 | name = Release;
|
614 | 624 | };
|
|
0 commit comments