UPD: 支持Adobe超级全家桶 安排的明明拜拜

This commit is contained in:
QiuChenly
2023-10-02 22:45:07 +08:00
parent ae17b24cc9
commit fe1ce0e9d3
6 changed files with 67 additions and 4 deletions

View File

@@ -135,6 +135,34 @@
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.ame.application.23",
"appBaseLocate": "/Applications/Adobe Media Encoder 2023/Adobe Media Encoder 2023.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.AfterEffects",
"appBaseLocate": "/Applications/Adobe After Effects 2023/Adobe After Effects 2023.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.Adobe-Animate-2023.application",
"appBaseLocate": "/Applications/Adobe Animate 2023/Adobe Animate 2023.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.Audition",
"appBaseLocate": "/Applications/Adobe Audition 2023/Adobe Audition 2023.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.PremierePro.23",
"appBaseLocate": "/Applications/Adobe Premiere Pro 2023/Adobe Premiere Pro 2023.app",
@@ -149,6 +177,22 @@
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.InCopy",
"appBaseLocate": "/Applications/Adobe InCopy 2023/Adobe InCopy 2023.app",
"bridgeFile": "/Contents/MacOS/",
"injectFile": "PublicLib.dylib",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.InDesign",
"appBaseLocate": "/Applications/Adobe InDesign 2023/Adobe InDesign 2023.app",
"bridgeFile": "/Contents/MacOS/",
"injectFile": "PublicLib.dylib",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.LightroomClassicCC7",
"appBaseLocate": "/Applications/Adobe Lightroom Classic/Adobe Lightroom Classic.app",

BIN
image-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
image-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
image-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -75,6 +75,18 @@
解决方案:<br>
没脑子不会百度动手破解软件不会可以理解用别人写好的脚本一键破解也不会21世纪怎么还会有这么废物的人啊
3. 需要移到垃圾篓
应该是App没有打开过就直接执行注入了。这可能会导致检查不通过不过影响不是很大。建议App在注入前先运行一次。
![移到垃圾桶](image-3.png)
这是正常的因为SIP打开的情况下如果修改了App会导致校验不通过你只需要手动从Finder中右击点开一次就好了:<br>
![打开](image-4.png)
![进一步打开](image-5.png)
此时就能正常打开。如果还出现问题,请检查自己的注入操作有没有问题。
# 环境
代码运行最低操作系统要求&此代码编译环境
@@ -126,10 +138,17 @@
|:------------------------|:-------------|:-----:|:-----:|:-----------------------------|
| Adobe PhotoShop | 通杀 | ❌ | ✅ | PS:神经滤镜已经完美可用 |
| Adobe PhotoShop Beta | 通杀 | ❌ | ✅ | 支持创意填充/神经滤镜 需要随便登录个账户 |
| Adobe Acrobat | 23.003.20244 | ✅ | ✅ | |
| Adobe Illustrator | 27.8.1 | ✅ | | ARM64 测试通过 X86没有测试过 大家自行测试 |
| Adobe Lightroom Classic | 12.5 | | | 修改照片功能不可用 等后续更新 |
| Adobe Premiere Pro | 23.5 | | | M1/x86版本灰度测试 测试报告有效/无效 我没有安装 |
| Adobe Acrobat Pro | 23.006.20320 | ✅ | ✅ | |
| Adobe Illustrator | 27.9.0 | ✅ | | ARM64 测试通过 X86没有测试过 大家自行测试 |
| Adobe Lightroom | 6.5 | | | 部分人有效 比如我 似乎是账户权限问题 |
| Adobe Lightroom Classic | 12.6 | | | 部分人有效 比如我 似乎是账户权限问题 |
| Adobe InCopy 2023 | 18.5.0.57 | ✅ | ✅ | 我下载不到ARM64版本的包 |
| Adobe InDesign 2023 | 18.5.0.57 | ✅ | ✅ | 我下载不到ARM64版本的包 |
| Adobe Premiere Pro | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 |
| Adobe After Effects 2023 | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 |
| Adobe Animate 2023 | 23.0.2.103 | ❌ | ✅ | 我下载不到ARM64版本的包 |
| Adobe Audition 2023 | 23.6.1.3 | ❌ | ✅ | 我下载不到ARM64版本的包 |
| Adobe Media Encoder 2023 | 23.6 | ❌ | ✅ | 我下载不到ARM64版本的包 |
# 激活注意

Binary file not shown.