From 5ee15d6135fb77202cba0662a4ad63499353b581 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 10 Nov 2020 10:41:43 -0500 Subject: [PATCH] Update the pod tests to match the new min iOS version. --- objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework | 2 +- objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework index 913a289b8e..e0ee905514 100644 --- a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework +++ b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '8.0' +platform :ios, '9.0' install! 'cocoapods', :deterministic_uuids => false diff --git a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static index e9b3c235dd..1bb8cb2e1a 100644 --- a/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static +++ b/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '8.0' +platform :ios, '9.0' install! 'cocoapods', :deterministic_uuids => false