From 4c7ece479800f288bf32abf2b4771c4e8e4610b8 Mon Sep 17 00:00:00 2001 From: Eoin Landy Date: Sun, 23 Feb 2020 20:06:33 +0000 Subject: [PATCH] FreSwift 4.3.0 --- CHANGELOG.md | 2 +- README.md | 2 +- example/get_ios_dependencies.sh | 2 +- native_library/ios/GoogleMapsANE/Cartfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b128c09..226be4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - AND: Updated to Android Play Services to 17.0.0 - AND: Updated to Jetpack - iOS: Updated to Google Maps SDK 3.7.0 -- iOS: Updated to FreSwift 4.2.0 +- iOS: Updated to FreSwift 4.3.0 ### 2.5.0 - AND: Updated to FreKotlin 1.8.0 diff --git a/README.md b/README.md index 23e6cb1..7029ef6 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ You will need: - IntelliJ IDEA / Flash Builder - AIR 33.0.2.338+ - Xcode 11.3 -- [wget](http://rudix.org/packages/wget.html) on macOS +- * wget on macOS via `brew install wget` - Android Studio 3 if you wish to edit the Android source - Powershell on Windows diff --git a/example/get_ios_dependencies.sh b/example/get_ios_dependencies.sh index 057e97d..5ab1f18 100755 --- a/example/get_ios_dependencies.sh +++ b/example/get_ios_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/sh AneVersion="2.6.0" -FreSwiftVersion="4.2.0" +FreSwiftVersion="4.3.0" rm -r ios_dependencies/device rm -r ios_dependencies/simulator diff --git a/native_library/ios/GoogleMapsANE/Cartfile b/native_library/ios/GoogleMapsANE/Cartfile index 9d624cb..5ba3e0d 100644 --- a/native_library/ios/GoogleMapsANE/Cartfile +++ b/native_library/ios/GoogleMapsANE/Cartfile @@ -1 +1 @@ -binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.2.0/FreSwift.json" ~> 4.2.0 \ No newline at end of file +binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.3.0/FreSwift.json" ~> 4.3.0 \ No newline at end of file