From 7e81a5b2a844165593cb81cbdde8d42d8077bd80 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Thu, 13 Jun 2019 16:16:26 +0200 Subject: [PATCH 1/3] Bump version number --- SRGNetwork.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SRGNetwork.xcodeproj/project.pbxproj b/SRGNetwork.xcodeproj/project.pbxproj index 8b415cf..52f27c1 100644 --- a/SRGNetwork.xcodeproj/project.pbxproj +++ b/SRGNetwork.xcodeproj/project.pbxproj @@ -619,7 +619,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -677,7 +677,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -793,7 +793,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -899,7 +899,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; From 708892b376c4f1dc65420da63da8df731140c610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Mon, 8 Jul 2019 07:16:13 +0200 Subject: [PATCH 2/3] Remove useless zone parameter --- Framework/Sources/SRGPage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Sources/SRGPage.m b/Framework/Sources/SRGPage.m index d00cf2a..fb8be8f 100644 --- a/Framework/Sources/SRGPage.m +++ b/Framework/Sources/SRGPage.m @@ -49,7 +49,7 @@ - (NSUInteger)hash - (id)copyWithZone:(NSZone *)zone { - return [[self.class allocWithZone:zone] initWithSize:self.size number:self.number URLRequest:self.URLRequest]; + return [[self.class alloc] initWithSize:self.size number:self.number URLRequest:self.URLRequest]; } #pragma mark Description From d9ca2ea57be30b3c064bc749457b7e8efbfbdc69 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Mon, 29 Jul 2019 11:36:25 +0200 Subject: [PATCH 3/3] Update dependencies with SRGLogger 1.1 --- Cartfile | 2 +- Cartfile.resolved | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cartfile b/Cartfile index 985bf75..8fd688c 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ github "SRGSSR/libextobjc" "0.6_srg1" github "SRGSSR/MAKVONotificationCenter" "1.0_srg3" -github "SRGSSR/srglogger-ios" "1.0.9" \ No newline at end of file +github "SRGSSR/srglogger-ios" "1.1" \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index fc4676d..8617a29 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "SRGSSR/MAKVONotificationCenter" "1.0_srg3" github "SRGSSR/libextobjc" "0.6_srg1" -github "SRGSSR/srglogger-ios" "1.0.9" +github "SRGSSR/srglogger-ios" "1.1"