Skip to content

Commit

Permalink
replace MASShortcut with ShortcutRecorder
Browse files Browse the repository at this point in the history
- fix: clean the shortcuts in Status Menu after user removes them
  • Loading branch information
Ji4n1ng committed Jan 7, 2025
1 parent 733303a commit 0bc33ce
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 184 deletions.
1 change: 0 additions & 1 deletion Configuration/Debug.xcconfig

This file was deleted.

8 changes: 0 additions & 8 deletions Configuration/Global.xcconfig

This file was deleted.

Empty file removed Configuration/Release.xcconfig
Empty file.
4 changes: 2 additions & 2 deletions OpenInEditor-Lite/OpenInEditor-Lite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.7;
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInEditor-Lite";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -360,7 +360,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.7;
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInEditor-Lite";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
21 changes: 2 additions & 19 deletions OpenInTerminal-Lite/OpenInTerminal-Lite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
95ECC133228CF9A100416AA2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
95ECC134228CF9A200416AA2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
C3135D9D243F4CD3003323CF /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
D0C631E3227F8637002C4AA0 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
D0C631E4227F8637002C4AA0 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
D0C631E5227F8637002C4AA0 /* Global.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Global.xcconfig; sourceTree = "<group>"; };
E197D59B23E299B900C5A893 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -69,7 +66,6 @@
children = (
95163CF32269F209007C006F /* OpenInTerminalCore.framework */,
95163CE22269F0C2007C006F /* OpenInTerminal-Lite */,
D0C631E2227F8637002C4AA0 /* Configuration */,
95163CE12269F0C2007C006F /* Products */,
);
sourceTree = "<group>";
Expand All @@ -96,17 +92,6 @@
path = "OpenInTerminal-Lite";
sourceTree = "<group>";
};
D0C631E2227F8637002C4AA0 /* Configuration */ = {
isa = PBXGroup;
children = (
D0C631E3227F8637002C4AA0 /* Debug.xcconfig */,
D0C631E4227F8637002C4AA0 /* Release.xcconfig */,
D0C631E5227F8637002C4AA0 /* Global.xcconfig */,
);
name = Configuration;
path = ../Configuration;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -221,7 +206,6 @@
/* Begin XCBuildConfiguration section */
95163CEC2269F0C3007C006F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0C631E5227F8637002C4AA0 /* Global.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
Expand Down Expand Up @@ -284,7 +268,6 @@
};
95163CED2269F0C3007C006F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D0C631E5227F8637002C4AA0 /* Global.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
Expand Down Expand Up @@ -353,7 +336,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.7;
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInTerminal-Lite";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -377,7 +360,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.2.7;
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInTerminal-Lite";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Loading

0 comments on commit 0bc33ce

Please sign in to comment.