Skip to content

Commit

Permalink
change: Add deploy platform version settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hite committed Aug 31, 2019
1 parent 41e9fef commit dfdf593
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file not shown.
5 changes: 5 additions & 0 deletions Package.swift
Expand Up @@ -5,6 +5,11 @@ import PackageDescription

let package = Package(
name: "SwiftUI-CSS",
platforms: [
// specify each minimum deployment requirement,
//otherwise the platform default minimum is used.
.macOS(.v10_15),.iOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down
1 change: 0 additions & 1 deletion Tests/SwiftUI-CSSTests/SwiftUI_CSSTests.swift
Expand Up @@ -6,7 +6,6 @@ final class SwiftUI_CSSTests: XCTestCase {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(SwiftUI_CSS().text, "Hello, World!")
}

static var allTests = [
Expand Down

0 comments on commit dfdf593

Please sign in to comment.