Skip to content

Commit 0a8c295

Browse files
Merge pull request #53 from StevenLambion/2.x
SwiftDux 2.0 Changes
2 parents 9ac73af + 9e741f5 commit 0a8c295

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1050
-1013
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name: build
99
jobs:
1010
validate:
1111
name: Validate
12-
runs-on: macOS-latest
12+
runs-on: macos-11.0
1313
strategy:
1414
matrix:
1515
destination:
16-
- "platform=iOS Simulator,OS=13.4,name=iPhone 11"
16+
- "platform=iOS Simulator,OS=14.2,name=iPhone 12"
1717
- "platform=OS X"
1818
steps:
1919
- name: Checkout
@@ -22,16 +22,16 @@ jobs:
2222
run: cd $GITHUB_WORKSPACE
2323
- name: Install tooling
2424
run: |
25-
sudo xcode-select -s /Applications/Xcode_11.4.app
25+
sudo xcode-select -s /Applications/Xcode_12.2.app
2626
brew install mint
27-
mint install apple/swift-format@swift-5.2-branch
27+
mint install apple/swift-format@0.50300.0
2828
- name: Check code formatting
2929
run: |
30-
swift-format -r -m lint Sources
30+
./scripts/lint.sh
3131
- name: Run tests
3232
run: |
3333
swift package generate-xcodeproj --enable-code-coverage
34-
xcodebuild -project SwiftDux.xcodeproj -scheme SwiftDux-Package -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO test
34+
xcodebuild -project SwiftDux.xcodeproj -scheme SwiftDux-Package -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test
3535
bash <(curl -s https://codecov.io/bash) -J 'SwiftDux'
3636
env:
3737
destination: ${{ matrix.destination }}

Guides/Composing Reducers.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)