diff --git a/Package.swift b/Package.swift index 2c0337dfa..d828586b8 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "apollo-ios-pagination", platforms: [ - .iOS(.v12), + .iOS(.v13), .macOS(.v10_15), .tvOS(.v12), .watchOS(.v5) @@ -27,9 +27,5 @@ let package = Package( .product(name: "ApolloAPI", package: "apollo-ios"), ] ), - .testTarget( - name: "apollo-ios-paginationTests", - dependencies: ["apollo-ios-pagination"] - ), ] ) diff --git a/Tests/apollo-ios-paginationTests/apollo_ios_paginationTests.swift b/Tests/apollo-ios-paginationTests/apollo_ios_paginationTests.swift deleted file mode 100644 index 8d46592f8..000000000 --- a/Tests/apollo-ios-paginationTests/apollo_ios_paginationTests.swift +++ /dev/null @@ -1,12 +0,0 @@ -import XCTest -@testable import apollo_ios_pagination - -final class apollo_ios_paginationTests: XCTestCase { - func testExample() throws { - // XCTest Documenation - // https://developer.apple.com/documentation/xctest - - // Defining Test Cases and Test Methods - // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods - } -}