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 <ios@nextcloud.com>2017-04-23 13:45:57 +0300
committerMarino Faggiana <ios@nextcloud.com>2017-04-23 13:45:57 +0300
commit3e9ba591dbe0da12c737f9953a97028698bef3de (patch)
tree6e151faab29c3facfabcceb8c0fd14816ba8d7bd
parentab3e166be6b504de13eb4034a14a80d59b5bf36a (diff)
Next version 2.17.12.17.1
-rw-r--r--iOSClient/AppDelegate.m4
-rw-r--r--iOSClient/Brand/Picker.plist2
-rw-r--r--iOSClient/Brand/PickerFileProvider.plist2
-rw-r--r--iOSClient/Brand/Share.plist2
-rw-r--r--iOSClient/Brand/iOSClient.plist2
5 files changed, 8 insertions, 4 deletions
diff --git a/iOSClient/AppDelegate.m b/iOSClient/AppDelegate.m
index e8810f09b..b82a12d95 100644
--- a/iOSClient/AppDelegate.m
+++ b/iOSClient/AppDelegate.m
@@ -1546,6 +1546,10 @@
[CCCoreData clearAllDateReadDirectory];
[CCCoreData flushTableMetadataAccount:nil];
}
+
+ if (([actualVersion compare:@"2.17.1" options:NSNumericSearch] == NSOrderedAscending)) {
+
+ }
}
@end
diff --git a/iOSClient/Brand/Picker.plist b/iOSClient/Brand/Picker.plist
index 0a9f7b098..e1d7c672d 100644
--- a/iOSClient/Brand/Picker.plist
+++ b/iOSClient/Brand/Picker.plist
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
- <string>2.18</string>
+ <string>2.17.1</string>
<key>CFBundleVersion</key>
<string>00001</string>
<key>NSExtension</key>
diff --git a/iOSClient/Brand/PickerFileProvider.plist b/iOSClient/Brand/PickerFileProvider.plist
index 64c6b17e2..528b1020c 100644
--- a/iOSClient/Brand/PickerFileProvider.plist
+++ b/iOSClient/Brand/PickerFileProvider.plist
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
- <string>2.18</string>
+ <string>2.17.1</string>
<key>CFBundleVersion</key>
<string>00001</string>
<key>NSExtension</key>
diff --git a/iOSClient/Brand/Share.plist b/iOSClient/Brand/Share.plist
index 229ab3094..c9f346a4c 100644
--- a/iOSClient/Brand/Share.plist
+++ b/iOSClient/Brand/Share.plist
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
- <string>2.18</string>
+ <string>2.17.1</string>
<key>CFBundleVersion</key>
<string>00001</string>
<key>NSAppTransportSecurity</key>
diff --git a/iOSClient/Brand/iOSClient.plist b/iOSClient/Brand/iOSClient.plist
index d900f8f87..61fc47365 100644
--- a/iOSClient/Brand/iOSClient.plist
+++ b/iOSClient/Brand/iOSClient.plist
@@ -46,7 +46,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.18</string>
+ <string>2.17.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>