Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhermawan committed Jun 8, 2024
1 parent 3860371 commit 4ed8810
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Ollamac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -474,7 +474,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.kevinhermawan.Ollamac-Debug";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -491,7 +491,7 @@
CODE_SIGN_ENTITLEMENTS = Ollamac/Resources/Ollamac.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Ollamac/Preview Content\"";
DEVELOPMENT_TEAM = 84ZM7K56B5;
Expand All @@ -507,7 +507,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 2.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.kevinhermawan.Ollamac;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
17 changes: 8 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
<channel>
<title>Ollamac</title>
<item>
<title>1.2.0</title>
<pubDate>Tue, 07 May 2024 20:41:05 +0700</pubDate>
<sparkle:version>7</sparkle:version>
<sparkle:shortVersionString>1.2.0</sparkle:shortVersionString>
<title>2.0.0</title>
<pubDate>Sun, 09 Jun 2024 05:53:05 +0700</pubDate>
<sparkle:version>8</sparkle:version>
<sparkle:shortVersionString>2.0.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[
<ul>
<li>Bug fixes and performance improvements</li>
<li><strong>Attention:</strong> We have changed the architecture of the app. When you update to this version, your previous messages will be removed.</li>
</ul>
]]>
</description>
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v1.2.0/Ollamac-1.2.0.dmg" length="4103181" type="application/octet-stream" sparkle:edSignature="xucPaNKqTjlAj26Lg/Ir6zWV9OdFJj9jFnT3Lc61iWAWfy1St83Zgbb8CN2aoVjyc4g3zyvGcffp/DJRBuAIDw=="/>
]]></description>
<enclosure url="https://github.com/kevinhermawan/Ollamac/releases/download/v2.0.0/Ollamac-2.0.0.dmg" length="3207714" type="application/octet-stream" sparkle:edSignature="R+H/XDkCbbAxCM6cVkNyugbAfKQyAfoUHm7l/iIYXoIfwVW/Zkvd2DXUbpFE+v4GO1QEgBznrfSbc6yFtHzJBw=="/>
</item>
</channel>
</rss>
</rss>

0 comments on commit 4ed8810

Please sign in to comment.