From 6e8d26139aefa4b360dae1adb673f5dd47587e5a Mon Sep 17 00:00:00 2001 From: Eoin Landy Date: Tue, 28 Dec 2021 20:08:01 +0000 Subject: [PATCH] 5.5.2 --- CHANGELOG.md | 4 +++ README.md | 6 ++-- .../.idea/runConfigurations/iOS_simulator.xml | 2 +- .../example-ios/FreSwiftExample iOS.iml | 6 ++-- framework_src/example-ios/Main-app.xml | 2 +- .../example-osx/FreSwiftExample OSX.iml | 4 +-- framework_src/example-osx/Main-app.xml | 2 +- .../ane/FreSwift.ane | Bin 4005284 -> 4006629 bytes .../ane/build_osx.sh | 2 +- .../ane/extension_osx.xml | 2 +- framework_src/native_extension/ane/build.sh | 2 +- .../native_extension/ane/extension.xml | 2 +- .../ane/platforms/ios/platform.xml | 2 +- .../ane/platforms/tvos/platform.xml | 2 +- .../project.pbxproj | 34 +++++++++--------- .../xcschemes/FreSwift (OSX).xcscheme | 2 +- .../xcschemes/FreSwift (iOS).xcscheme | 2 +- .../xcschemes/FreSwift (tvOS).xcscheme | 2 +- starter_project_static/README.md | 2 +- .../example/get_ios_dependencies.sh | 4 +-- .../native_extension/ane/build_ios.sh | 2 +- .../native_extension/ane/extension_ios.xml | 2 +- .../ane/platforms/ios/platform.xml | 2 +- .../native_library/ios/HelloWorldANE/Cartfile | 2 +- starter_projects/example-ios/README.md | 4 +-- .../example-ios/get_ios_dependencies.sh | 4 +-- starter_projects/example-mac/README.md | 4 +-- .../example-mac/get_mac_dependencies.sh | 2 +- starter_projects/example-tvos/README.md | 4 +-- .../example-tvos/get_tvos_dependencies.sh | 4 +-- .../native_extension/ane/build_ios.sh | 2 +- .../native_extension/ane/build_osx.sh | 2 +- .../native_extension/ane/build_tvos.sh | 2 +- .../ane/platforms/ios/platform.xml | 2 +- .../ane/platforms/tvos/platform.xml | 2 +- .../native_library/ios/HelloWorldANE/Cartfile | 2 +- .../ios/HelloWorldANE/README.md | 6 ++-- .../native_library/mac/HelloWorldANE/Cartfile | 2 +- .../mac/HelloWorldANE/README.md | 7 ++-- .../tvos/HelloWorldANE/Cartfile | 2 +- .../tvos/HelloWorldANE/README.md | 6 ++-- 41 files changed, 76 insertions(+), 73 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925200c..f86c98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 5.5.2 +- Upgrade to Xcode 13.2 +- Upgrade to Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) + ### 5.5.1 - Upgrade to Xcode 13.1 - Upgrade to Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6) diff --git a/README.md b/README.md index 5d41bf3..598192c 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 13.1+ (13A1030d) must be used with Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6) +#### Xcode 13.2.1 (13C100) must be used with Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) 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 @@ -217,8 +217,8 @@ func onLoad() { You will need +- Xcode - IntelliJ IDEA -- AIR 33.1.1.217+ -- Xcode 13.1 +- AIR 33.1.1.713+ - 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 792fec5..554e759 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 @@