Skip to content

Commit

Permalink
Export OHHTTPStubs from OHHTTPStubsSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Oct 26, 2022
1 parent 12f1966 commit 233e115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/OHHTTPStubsSwift/OHHTTPStubsSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import Foundation
#if SWIFT_PACKAGE
import OHHTTPStubs
@_exported import OHHTTPStubs
#endif

#if !swift(>=3.0)
Expand Down
1 change: 0 additions & 1 deletion Tests/OHHTTPStubsSwiftTests/SwiftHelpersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Foundation
import XCTest
#if SWIFT_PACKAGE
@testable import OHHTTPStubsSwift
@testable import OHHTTPStubs
#else
@testable import OHHTTPStubs
#endif
Expand Down

0 comments on commit 233e115

Please sign in to comment.