Skip to content

Commit

Permalink
Update v11 to v12 fo tvOS and iOS in Package.swift
Browse files Browse the repository at this point in the history
Reviewed By: samodom

Differential Revision: D40723715

fbshipit-source-id: dcb3cf9676d8055dbf137145cf1db53c0008df2c
  • Loading branch information
jawwad authored and facebook-github-bot committed Oct 26, 2022
1 parent e37a12d commit d3d6815
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 @@ -20,8 +20,8 @@ import Darwin.C
let package = Package(
name: "Facebook",
platforms: [
.iOS(.v11),
.tvOS(.v11)
.iOS(.v12),
.tvOS(.v12)
],
products: [
// The Kernel of the SDK. Must be included as a runtime dependency.
Expand Down

0 comments on commit d3d6815

Please sign in to comment.