Skip to content

Commit

Permalink
Release 1.2.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored Sep 17, 2024
1 parent 7f91362 commit b694f15
Show file tree
Hide file tree
Showing 57 changed files with 101 additions and 93 deletions.
6 changes: 2 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ runs:
using: composite

steps:
- name: Set Ruby version
run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version
shell: bash

- name: Set up Ruby
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # pinned to version v1.191.0
with:
ruby-version: '3.1.0'
bundler-cache: true
cache-version: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Upload coverage report
if: ${{ matrix.platform.os == 'iOS' }}
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # [email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.2.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0) (2024-09-16)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0)

**Added**
- feat: added support for visionOS platform [\#215](https://github.com/auth0/SimpleKeychain/pull/215) ([desusai7](https://github.com/desusai7))

**Changed**
- Update Platforms Support Policy in README [\#198](https://github.com/auth0/SimpleKeychain/pull/198) ([Widcket](https://github.com/Widcket))

## [1.2.0-beta.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0-beta.0) (2024-07-02)
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0-beta.0)

Expand Down
73 changes: 37 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ GEM
base64
nkf
rexml
activesupport (7.1.3.4)
activesupport (7.2.1)
base64
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)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
Expand All @@ -23,20 +24,20 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.950.0)
aws-sdk-core (3.200.0)
aws-partitions (1.975.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.87.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.155.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sdk-kms (1.91.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.162.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
Expand Down Expand Up @@ -84,7 +85,7 @@ GEM
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
declarative (0.0.20)
digest-crc (0.6.5)
Expand All @@ -96,7 +97,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.110.0)
excon (0.111.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -118,15 +119,15 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.221.1)
fastlane (2.222.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -190,7 +191,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.7.0)
google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
Expand All @@ -211,48 +212,48 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.6)
http-cookie (1.0.7)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.2)
jwt (2.9.0)
base64
mini_magick (4.13.1)
logger (1.6.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
minitest (5.25.1)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
optparse (0.5.0)
os (1.1.4)
plist (3.7.1)
public_suffix (4.0.7)
racc (1.8.0)
racc (1.8.1)
rake (13.2.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.9)
strscan
rexml (3.3.7)
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
securerandom (0.3.1)
security (0.1.5)
semantic (1.6.1)
signet (0.19.0)
Expand All @@ -263,13 +264,12 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
slather (2.8.2)
slather (2.8.4)
CFPropertyList (>= 2.2, < 4)
activesupport
clamp (~> 1.3)
nokogiri (>= 1.14.3)
xcodeproj (~> 1.21)
strscan (3.1.0)
xcodeproj (~> 1.25)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -283,15 +283,15 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
word_wrap (1.0.0)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
Expand All @@ -300,6 +300,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-20

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion SimpleKeychain.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SimpleKeychain'
s.version = '1.2.0-beta.0'
s.version = '1.2.0'
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily store your user's credentials in the Keychain.
Expand Down
2 changes: 1 addition & 1 deletion SimpleKeychain/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0-beta.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/simplekeychain.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sections":[],"identifier":{"url":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/simplekeychain"],"traits":[{"interfaceLanguage":"swift"}]}],"topicSections":[{"identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError"],"title":"Structures"},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"metadata":{"title":"SimpleKeychain","role":"collection","symbolKind":"module","modules":[{"name":"SimpleKeychain"}],"roleHeading":"Framework","externalID":"SimpleKeychain"},"hierarchy":{"paths":[[]]},"references":{"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain":{"type":"topic","abstract":[],"url":"\/documentation\/simplekeychain","kind":"symbol","title":"SimpleKeychain","role":"collection","identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychain":{"role":"symbol","type":"topic","abstract":[{"text":"A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS.","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"Supports sharing credentials with an "},{"inlineContent":[{"type":"text","text":"access group"}],"type":"strong"},{"type":"text","text":" or through "},{"inlineContent":[{"text":"iCloud","type":"text"}],"type":"strong"},{"type":"text","text":", and integrating"},{"text":" ","type":"text"},{"type":"strong","inlineContent":[{"text":"Touch ID \/ Face ID","type":"text"}]},{"type":"text","text":"."}],"title":"SimpleKeychain","kind":"symbol","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SimpleKeychain"}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","url":"\/documentation\/simplekeychain\/simplekeychain","navigatorTitle":[{"text":"SimpleKeychain","kind":"identifier"}]},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychainError":{"fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychainError"}],"url":"\/documentation\/simplekeychain\/simplekeychainerror","abstract":[{"text":"Represents an error during a SimpleKeychain operation.","type":"text"}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError","type":"topic","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychainError"}],"title":"SimpleKeychainError","kind":"symbol"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/Accessibility":{"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Accessibility","kind":"identifier"}],"abstract":[{"type":"text","text":"Represents the accessibility types of Keychain items. It’s a mirror of "},{"type":"codeVoice","code":"kSecAttrAccessible"},{"text":" values.","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"Accessibility"}],"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility","url":"\/documentation\/simplekeychain\/accessibility","kind":"symbol","type":"topic","title":"Accessibility","role":"symbol"}}}
{"hierarchy":{"paths":[[]]},"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","interfaceLanguage":"swift"},"metadata":{"symbolKind":"module","role":"collection","modules":[{"name":"SimpleKeychain"}],"title":"SimpleKeychain","externalID":"SimpleKeychain","roleHeading":"Framework"},"schemaVersion":{"patch":0,"major":0,"minor":3},"topicSections":[{"identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError"],"title":"Structures"},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility"]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/simplekeychain"]}],"references":{"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain":{"url":"\/documentation\/simplekeychain","type":"topic","identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain","role":"collection","kind":"symbol","title":"SimpleKeychain","abstract":[]},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/Accessibility":{"identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/Accessibility","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Accessibility","kind":"identifier"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"Accessibility"}],"type":"topic","title":"Accessibility","abstract":[{"type":"text","text":"Represents the accessibility types of Keychain items. It’s a mirror of "},{"type":"codeVoice","code":"kSecAttrAccessible"},{"text":" values.","type":"text"}],"url":"\/documentation\/simplekeychain\/accessibility","kind":"symbol"},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychain":{"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"SimpleKeychain"}],"url":"\/documentation\/simplekeychain\/simplekeychain","kind":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychain","abstract":[{"text":"A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS.","type":"text"},{"text":" ","type":"text"},{"text":"Supports sharing credentials with an ","type":"text"},{"inlineContent":[{"text":"access group","type":"text"}],"type":"strong"},{"type":"text","text":" or through "},{"inlineContent":[{"text":"iCloud","type":"text"}],"type":"strong"},{"text":", and integrating","type":"text"},{"type":"text","text":" "},{"inlineContent":[{"type":"text","text":"Touch ID \/ Face ID"}],"type":"strong"},{"text":".","type":"text"}],"title":"SimpleKeychain","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"SimpleKeychain"}]},"doc://com.auth0.SimpleKeychain/documentation/SimpleKeychain/SimpleKeychainError":{"abstract":[{"type":"text","text":"Represents an error during a SimpleKeychain operation."}],"title":"SimpleKeychainError","kind":"symbol","url":"\/documentation\/simplekeychain\/simplekeychainerror","role":"symbol","navigatorTitle":[{"text":"SimpleKeychainError","kind":"identifier"}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"SimpleKeychainError"}],"type":"topic","identifier":"doc:\/\/com.auth0.SimpleKeychain\/documentation\/SimpleKeychain\/SimpleKeychainError"}}}
Loading

0 comments on commit b694f15

Please sign in to comment.