Skip to content

Commit 2eed989

Browse files
committed
improved life
1 parent 4ccc643 commit 2eed989

File tree

11 files changed

+9
-783
lines changed

11 files changed

+9
-783
lines changed

Menu Bar Dock.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
CODE_SIGN_IDENTITY = "Mac Developer";
735735
CODE_SIGN_STYLE = Automatic;
736736
COMBINE_HIDPI_IMAGES = YES;
737-
CURRENT_PROJECT_VERSION = 10;
737+
CURRENT_PROJECT_VERSION = 13;
738738
DEVELOPMENT_TEAM = T34G959ZG8;
739739
ENABLE_HARDENED_RUNTIME = YES;
740740
INFOPLIST_FILE = MenuDock/Info.plist;
@@ -743,7 +743,7 @@
743743
"@executable_path/../Frameworks",
744744
);
745745
MACOSX_DEPLOYMENT_TARGET = 10.10;
746-
MARKETING_VERSION = 2.3;
746+
MARKETING_VERSION = 3.0;
747747
PRODUCT_BUNDLE_IDENTIFIER = com.etggames.MenuDock;
748748
PRODUCT_NAME = "$(TARGET_NAME)";
749749
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -761,7 +761,7 @@
761761
CODE_SIGN_IDENTITY = "Mac Developer";
762762
CODE_SIGN_STYLE = Automatic;
763763
COMBINE_HIDPI_IMAGES = YES;
764-
CURRENT_PROJECT_VERSION = 10;
764+
CURRENT_PROJECT_VERSION = 13;
765765
DEVELOPMENT_TEAM = T34G959ZG8;
766766
ENABLE_HARDENED_RUNTIME = YES;
767767
INFOPLIST_FILE = MenuDock/Info.plist;
@@ -770,7 +770,7 @@
770770
"@executable_path/../Frameworks",
771771
);
772772
MACOSX_DEPLOYMENT_TARGET = 10.10;
773-
MARKETING_VERSION = 2.3;
773+
MARKETING_VERSION = 3.0;
774774
PRODUCT_BUNDLE_IDENTIFIER = com.etggames.MenuDock;
775775
PRODUCT_NAME = "$(TARGET_NAME)";
776776
PROVISIONING_PROFILE_SPECIFIER = "";

Menu Bar Dock.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 0 additions & 416 deletions
This file was deleted.

Menu Bar Dock.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 37 deletions
This file was deleted.

MenuDock/AppDelegate.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
111111
item.length = itemSlotWidth
112112
let bundleId = MenuDock.shared.appManager.runningAppsInOrder[i].bundleIdentifier ?? MenuDock.shared.appManager.runningAppsInOrder[i].localizedName //?? just in case
113113
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
114-
item.button?.title = bundleId!
115-
i += 1
114+
i += 1
116115
}
117116
}
118117

MenuDock/MenuDock.entitlements

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict/>
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
</dict>
58
</plist>

Pods/Pods.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcschemes/Pods-Launcher.xcscheme

Lines changed: 0 additions & 71 deletions
This file was deleted.

Pods/Pods.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcschemes/Pods-Menu Bar Dock.xcscheme

Lines changed: 0 additions & 71 deletions
This file was deleted.

Pods/Pods.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcschemes/Pods-Menu Bar DockTests.xcscheme

Lines changed: 0 additions & 71 deletions
This file was deleted.

Pods/Pods.xcodeproj/xcuserdata/ethansarif-kattan.xcuserdatad/xcschemes/Pods-Menu Bar DockUITests.xcscheme

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)