Skip to content

Commit

Permalink
rename MFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneMonkey committed Dec 15, 2017
1 parent dbc1389 commit 74c0ce9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Tools/packformac.sh → Tools/mpack.sh
Expand Up @@ -15,7 +15,7 @@ function panic() # args: exitCode, message...
echo "packing..."
# environment
monkeyparser="$MONKEYDEV_PATH/bin/monkeyparser"
substrate="$MONKEYDEV_PATH/FrameworksForMac/libsubstitute.dylib"
substrate="$MONKEYDEV_PATH/MFrameworks/libsubstitute.dylib"

#exename
TARGET_APP_PATH=$(find "$SRCROOT/$TARGET_NAME/TargetApp" -type d | grep ".app$" | head -n 1)
Expand Down
2 changes: 1 addition & 1 deletion bin/md
Expand Up @@ -6,7 +6,7 @@ $setCmd
export PATH=/opt/MonkeyDev/bin:$MonkeyDevTheosPath/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$PATH

export scriptName="${0##*/}"
export scriptVer="3.2"
export scriptVer="3.3"
export originalArguments=("$@")
export activeActionArg

Expand Down
4 changes: 4 additions & 0 deletions change.log
@@ -0,0 +1,4 @@
./md

- 3.0 使用monkeyparser替换restore-symbol、optool、unsign
- 3.3 重命名FrameworksForMac为MFrameworks

0 comments on commit 74c0ce9

Please sign in to comment.