Skip to content

Commit

Permalink
rm insert
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneMonkey committed Aug 15, 2017
1 parent 7697933 commit 2a8f24f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified FrameworksForMac/libsubstitute.dylib
Binary file not shown.
1 change: 0 additions & 1 deletion Tools/packformac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BUILD_DYLIB_PATH="$BUILT_PRODUCTS_DIR/lib$TARGET_NAME.dylib"

if [[ ! -f "$APP_BINARY_PATH".insert ]]; then
cp -rf "$substrate" "$TARGET_APP_PATH/Contents/MacOS/"
"$optool" install -c load -p "@executable_path/libsubstitute.dylib" -t "$APP_BINARY_PATH"
"$optool" install -c load -p "@executable_path/lib$TARGET_NAME.dylib" -t "$APP_BINARY_PATH"
echo "insert" >> "$APP_BINARY_PATH".insert
fi
Expand Down

0 comments on commit 2a8f24f

Please sign in to comment.