2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00

working towards building for iOS

This commit is contained in:
Oliver Walters
2021-08-18 20:45:11 +10:00
parent 9f811f1dbf
commit 52dc6f688f
7 changed files with 72 additions and 26 deletions

View File

@ -4,19 +4,32 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>de</string>
<string>fr</string>
<string>it</string>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLocalizations</key>
<array>
<string>de</string>
<string>el</string>
<string>en</string>
<string>es</string>
<string>fr</string>
<string>he</string>
<string>it</string>
<string>ja</string>
<string>ko</string>
<string>nl</string>
<string>no</string>
<string>pl</string>
<string>ru</string>
<string>sv</string>
<string>tr</string>
<string>vi</string>
<string>zh-CN</string>
</array>
<key>CFBundleName</key>
<string>InvenTree</string>
<key>CFBundlePackageType</key>
@ -29,6 +42,12 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Take photos using the camera to upload to InvenTree</string>
<key>NSMicrophoneUsageDescription</key>
<string>Record videos using the camera to upload to InvenTree</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Select photos from library to upload to InvenTree</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
@ -48,13 +67,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>Camera required to upload stock images / test report images / etc</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Select photos from library to upload to InvenTree</string>
<key>NSCameraUsageDescription</key>
<string>Take photos using the camera to upload to InvenTree</string>
<key>NSMicrophoneUsageDescription</key>
<string>Record videos using the camera to upload to InvenTree</string>
</dict>
</plist>