From 6d42e2d28d202b6fb67c81d2aa3a31bf936a515c Mon Sep 17 00:00:00 2001 From: Martin Andonoski Date: Tue, 8 Mar 2022 17:16:23 +0100 Subject: [PATCH] CI running on Xcode 13.2 (#82) --- .circleci/config.yml | 10 +--------- CHANGELOG.md | 3 +++ Cartfile | 2 +- Cartfile.resolved | 2 +- PresentationFramework.podspec | 2 +- README.md | 1 + 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6ca827..cb5c832 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ anchors: - &test_output_folder test_output - &default_executor macos: - xcode: "13.0.0" + xcode: "13.2.0" env: global: @@ -17,19 +17,11 @@ env: - LANG=en_US.UTF-8 commands: - fetch-pod-specs: - steps: - - run: - name: Fetch CocoaPods Specs - command: | - curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf - pod-install: parameters: path: type: string steps: - - fetch-pod-specs # Fetch the podspec repo changes first to be sure to always get the latest pods - run: command: | cd <> diff --git a/CHANGELOG.md b/CHANGELOG.md index fa29188..5663a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.15.2 +- Xcode 13.2 compatibility + # 1.15.1 - Move to xcframeworks diff --git a/Cartfile b/Cartfile index ac3f1c4..28cf09c 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "iZettle/Flow" "1.10.0" +github "iZettle/Flow" "1.10.1" diff --git a/Cartfile.resolved b/Cartfile.resolved index ac3f1c4..28cf09c 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "iZettle/Flow" "1.10.0" +github "iZettle/Flow" "1.10.1" diff --git a/PresentationFramework.podspec b/PresentationFramework.podspec index 27fb81e..b84abee 100644 --- a/PresentationFramework.podspec +++ b/PresentationFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PresentationFramework" - s.version = "1.15.1" + s.version = "1.15.2" s.module_name = "Presentation" s.summary = "Driving presentations from model to result" s.description = <<-DESC diff --git a/README.md b/README.md index 068a8f0..8c0f537 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/iZettle/Presentation.svg?branch=master)](https://travis-ci.org/iZettle/Presentation) [![Platforms](https://img.shields.io/badge/platform-%20iOS-gray.svg)](https://img.shields.io/badge/platform-%20iOS-gray.svg) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +![Xcode version](https://img.shields.io/badge/Xcode-13.2.0-green) Presentation is an iOS Swift library for working with UI presentations in a more structured way with a focus on: