Skip to content

Commit

Permalink
Merge pull request #35 from argyle-systems/1.6.2
Browse files Browse the repository at this point in the history
1.6.2
  • Loading branch information
viktorasl authored May 7, 2024
2 parents b3d752a + c586def commit 816025e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/argyle_link_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 816025e

Please sign in to comment.