File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
19221.2.0
Original file line number Diff line number Diff 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
5252Using:
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
5960Installation
6061------------
You can’t perform that action at this time.
0 commit comments