Skip to content

Commit

Permalink
Merge pull request #29 from gao-sun/v1.3.1
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
gao-sun authored Oct 25, 2020
2 parents ba5cc6c + 7121dc3 commit d17a57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eul.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M8G2RFZVFV;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -736,7 +736,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gaosun.eul;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
Expand All @@ -754,7 +754,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 14;
CURRENT_PROJECT_VERSION = 15;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = M8G2RFZVFV;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -766,7 +766,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gaosun.eul;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "";
Expand Down
4 changes: 2 additions & 2 deletions eul/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {

// comment out for not showing window at login. no proper solution currently, tracking:
// https://github.com/sindresorhus/LaunchAtLogin/issues/33
window.makeKeyAndOrderFront(nil)
NSApp.activate(ignoringOtherApps: true)
// window.makeKeyAndOrderFront(nil)
// NSApp.activate(ignoringOtherApps: true)

SmcControl.shared.start()
refreshSMCRepeatedly()
Expand Down

0 comments on commit d17a57e

Please sign in to comment.