Skip to content

Commit

Permalink
Merge branch 'dev' into refactor-AppleScript
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Sep 15, 2024
2 parents c3c271b + 2d0cf75 commit 657b98a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3435,7 +3435,7 @@
CODE_SIGN_STYLE = $CODE_SIGN_STYLE;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -3450,7 +3450,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.8.1;
MARKETING_VERSION = 2.9.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.izual.Easydict-debug";
PRODUCT_MODULE_NAME = Easydict;
PRODUCT_NAME = "Easydict-debug";
Expand All @@ -3475,7 +3475,7 @@
CODE_SIGN_STYLE = $CODE_SIGN_STYLE;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 38;
CURRENT_PROJECT_VERSION = 39;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = "$(DEVELOPMENT_TEAM)";
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -3490,7 +3490,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.8.1;
MARKETING_VERSION = 2.9.0;
PRODUCT_BUNDLE_IDENTIFIER = com.izual.Easydict;
PRODUCT_MODULE_NAME = Easydict;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
10 changes: 9 additions & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Easydict</title>

<item>
<title>2.9.0</title>
<pubDate>Sun, 15 Sep 2024 00:39:55 +0800</pubDate>
<sparkle:version>39</sparkle:version>
<sparkle:shortVersionString>2.9.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://github.com/tisfeng/easydict/releases/tag/2.9.0</sparkle:releaseNotesLink>
<enclosure url="https://github.com/tisfeng/Easydict/releases/download/2.9.0/Easydict.zip" length="26823990" type="application/octet-stream" sparkle:edSignature="ZbZXL0FnQMRs7vxwwJdHhDseoSdAYZaj3VusKLavUkKFvHeMyIvVKBXsBQRQLgPIjFYvon/hCrV4alwmXtkYDw=="/>
</item>
<item>
<title>2.8.1</title>
<pubDate>Sun, 18 Aug 2024 23:48:55 +0800</pubDate>
Expand Down

0 comments on commit 657b98a

Please sign in to comment.