Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jun 6, 2024
1 parent 59c89af commit e2e7338
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Swift Shift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.23.0;
CURRENT_PROJECT_VERSION = 0.24.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -442,7 +442,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.24.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.pablopunk.Swift-Shift";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -460,7 +460,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.23.0;
CURRENT_PROJECT_VERSION = 0.24.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -476,7 +476,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.23.0;
MARKETING_VERSION = 0.24.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.pablopunk.Swift-Shift";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
16 changes: 8 additions & 8 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Swift Shift</title>
<item>
<title>0.24.0</title>
<pubDate>Thu, 06 Jun 2024 23:06:29 +0200</pubDate>
<sparkle:version>0.24.0</sparkle:version>
<sparkle:shortVersionString>0.24.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip" length="2353879" type="application/octet-stream" sparkle:edSignature="t9VEIA1RJjEA3118Z2IokByXxupiTWiOKFH9BdKfVuUP+avLPfbOh4gjmz+tNH4nYxmyW1rPVyr5P47qy3yEDg=="/>
</item>
<item>
<title>0.23.0</title>
<pubDate>Mon, 26 Feb 2024 23:42:53 +0100</pubDate>
Expand All @@ -18,13 +26,5 @@
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip" length="2350410" type="application/octet-stream" sparkle:edSignature="btYRDCOyWarzdyK+uDtDr3sqNoZysXoiaT4Qq/egrpv+pE6f3sggxRIRWT0fju6FlXGeu7txUXeMcgqLltO/Dw=="/>
</item>
<item>
<title>0.21.0</title>
<pubDate>Mon, 26 Feb 2024 20:22:31 +0100</pubDate>
<sparkle:version>0.21.0</sparkle:version>
<sparkle:shortVersionString>0.21.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip" length="2350332" type="application/octet-stream" sparkle:edSignature="zYWxHE2uIO5hhCVf++Ju5zMlNTP4f5bGbZWEfcJuKTJBdpHAdu3ukVy2WkbWhjIKmxxgl5sZrw7TCtTnbhVnAQ=="/>
</item>
</channel>
</rss>

0 comments on commit e2e7338

Please sign in to comment.