Skip to content

Commit

Permalink
Remove iPad support key from iOS plist.
Browse files Browse the repository at this point in the history
This commit removes the `<integer>2</integer>` key from the `UIDeviceFamily` array in the iOS `Default-Info.plist` file. This change indicates that the app no longer supports iPad devices, focusing solely on iPhone compatibility.
  • Loading branch information
dlemmermann committed Sep 6, 2024
1 parent 37daa80 commit fb96b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/ios/Default-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>MinimumOSVersion</key>
<string>11.0</string>
Expand Down

0 comments on commit fb96b62

Please sign in to comment.