Skip to content

Commit 56562d2

Browse files
author
Mike Richter
committed
Merged PR 2561: Bump version to 1.4.0 for next release #17388
Bump version to 1.4.0 for next release #17388 Related work items: #17388
2 parents 20fc15a + f159282 commit 56562d2

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Change Log
22
==========
33

44

5+
1.4.0
6+
-----------------------
7+
8+
### Enhancements:
9+
### Changes:
10+
### Fixes:
11+
12+
513
1.3.0
614
-----------------------
715

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.3.0
5+
NUMERIC_VERSION=1.4.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
@@ -115,7 +115,7 @@ Once you are comfortable using *PPiOS-Rename*, it can be easier to use if you in
115115

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

118-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.3.0"
118+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
119119
[[ "$SDKROOT" == *iPhoneSimulator*.sdk* ]] && sdk="$SDKROOT"
120120
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_SDK_DIR"
121121
test -z "$sdk" && sdk="$CORRESPONDING_SIMULATOR_PLATFORM_DIR/Developer/SDKs/iPhoneSimulator${SDK_VERSION}.sdk"
@@ -138,7 +138,7 @@ Once you are comfortable using *PPiOS-Rename*, it can be easier to use if you in
138138

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

141-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.3.0"
141+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
142142
ppios-rename --obfuscate-sources
143143

144144
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>`.
@@ -466,7 +466,7 @@ The procedure is as follows:
466466
467467
5. Replace the analyze script (`Analyze Binary` run script phase) with the following to exclude the public types from renaming:
468468

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

489-
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.3.0"
489+
PATH="$PATH:$HOME/Downloads/PPiOS-Rename-v1.4.0"
490490
ppios-rename --obfuscate-sources --symbols-map ../WrappingApp/symbols.map
491491

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

0 commit comments

Comments
 (0)