Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Unreleased
- Migrated the iOS example app to the UIScene lifecycle (adds SceneDelegate, UIApplicationSceneManifest); the iOS example now requires iOS 15+
- BREAKING: Raised minimum deployment targets to iOS 15.0, macOS 12.0, tvOS 15.0 and watchOS 9.0, and `swift-tools-version` to 5.7, to adopt AppAuth 3.0.0.
- BREAKING: Updated the AppAuth dependency to 3.0.0.
- Widened the GTMSessionFetcher dependency to allow 4.x and 5.x ([#273](https://github.com/google/GTMAppAuth/issues/273)).
- Updated the CocoaPods development dependency to 1.17.0.
# 6.0.0
- BREAKING: Update the AppAuth dependency to 3.0.0, raising the minimum deployment targets to iOS 15.0, macOS 12.0, tvOS 15.0 and watchOS 9.0 and `swift-tools-version` to 5.7 ([#280](https://github.com/google/GTMAppAuth/pull/280))
- Widen the GTMSessionFetcher dependency to allow 4.x and 5.x, and update the CocoaPods development dependency to 1.17.0 ([#284](https://github.com/google/GTMAppAuth/pull/284))
- Fix Swift 6 concurrency warnings in the keychain store ([#267](https://github.com/google/GTMAppAuth/pull/267))
- Migrate the iOS example app to the UIScene lifecycle; the example now requires iOS 15+ ([#278](https://github.com/google/GTMAppAuth/pull/278))
- Update the iOS example to use xcconfig-based client configuration ([#279](https://github.com/google/GTMAppAuth/pull/279))

# 5.0.0
- Update keychain default on Mac to be data protected ([#259](https://github.com/google/GTMAppAuth/pull/259))
Expand Down
98 changes: 54 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,45 +1,47 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.3)
activesupport (7.1.3.4)
CFPropertyList (3.0.8)
activesupport (7.2.3.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.0.3)
cocoapods (1.15.2)
addressable (~> 2.6)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.2)
claide (1.1.0)
cocoapods (1.17.0)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-core (= 1.17.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.19.0, < 2.0)
cocoapods-core (1.15.2)
ruby-macho (~> 4.1.0)
xcodeproj (>= 1.28.1, < 2.0)
cocoapods-core (1.17.0)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -49,54 +51,62 @@ GEM
netrc (~> 0.11)
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.6.3)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-trunk (1.5.0)
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
drb (2.2.1)
escape (0.0.4)
ethon (0.16.0)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
drb (2.2.3)
ethon (0.18.0)
ffi (>= 1.15.0)
ffi (1.17.0)
logger
ffi (1.17.4)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.5)
httpclient (2.9.0)
mutex_m
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.24.1)
molinillo (0.6.6)
mutex_m (0.2.0)
nanaimo (0.3.0)
json (2.21.2)
logger (1.7.0)
minitest (5.27.0)
molinillo (0.8.0)
mutex_m (0.3.0)
nanaimo (0.4.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.3.0)
public_suffix (4.0.7)
ruby-macho (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
rexml (3.4.4)
ruby-macho (4.1.0)
securerandom (0.4.1)
typhoeus (1.6.0)
ethon (>= 0.18.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.19.0)
xcodeproj (1.28.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
base64
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
nanaimo (~> 0.4.0)
nkf
rexml (>= 3.3.6, < 4.0)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 1.15.2)
cocoapods (= 1.17.0)

BUNDLED WITH
2.5.4
Loading