Skip to content

Commit

Permalink
improved life
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSK committed Apr 1, 2021
1 parent 4ccc643 commit 2eed989
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 783 deletions.
8 changes: 4 additions & 4 deletions Menu Bar Dock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = T34G959ZG8;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = MenuDock/Info.plist;
Expand All @@ -743,7 +743,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.etggames.MenuDock;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -761,7 +761,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = T34G959ZG8;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = MenuDock/Info.plist;
Expand All @@ -770,7 +770,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 2.3;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.etggames.MenuDock;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions MenuDock/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
item.length = itemSlotWidth
let bundleId = MenuDock.shared.appManager.runningAppsInOrder[i].bundleIdentifier ?? MenuDock.shared.appManager.runningAppsInOrder[i].localizedName //?? just in case
item.button?.layer?.setValue(bundleId, forKey: Constants.NSUserDefaultsKeys.bundleId) //layer doesn't exist on view did load. it takes some time to load for some reason so i guess we gotta add a timer
item.button?.title = bundleId!
i += 1
i += 1
}
}

Expand Down
5 changes: 4 additions & 1 deletion MenuDock/MenuDock.entitlements
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2eed989

Please sign in to comment.