From bf487e7f45411abe28c6b0ef4e06896fb3337a88 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Thu, 13 Jun 2019 16:40:54 +0200 Subject: [PATCH 1/2] Bump version number --- SRGIdentity.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SRGIdentity.xcodeproj/project.pbxproj b/SRGIdentity.xcodeproj/project.pbxproj index cf06f80..1ca4f74 100644 --- a/SRGIdentity.xcodeproj/project.pbxproj +++ b/SRGIdentity.xcodeproj/project.pbxproj @@ -902,7 +902,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; @@ -1028,7 +1028,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"; @@ -1216,7 +1216,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; @@ -1273,7 +1273,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 237690ad698e6ee2c2cb1cfd8097295f4c95186d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bertholon Date: Mon, 29 Jul 2019 14:01:50 +0200 Subject: [PATCH 2/2] Update dependencies with SRGNetwork 1.0.3 --- Cartfile | 2 +- Cartfile.resolved | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 44baa2f..e409f5a 100644 --- a/Cartfile +++ b/Cartfile @@ -1,5 +1,5 @@ github "Mantle/Mantle" "2.1.0" github "SRGSSR/FXReachability" "1.3.2_srg3" github "SRGSSR/Masonry" "v1.1.0_srg1" -github "SRGSSR/srgnetwork-ios" "1.0.2" +github "SRGSSR/srgnetwork-ios" "1.0.3" github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1" \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index f5200cf..18b4548 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -4,6 +4,6 @@ github "SRGSSR/MAKVONotificationCenter" "1.0_srg3" github "SRGSSR/Masonry" "v1.1.0_srg1" github "SRGSSR/UICKeyChainStore" "v2.1.2_srg1" github "SRGSSR/libextobjc" "0.6_srg1" -github "SRGSSR/srglogger-ios" "1.0.9" -github "SRGSSR/srgnetwork-ios" "1.0.2" +github "SRGSSR/srglogger-ios" "1.1" +github "SRGSSR/srgnetwork-ios" "1.0.3" github "rckoenes/OHHTTPStubs" "6.1.1"