Skip to content

Commit 3e9ba59

Browse files
author
Marino Faggiana
committed
Next version 2.17.1
1 parent ab3e166 commit 3e9ba59

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

iOSClient/AppDelegate.m

+4
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,10 @@ - (void)upgrade
15461546
[CCCoreData clearAllDateReadDirectory];
15471547
[CCCoreData flushTableMetadataAccount:nil];
15481548
}
1549+
1550+
if (([actualVersion compare:@"2.17.1" options:NSNumericSearch] == NSOrderedAscending)) {
1551+
1552+
}
15491553
}
15501554

15511555
@end

iOSClient/Brand/Picker.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.18</string>
20+
<string>2.17.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>00001</string>
2323
<key>NSExtension</key>

iOSClient/Brand/PickerFileProvider.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.18</string>
20+
<string>2.17.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>00001</string>
2323
<key>NSExtension</key>

iOSClient/Brand/Share.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.18</string>
20+
<string>2.17.1</string>
2121
<key>CFBundleVersion</key>
2222
<string>00001</string>
2323
<key>NSAppTransportSecurity</key>

iOSClient/Brand/iOSClient.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<key>CFBundlePackageType</key>
4747
<string>APPL</string>
4848
<key>CFBundleShortVersionString</key>
49-
<string>2.18</string>
49+
<string>2.17.1</string>
5050
<key>CFBundleSignature</key>
5151
<string>????</string>
5252
<key>CFBundleURLTypes</key>

0 commit comments

Comments
 (0)