diff --git a/config.json b/config.json index 243ef35..45bb1cd 100644 --- a/config.json +++ b/config.json @@ -49,7 +49,7 @@ "injectFile": "Sparkle.framework/Versions/B/Sparkle", "needCopyToAppDir": true, "deepSignApp": true, - "noDeep": true + "extraShell": "setapp.sh" }, { "packageName": "com.tweety.MediaMate", diff --git a/readme.md b/readme.md index 41132f7..89e2a0d 100644 --- a/readme.md +++ b/readme.md @@ -228,7 +228,7 @@ https://twitter.com/QiuChenly |MediaMate|[通杀](https://wouter01.github.io/MediaMate/)|✅ | ✅ | ✅|注入后使用生成的序列号直接激活 |[QiuChenly](https://github.com/QiuChenly) | ✅正常维护中| |LuminarNeo Mas版本|[1.18.2-通杀](https://apps.apple.com/cn/app/luminar-neo-ai-photo-editor/id1584373150?mt=12)|✅ | ✅ | ✅| 直接注入即可激活。如果没有意外后续版本通杀。 |[QiuChenly](https://github.com/QiuChenly) | ✅正常维护中| | Sensei 系统信息查看工具 |[通杀](https://s3.amazonaws.com/cindori/Sensei.dmg)|✅ | ✅ | ✅| 直接注入,大开App随便输入邮箱激活码即可激活。如果没有意外后续版本通杀。 |[QiuChenly](https://github.com/QiuChenly) | ✅正常维护中| - +| 设置啊噗噗 | [3.35.2](https://dl.devmate.com/com.setapp.DesktopClient/75/1706298120/Setapp-75.zip)|✅ | ✅ | ✅| 直接注入后回到页面上[点我](setapp://system/sign_in?access_token=fuckingyoutoken&user_email=qiuchenly@outlook.com)一键登录设置啊噗噗。 |[QiuChenly](https://github.com/QiuChenly) | ✅正常维护中| | SetApp版本 | 版本 | ARM64 | Intel | SIP | 特殊要求 | 维护者 | 维护状态 | |:--------------------|:-----------------------------------------------------------------------------------|:-----:|:-----:|-----|:--------------|-------------------------------------------|--------| diff --git a/tool/libInjectLib.dylib b/tool/libInjectLib.dylib index 2299dbf..3aa3cf8 100755 Binary files a/tool/libInjectLib.dylib and b/tool/libInjectLib.dylib differ diff --git a/tool/optool b/tool/optool new file mode 100755 index 0000000..d7142af Binary files /dev/null and b/tool/optool differ diff --git a/tool/setapp.sh b/tool/setapp.sh new file mode 100644 index 0000000..4ea92e0 --- /dev/null +++ b/tool/setapp.sh @@ -0,0 +1,2 @@ +chmod +x tool/optool +tool/optool install -p /Applications/Setapp.app/Contents/Frameworks/libInjectLib.dylib -t /Applications/Setapp.app/Contents/Library/LaunchServices/Setapp.app/Contents/MacOS/SetappAgent --resign diff --git a/原神_启动.command b/原神_启动.command index c45a8ba..331d29c 100755 --- a/原神_启动.command +++ b/原神_启动.command @@ -5,4 +5,5 @@ printf "\r\033[1A%s" "" 1>&2 printf "\r\033[K%s" "" 1>&2 find . -name "*.*" 2>/dev/null | xargs otool -l 2>/dev/null | grep -E "(minos|sdk)" 2>/dev/null echo "${passwd}" | sudo -S echo "⚙️ 当前是 $(sudo -S whoami) 用户" +chmod +x tool/optool sudo -S ruby main.rb \ No newline at end of file