Skip to content

Commit 043599b

Browse files
authored
Add UIDeviceFamily to Info.plist on iOS (#103)
1 parent 180b63b commit 043599b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftBundler/Bundler/PlistCreator.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ enum PlistCreator {
108108
entries["MinimumOSVersion"] = platformVersion
109109
entries["CFBundleSupportedPlatforms"] = ["iPhoneOS"]
110110
entries["UILaunchScreen"] = [String: Any]()
111+
entries["UIDeviceFamily"] = [1, 2]
111112
case .tvOS, .tvOSSimulator:
112113
entries["MinimumOSVersion"] = platformVersion
113114
entries["CFBundleSupportedPlatforms"] = ["AppleTVOS"]

0 commit comments

Comments
 (0)