Skip to content

Commit 025653c

Browse files
committed
Fix platform API issue
1 parent 2f42fa6 commit 025653c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ if attributeGraphCondition {
262262
}
263263
} else {
264264
openGraphShimsTarget.dependencies.append("OpenGraph")
265+
package.platforms = [.iOS(.v13), .macOS(.v10_15), .macCatalyst(.v13), .tvOS(.v13), .watchOS(.v5)]
265266
}
266267

267268
let compatibilityTestCondition = envEnable("OPENGRAPH_COMPATIBILITY_TEST")

0 commit comments

Comments
 (0)