mirror of
https://github.com/X1a0He/Adobe-Downloader.git
synced 2025-11-25 03:14:57 +08:00
release: v1.4.0
This commit is contained in:
@@ -418,7 +418,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 131;
|
||||
CURRENT_PROJECT_VERSION = 140;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = TG862GVKHK;
|
||||
@@ -434,7 +434,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
@@ -452,7 +452,7 @@
|
||||
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 131;
|
||||
CURRENT_PROJECT_VERSION = 140;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"Adobe Downloader/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = TG862GVKHK;
|
||||
@@ -468,7 +468,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.0;
|
||||
MARKETING_VERSION = 1.3.1;
|
||||
MARKETING_VERSION = 1.4.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.x1a0he.macOS.Adobe-Downloader";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||
|
||||
31
appcast.xml
31
appcast.xml
@@ -2,6 +2,37 @@
|
||||
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
|
||||
<channel>
|
||||
<title>Adobe Downloader</title>
|
||||
<item>
|
||||
<title>1.4.0</title>
|
||||
<pubDate>Tue, 14 Jan 2025 17:41:16 +0800</pubDate>
|
||||
<sparkle:version>140</sparkle:version>
|
||||
<sparkle:shortVersionString>1.4.0</sparkle:shortVersionString>
|
||||
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
|
||||
<enclosure url="https://github.com/X1a0He/Adobe-Downloader/releases/download/1.4.0/Adobe.Downloader.dmg"
|
||||
length="3341846" type="application/octet-stream"
|
||||
sparkle:edSignature="TcKFciPcxUYhSzyQ+EYRElgC3PySwnxZqqQdVExZ7vs3ihT1cKeNLuqbIGZf8yolkL96DyiE8JckcoKe7iwKAQ=="/>
|
||||
<description>
|
||||
<![CDATA[
|
||||
<style>ul{margin-top: 0;margin-bottom: 7;padding-left: 18;}</style>
|
||||
<h4>Adobe Downloader 更新日志: </h4>
|
||||
<ul>
|
||||
<li>1. 支持窗口调整大小,适配屏幕更小的设备</li>
|
||||
<li>2. 修正了部分视图下的拼写错误</li>
|
||||
<li>3. 对 Helper 进行了进一步的完善</li>
|
||||
</ul>
|
||||
<h4>PS: Adobe Downloader 已进入了稳定阶段,大部分情况下均可正常下载</h4>
|
||||
<hr>
|
||||
<h4>Adobe Downloader Changes: </h4>
|
||||
<ul>
|
||||
<li>1. Added support for window resizing to better accommodate smaller screens.</li>
|
||||
<li>2. Fixed spelling errors in certain views.</li>
|
||||
<li>3. Further improvements made to the Helper functionality.</li>
|
||||
</ul>
|
||||
<h4>PS: Adobe Downloader has reached a stable phase and is generally capable of performing downloads under most
|
||||
conditions.</h4>
|
||||
]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>1.3.1</title>
|
||||
<pubDate>Tue, 19 Nov 2024 00:57:21 +0800</pubDate>
|
||||
|
||||
18
readme-en.md
18
readme-en.md
@@ -70,21 +70,15 @@ when prompted.
|
||||
|
||||
- For historical update logs, please go to [Update Log](update-log.md)
|
||||
|
||||
- 2024-11-19 00:55 Update Log
|
||||
- 2025-01-14 17:45 Update Log
|
||||
|
||||
```markdown
|
||||
1. Simulate the package dependency download logic of the official Adobe Creative Cloud
|
||||
2. Due to the above updates, the problem of insufficient download quantity of some packages has been fixed
|
||||
3. Fixed when HDBox and IPCBox already exist, the problem that the original components will not be replaced after
|
||||
downloading X1a0He CC components
|
||||
4. Fixed the problem that Acrobat products are still in downloading status when paused and canceled
|
||||
5. Add product quantity display at the bottom and display warning slogan in the center
|
||||
6. Add some language selections
|
||||
7. Optimize the sorting display of the version selection page
|
||||
8. Optimize product processing and parsing speed, abandon xml processing and parsing, and use json processing
|
||||
1. Added support for window resizing to better accommodate smaller screens.
|
||||
2. Fixed spelling errors in certain views.
|
||||
3. Further improvements made to the Helper functionality.
|
||||
|
||||
PS: Most products have been tested on M1 Max and downloaded and installed normally, but Intel has not been tested. If
|
||||
you have any questions, please raise issues
|
||||
PS: Adobe Downloader has reached a stable phase and is generally capable of performing downloads under most
|
||||
conditions.
|
||||
```
|
||||
|
||||
### Language friendly
|
||||
|
||||
15
readme.md
15
readme.md
@@ -59,19 +59,14 @@
|
||||
|
||||
- 更多关于 App 的更新日志,请查看 [Update Log](update-log.md)
|
||||
|
||||
- 2024-11-19 00:55 更新日志
|
||||
- 2025-01-14 17:45 更新日志
|
||||
|
||||
```markdown
|
||||
1. 模拟官方 Adobe Creative Cloud 的包依赖下载逻辑
|
||||
2. 由于上述更新,修复了某些包下载数量仍然不足的问题
|
||||
3. 修复了当已存在 HDBox 和 IPCBox 的时候,下载 X1a0He CC 组件后,并不会替换掉原来的组件的问题
|
||||
4. 修复了 Acrobat 产品在暂停和取消时仍处于下载状态的问题
|
||||
5. 底部增加产品数量显示,居中显示警示标语
|
||||
6. 增加部分语言选择
|
||||
7. 优化了版本选择页面的排序展示
|
||||
8. 优化了产品处理和解析速度,弃用 xml 处理和解析,采用 json 的形式处理
|
||||
1. 支持窗口调整大小,适配屏幕更小的设备
|
||||
2. 修正了部分视图下的拼写错误
|
||||
3. 对 Helper 进行了进一步的完善
|
||||
|
||||
PS: M1 Max上已测试大部份产品正常下载并安装,Intel未测试,有问题请提issues
|
||||
PS: Adobe Downloader 已进入了稳定阶段,大部分情况下均可正常下载
|
||||
```
|
||||
|
||||
### 语言支持
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# Change Log
|
||||
|
||||
## 2025-01-14 17:45 更新日志
|
||||
|
||||
[//]: # (1.4.0)
|
||||
|
||||
```markdown
|
||||
1. 支持窗口调整大小,适配屏幕更小的设备
|
||||
2. 修正了部分视图下的拼写错误
|
||||
3. 对 Helper 进行了进一步的完善
|
||||
|
||||
PS: Adobe Downloader 已进入了稳定阶段,大部分情况下均可正常下载
|
||||
====================
|
||||
|
||||
1. Added support for window resizing to better accommodate smaller screens.
|
||||
2. Fixed spelling errors in certain views.
|
||||
3. Further improvements made to the Helper functionality.
|
||||
|
||||
PS: Adobe Downloader has reached a stable phase and is generally capable of performing downloads under most
|
||||
conditions.
|
||||
```
|
||||
|
||||
## 2024-11-19 00:55 更新日志
|
||||
|
||||
[//]: # (1.3.1)
|
||||
|
||||
Reference in New Issue
Block a user