mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
...
This commit is contained in:
@@ -143,7 +143,7 @@ class YukiHookXposedProcessor : SymbolProcessorProvider {
|
|||||||
if (packageName.contains(".hook."))
|
if (packageName.contains(".hook."))
|
||||||
realPackageName = packageName.split(".hook.")[0]
|
realPackageName = packageName.split(".hook.")[0]
|
||||||
else logger.warn(message = "YukiHook cannot identify your App's package name,please refer to the wiki https://github.com/fankes/YukiHookAPI/wiki to fix the package name or manually configure the package name")
|
else logger.warn(message = "YukiHook cannot identify your App's package name,please refer to the wiki https://github.com/fankes/YukiHookAPI/wiki to fix the package name or manually configure the package name")
|
||||||
codeGenerator.createNewFile(Dependencies.ALL_FILES, packageName, fileName = "${className}_YukiHookXposedInit")
|
codeGenerator.createNewFile(Dependencies.ALL_FILES, packageName, fileName = "$className$xposedClassShortName")
|
||||||
.apply {
|
.apply {
|
||||||
/** 🤡 由于插入的代码量不大就不想用工具生成了 */
|
/** 🤡 由于插入的代码量不大就不想用工具生成了 */
|
||||||
write(
|
write(
|
||||||
|
Reference in New Issue
Block a user