Skip to content

Commit

Permalink
Update appcast for v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Apr 7, 2024
1 parent bfeb2f2 commit 187959b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Applite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Applite/Preview Content\"";
DEVELOPMENT_TEAM = 9CLTNBW4Z3;
Expand All @@ -691,7 +691,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.4;
PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -709,7 +709,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Applite/Preview Content\"";
DEVELOPMENT_TEAM = 9CLTNBW4Z3;
Expand All @@ -726,7 +726,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.4;
PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
11 changes: 11 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Applite</title>
<item>
<title>1.2.4</title>
<pubDate>Sun, 07 Apr 2024 16:31:33 +0200</pubDate>
<sparkle:version>10</sparkle:version>
<sparkle:shortVersionString>1.2.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>
https://aerolite.dev/applite/releases/1.2.4.html
</sparkle:releaseNotesLink>
<enclosure url="https://github.com/milanvarady/Applite/releases/download/v1.2.4/Applite.dmg" length="3346635" type="application/octet-stream" sparkle:edSignature="DMDK6YfVclvbqMC1jDIoj8XQVYmZTGydCLd9yjs76KnB8OI5AgcoX3bKP07GCEo2Xfu7U6QcclcwVM53O7I4Bw=="/>
</item>
<item>
<title>1.2.3</title>
<pubDate>Mon, 26 Feb 2024 20:07:45 +0100</pubDate>
Expand Down

0 comments on commit 187959b

Please sign in to comment.