FIX: PS Beta/ PS 25.0

This commit is contained in:
QiuChenly
2023-09-16 02:37:58 +08:00
parent 075b94eed2
commit 94ca74cced
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"project": "InjectShell",
"Author": "QiuChenly",
"Version": 1.0,
"Version": 1.1,
"Description": {
"desc": "这是一个用于解释说明json对象用途的说明文档。basePublicConfig里面的同名配置如果在AppList里面配置了相同的Key则优先使用AppList里面的值。",
"bridgeFile": "app路径和注入文件路径之间的中间路径有些app只能注入到/Contents所以加了这个。",
@@ -117,8 +117,10 @@
},
{
"packageName": "com.adobe.Photoshop",
"appBaseLocate": "/Applications/Adobe Photoshop 2023/Adobe Photoshop 2023.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM"
"appBaseLocate": "/Applications/Adobe Photoshop 2024/Adobe Photoshop 2024.app",
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
"needCopyToAppDir": true,
"noDeep": true
},
{
"packageName": "com.adobe.illustrator",