From 6cffb6271c11115c6fd69d05f687f5ef48f999ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20A=CC=81ngel=20Di=CC=81az?= Date: Wed, 2 Oct 2019 09:47:21 +0200 Subject: [PATCH 1/2] update template to keep the compatibility in the projects to Bow v0.6.0 --- template/Podfile | 1 - 1 file changed, 1 deletion(-) diff --git a/template/Podfile b/template/Podfile index 456c4e59..89797c91 100755 --- a/template/Podfile +++ b/template/Podfile @@ -5,7 +5,6 @@ target '${POD_NAME}' do pod "Bow", "~> 0.0.0" pod "BowEffects", "~> 0.0.0" pod "BowRx", "~> 0.0.0" - pod "BowBrightFutures", "~> 0.0.0" pod "BowOptics", "~> 0.0.0" pod "BowGeneric", "~> 0.0.0" pod "BowRecursionSchemes", "~> 0.0.0" From 0a9754f92388e8bbdfeba5bca701ee0c0b2e144c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20A=CC=81ngel=20Di=CC=81az?= Date: Wed, 2 Oct 2019 10:12:10 +0200 Subject: [PATCH 2/2] update travis to Xcode 11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bda714b..8fe0b79c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: swift -osx_image: xcode10.2 +osx_image: xcode11 sudo: required addons: