Skip to content

Commit

Permalink
CI running on Xcode 13.2 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
moglistree authored Mar 8, 2022
1 parent dbbbb8b commit 6d42e2d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,19 @@ anchors:
- &test_output_folder test_output
- &default_executor
macos:
xcode: "13.0.0"
xcode: "13.2.0"

env:
global:
- LC_CTYPE=en_US.UTF-8
- 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 <<parameters.path>>
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.15.2
- Xcode 13.2 compatibility

# 1.15.1
- Move to xcframeworks

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "iZettle/Flow" "1.10.0"
github "iZettle/Flow" "1.10.1"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "iZettle/Flow" "1.10.0"
github "iZettle/Flow" "1.10.1"
2 changes: 1 addition & 1 deletion PresentationFramework.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6d42e2d

Please sign in to comment.