Skip to content

Commit e44478c

Browse files
committed
info.plist modification
1 parent 70079ba commit e44478c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

MacCatalyst/Resources/Info.plist.in

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@
2626
<string>%VERSION%</string>
2727
<key>CFBundleSupportedPlatforms</key>
2828
<array>
29-
<string>iPhoneOS</string>
29+
<string>MacOSX</string>
30+
</array>
31+
<key>LSMinimumSystemVersion</key>
32+
<string>10.0</string>
33+
<key>UIDeviceFamily</key>
34+
<array>
35+
<integer>2</integer>
3036
</array>
31-
<key>MinimumOSVersion</key>
32-
<string>@IPHONEOS_DEPLOYMENT_TARGET@</string>
3337
</dict>
3438
</plist>

0 commit comments

Comments
 (0)