Skip to content

Commit f579f6b

Browse files
committed
v1.16.0
1 parent 2a95ea7 commit f579f6b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Leader Key.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
427C184D2BD65C5C00955B98 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427C184C2BD65C5C00955B98 /* Defaults.swift */; };
4040
427C18502BD6652500955B98 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427C184F2BD6652500955B98 /* Util.swift */; };
4141
427C18542BD6E59300955B98 /* NSWindow+Animations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 427C18532BD6E59300955B98 /* NSWindow+Animations.swift */; };
42-
6D9B9C012DBA000000000001 /* ConfigOutlineEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D9B9C002DBA000000000001 /* ConfigOutlineEditorView.swift */; };
4342
42B21FBC2D67566100F4A2C7 /* Alerts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42B21FBB2D67566100F4A2C7 /* Alerts.swift */; };
4443
42CCB5A32DAD257700356FC0 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = FBCA04D82D9F02F700271163 /* Kingfisher */; };
4544
42DFCD722D5B7D48002EA111 /* Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42DFCD712D5B7D46002EA111 /* Events.swift */; };
@@ -51,6 +50,7 @@
5150
42FDC31A2D51687B004F5C5C /* AdvancedPane.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42FDC3192D51687B004F5C5C /* AdvancedPane.swift */; };
5251
605385A32D523CAD00BEDB4B /* Pulsate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 605385A22D523CAD00BEDB4B /* Pulsate.swift */; };
5352
606C56EF2DAB875A00198B9F /* Cheater.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606C56EE2DAB875A00198B9F /* Cheater.swift */; };
53+
6D9B9C012DBA000000000001 /* ConfigOutlineEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D9B9C002DBA000000000001 /* ConfigOutlineEditorView.swift */; };
5454
/* End PBXBuildFile section */
5555

5656
/* Begin PBXContainerItemProxy section */
@@ -96,7 +96,6 @@
9696
427C184C2BD65C5C00955B98 /* Defaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Defaults.swift; sourceTree = "<group>"; };
9797
427C184F2BD6652500955B98 /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = "<group>"; };
9898
427C18532BD6E59300955B98 /* NSWindow+Animations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSWindow+Animations.swift"; sourceTree = "<group>"; };
99-
6D9B9C002DBA000000000001 /* ConfigOutlineEditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigOutlineEditorView.swift; sourceTree = "<group>"; };
10099
42B21FBB2D67566100F4A2C7 /* Alerts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Alerts.swift; sourceTree = "<group>"; };
101100
42DFCD712D5B7D46002EA111 /* Events.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Events.swift; sourceTree = "<group>"; };
102101
42F4CDC82D458FF700D0DD76 /* MainMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenu.swift; sourceTree = "<group>"; };
@@ -106,6 +105,7 @@
106105
42FDC3192D51687B004F5C5C /* AdvancedPane.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdvancedPane.swift; sourceTree = "<group>"; };
107106
605385A22D523CAD00BEDB4B /* Pulsate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Pulsate.swift; sourceTree = "<group>"; };
108107
606C56EE2DAB875A00198B9F /* Cheater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cheater.swift; sourceTree = "<group>"; };
108+
6D9B9C002DBA000000000001 /* ConfigOutlineEditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigOutlineEditorView.swift; sourceTree = "<group>"; };
109109
/* End PBXFileReference section */
110110

111111
/* Begin PBXFrameworksBuildPhase section */
@@ -588,7 +588,7 @@
588588
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
589589
CODE_SIGN_STYLE = Automatic;
590590
COMBINE_HIDPI_IMAGES = YES;
591-
CURRENT_PROJECT_VERSION = 126;
591+
CURRENT_PROJECT_VERSION = 135;
592592
DEAD_CODE_STRIPPING = YES;
593593
DEVELOPMENT_ASSET_PATHS = "\"Leader Key/Support/Preview Content\"";
594594
ENABLE_HARDENED_RUNTIME = YES;
@@ -606,7 +606,7 @@
606606
"@executable_path/../Frameworks",
607607
);
608608
MACOSX_DEPLOYMENT_TARGET = 13.0;
609-
MARKETING_VERSION = 1.15.0;
609+
MARKETING_VERSION = 1.16.0;
610610
PRODUCT_BUNDLE_IDENTIFIER = "com.brnbw.Leader-Key";
611611
PRODUCT_NAME = "$(TARGET_NAME)";
612612
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -624,7 +624,7 @@
624624
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
625625
CODE_SIGN_STYLE = Automatic;
626626
COMBINE_HIDPI_IMAGES = YES;
627-
CURRENT_PROJECT_VERSION = 126;
627+
CURRENT_PROJECT_VERSION = 135;
628628
DEAD_CODE_STRIPPING = YES;
629629
DEVELOPMENT_ASSET_PATHS = "\"Leader Key/Support/Preview Content\"";
630630
ENABLE_HARDENED_RUNTIME = YES;
@@ -642,7 +642,7 @@
642642
"@executable_path/../Frameworks",
643643
);
644644
MACOSX_DEPLOYMENT_TARGET = 13.0;
645-
MARKETING_VERSION = 1.15.0;
645+
MARKETING_VERSION = 1.16.0;
646646
PRODUCT_BUNDLE_IDENTIFIER = "com.brnbw.Leader-Key";
647647
PRODUCT_NAME = "$(TARGET_NAME)";
648648
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -655,7 +655,7 @@
655655
buildSettings = {
656656
BUNDLE_LOADER = "$(TEST_HOST)";
657657
CODE_SIGN_STYLE = Automatic;
658-
CURRENT_PROJECT_VERSION = 126;
658+
CURRENT_PROJECT_VERSION = 135;
659659
DEAD_CODE_STRIPPING = YES;
660660
GENERATE_INFOPLIST_FILE = YES;
661661
MACOSX_DEPLOYMENT_TARGET = 13.5;
@@ -673,7 +673,7 @@
673673
buildSettings = {
674674
BUNDLE_LOADER = "$(TEST_HOST)";
675675
CODE_SIGN_STYLE = Automatic;
676-
CURRENT_PROJECT_VERSION = 126;
676+
CURRENT_PROJECT_VERSION = 135;
677677
DEAD_CODE_STRIPPING = YES;
678678
GENERATE_INFOPLIST_FILE = YES;
679679
MACOSX_DEPLOYMENT_TARGET = 13.5;

0 commit comments

Comments
 (0)