Skip to content

Commit 8a272a7

Browse files
authored
Fixes dogfooding app compatibility with apple silicon (#788)
1 parent aa02db1 commit 8a272a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dogfooding/ios/Runner/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
</array>
4646
<key>CFBundleVersion</key>
4747
<string>$(FLUTTER_BUILD_NUMBER)</string>
48+
<key>LSMinimumSystemVersion</key>
49+
<string>12.0</string>
4850
<key>LSRequiresIPhoneOS</key>
4951
<true/>
5052
<key>NSCameraUsageDescription</key>

0 commit comments

Comments
 (0)