We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180b63b commit 043599bCopy full SHA for 043599b
Sources/SwiftBundler/Bundler/PlistCreator.swift
@@ -108,6 +108,7 @@ enum PlistCreator {
108
entries["MinimumOSVersion"] = platformVersion
109
entries["CFBundleSupportedPlatforms"] = ["iPhoneOS"]
110
entries["UILaunchScreen"] = [String: Any]()
111
+ entries["UIDeviceFamily"] = [1, 2]
112
case .tvOS, .tvOSSimulator:
113
114
entries["CFBundleSupportedPlatforms"] = ["AppleTVOS"]
0 commit comments