mirror of
https://github.com/X1a0He/Adobe-Downloader.git
synced 2025-11-25 03:14:57 +08:00
release: v2.1.1
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 210;
|
||||
CURRENT_PROJECT_VERSION = 211;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
|
||||
ENABLE_HARDENED_RUNTIME = NO;
|
||||
@@ -446,7 +446,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 2.1;
|
||||
MARKETING_VERSION = 2.1.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
@@ -464,7 +464,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 210;
|
||||
CURRENT_PROJECT_VERSION = 211;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
|
||||
ENABLE_HARDENED_RUNTIME = NO;
|
||||
@@ -479,7 +479,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 13.0;
|
||||
MARKETING_VERSION = 2.1;
|
||||
MARKETING_VERSION = 2.1.1;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
|
||||
22
appcast.xml
22
appcast.xml
@@ -2,6 +2,28 @@
|
||||
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
|
||||
<channel>
|
||||
<title>Adobe Downloader</title>
|
||||
<item>
|
||||
<title>2.1.1</title>
|
||||
<pubDate>Tue, 22 Jul 2025 21:21:49 +0800</pubDate>
|
||||
<sparkle:version>211</sparkle:version>
|
||||
<sparkle:shortVersionString>2.1.1</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
|
||||
<enclosure url="https://github.com/X1a0He/Adobe-Downloader/releases/download/2.1.1/Adobe.Downloader.dmg" length="4898302" type="application/octet-stream" sparkle:edSignature="KSdEqZLBjiqs3Bg1kKtNmC4OnaAuh7O5nr60RVNAw6AcnzdmLY/XtuQExMezm8kFotUfWYy3oqBHdF8rFAYSAA=="/>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<style>ul{margin-top: 0;margin-bottom: 7;padding-left: 18;}</style>
|
||||
<h4>Adobe Downloader 更新日志: </h4>
|
||||
<ul>
|
||||
<li>1. 修复了无法下载 Acrobat 的问题</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h4>Adobe Downloader Changes: </h4>
|
||||
<ul>
|
||||
<li>Fixed an issue where Acrobat products could not be downloaded.</li>
|
||||
</ul>
|
||||
]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>2.1</title>
|
||||
<pubDate>Sun, 20 Jul 2025 13:05:23 +0800</pubDate>
|
||||
|
||||
@@ -68,15 +68,10 @@ when prompted.
|
||||
|
||||
- For historical update logs, please go to [Update Log](update-log.md)
|
||||
|
||||
- 2025-07-20 Update Log
|
||||
- 2025-07-22 Update Log
|
||||
|
||||
```markdown
|
||||
1. Added feature to cancel Setup before installation.
|
||||
2. Added concurrency control for downloads.
|
||||
3. Rewritten version selection interface using NavigationStack with package customization.
|
||||
4. Rewritten download logic with thread pooling + segmented downloading for parallel package fetching.
|
||||
5. Rewritten Helper logic using SMAppService \(macOS 13.0+\).
|
||||
6. Refined breathing light indicator for Helper connection status.
|
||||
1. Fixed an issue where Acrobat products could not be downloaded.
|
||||
```
|
||||
|
||||
### Language friendly
|
||||
|
||||
@@ -58,15 +58,10 @@
|
||||
|
||||
- 更多关于 App 的更新日志,请查看 [Update Log](update-log.md)
|
||||
|
||||
- 2025-07-20 更新日志
|
||||
- 2025-07-22 更新日志
|
||||
|
||||
```markdown
|
||||
1. 新增安装前终止 Setup 的特性
|
||||
2. 新增并发下载数控制
|
||||
3. 重写版本选择界面,采用 NavigationStack 的特性支持版本选择和自定义包选择
|
||||
4. 重写下载逻辑,支持线程池 + 分片的单任务多个包同时下载
|
||||
5. 重写 Helper 逻辑,使用 macOS 13.0+ 的 SMAppService 新特性
|
||||
6. 调整 Helper 链接状态的呼吸灯表现
|
||||
1. 修复了无法下载 Acrobat 的问题
|
||||
```
|
||||
|
||||
### 语言支持
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
## 2025-07-22 更新日志
|
||||
|
||||
[//]: # (2.1.1)
|
||||
```markdown
|
||||
1. 修复了无法下载 Acrobat 的问题
|
||||
|
||||
====================
|
||||
|
||||
1. Fixed an issue where Acrobat products could not be downloaded.
|
||||
```
|
||||
|
||||
## 2025-07-20 更新日志
|
||||
|
||||
[//]: # (2.1)
|
||||
|
||||
Reference in New Issue
Block a user