From 555c434a7d64ad7de9907bb0f0baf8f6cca685f9 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 15 Nov 2018 09:35:41 -0500 Subject: Project modernization. - Create shared scheme to use. - Let Xcode (9.4.1) update the project files and add some warnings. - Remove -finalize (GC days are gone) - Add some more pragmas to compile cleanly. - The iOS targets had a mix of 7.0 and 8.0 min versions, so make them all 8. --- GoogleToolboxForMac.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GoogleToolboxForMac.podspec') diff --git a/GoogleToolboxForMac.podspec b/GoogleToolboxForMac.podspec index 1accd5d..f7eb497 100644 --- a/GoogleToolboxForMac.podspec +++ b/GoogleToolboxForMac.podspec @@ -12,8 +12,8 @@ Pod::Spec.new do |s| to developers working on iOS or OS X projects. DESC - s.osx.deployment_target = '10.6' - s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' s.requires_arc = false -- cgit v1.2.3