This commit is contained in:
2020-10-26 04:49:03 +06:30
parent 139fc8e7d3
commit fcee7904d8
4 changed files with 85 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSContactsUsageDescription</key>
<string>Contact access is required for invitation sharing.</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
@@ -11,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FCS</string>
<string>FCS Logistics</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
@@ -25,7 +27,7 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.944560757353-o6emrja7ad8g8ulbcvvpah9a1tul3s21</string>
<string>com.googleusercontent.apps.168368749206-5qjmae2tmnqjjb7ch74ug7u2teftligs</string>
</array>
</dict>
</array>
@@ -57,6 +59,18 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSCalendarsUsageDescription</key>
<string>Calendars access is required for calendar widgets. </string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library is required to provide customers with package photos.</string>
<key>NSAppleMusicUsageDescription</key>
<string>Media Library is required to play notification sound.</string>
<key>NSMotionUsageDescription</key>
<string>Motion is required to provide customers with package</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Speech Recognition is required to search customer packages by voice search</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location is required to locate delivery address.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>