Skip to content

Commit

Permalink
Fix icon not supported on macOS < 15 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakerwreah committed Nov 9, 2024
1 parent 8f124df commit fbdc5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Calendr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.14.1;
MARKETING_VERSION = 1.14.2;
PRODUCT_BUNDLE_IDENTIFIER = br.paker.Calendr;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Calendr/Config/Calendr-Bridging-Header.h";
Expand Down Expand Up @@ -1515,7 +1515,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.14.1;
MARKETING_VERSION = 1.14.2;
PRODUCT_BUNDLE_IDENTIFIER = br.paker.Calendr;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Calendr/Config/Calendr-Bridging-Header.h";
Expand Down
2 changes: 1 addition & 1 deletion Calendr/Assets/Icons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum Icons {
static let about = NSImage(systemName: "book")
static let tooltip = NSImage(systemName: "info.circle")
static let length_small = NSImage(systemName: "character.textbox")
static let length_big = NSImage(systemName: "textformat.characters.arrow.left.and.right")
static let length_big = NSImage(systemName: "textformat.abc")
static let zoomIn = NSImage(systemName: "plus.magnifyingglass")
static let zoomOut = NSImage(systemName: "minus.magnifyingglass")
static let transparencyLow = NSImage(systemName: "cube.transparent")
Expand Down

0 comments on commit fbdc5b5

Please sign in to comment.