Skip to content

Commit 5d61420

Browse files
author
Mike Richter
committed
Merged PR 2551: Fix minor issues found in testing
Fix minor issues found in testing
2 parents 8128b8b + 854fa1f commit 5d61420

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Change Log
1313
### Changes:
1414

1515
* References to PPiOS-ControlFlow and PPiOS-Sample-Vie have been removed from all other files.
16+
* Xcode 8 is no longer supported.
1617

1718
### Fixes:
1819

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PreEmptive Protection for iOS - Rename
22
======================================
33

4-
*PreEmptive Protection for iOS - Rename*, or *PPiOS-Rename* for short, is a command line utility for obfuscating Objective-C class, protocol, property, and methods names, in iOS apps. It is a fork of [iOS-Class-Guard](https://github.com/Polidea/ios-class-guard) from [Polidea](https://www.polidea.com/), with extensive improvements and modifications.
4+
*PreEmptive Protection for iOS - Rename*, or *PPiOS-Rename* for short, is a tool for obfuscating Objective-C class, protocol, property, and methods names, in iOS apps. It is a fork of [iOS-Class-Guard](https://github.com/Polidea/ios-class-guard) from [Polidea](https://www.polidea.com/), with extensive improvements and modifications.
55

66
*PPiOS-Rename* works by generating a special set of `#define` statements (e.g. `#define createArray y09FzL7T`) that automatically rename symbols during compilation. It includes a number of features:
77

@@ -401,7 +401,7 @@ You then need to determine and use the proper filters. You will need to choose o
401401

402402
### Obfuscating Static Libraries
403403

404-
Static libraries cannot be directly processed by *PPiOS-Rename*, but it is possible to work around the technical issue preventing direct processing. Although the initial setup is somewhat involved, once this is complete the build process is no more complicated than with *PPiOS-Rename* other projects. The basic idea is:
404+
Static libraries cannot be directly processed by *PPiOS-Rename*, but it is possible to work around the technical issue preventing direct processing. Although the initial setup is somewhat involved, once this is complete the build process is no more complicated than with other *PPiOS-Rename* projects. The basic idea is:
405405

406406
1. Create a workspace to simplify interactions with the library.
407407
2. Create an app that uses the static library.

0 commit comments

Comments
 (0)