From 15190c08e35bc9a53f563ad000b6260617edd35c Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Thu, 26 Feb 2015 13:35:04 +0100 Subject: [PATCH 1/3] Make core submodule point to our repo --- .gitmodules | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6a31d67f..23d441d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = dev [submodule "core"] path = core - url = https://github.com/ConnectSDK/Connect-SDK-iOS-Core.git + url = https://github.com/sergiou87/Connect-SDK-iOS-Core.git branch = dev diff --git a/core b/core index 38a3f16d..c08b2da3 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 38a3f16d0aac1672df8cf506aa09259a27a8dfad +Subproject commit c08b2da37af7b38d4ccbe6d01cc56fb44d3f8e7c From 0e7b72d1e17842b1f822f38476160a6c328223b5 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Thu, 26 Feb 2015 13:36:03 +0100 Subject: [PATCH 2/3] Add GCDWebServer as a pod dependency --- ConnectSDK.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ConnectSDK.podspec b/ConnectSDK.podspec index a1785bee..1f978e10 100644 --- a/ConnectSDK.podspec +++ b/ConnectSDK.podspec @@ -69,6 +69,7 @@ Pod::Spec.new do |s| sp.requires_arc = true sp.dependency 'ConnectSDK/no-arc' + sp.dependency 'GCDWebServer', '~> 3.2' end s.subspec 'no-arc' do |sp| From d9fd5b27ff9566bf5bf1c8e3ae38a096f967b5f7 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Thu, 26 Feb 2015 13:36:18 +0100 Subject: [PATCH 3/3] Use latest version of Google Cast SKD --- ConnectSDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConnectSDK.podspec b/ConnectSDK.podspec index 1f978e10..b7ac8800 100644 --- a/ConnectSDK.podspec +++ b/ConnectSDK.podspec @@ -81,8 +81,8 @@ Pod::Spec.new do |s| sp.dependency 'ConnectSDK/Core' sp.source_files = "modules/**/*.{h,m}" sp.private_header_files = "modules/**/*_Private.h" - - cast_version = "2.5.1" + + cast_version = "2.5.2" sp.dependency "google-cast-sdk", cast_version sp.framework = "GoogleCast" sp.xcconfig = {