Skip to content

Commit

Permalink
Merged PR 2547: Adjust documentation and changelog #17388
Browse files Browse the repository at this point in the history
Adjust documentation and changelog #17388

Related work items: #17388
  • Loading branch information
Mike Richter committed Sep 19, 2018
2 parents 85b2bb4 + ce0ad78 commit 645e78a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ Change Log
-----------------------

### Enhancements:

* Now supports Xcode 10 and iOS 12.
* An explicit error message is now emitted when Swift classes are encountered.

### Changes:

* Removed references to PPiOS-ControlFlow and PPiOS-Sample-Vie from all other files. (\#17218)
* References to PPiOS-ControlFlow and PPiOS-Sample-Vie have been removed from all other files.

### Fixes:

* Reexported dependencies now get loaded to support SDKs that ship with Xcode 10. (\#17068)
* An explicit error message is now emitted when Swift classes are encountered. (\#17148)
* Dependencies included for re-export were previously ignored, but are now searched for symbols.


1.2.0
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ Supported Platforms

*PPiOS-Rename* supports apps developed for:

* iOS 9, iOS 10, iOS 11
* iOS 10, iOS 11, iOS 12
* iPhone, iPod touch, and iPad
* ARM 32-bit, ARM 64-bit, and x86 Simulator

Using:

* Xcode 8, Xcode 9
* OS X El Capitan, macOS Sierra
* Xcode 9, Xcode 10
* Objective-C

> Note: Swift is not supported by *PPiOS-Rename*. *PPiOS-Rename* **does not work** on projects with **any** Swift code.

Installation
------------
Expand Down

0 comments on commit 645e78a

Please sign in to comment.