From 27ce6f9e6938f99e193ca292e4173df4e08302fc Mon Sep 17 00:00:00 2001 From: David Govea Date: Thu, 1 Oct 2020 23:17:55 -0700 Subject: [PATCH] chore: bump verified CocoaPods compatible version to 1.10.0-rc.1 --- README.md | 2 +- lib/cocoapods-user-defined-build-types/main.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbce7a4..af8e8f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cocoapods-user-defined-build-types -![Latest Version](https://img.shields.io/badge/Latest_supported_CocoaPods-1.9.1-gray.svg) +![Latest Version](https://img.shields.io/badge/Latest_supported_CocoaPods-1.10.0.rc.1-gray.svg) Allow CocoaPods to mix dynamic/static libaries/frameworks. diff --git a/lib/cocoapods-user-defined-build-types/main.rb b/lib/cocoapods-user-defined-build-types/main.rb index b25bd6c..e4de076 100644 --- a/lib/cocoapods-user-defined-build-types/main.rb +++ b/lib/cocoapods-user-defined-build-types/main.rb @@ -19,7 +19,7 @@ def enable_user_defined_build_types! module CocoapodsUserDefinedBuildTypes PLUGIN_NAME = 'cocoapods-user-defined-build-types' - LATEST_SUPPORTED_COCOAPODS_VERSION = '1.9.1' + LATEST_SUPPORTED_COCOAPODS_VERSION = '1.10.0.rc.1' @@plugin_enabled = false @@verbose_logging = false