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 1
1
# GTMAppAuth Changelog
2
2
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
+
3
9
## 1.2.3 (2022-03-22)
4
10
5
11
* 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 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "GTMAppAuth"
4
- s . version = "1.2.3 "
4
+ s . version = "1.3.0 "
5
5
s . summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"
6
6
7
7
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments