Closed dogo closed 2 years ago
@zvonicek, please review, merge and release a new version with this fix. It's Very annoying to observe warnings in the Xcode project just from one dependency.
Thanks for the library, by the way.
@dogo Your commit doesn't resolve the issue. You need to add these excludes for the ImageSlideShow target:
...
targets: [
.target(
name: "ImageSlideshow",
path: "ImageSlideshow",
exclude: ["Classes/InputSources/AFURLSource.swift",
"Classes/InputSources/AlamofireSource.swift",
"Classes/InputSources/AlamofireLegacySource.swift",
"Classes/InputSources/ParseSource.swift",
"Classes/InputSources/KingfisherSource.swift",
"Classes/InputSources/SDWebImageSource.swift"],
sources: [
"Classes/Core/ActivityIndicator.swift",
"Classes/Core/Bundle+Module.swift",
"Classes/Core/FullScreenSlideshowViewController.swift",
"Classes/Core/ImageSlideshow.swift",
"Classes/Core/ImageSlideshowItem.swift",
"Classes/Core/InputSource.swift",
"Classes/Core/PageIndicator.swift",
"Classes/Core/PageIndicatorPosition.swift",
"Classes/Core/SwiftSupport.swift",
"Classes/Core/UIImage+AspectFit.swift",
"Classes/Core/UIImageView+Tools.swift",
"Classes/Core/ZoomAnimatedTransitioning.swift",
],
resources: [
.copy("Assets/ic_cross_white@2x.png"),
.copy("Assets/ic_cross_white@3x.png"),
]),
...
@zvonicek Hey hey, is this anyhow going to be merged soon?
Any news @zvonicek ?
Hi all I am using this library and i dont know way how to use these feature configure