Skip to content

Commit

Permalink
build: update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisWong213 committed Sep 23, 2024
1 parent 1ed1079 commit 7de1fc6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GPTSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"GPTSwift/Preview Content\"";
DEVELOPMENT_TEAM = 447H88N27M;
Expand All @@ -577,7 +577,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = elvis.GPTSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -598,7 +598,7 @@
CODE_SIGN_ENTITLEMENTS = GPTSwift/GPTSwift.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.3.2;
CURRENT_PROJECT_VERSION = 1.4;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"GPTSwift/Preview Content\"";
DEVELOPMENT_TEAM = 447H88N27M;
Expand All @@ -621,7 +621,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = elvis.GPTSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
Expand Down
10 changes: 10 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>GPTSwift</title>
<item>
<title>1.4</title>
<pubDate>Mon, 23 Sep 2024 16:06:07 +0100</pubDate>
<sparkle:version>1.4</sparkle:version>
<sparkle:shortVersionString>1.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/ElvisWong213/GPTSwift/releases/download/1.4/GPTSwift.app.tar.xz" length="4108644" type="application/octet-stream" sparkle:edSignature="bJDr+7andrsvtsYnSiOA/UTNYD7uvlW+20Cj2y2C+9ANFKkWbRW+DzggiSkh+mj08mW+7KmIkbbLhISrstYXBA=="/>
<sparkle:releaseNotesLink>https://elviswong213.github.io/GPTSwift/release_note/</sparkle:releaseNotesLink>
<sparkle:fullReleaseNotesLink>https://github.com/ElvisWong213/GPTSwift/releases/tag/1.4</sparkle:fullReleaseNotesLink>
</item>
<item>
<title>1.3.2</title>
<pubDate>Sun, 16 Jun 2024 14:42:22 +0100</pubDate>
Expand Down

0 comments on commit 7de1fc6

Please sign in to comment.