Skip to content

Commit 2c17ee2

Browse files
author
Mike Richter
committed
Merged PR 5457: Bump version to 1.6.0 #19526
Bump version to 1.6.0 #19526 Related work items: #19526
2 parents 30cf1fe + c5c3527 commit 2c17ee2

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
1.6.0
5+
-----------------------
6+
7+
### Enhancements:
8+
9+
### Changes:
10+
11+
### Fixes:
12+
13+
414
1.5.0
515
-----------------------
616

Makefile

+1-1
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.5.0
5+
NUMERIC_VERSION=1.6.0
66
VERSION=v$(NUMERIC_VERSION)
77
PROGRAM_NAME=ppios-rename
88

README.md

+4-4
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.5.0"
117+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.6.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.5.0"
140+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.6.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>`.
@@ -469,7 +469,7 @@ The procedure is as follows:
469469
470470
5. Replace the analyze script (`Analyze Binary` run script phase) with the following to exclude the public types from renaming:
471471

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

492-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.5.0"
492+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.6.0"
493493
ppios-rename --obfuscate-sources --symbols-map ../WrappingApp/symbols.map
494494

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

0 commit comments

Comments
 (0)