diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a3635..7756169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 5.2.0 +- Upgrade to Xcode 12.5 +- Upgrade to Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) + ### 5.1.0 - Upgrade to Xcode 12.3 - Upgrade to Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) diff --git a/README.md b/README.md index f3ed269..12de933 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Example Xcode projects showing how to create AIR Native Extensions for iOS, tvOS & macOS using Swift. It supports iOS 9.0+, tvOS 9.2+, macOS 10.10+ -#### Xcode 12.3+ (12C33) must be used with Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28) +#### Xcode 12.5+ (12E262) must be used with Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) It is not possible to mix Swift versions in the same app. Therefore all Swift based ANEs must use the same exact version. This project is used as the basis for the following ANEs @@ -219,6 +219,6 @@ You will need - IntelliJ IDEA - AIR 33.1.1.217+ -- Xcode 12.3 +- Xcode 12.5 - wget on macOS via `brew install wget` - [Carthage](https://github.com/Carthage/Carthage#installing-carthage) diff --git a/framework_src/example-ios/.idea/runConfigurations/iOS_simulator.xml b/framework_src/example-ios/.idea/runConfigurations/iOS_simulator.xml index 74ae7dd..51dd01f 100644 --- a/framework_src/example-ios/.idea/runConfigurations/iOS_simulator.xml +++ b/framework_src/example-ios/.idea/runConfigurations/iOS_simulator.xml @@ -2,7 +2,7 @@