Skip to content

Commit

Permalink
Release 0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 4, 2023
1 parent 53c19ec commit 9c5d90b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1340,7 +1340,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.3;
MARKETING_VERSION = 0.26.4;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1360,7 +1360,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1376,7 +1376,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.3;
MARKETING_VERSION = 0.26.4;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 7 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.26.3</title>
<title>0.26.4</title>
<description>
<![CDATA[
<ul>
<li>Added support for asking for an App Store review periodically.</li>
<li>Fixed a potential crash when selecting an existing item (#549).</li>
<li>Fixed memory leaks in previews (#549).</li>
<li>Fixed an issue when an App Store review was asked for a non-App Store version of Maccy (#553).</li>
</ul>
]]>
</description>
<pubDate>2023-06-03</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.3</releaseNotesLink>
<pubDate>2023-06-04</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.4</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.26.3/Maccy.app.zip"
sparkle:version="18"
sparkle:shortVersionString="0.26.3"
url="https://github.com/p0deje/Maccy/releases/download/0.26.4/Maccy.app.zip"
sparkle:version="19"
sparkle:shortVersionString="0.26.4"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 9c5d90b

Please sign in to comment.