Skip to content

Commit 7563ccd

Browse files
committed
Fix travis CI script to update SwiftPM dependency
1 parent 30bc73f commit 7563ccd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ script:
3333
- pod install --project-directory=Example
3434
- xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -sdk iphonesimulator -destination 'name=iPhone 8' ONLY_ACTIVE_ARCH=NO | xcpretty -c
3535

36+
- swift package update
3637
- swift build

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ let package = Package(
3333
name: "SDWebImageSwiftUIObjC",
3434
dependencies: ["SDWebImage"],
3535
path: "SDWebImageSwiftUI/Classes/ObjC",
36-
sources: ["SDAnimatedImageInterface.h", "SDAnimatedImageInterface.m"],
3736
publicHeadersPath: "."
3837
)
3938
]

0 commit comments

Comments
 (0)