Skip to content

Commit

Permalink
Xcode 13 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
retendo authored Oct 26, 2021
1 parent ac72019 commit ec11a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import PackageDescription
let package = Package(
name: "BarcodeHero",
platforms: [
.iOS(.v8), // minimum supported version via SPM
.macOS(.v10_15), // supports AVMetaDataObject.ObjectType barcode and QR code types
.iOS("12.0"), // minimum supported version via SPM
.macOS("10.15"), // supports AVMetaDataObject.ObjectType barcode and QR code types
// tvOS is unsupported due to lack of AVMetadataObject support
// watchOS is unsupported due to lack of CoreImage support
],
Expand Down

0 comments on commit ec11a3a

Please sign in to comment.