Skip to content

Commit 12244d3

Browse files
author
Mike Richter
committed
Bump the version number to 1.5.0 #18477
1 parent 49f9455 commit 12244d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See LICENSE.txt for licensing information
33

44
PROJECT_NAME=PPiOS-Rename
5-
NUMERIC_VERSION=1.4.0
5+
NUMERIC_VERSION=1.5.0
66
VERSION=v$(NUMERIC_VERSION)
77
PROGRAM_NAME=ppios-rename
88

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Once you are comfortable using *PPiOS-Rename*, it can be easier to use if you in
114114

115115
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):
116116

117-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
117+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
118118
[[ "$SDKROOT" == *iPhoneSimulator*.sdk* ]] && sdk="$SDKROOT"
119119
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_SDK_DIR"
120120
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
137137

138138
17. Paste the following script (adjusting for the correct path):
139139

140-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
140+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
141141
ppios-rename --obfuscate-sources
142142

143143
18. <a name="renameApplyRenamingScheme"></a>Edit the scheme (or add one) for this new target, renaming the scheme to `Apply Renaming to <original-scheme-name>`.
@@ -468,7 +468,7 @@ The procedure is as follows:
468468
469469
5. Replace the analyze script (`Analyze Binary` run script phase) with the following to exclude the public types from renaming:
470470

471-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
471+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
472472
[[ "$SDKROOT" == *iPhoneSimulator*.sdk* ]] && sdk="$SDKROOT"
473473
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_SDK_DIR"
474474
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_PLATFORM_DIR/Developer/SDKs/iPhoneSimulator${SDK_VERSION}.sdk"
@@ -488,7 +488,7 @@ The procedure is as follows:
488488
1. Follow instructions [13-16 in `Project Setup` above](#configureRenaming), applying them to the `StaticLib` target (duplicating the target this time).
489489
2. For step 17, 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):
490490

491-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
491+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
492492
ppios-rename --obfuscate-sources --symbols-map ../WrappingApp/symbols.map
493493

494494
3. Follow instruction [18 in `Project Setup` above](#renameApplyRenamingScheme).

0 commit comments

Comments
 (0)