Skip to content

Commit

Permalink
chore(cordova/apple): set minimun version for Swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Jan 8, 2024
1 parent 4c5b8bd commit 4ac0de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
4 changes: 4 additions & 0 deletions src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import PackageDescription
let package = Package(
name: "OutlineAppleLib",
defaultLocalization: "en",
platforms: [
.iOS("13.1"),
.macOS(.v10_14),
],
products: [
.library(
name: "OutlineAppleLib",
Expand Down

This file was deleted.

0 comments on commit 4ac0de8

Please sign in to comment.