diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 83f321677..47299f20b 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -4,6 +4,8 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ Invoice Ninja
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -18,14 +20,31 @@
$(FLUTTER_BUILD_NAME)
CFBundleSignature
????
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLSchemes
+
+ com.googleusercontent.apps.640903115046-q1c2qu6g52qav0qnbp8gd5r8i6bhnlqa
+
+
+
CFBundleVersion
$(FLUTTER_BUILD_NUMBER)
LSRequiresIPhoneOS
+ NSFaceIDUsageDescription
+ Face ID is used to access the app
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
Main
+ UIRequiredDeviceCapabilities
+
+ arm64
+
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
@@ -41,5 +60,7 @@
UIViewControllerBasedStatusBarAppearance
+ NSPhotoLibraryUsageDescription
+ The photo library is used to upload documents
diff --git a/ios/Runner/Info.plist.example b/ios/Runner/Info.plist.example
index b7f6e99c6..835b2166c 100644
--- a/ios/Runner/Info.plist.example
+++ b/ios/Runner/Info.plist.example
@@ -3,7 +3,7 @@
CFBundleDevelopmentRegion
- en
+ $(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
Invoice Ninja
CFBundleExecutable
@@ -13,17 +13,30 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- invoiceninja
+ client
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.50
+ $(FLUTTER_BUILD_NAME)
CFBundleSignature
????
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLSchemes
+
+
+
+
+
CFBundleVersion
- 50
+ $(FLUTTER_BUILD_NUMBER)
LSRequiresIPhoneOS
+ NSFaceIDUsageDescription
+ Face ID is used to access the app
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
@@ -47,11 +60,7 @@
UIViewControllerBasedStatusBarAppearance
- NSFaceIDUsageDescription
- Face ID is used to access the app
- io.flutter.embedded_views_preview
-
- NSPhotoLibraryUsageDescription
- The photo library is used to upload documents
+ NSPhotoLibraryUsageDescription
+ The photo library is used to upload documents