diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ce15ee..09fe080 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.1" 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 bcf44c6..c6da219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.2.1 + +# 3.3.3 +- Xcode 13.2 compatibility + # 3.3.2 - Include all views, not just sections, in the accessibility elements of a FormView. 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/Form.xcodeproj/project.pbxproj b/Form.xcodeproj/project.pbxproj index 0b486cc..331fc23 100644 --- a/Form.xcodeproj/project.pbxproj +++ b/Form.xcodeproj/project.pbxproj @@ -857,7 +857,7 @@ INFOPLIST_FILE = Form/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 3.2.0; + MARKETING_VERSION = 3.3.3; PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Form; PRODUCT_NAME = Form; SKIP_INSTALL = YES; @@ -878,7 +878,7 @@ INFOPLIST_FILE = Form/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 3.2.0; + MARKETING_VERSION = 3.3.3; PRODUCT_BUNDLE_IDENTIFIER = com.iZettle.Form; PRODUCT_NAME = Form; SKIP_INSTALL = YES; diff --git a/Form/Info.plist b/Form/Info.plist index a272586..ca23c84 100644 --- a/Form/Info.plist +++ b/Form/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.3.2 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 3ea3aac..7238dfb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/iZettle/Form.svg?branch=master)](https://travis-ci.org/iZettle/Form) [![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) Form is an iOS Swift library for building and styling UIs. A toolbox of highly composable utilities for solving common UI related problems, such as: