Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jan 6, 2024
1 parent fc3703b commit 456929a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Swift Shift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.16.0;
CURRENT_PROJECT_VERSION = 0.17.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -430,7 +430,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.16.0;
MARKETING_VERSION = 0.17.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.pablopunk.Swift-Shift";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -448,7 +448,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.16.0;
CURRENT_PROJECT_VERSION = 0.17.0;
DEVELOPMENT_ASSET_PATHS = "\"Swift Shift/Preview Content\"";
DEVELOPMENT_TEAM = 2TZ4Q825M7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -464,7 +464,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.16.0;
MARKETING_VERSION = 0.17.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.pablopunk.Swift-Shift";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
8 changes: 8 additions & 0 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.17.0</title>
<pubDate>Sat, 06 Jan 2024 15:08:11 +0100</pubDate>
<sparkle:version>0.17.0</sparkle:version>
<sparkle:shortVersionString>0.17.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<enclosure url="https://pablopunk.github.io/SwiftShift/SwiftShift.zip" length="2351099" type="application/octet-stream" sparkle:edSignature="KuU8ZRdPOszUCWMcG50OaAHT0nLPo5bmlJSkF8dUTS7dU6qtjw7et+aAtAQ0JGB7mQOJOiYCNAOjMeyDTTo3Aw=="/>
</item>
<item>
<title>0.16.0</title>
<pubDate>Sat, 06 Jan 2024 14:55:08 +0100</pubDate>
Expand Down
2 changes: 1 addition & 1 deletion generate-appcast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ! -d "$export_folder/$app_name.app" ]]; then
fi

# move current appcast.xml to export folder
# cp ./appcast.xml $export_folder
cp ./appcast.xml $export_folder

# zip app
echo "Generating zip file..."
Expand Down

0 comments on commit 456929a

Please sign in to comment.