Skip to content

Commit a7fb04c

Browse files
authored
Release 1.2.0-beta.0 (#219)
1 parent 97828c2 commit a7fb04c

File tree

195 files changed

+490
-495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+490
-495
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [1.2.0-beta.0](https://github.com/auth0/SimpleKeychain/tree/1.2.0-beta.0) (2024-07-02)
4+
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.1.0...1.2.0-beta.0)
5+
6+
**Added**
7+
- feat: added support for visionOS platform [\#215](https://github.com/auth0/SimpleKeychain/pull/215) ([desusai7](https://github.com/desusai7))
8+
- Add GitHub Actions workflow [SDK-4458] [\#186](https://github.com/auth0/SimpleKeychain/pull/186) ([Widcket](https://github.com/Widcket))
9+
10+
**Changed**
11+
- Remove CircleCI config and related Fastlane lanes [SDK-4458] [\#187](https://github.com/auth0/SimpleKeychain/pull/187) ([Widcket](https://github.com/Widcket))
12+
13+
**Fixed**
14+
- test: migrated from Quick & Nimble to use XCTest to remove dependency on third party packages [\#213](https://github.com/auth0/SimpleKeychain/pull/213) ([desusai7](https://github.com/desusai7))
15+
- Improve GH Actions workflows [\#192](https://github.com/auth0/SimpleKeychain/pull/192) ([Widcket](https://github.com/Widcket))
16+
- Reduce permissions of GH actions and limit its triggers [\#189](https://github.com/auth0/SimpleKeychain/pull/189) ([Widcket](https://github.com/Widcket))
17+
318
## [1.1.0](https://github.com/auth0/SimpleKeychain/tree/1.1.0) (2023-06-14)
419
[Full Changelog](https://github.com/auth0/SimpleKeychain/compare/1.0.1...1.1.0)
520

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.3.0)
26-
aws-partitions (1.949.0)
26+
aws-partitions (1.950.0)
2727
aws-sdk-core (3.200.0)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.651.0)

SimpleKeychain.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SimpleKeychain'
3-
s.version = '1.1.0'
3+
s.version = '1.2.0-beta.0'
44
s.summary = 'A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS'
55
s.description = <<-DESC
66
Easily store your user's credentials in the Keychain.

SimpleKeychain/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.2.0-beta.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/css/523.e9a069b0.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/675.40c3bcb2.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/chunk-384ef189.7ede1ea3.css

-9
This file was deleted.

docs/css/documentation-topic.29351f99.css

-9
This file was deleted.

docs/css/documentation-topic.b186e79f.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/documentation-topic~topic.fccbd76c.css

-9
This file was deleted.

docs/css/documentation-topic~topic~tutorials-overview.1099452b.css

-9
This file was deleted.

docs/css/index.d5b499b0.css

-9
This file was deleted.

docs/css/index.ff036a9e.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.672a9049.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/topic.726a35dc.css

-9
This file was deleted.

docs/css/tutorials-overview.2a582c39.css

-9
This file was deleted.

docs/css/tutorials-overview.6eb589ed.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)