Skip to content

Commit 64be2bf

Browse files
committed
update github workflows to use xcode 13.2
1 parent 0fcc108 commit 64be2bf

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: macos-11
1111
name: Testing PR
1212
steps:
13+
- uses: maxim-lobanov/setup-xcode@v1
14+
with:
15+
xcode-version: '13.2'
1316
- name: checkout
1417
uses: actions/checkout@v2
1518
- name: show sdks

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![license MIT](https://img.shields.io/cocoapods/l/Redux.svg)
66
![Platform](https://img.shields.io/badge/iOS-%3E%3D%2013.0-green.svg)
77
![Platform](https://img.shields.io/badge/macos-%3E%3D%2010.15-green.svg)
8+
![Xcode](https://img.shields.io/badge/xcode-%3E%3D%2013.2-orange.svg)
89
[![Swift 5.5](https://img.shields.io/badge/Swift-5.5-orange.svg?style=flat)](https://developer.apple.com/swift/)
910

1011
Implementing Redux with async/await introduced in Swift 5.5 has become very simple. From Xcode 13.2, Swift 5.5's new concurrency supports iOS 13. Therefore, the existing Redux package was newly implemented based on async/await.

README_ko.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![license MIT](https://img.shields.io/cocoapods/l/Redux.svg)
66
![Platform](https://img.shields.io/badge/iOS-%3E%3D%2013.0-green.svg)
77
![Platform](https://img.shields.io/badge/macos-%3E%3D%2010.15-green.svg)
8+
![Xcode](https://img.shields.io/badge/xcode-%3E%3D%2013.2-orange.svg)
89
[![Swift 5.5](https://img.shields.io/badge/Swift-5.5-orange.svg?style=flat)](https://developer.apple.com/swift/)
910

1011
Swift 5.5에서 소개된 async/await로 Redux를 구현하는 일이 매우 간소해졌습니다. Xcode 13.2 버전부터는 Swift 5.5의 새로운 Concurrency가 iOS 13을 지원한다고 합니다. 이에 기존의 Redux 패키지를 async/await 를 바탕으로 새로 구현하였습니다.

0 commit comments

Comments
 (0)