Skip to content

Commit

Permalink
Merge pull request #36 from peterklingelhofer/bugfix/Stop_does_not_sh…
Browse files Browse the repository at this point in the history
…utdown_app

bugfix(swift): Stop does not close app
  • Loading branch information
peterklingelhofer authored Oct 14, 2024
2 parents c080f0c + 085e0fb commit 59b8734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions swift/exhale.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
CODE_SIGN_ENTITLEMENTS = exhale/exhale.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 157;
CURRENT_PROJECT_VERSION = 158;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"exhale/Preview Content\"";
DEVELOPMENT_TEAM = VZCHHV7VNW;
Expand All @@ -464,7 +464,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.5.7;
MARKETING_VERSION = 1.5.8;
PRODUCT_BUNDLE_IDENTIFIER = peterklingelhofer.exhale;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = macosx;
Expand All @@ -483,7 +483,7 @@
CODE_SIGN_ENTITLEMENTS = exhale/exhale.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 157;
CURRENT_PROJECT_VERSION = 158;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"exhale/Preview Content\"";
DEVELOPMENT_TEAM = VZCHHV7VNW;
Expand All @@ -497,7 +497,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.5.7;
MARKETING_VERSION = 1.5.8;
PRODUCT_BUNDLE_IDENTIFIER = peterklingelhofer.exhale;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = macosx;
Expand Down
5 changes: 0 additions & 5 deletions swift/exhale/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {

@objc func stopAnimating(_ sender: Any?) {
settingsModel.stop()

for window in windows {
window.close()
}
windows.removeAll()
}

@objc func pauseAnimating(_ sender: Any?) {
Expand Down

0 comments on commit 59b8734

Please sign in to comment.