We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bc73f commit 7563ccdCopy full SHA for 7563ccd
.travis.yml
@@ -33,4 +33,5 @@ script:
33
- pod install --project-directory=Example
34
- xcodebuild build -workspace Example/SDWebImageSwiftUI.xcworkspace -scheme SDWebImageSwiftUIDemo -sdk iphonesimulator -destination 'name=iPhone 8' ONLY_ACTIVE_ARCH=NO | xcpretty -c
35
36
+ - swift package update
37
- swift build
Package.swift
@@ -33,7 +33,6 @@ let package = Package(
name: "SDWebImageSwiftUIObjC",
dependencies: ["SDWebImage"],
path: "SDWebImageSwiftUI/Classes/ObjC",
- sources: ["SDAnimatedImageInterface.h", "SDAnimatedImageInterface.m"],
publicHeadersPath: "."
38
)
39
]
0 commit comments