Skip to content

Commit b842598

Browse files
authored
Update Package.swift to reference lottie-ios 4.5.0 (#28)
1 parent 699386f commit b842598

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
xcode:
17-
- '14.2' # Swift 5.7
18-
- '14.3' # Swift 5.8
1917
- '15.0' # Swift 5.9
2018
- '15.1' # Swift 5.9
2119
steps:
@@ -49,8 +47,6 @@ jobs:
4947
fail-fast: false
5048
matrix:
5149
xcode:
52-
- '14.2' # Swift 5.7
53-
- '14.3' # Swift 5.8
5450
- '15.0' # Swift 5.9
5551
- '15.1' # Swift 5.9
5652
steps:

Package.swift

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,12 @@
22

33
import PackageDescription
44

5-
#if compiler(>=5.9)
65
/// A precompiled XCFramework of the lottie-ios repo that was compiled with Xcode 15.2 / Swift 5.9.
76
/// This XCFramework can be used by Xcode 15.0 and later.
87
let lottieXCFramework = Target.binaryTarget(
98
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")
2011

2112
let package = Package(
2213
name: "Lottie",

0 commit comments

Comments
 (0)