Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 17, 2015
1 parent 3acf62f commit b47ff8b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ All notable changes to this project will be documented in this file.

##master

## 1.10.2 - 2015-03-17

##Changed
- Fix how `connection_scopes` parameter was handled.

## 1.10.0 - 2015-03-16
## 1.10.1 - 2015-03-16

###Added
- Property to hide statusBar in `A0Theme`.
Expand Down
2 changes: 1 addition & 1 deletion Lock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Lock"
s.version = "1.10.1"
s.version = "1.10.2"
s.summary = "A library that uses Auth0 for Authentication with Native Look & Feel"
s.description = <<-DESC
[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)
Expand Down
30 changes: 15 additions & 15 deletions Lock/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,59 +73,59 @@ PODS:
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.4.1)
- libextobjc/UmbrellaHeader (0.4.1)
- Lock (1.10.1):
- Lock (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core (= 1.10.1)
- Lock/Facebook (= 1.10.1)
- Lock/Twitter (= 1.10.1)
- Lock/UI (= 1.10.1)
- Lock/Core (= 1.10.2)
- Lock/Facebook (= 1.10.2)
- Lock/Twitter (= 1.10.2)
- Lock/UI (= 1.10.2)
- ObjectiveSugar (~> 1.1)
- Lock/Core (1.10.1):
- Lock/Core (1.10.2):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 2.0.0-rc)
- ISO8601DateFormatter (~> 0.7)
- libextobjc (~> 0.4)
- ObjectiveSugar (~> 1.1)
- Lock/Facebook (1.10.1):
- Lock/Facebook (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- Lock/GooglePlus (1.10.1):
- Lock/GooglePlus (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- googleplus-ios-sdk (~> 1.7.1)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- Lock/ReactiveCore (1.10.1):
- Lock/ReactiveCore (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- ReactiveCocoa (~> 2.3)
- Lock/SMS (1.10.1):
- Lock/SMS (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- ObjectiveSugar (~> 1.1)
- Lock/TouchID (1.10.1):
- Lock/TouchID (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/UI
- ObjectiveSugar (~> 1.1)
- SimpleKeychain (~> 0.2)
- TouchIDAuth (~> 0.1)
- Lock/Twitter (1.10.1):
- Lock/Twitter (1.10.2):
- BDBOAuth1Manager (~> 1.5.0)
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- PSAlertView (~> 2.0)
- TWReverseAuth (~> 0.1.0)
- Lock/UI (1.10.1):
- Lock/UI (1.10.2):
- CocoaLumberjack (~> 2.0.0-rc)
- libextobjc (~> 0.4)
- Lock/Core
Expand Down Expand Up @@ -189,7 +189,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: 59731cd880cf87e71b4fa95f0d6b713dcbc4cbce
JWTDecode: 72e3393caf14dc762eba51d29f15bd86f608aba3
libextobjc: d6146fce3ebea986b7f75fcb4c967639200b88b0
Lock: f3d5d050a71017ad51e5861168efcd69f1961231
Lock: a5becb1620b25ab6df1ee82f1935865c28d54c27
LUKeychainAccess: 8d45b6c894c0d808786b1740c057b5e776313d88
NSData+Base64: aae92a2e3f0bd88b29fe6093551ded3f5c062548
OAuthCore: 09d3c56dd3f64a61d1ffcbf103f28118ff8ca2e9
Expand All @@ -204,4 +204,4 @@ SPEC CHECKSUMS:
TouchIDAuth: 4a104cd6a614e63c23fad6e6446bf79b6cc6f429
TWReverseAuth: da3ae5f14c3b26ebb503ddff25cb1cb0b9c1839b

COCOAPODS: 0.35.0
COCOAPODS: 0.36.0
6 changes: 6 additions & 0 deletions Pod/Classes/SMS/Private/A0CountryCodeTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,24 @@ - (void)viewDidLoad {

UINib *cellNib = [UINib nibWithNibName:@"A0CountryCodeTableViewCell" bundle:[NSBundle bundleForClass:self.class]];
[self.tableView registerNib:cellNib forCellReuseIdentifier:CellIdentifier];
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated"
[self.searchDisplayController.searchResultsTableView registerNib:cellNib forCellReuseIdentifier:CellIdentifier];
self.searchDisplayController.delegate = self;
self.searchDisplayController.searchResultsDataSource = self;
self.searchDisplayController.searchResultsDelegate = self;
self.searchDisplayController.displaysSearchBarInNavigationBar = YES;
self.searchDisplayController.searchBar.placeholder = NSLocalizedStringFromTable(@"Search", @"Auth0.SMS", @"Search Country Placeholder");
#pragma GCC diagnostic pop
}

- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
self.navigationController.navigationBarHidden = NO;
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated"
self.searchDisplayController.navigationItem.hidesBackButton = YES;
#pragma GCC diagnostic pop
self.navigationItem.hidesBackButton = YES;
}

Expand Down

0 comments on commit b47ff8b

Please sign in to comment.