Fix ios build

This commit is contained in:
Christian Pauly 2020-04-08 10:20:29 +02:00
commit 4fc0bf5a33
4 changed files with 136 additions and 21 deletions

View file

@ -22,14 +22,14 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Share photos with your contacts</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Share photos with your contacts</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Share photos with your contacts</string>
<key>NSCameraUsageDescription</key>
<string>Share photos with your contacts</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@