From c586defca39610cb7ed1f5698c2b2e99a2eb092d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktoras=20Laukevi=C4=8Dius?= Date: Tue, 7 May 2024 11:23:51 +0300 Subject: [PATCH] 1.6.2 --- .github/workflows/build-ios-ipa.yaml | 2 +- CHANGELOG.md | 6 ++++++ example/ios/Podfile.lock | 8 ++++---- ios/argyle_link_flutter.podspec | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-ios-ipa.yaml b/.github/workflows/build-ios-ipa.yaml index c8f0574..48d4605 100644 --- a/.github/workflows/build-ios-ipa.yaml +++ b/.github/workflows/build-ios-ipa.yaml @@ -22,7 +22,7 @@ jobs: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.0' + xcode-version: '15.0' - name: Install Flutter uses: subosito/flutter-action@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b0d08..d556600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.6.2 + +Fixed: + +- [iOS] The issue with Link not closing when tapping Cancel after failed direct login. + ## 1.6.1 Fixed: diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index effae77..05aaafa 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Argyle (5.7.1) + - Argyle (5.7.2) - argyle_link_flutter (0.0.1): - - Argyle (= 5.7.1) + - Argyle (= 5.7.2) - Flutter - Flutter (1.0.0) @@ -20,8 +20,8 @@ EXTERNAL SOURCES: :path: Flutter SPEC CHECKSUMS: - Argyle: a61f7dc66dcee79a5d4608279e9b7e1d9c92ef11 - argyle_link_flutter: 0e143df624444ecb3fb35425221ae67e6fad7752 + Argyle: 84b54f0580475a64c0c9e5052efed9ae0b92cf8e + argyle_link_flutter: ffd51a658f6df0c50d187a3e8e91febf8cdd785e Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17 diff --git a/ios/argyle_link_flutter.podspec b/ios/argyle_link_flutter.podspec index c1d4714..cc69c53 100644 --- a/ios/argyle_link_flutter.podspec +++ b/ios/argyle_link_flutter.podspec @@ -21,5 +21,5 @@ A new flutter plugin project. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.swift_version = '5.0' - s.dependency 'Argyle', '5.7.1' + s.dependency 'Argyle', '5.7.2' end