Skip to content

Commit

Permalink
Update package platforms (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
alemannosara authored Jan 13, 2023
1 parent 7d4e26d commit 79aa202
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.15] - 2023-01-13

### Added
- Add platforms to package

## [0.0.14] - 2023-01-12

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "Qit",
platforms: [
.iOS(.v14)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down
3 changes: 0 additions & 3 deletions Sources/Qit/Extensions/SwiftUI/View+ConditionalModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
// Copyright © 2022 QoQa Services SA. All rights reserved.
//

#if canImport(SwiftUI)
import SwiftUI

@available(iOS 13.0, *)
extension View {

public typealias ContentTransform<Content: View> = (Self) -> Content
Expand All @@ -31,4 +29,3 @@ extension View {
}
}
}
#endif

0 comments on commit 79aa202

Please sign in to comment.