diff --git a/Adobe Downloader.xcodeproj/project.pbxproj b/Adobe Downloader.xcodeproj/project.pbxproj index 91205be..2a8d92c 100644 --- a/Adobe Downloader.xcodeproj/project.pbxproj +++ b/Adobe Downloader.xcodeproj/project.pbxproj @@ -249,7 +249,7 @@ ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = AdobeDownloaderHelperTool/Info.plist; LOCALIZATION_PREFERS_STRING_CATALOGS = NO; - MACOSX_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 13.0; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "-sectcreate", @@ -278,7 +278,7 @@ ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = AdobeDownloaderHelperTool/Info.plist; LOCALIZATION_PREFERS_STRING_CATALOGS = NO; - MACOSX_DEPLOYMENT_TARGET = 12.0; + MACOSX_DEPLOYMENT_TARGET = 13.0; OTHER_LDFLAGS = ( "-sectcreate", __TEXT, @@ -431,9 +431,10 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 213; + CURRENT_PROJECT_VERSION = 214; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\""; + DEVELOPMENT_TEAM = TG862GVKHK; ENABLE_HARDENED_RUNTIME = NO; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO; @@ -446,7 +447,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 2.1.3; + MARKETING_VERSION = 2.1.4; PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -464,9 +465,10 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 213; + CURRENT_PROJECT_VERSION = 214; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\""; + DEVELOPMENT_TEAM = TG862GVKHK; ENABLE_HARDENED_RUNTIME = NO; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO; @@ -479,7 +481,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 2.1.3; + MARKETING_VERSION = 2.1.4; PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -525,7 +527,7 @@ repositoryURL = "https://github.com/sparkle-project/Sparkle"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 2.6.4; + minimumVersion = 2.8.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/Adobe Downloader.xcodeproj/xcshareddata/xcschemes/Adobe Downloader.xcscheme b/Adobe Downloader.xcodeproj/xcshareddata/xcschemes/Adobe Downloader.xcscheme index b2edca4..00d55b3 100644 --- a/Adobe Downloader.xcodeproj/xcshareddata/xcschemes/Adobe Downloader.xcscheme +++ b/Adobe Downloader.xcodeproj/xcshareddata/xcschemes/Adobe Downloader.xcscheme @@ -31,7 +31,7 @@ shouldAutocreateTestPlan = "YES"> Adobe Downloader + + 2.1.4 + Sat, 22 Nov 2025 21:44:04 +0800 + 214 + 2.1.4 + 13.0 + + + ul{margin-top: 0;margin-bottom: 7;padding-left: 18;} +

Adobe Downloader 更新日志:

+
    +
  • 1. 修复了清理工具执行清理时出现清理不全面的问题
  • +
  • 2. 新增修复 Helper 的 sh 脚本和入口
  • +
  • 3. 默认选中 SuperCafModels 包
  • +
  • 4. 升级 Sparkle 到 2.8.1
  • +
+
+

Adobe Downloader Changes:

+
    +
  • 1. Fixed an issue where the cleanup tool would not clean up all files.
  • +
  • 2. Added a sh script and entry for repairing Helper.
  • +
  • 3. Selected SuperCafModels package by default.
  • +
  • 4. Upgraded Sparkle to 2.8.1.
  • +
+ ]]> +
+
2.1.3 Sun, 17 Aug 2025 14:26:49 +0800 diff --git a/change-log-generate.py b/change-log-generate.py index 892caac..0bb9af0 100644 --- a/change-log-generate.py +++ b/change-log-generate.py @@ -56,27 +56,17 @@ def parse_input(text): def main(): - txt = """1. 修复部分情况下,Helper 无法重新连接的情况 -2. 修复部分情况下,重新安装程序以及重新安装 Helper 的无法连接的情况 -3. 调整 X1a0He CC 部分,1.5.0 版本可以选择 "下载并处理" 和 "仅下载" -4. 调整了部分 Setup 组件的内容翻译 -5. 程序设置页中添加 「清理工具」 和 「常见问题」功能 -6. 程序设置页中,添加当前版本显示 - -PS: 当前版本添加的 「清理工具」功能为实验性功能,如有清理不全,请及时反馈 -PS: ⚠️ 1.5.0 版本将会是最后一个开源版本,请知晓 + txt = """1. 修复了清理工具执行清理时出现清理不全面的问题 +2. 新增修复 Helper 的 sh 脚本和入口 +3. 默认选中 SuperCafModels 包 +4. 升级 Sparkle 到 2.8.1 ==================== -1. Fixed the issue of Helper not being able to reconnect in some cases -2. Fixed the issue of not being able to reconnect after reinstalling the program and reinstalling Helper -3. Adjusted the content translation of X1a0He CC, version 1.5.0 can choose "Download and Process" and "Only Download" -4. Adjusted the translation of some Setup component content -5. Added "Cleanup Tool" and "Common Issues" functions in the program settings page -6. Added the current version display in the program settings page - -PS: The "Cleanup Tool" function in the current version is an experimental feature. If some files are not cleaned up, please feedback in time -PS: ⚠️ 1.5.0 version will be the last open source version, please be aware""" +1. Fixed an issue where the cleanup tool would not clean up all files. +2. Added a sh script and entry for repairing Helper. +3. Selected SuperCafModels package by default. +4. Upgraded Sparkle to 2.8.1.""" changelog_cn, changelog_en, ps_cn, ps_en = parse_input(txt) xml_output = generate_xml(changelog_cn, changelog_en, ps_cn, ps_en) diff --git a/readme-en.md b/readme-en.md index 2f9bbcc..51f22e3 100644 --- a/readme-en.md +++ b/readme-en.md @@ -68,11 +68,13 @@ when prompted. - For historical update logs, please go to [Update Log](update-log.md) -- 2025-08-17 Update Log +- 2025-11-22 Update Log ```markdown -1. Back to SMJobBless Helper. -2. Fixed an issue where Helper permissions were insufficient during installation. +1. Fixed an issue where the cleanup tool would not clean up all files. +2. Added a sh script and entry for repairing Helper. +3. Selected SuperCafModels package by default. +4. Upgraded Sparkle to 2.8.1. ``` ### Language friendly diff --git a/readme.md b/readme.md index be58328..b8755cf 100644 --- a/readme.md +++ b/readme.md @@ -58,11 +58,13 @@ - 更多关于 App 的更新日志,请查看 [Update Log](update-log.md) -- 2025-08-17 更新日志 +- 2025-11-22 更新日志 ```markdown -1. 垃圾 SMAppService 赶紧滚,回退 SMJobBless Helper -2. 修复了安装时 Helper 权限不足导致 103 错误的问题 +1. 修复了清理工具执行清理时出现清理不全面的问题 +2. 新增修复 Helper 的 sh 脚本和入口 +3. 默认选中 SuperCafModels 包 +4. 升级 Sparkle 到 2.8.1 ``` ### 语言支持 diff --git a/update-log.md b/update-log.md index 45fec91..a74de39 100644 --- a/update-log.md +++ b/update-log.md @@ -1,5 +1,22 @@ # Change Log +## 2025-11-22 更新日志 + +[//]: # (2.1.4) +```markdown +1. 修复了清理工具执行清理时出现清理不全面的问题 +2. 新增修复 Helper 的 sh 脚本和入口 +3. 默认选中 SuperCafModels 包 +4. 升级 Sparkle 到 2.8.1 + +==================== + +1. Fixed an issue where the cleanup tool would not clean up all files. +2. Added a sh script and entry for repairing Helper. +3. Selected SuperCafModels package by default. +4. Upgraded Sparkle to 2.8.1. +``` + ## 2025-08-17 更新日志 [//]: # (2.1.3)