Skip to content

Commit

Permalink
fix: hide statusItem label
Browse files Browse the repository at this point in the history
  • Loading branch information
douo committed Sep 20, 2022
1 parent 0ddb112 commit 19b29aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Hopscotch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Hopscotch/Preview Content\"";
DEVELOPMENT_TEAM = Q9JRKL6X9R;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -556,7 +556,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = info.dourok.osx.jumper;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -572,7 +572,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Hopscotch/Preview Content\"";
DEVELOPMENT_TEAM = Q9JRKL6X9R;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -583,7 +583,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.1.3;
MARKETING_VERSION = 0.1.4;
PRODUCT_BUNDLE_IDENTIFIER = info.dourok.osx.jumper;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Hopscotch/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
//clearData()
ShortcutRepository.shared.register()
statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength)
statusItem?.button?.title = Bundle.main.infoDictionary![kCFBundleNameKey as String] as! String
// statusItem?.button?.title = Bundle.main.infoDictionary![kCFBundleNameKey as String] as! String
statusItem?.button?.image = NSImage.init(named: "ic_status_bar")
if let menu = menu {
statusItem?.menu = menu
Expand Down

0 comments on commit 19b29aa

Please sign in to comment.