You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Once you are comfortable using *PPiOS-Rename*, it can be easier to use if you in
114
114
115
115
10. Expand the phase, and replace the shell script comment that says `# Type a script or ...`, pasting the following script (adjusting for the correct path):
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_SDK_DIR"
120
120
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_PLATFORM_DIR/Developer/SDKs/iPhoneSimulator${SDK_VERSION}.sdk"
@@ -137,7 +137,7 @@ Once you are comfortable using *PPiOS-Rename*, it can be easier to use if you in
137
137
138
138
17. Paste the following script (adjusting for the correct path):
139
139
140
-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
140
+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.6.0"
141
141
ppios-rename --obfuscate-sources
142
142
143
143
18. <aname="renameApplyRenamingScheme"></a>Edit the scheme (or add one) for this new target, renaming the scheme to `Apply Renaming to <original-scheme-name>`.
@@ -469,7 +469,7 @@ The procedure is as follows:
469
469
470
470
5. Replace the analyze script (`Analyze Binary` run script phase) with the following to exclude the public types from renaming:
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_SDK_DIR"
475
475
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_PLATFORM_DIR/Developer/SDKs/iPhoneSimulator${SDK_VERSION}.sdk"
@@ -489,7 +489,7 @@ The procedure is as follows:
489
489
1. Follow instructions [13-16 in `Project Setup` above](#configureRenaming), applying them to the `StaticLib` target (duplicating the target this time).
490
490
2. For step 17 in `Project Setup`, the call to `ppios-rename` needs to reference the `symbols.map` file from the WrappingApp project, using the `--symbols-map` option. Use this script for the new Run Script phase (adjusting the path as necessary):
0 commit comments