wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Remove WPImageSource and OHHTTPStubs dependency #360

Closed kean closed 3 months ago

kean commented 3 months ago

I removed the last WPImageSource usage from WordPress-iOS a few months ago – it's now down to only a couple of images loading systems, down from 10+.

WordPressShared now has no dependencies except for the ones used by CI:

    dependencies: [
        .package(url: "https://github.com/buildkite/test-collector-swift", from: "0.3.0"),
        // See https://github.com/erikdoe/ocmock/issues/500#issuecomment-1002700625
        .package(url: "https://github.com/realm/SwiftLint", exact: loadSwiftLintVersion())
    ],