File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# GTMAppAuth Changelog
22
3+ ## 1.3.0 (2022-05-06)
4+
5+ * Added the option to use the data protection keychain on macOS. ([ #151 ] ( https://github.com/google/GTMAppAuth/pull/151 ) )
6+ * Unified the keychain access layer, moving macOS to the modern SecItem API. ([ #150 ] ( https://github.com/google/GTMAppAuth/pull/150 ) )
7+ * Added Swift Package Manager projects for the example apps. ([ #153 ] ( https://github.com/google/GTMAppAuth/pull/153 ) )
8+
39## 1.2.3 (2022-03-22)
410
511* Fixed Keychain duplicate entry error on macOS. ([ #138 ] ( https://github.com/google/GTMAppAuth/pull/138 ) )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "GTMAppAuth"
4- s . version = "1.2.3 "
4+ s . version = "1.3.0 "
55 s . summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"
66
77 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments