Skip to content

Commit

Permalink
% remove macos mininum version from AlfieKit package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Primo committed Jan 14, 2025
1 parent 979c8ae commit 3ae273e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Alfie/AlfieKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import PackageDescription
let package = Package(
name: "AlfieKit",
platforms: [
.iOS(.v16),
.macOS(.v10_14)
.iOS(.v16)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
Expand Down

0 comments on commit 3ae273e

Please sign in to comment.