Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Mar 31, 2020
2 parents 5f8233b + bca0149 commit c14ff83
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Mantle/Mantle" "2.1.0"
github "SRGSSR/FXReachability" "1.3.2_srg4"
github "SRGSSR/srgappearance-apple" "2.0.0"
github "SRGSSR/srgappearance-apple" "2.1.0"
github "SRGSSR/srgnetwork-apple" "2.0.1"
github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ github "SRGSSR/FXReachability" "1.3.2_srg4"
github "SRGSSR/MAKVONotificationCenter" "1.0_srg4"
github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1"
github "SRGSSR/libextobjc" "0.6_srg2"
github "SRGSSR/srgappearance-apple" "2.0.0"
github "SRGSSR/srgappearance-apple" "2.1.0"
github "SRGSSR/srglogger-apple" "2.0.0"
github "SRGSSR/srgnetwork-apple" "2.0.1"
2 changes: 1 addition & 1 deletion Common.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Version information
MARKETING_VERSION = 2.0.1
MARKETING_VERSION = 2.0.2

// Deployment targets
IPHONEOS_DEPLOYMENT_TARGET = 9.0
Expand Down
5 changes: 0 additions & 5 deletions Framework/Sources/SRGIdentityService.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ OBJC_EXPORT NSString * const SRGIdentityServiceDeletedKey; // Key t
*/
- (BOOL)logout;

/**
* The identity provider URL.
*/
@property (nonatomic, readonly) NSURL *providerURL;

/**
* `YES` iff a user is logged.
*/
Expand Down

0 comments on commit c14ff83

Please sign in to comment.