File tree 3 files changed +11
-9
lines changed
Sources/SnapshotTestingHEIC/HEIC
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
jobs :
10
- build :
11
-
12
- runs-on : macos -latest
10
+ xcode- build :
11
+ name : Xcode Build
12
+ runs-on : macOS -latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - name : Build
17
- run : swift build -v
18
- - name : Run tests
19
- run : swift test -v
15
+ - name : Checkout Repo
16
+ uses : actions/checkout@v2
17
+ - name : Force Xcode 13.1
18
+ run : sudo xcode-select -switch /Applications/Xcode_13.1.app
19
+ - name : Build for iOS
20
+ run : swift build -v
Original file line number Diff line number Diff line change
1
+ .build
1
2
.swiftpm
2
3
.DS_Store
Original file line number Diff line number Diff line change 1
1
#if os(iOS) || os(tvOS)
2
2
import AVFoundation
3
- import Foundation
3
+ import UIKit
4
4
5
5
@available ( tvOSApplicationExtension 11 . 0 , * )
6
6
extension UIImage {
You can’t perform that action at this time.
0 commit comments