Skip to content

Commit

Permalink
Release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Apr 7, 2017
1 parent acb869e commit 5dbead5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.28.2</string>
<string>1.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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.29.0](https://github.com/auth0/Lock.iOS-OSX/tree/1.29.0) (2017-04-06)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.28.2...1.29.0)

**Added**
- Specify default web auth provider [\#424](https://github.com/auth0/Lock.swift/pull/424) ([hzalaz](https://github.com/hzalaz))

**Changed**
- Update keyboard to numeric to input SMS code #2 [\#406](https://github.com/auth0/Lock.swift/pull/406) ([bourgois](https://github.com/bourgois))

## [1.28.2](https://github.com/auth0/Lock.iOS-OSX/tree/1.28.2) (2017-02-16)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.28.1...1.28.2)

Expand Down
2 changes: 1 addition & 1 deletion Lock/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.28.2</string>
<string>1.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.28.2</string>
<string>1.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MyLock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.28.2</string>
<string>1.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You'll need iOS 7 or later, if you need to use it with an older version please u
The Lock is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod 'Lock', '~> 1.28'
pod 'Lock', '~> 1.29'
```

## Before Getting Started
Expand Down Expand Up @@ -213,7 +213,7 @@ lock.registerAuthenticators([safari])
Add the following line to your Podfile:

```ruby
pod 'Lock/TouchID', '~> 1.28'
pod 'Lock/TouchID', '~> 1.29'
```

First instantiate `A0TouchIDLockViewController` and register the authentication callback that will receive the authenticated user's credentials. Finally present it to the user:
Expand Down Expand Up @@ -254,7 +254,7 @@ And you'll see TouchID login screen
Add the following line to your Podfile:

```ruby
pod 'Lock/SMS', '~> 1.28'
pod 'Lock/SMS', '~> 1.29'
```

First instantiate `A0SMSLockViewController` and register the authentication callback that will receive the authenticated user's credentials.
Expand Down Expand Up @@ -297,7 +297,7 @@ And you'll see SMS login screen
Add the following line to your Podfile:

```ruby
pod 'Lock/Email', '~> 1.28'
pod 'Lock/Email', '~> 1.29'
```

First instantiate `A0EmailLockViewController` and register the authentication callback that will receive the authenticated user's credentials.
Expand Down

0 comments on commit 5dbead5

Please sign in to comment.