From 1e9714edd7d00df65214837fa45f900b85f52003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Mon, 9 Mar 2020 13:51:59 +0100 Subject: [PATCH 1/3] Bump version number --- Common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.xcconfig b/Common.xcconfig index a2e6205..1791667 100644 --- a/Common.xcconfig +++ b/Common.xcconfig @@ -1,5 +1,5 @@ // Version information -MARKETING_VERSION = 2.0.1 +MARKETING_VERSION = 2.0.2 // Deployment targets IPHONEOS_DEPLOYMENT_TARGET = 9.0 From b48dd7e8a665e065a1b01d9d0e6b4bf832efefb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Thu, 26 Mar 2020 16:17:53 +0100 Subject: [PATCH 2/3] Remove non-existing method --- Framework/Sources/SRGIdentityService.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Framework/Sources/SRGIdentityService.h b/Framework/Sources/SRGIdentityService.h index 21236dc..8be1c54 100644 --- a/Framework/Sources/SRGIdentityService.h +++ b/Framework/Sources/SRGIdentityService.h @@ -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. */ From bca01494219e4f2bc179ba96495408258f15ffa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Tue, 31 Mar 2020 17:04:04 +0200 Subject: [PATCH 3/3] Update SRG Appearance --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 48aae21..28b128e 100644 --- a/Cartfile +++ b/Cartfile @@ -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" \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index b21ace5..404853e 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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"