Skip to content

Commit

Permalink
bump to v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
steventheworker committed Aug 18, 2023
1 parent e0a3b01 commit 8a360d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DockAltTab.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.3;
MARKETING_VERSION = 2.8;
MARKETING_VERSION = 2.9;
PRODUCT_BUNDLE_IDENTIFIER = com.steventheworker.DockAltTab;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -357,7 +357,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.3;
MARKETING_VERSION = 2.8;
MARKETING_VERSION = 2.9;
PRODUCT_BUNDLE_IDENTIFIER = com.steventheworker.DockAltTab;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion DockAltTab/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ - (IBAction)changeDelay:(id)sender {
- (IBAction) quit:(id)sender {[NSApp terminate:nil];}
- (IBAction)toggleMenuItem:(id)sender {[statusItem setVisible:isMenuItemChecked];}
- (IBAction)unsupportedMoreInfoClick:(id)sender {[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/lwouis/alt-tab-macos/pull/1590#issuecomment-1131809994"]];}
- (IBAction)unsupportedDownloadClick:(id)sender {[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/steventheworker/alt-tab-macos/releases/download/1.7/DockAltTab.AltTab.v6.56.0.zip"]];}
- (IBAction)unsupportedDownloadClick:(id)sender {[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/steventheworker/alt-tab-macos/releases/download/1.8/DockAltTab.AltTab.v6.61.0.zip"]];}
/* dock setting handlers */
- (IBAction)lockDockPosition:(id)sender {[helperLib dockSetting: CFSTR("position-immutable") : (BOOL) lockDockPositionCheckbox.state];}
- (IBAction)lockDockSize:(id)sender {[helperLib dockSetting: CFSTR("size-immutable") : (BOOL) lockDockSizeCheckbox.state];}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# [NOTE](): For the time being, DockAltTab will only work with a [custom AltTab branch](https://github.com/steventheworker/alt-tab-macos/tree/scriptable) - maintained by steventheworker.

[Download here](https://github.com/steventheworker/alt-tab-macos/releases/download/1.7/DockAltTab.AltTab.v6.56.0.zip)
[Download here](https://github.com/steventheworker/alt-tab-macos/releases/download/1.8/DockAltTab.AltTab.v6.61.0.zip)


#### To resolve this: raise an issue on [the official repo](https://github.com/lwouis/alt-tab-macos/issues) / sending feedback via the AltTab app / by contacting [lwouis](https://github.com/lwouis/alt-tab-macos/) via the [AltTab discord server](https://discord.gg/CVEPeDufJa) (expressing interest in <u>[reopening this pull request](https://github.com/lwouis/alt-tab-macos/pull/1590#issuecomment-1131809994)</u> to add an AppleScript dictionary)
Expand Down

0 comments on commit 8a360d7

Please sign in to comment.