File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
xcode :
17
- - ' 14.2' # Swift 5.7
18
- - ' 14.3' # Swift 5.8
19
17
- ' 15.0' # Swift 5.9
20
18
- ' 15.1' # Swift 5.9
21
19
steps :
49
47
fail-fast : false
50
48
matrix :
51
49
xcode :
52
- - ' 14.2' # Swift 5.7
53
- - ' 14.3' # Swift 5.8
54
50
- ' 15.0' # Swift 5.9
55
51
- ' 15.1' # Swift 5.9
56
52
steps :
Original file line number Diff line number Diff line change 2
2
3
3
import PackageDescription
4
4
5
- #if compiler(>=5.9)
6
5
/// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 15.2 / Swift 5.9.
7
6
/// This XCFramework can be used by Xcode 15.0 and later.
8
7
let lottieXCFramework = Target . binaryTarget (
9
8
name: " Lottie " ,
10
- url: " https://github.com/airbnb/lottie-ios/releases/download/4.4.3/Lottie-Xcode-15.2.xcframework.zip " ,
11
- checksum: " 546b7e718ed806646b84645ecfb1e1d6a65ac0387ff3f8ecb92dbaf2116cd62c " )
12
- #else
13
- /// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 14.1 / Swift 5.7.
14
- /// This XCFramework bundle doesn't support visionOS, but does support Xcode 14.
15
- let lottieXCFramework = Target . binaryTarget (
16
- name: " Lottie " ,
17
- url: " https://github.com/airbnb/lottie-ios/releases/download/4.4.3/Lottie-Xcode-14.1.xcframework.zip " ,
18
- checksum: " f068488b56880e95964172797df57358a3354c1540158a5f00988fbe76a41dba " )
19
- #endif
9
+ url: " https://github.com/airbnb/lottie-ios/releases/download/4.5.0/Lottie.xcframework.zip " ,
10
+ checksum: " ea474237ceca92ae12ee276c167f733f75567e9ca144dfa92678dfe5073d77b1 " )
20
11
21
12
let package = Package (
22
13
name: " Lottie " ,
You can’t perform that action at this time.
0 commit comments