Skip to content
Merged

1.2.0 #153

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Swift Shift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -419,7 +419,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.pablopunk.Swift-Shift.dev";
PRODUCT_NAME = "$(TARGET_NAME) Dev";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -437,7 +437,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -453,7 +453,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2.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>1.2.0</title>
<pubDate>Fri, 15 May 2026 19:53:25 +0200</pubDate>
<sparkle:version>1.2.0</sparkle:version>
<sparkle:shortVersionString>1.2.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip" length="4413279" type="application/octet-stream" sparkle:edSignature="AGP2PO61wrXK+SryorlhlNuFF1pMQixCNOCEdBv4eEEoKmeY+v5VYGY7rouHQf7w7WOfMx6kFbYWSd5HZNeSCg=="/>
</item>
<item>
<title>1.1.1</title>
<pubDate>Wed, 13 May 2026 18:34:36 +0200</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="4395570" type="application/octet-stream" sparkle:edSignature="RbFwmdBc8ZegSRMlXm7/vLDS9HGlJE70MbztQuA4x0Ewr0E0VKD3ZyDjfzPKXtJoLksikXWRiTZ0tFtwuxMSCQ=="/>
</item>
<item>
<title>1.0.3</title>
<pubDate>Tue, 14 Apr 2026 10:46:20 +0200</pubDate>
<sparkle:version>1.0.3</sparkle:version>
<sparkle:shortVersionString>1.0.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/pablopunk/SwiftShift/releases/latest/download/SwiftShift.zip" length="5956695" type="application/octet-stream" sparkle:edSignature="nYXjhuwxNmrxeU+9rhjuM0zK9drMdXc1tDi4rBbY7/KXs/YSx9Ql9dOYkNqqbDxTsGDG0AMlnq1hLEc2xqvRAw=="/>
</item>
</channel>
</rss>
Loading