Skip to content

Commit

Permalink
CASwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Mar 31, 2024
1 parent 0152b0f commit 133c6b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
platforms: [
.iOS(.v12),
.tvOS(.v12),
.macOS(.v10_13)
.macOS(.v10_15)
],

products: [
Expand Down
2 changes: 2 additions & 0 deletions Sources/CommonAppleKit/CommonAppleKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
public typealias CAStackView = UIStackView
public typealias CAImageView = UIImageView
public typealias CAEvent = UIEvent
public typealias CASwitch = UISwitch

public extension CALabel {
var stringValue: String {
Expand Down Expand Up @@ -163,6 +164,7 @@
public typealias CAStackView = NSStackView
public typealias CAImageView = NSImageView
public typealias CAEvent = NSEvent
public typealias CASwitch = NSSwitch

public extension CAImage {
@available(macOS 11.0, *)
Expand Down

0 comments on commit 133c6b9

Please sign in to comment.