支持微信版本2.3.29消息防撤回

This commit is contained in:
a244573118 2020-01-02 20:00:33 +08:00
parent 54534c2f49
commit c0537da61a
4 changed files with 12 additions and 10 deletions

View File

@ -18,11 +18,11 @@ framework_name="WeChatIntercept"
app_bundle_path="${WeChat_path}/Contents/MacOS"
app_executable_path="${app_bundle_path}/${app_name}"
app_executable_backup_path="${app_executable_path}_backup"
framework_path="${shell_path}/${framework_name}.framework"
framework_path="${app_bundle_path}/${framework_name}.framework"
if [ ! -w "$WeChat_path" ]
then
echo -e "为了将ZY助手写入微信, 请输入密码 "
sudo chown -R $(whoami) "$WeChat_path"
sudo chmod -R 777 $(whoami) "$WeChat_path"
fi
if [ ! -f "$app_executable_backup_path" ] || [ -n "$1" -a "$1" = "--force" ]
@ -35,7 +35,7 @@ else
fi
if [[ "$result" == 'y' ]]; then
cp -r $framework_path ${app_bundle_path}
cp -r "${shell_path}/${framework_name}.framework" ${app_bundle_path}
${shell_path}/insert_dylib --all-yes "${framework_path}/${framework_name}" "$app_executable_backup_path" "$app_executable_path"
echo "安装成功!"
fi

View File

@ -55,7 +55,7 @@ FOUNDATION_EXPORT const unsigned char WeChatInterceptVersionString[];
@end
@interface MessageService : NSObject
- (void)onRevokeMsg:(id)arg1;
- (void)FFToNameFavChatZZ:(id)arg1;
- (void)FFToNameFavChatZZ:(id)arg1 sessionMsgList:(id)arg2;
- (void)OnSyncBatchAddMsgs:(NSArray *)arg1 isFirstSync:(BOOL)arg2;
- (void)FFImgToOnFavInfoInfoVCZZ:(id)arg1 isFirstSync:(BOOL)arg2;
- (id)SendTextMessage:(id)arg1 toUsrName:(id)arg2 msgText:(id)arg3 atUserList:(id)arg4;

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18F132</string>
<string>18G1012</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -27,17 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11B52</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B81</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1021</string>
<string>1120</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11B52</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 张洋. All rights reserved.</string>
</dict>