Skip to content

Commit 645e78a

Browse files
author
Mike Richter
committed
Merged PR 2547: Adjust documentation and changelog #17388
Adjust documentation and changelog #17388 Related work items: #17388
2 parents 85b2bb4 + ce0ad78 commit 645e78a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ Change Log
66
-----------------------
77

88
### Enhancements:
9+
10+
* Now supports Xcode 10 and iOS 12.
11+
* An explicit error message is now emitted when Swift classes are encountered.
12+
913
### Changes:
1014

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

1317
### Fixes:
1418

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

1821

1922
1.2.0

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@ Supported Platforms
4545

4646
*PPiOS-Rename* supports apps developed for:
4747

48-
* iOS 9, iOS 10, iOS 11
48+
* iOS 10, iOS 11, iOS 12
4949
* iPhone, iPod touch, and iPad
5050
* ARM 32-bit, ARM 64-bit, and x86 Simulator
5151

5252
Using:
5353

54-
* Xcode 8, Xcode 9
55-
* OS X El Capitan, macOS Sierra
54+
* Xcode 9, Xcode 10
5655
* Objective-C
5756

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

5960
Installation
6061
------------

0 commit comments

Comments
 (0)