diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist
index d5d971a..d3af290 100644
--- a/example/ios/Runner/Info.plist
+++ b/example/ios/Runner/Info.plist
@@ -26,22 +26,26 @@
$(FLUTTER_BUILD_NUMBER)
LSRequiresIPhoneOS
- LSSupportsOpeningDocumentsInPlace
-
+
UIFileSharingEnabled
+ LSSupportsOpeningDocumentsInPlace
+
+ NSLocalNetworkUsageDescription
+ [Your description here]
+ NSBonjourServices
+
+ _mp-connection._tcp
+
+ UIRequiresPersistentWiFi
+
+
UIApplicationSupportsIndirectInputEvents
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
Main
- NSBonjourServices
-
- _mp-connection._tcp
-
- UIRequiresPersistentWiFi
-
UISupportedInterfaceOrientations
UIInterfaceOrientationPortrait
diff --git a/example_full/ios/Runner/Info.plist b/example_full/ios/Runner/Info.plist
index 871b994..edd9f43 100644
--- a/example_full/ios/Runner/Info.plist
+++ b/example_full/ios/Runner/Info.plist
@@ -22,15 +22,21 @@
????
CFBundleVersion
$(FLUTTER_BUILD_NUMBER)
-
LSRequiresIPhoneOS
+
LSSupportsOpeningDocumentsInPlace
UIFileSharingEnabled
- NSPhotoLibraryUsageDescription
- Permission to use the photo library is required to send the photos
+ NSBonjourServices
+
+ _mp-connection._tcp
+
+ UIRequiresPersistentWiFi
+
+ NSLocalNetworkUsageDescription
+ [Your description here]
UIApplicationSupportsIndirectInputEvents