Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <m.faggiana@twsweb.it>2018-02-19 12:35:13 +0300
committerMarino Faggiana <marinofaggiana@MacBook-Pro-di-Marino.local>2018-02-19 12:35:13 +0300
commit5abb2929f46494a30f1f74de6efe3fb95348b8ba (patch)
treecd5060818413777556a34d6af710b8ade5356aca
parent7b47f476af852af734981be2bb79b8ea333f49b7 (diff)
Version 2.20.22.20.2
-rw-r--r--iOSClient/Brand/Picker.plist110
-rw-r--r--iOSClient/Brand/PickerFileProvider.plist54
-rw-r--r--iOSClient/Brand/Share.plist96
-rw-r--r--iOSClient/Brand/iOSClient.plist280
4 files changed, 270 insertions, 270 deletions
diff --git a/iOSClient/Brand/Picker.plist b/iOSClient/Brand/Picker.plist
index c8738c882..237e5be44 100644
--- a/iOSClient/Brand/Picker.plist
+++ b/iOSClient/Brand/Picker.plist
@@ -2,60 +2,60 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Nextcloud</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>XPC!</string>
- <key>CFBundleShortVersionString</key>
- <string>2.20.0</string>
- <key>CFBundleVersion</key>
- <string>00001</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSExtension</key>
- <dict>
- <key>NSExtensionAttributes</key>
- <dict>
- <key>UIDocumentPickerModes</key>
- <array>
- <string>UIDocumentPickerModeImport</string>
- <string>UIDocumentPickerModeOpen</string>
- <string>UIDocumentPickerModeExportToService</string>
- <string>UIDocumentPickerModeMoveToService</string>
- </array>
- <key>UIDocumentPickerSupportedFileTypes</key>
- <array>
- <string>public.content</string>
- <string>public.text</string>
- <string>public.plain-text</string>
- <string>public.html</string>
- <string>public.presentation</string>
- <string>public.video</string>
- <string>public.mpeg</string>
- <string>public.audio</string>
- <string>public.image</string>
- <string>public.jpeg</string>
- <string>public.tiff</string>
- <string>public.data</string>
- </array>
- </dict>
- <key>NSExtensionMainStoryboard</key>
- <string>MainInterface</string>
- <key>NSExtensionPointIdentifier</key>
- <string>com.apple.fileprovider-ui</string>
- </dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Nextcloud</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>XPC!</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.20.2</string>
+ <key>CFBundleVersion</key>
+ <string>00001</string>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSExtension</key>
+ <dict>
+ <key>NSExtensionAttributes</key>
+ <dict>
+ <key>UIDocumentPickerModes</key>
+ <array>
+ <string>UIDocumentPickerModeImport</string>
+ <string>UIDocumentPickerModeOpen</string>
+ <string>UIDocumentPickerModeExportToService</string>
+ <string>UIDocumentPickerModeMoveToService</string>
+ </array>
+ <key>UIDocumentPickerSupportedFileTypes</key>
+ <array>
+ <string>public.content</string>
+ <string>public.text</string>
+ <string>public.plain-text</string>
+ <string>public.html</string>
+ <string>public.presentation</string>
+ <string>public.video</string>
+ <string>public.mpeg</string>
+ <string>public.audio</string>
+ <string>public.image</string>
+ <string>public.jpeg</string>
+ <string>public.tiff</string>
+ <string>public.data</string>
+ </array>
+ </dict>
+ <key>NSExtensionMainStoryboard</key>
+ <string>MainInterface</string>
+ <key>NSExtensionPointIdentifier</key>
+ <string>com.apple.fileprovider-ui</string>
+ </dict>
</dict>
</plist>
diff --git a/iOSClient/Brand/PickerFileProvider.plist b/iOSClient/Brand/PickerFileProvider.plist
index b1843f37b..b98244a16 100644
--- a/iOSClient/Brand/PickerFileProvider.plist
+++ b/iOSClient/Brand/PickerFileProvider.plist
@@ -2,32 +2,32 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Nextcloud</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>XPC!</string>
- <key>CFBundleShortVersionString</key>
- <string>2.20.0</string>
- <key>CFBundleVersion</key>
- <string>00001</string>
- <key>NSExtension</key>
- <dict>
- <key>NSExtensionFileProviderDocumentGroup</key>
- <string>group.it.twsweb.Crypto-Cloud</string>
- <key>NSExtensionPointIdentifier</key>
- <string>com.apple.fileprovider-nonui</string>
- <key>NSExtensionPrincipalClass</key>
- <string>$(PRODUCT_MODULE_NAME).FileProvider</string>
- </dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Nextcloud</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>XPC!</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.20.2</string>
+ <key>CFBundleVersion</key>
+ <string>00001</string>
+ <key>NSExtension</key>
+ <dict>
+ <key>NSExtensionFileProviderDocumentGroup</key>
+ <string>group.it.twsweb.Crypto-Cloud</string>
+ <key>NSExtensionPointIdentifier</key>
+ <string>com.apple.fileprovider-nonui</string>
+ <key>NSExtensionPrincipalClass</key>
+ <string>$(PRODUCT_MODULE_NAME).FileProvider</string>
+ </dict>
</dict>
</plist>
diff --git a/iOSClient/Brand/Share.plist b/iOSClient/Brand/Share.plist
index 697a1f63d..32cd653e1 100644
--- a/iOSClient/Brand/Share.plist
+++ b/iOSClient/Brand/Share.plist
@@ -2,53 +2,53 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Nextcloud</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>XPC!</string>
- <key>CFBundleShortVersionString</key>
- <string>2.19.0</string>
- <key>CFBundleVersion</key>
- <string>00023</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSExtension</key>
- <dict>
- <key>NSExtensionAttributes</key>
- <dict>
- <key>NSExtensionActivationRule</key>
- <dict>
- <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
- <integer>20</integer>
- <key>NSExtensionActivationSupportsFileWithMaxCount</key>
- <integer>20</integer>
- <key>NSExtensionActivationSupportsImageWithMaxCount</key>
- <integer>20</integer>
- <key>NSExtensionActivationSupportsMovieWithMaxCount</key>
- <integer>5</integer>
- <key>NSExtensionActivationSupportsText</key>
- <true/>
- <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
- <integer>0</integer>
- </dict>
- </dict>
- <key>NSExtensionMainStoryboard</key>
- <string>MainInterface</string>
- <key>NSExtensionPointIdentifier</key>
- <string>com.apple.share-services</string>
- </dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Nextcloud</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>XPC!</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.20.2</string>
+ <key>CFBundleVersion</key>
+ <string>00001</string>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSExtension</key>
+ <dict>
+ <key>NSExtensionAttributes</key>
+ <dict>
+ <key>NSExtensionActivationRule</key>
+ <dict>
+ <key>NSExtensionActivationSupportsAttachmentsWithMaxCount</key>
+ <integer>20</integer>
+ <key>NSExtensionActivationSupportsFileWithMaxCount</key>
+ <integer>20</integer>
+ <key>NSExtensionActivationSupportsImageWithMaxCount</key>
+ <integer>20</integer>
+ <key>NSExtensionActivationSupportsMovieWithMaxCount</key>
+ <integer>5</integer>
+ <key>NSExtensionActivationSupportsText</key>
+ <true/>
+ <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+ <key>NSExtensionMainStoryboard</key>
+ <string>MainInterface</string>
+ <key>NSExtensionPointIdentifier</key>
+ <string>com.apple.share-services</string>
+ </dict>
</dict>
</plist>
diff --git a/iOSClient/Brand/iOSClient.plist b/iOSClient/Brand/iOSClient.plist
index 71c050c98..3186f7396 100644
--- a/iOSClient/Brand/iOSClient.plist
+++ b/iOSClient/Brand/iOSClient.plist
@@ -2,145 +2,145 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Nextcloud</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeIconFiles</key>
- <array>
- <string></string>
- </array>
- <key>CFBundleTypeName</key>
- <string>All files</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>LSHandlerRank</key>
- <string>Default</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>public.data</string>
- <string>public.content</string>
- <string>public.text</string>
- <string>public.movie</string>
- <string>public.audio</string>
- <string>public.image</string>
- <string>public.presentation</string>
- <string>public.video</string>
- <string>com.adobe.pdf</string>
- </array>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>2.20.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>path</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>cryptocloud</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>db-urer5mpnihkwh79</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>00001</string>
- <key>Fabric</key>
- <dict>
- <key>APIKey</key>
- <string>52fe877f4a4ff58868da789df0b0eb915fd94ae1</string>
- <key>Kits</key>
- <array>
- <dict>
- <key>KitInfo</key>
- <dict/>
- <key>KitName</key>
- <string>Crashlytics</string>
- </dict>
- </array>
- </dict>
- <key>ITSAppUsesNonExemptEncryption</key>
- <true/>
- <key>ITSEncryptionExportComplianceCode</key>
- <string>3b2bb0b1-fa12-43cb-a78f-0f7e1afd33df</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>dbapi-1</string>
- <string>dbapi-2</string>
- <string>dbapi-3</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>The use of GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the photo library</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>$(PRODUCT_NAME) requires access to the photo library</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- <string>fetch</string>
- <string>remote-notification</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <false/>
- <key>UIStatusBarHidden</key>
- <false/>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleLightContent</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <true/>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Nextcloud</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeIconFiles</key>
+ <array>
+ <string></string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>All files</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSHandlerRank</key>
+ <string>Default</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ <string>public.text</string>
+ <string>public.movie</string>
+ <string>public.audio</string>
+ <string>public.image</string>
+ <string>public.presentation</string>
+ <string>public.video</string>
+ <string>com.adobe.pdf</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>2.20.2</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>path</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>cryptocloud</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>db-urer5mpnihkwh79</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>00001</string>
+ <key>Fabric</key>
+ <dict>
+ <key>APIKey</key>
+ <string>52fe877f4a4ff58868da789df0b0eb915fd94ae1</string>
+ <key>Kits</key>
+ <array>
+ <dict>
+ <key>KitInfo</key>
+ <dict/>
+ <key>KitName</key>
+ <string>Crashlytics</string>
+ </dict>
+ </array>
+ </dict>
+ <key>ITSAppUsesNonExemptEncryption</key>
+ <true/>
+ <key>ITSEncryptionExportComplianceCode</key>
+ <string>3b2bb0b1-fa12-43cb-a78f-0f7e1afd33df</string>
+ <key>LSApplicationQueriesSchemes</key>
+ <array>
+ <string>dbapi-1</string>
+ <string>dbapi-2</string>
+ <string>dbapi-3</string>
+ </array>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+ <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
+ <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
+ <key>NSLocationAlwaysUsageDescription</key>
+ <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
+ <key>NSLocationWhenInUseUsageDescription</key>
+ <string>The use of GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless</string>
+ <key>NSPhotoLibraryAddUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the photo library</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>$(PRODUCT_NAME) requires access to the photo library</string>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ <string>fetch</string>
+ <string>remote-notification</string>
+ </array>
+ <key>UIFileSharingEnabled</key>
+ <true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>UIMainStoryboardFile</key>
+ <string>Main</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UIRequiresFullScreen</key>
+ <false/>
+ <key>UIStatusBarHidden</key>
+ <false/>
+ <key>UIStatusBarStyle</key>
+ <string>UIStatusBarStyleLightContent</string>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
+ <key>UIViewControllerBasedStatusBarAppearance</key>
+ <false/>
</dict>
</plist>