Marino Faggiana 8 жил өмнө
parent
commit
da1b07caa4

+ 1 - 1
iOSClient/Brand/Picker.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
 	<string>2.17.2</string>
 	<string>2.17.2</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>00003</string>
+	<string>00004</string>
 	<key>NSExtension</key>
 	<key>NSExtension</key>
 	<dict>
 	<dict>
 		<key>NSExtensionAttributes</key>
 		<key>NSExtensionAttributes</key>

+ 1 - 1
iOSClient/Brand/PickerFileProvider.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
 	<string>2.17.2</string>
 	<string>2.17.2</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>00003</string>
+	<string>00004</string>
 	<key>NSExtension</key>
 	<key>NSExtension</key>
 	<dict>
 	<dict>
 		<key>NSExtensionFileProviderDocumentGroup</key>
 		<key>NSExtensionFileProviderDocumentGroup</key>

+ 1 - 1
iOSClient/Brand/Share.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
 	<string>2.17.2</string>
 	<string>2.17.2</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>00003</string>
+	<string>00004</string>
 	<key>NSAppTransportSecurity</key>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/iOSClient.plist

@@ -69,7 +69,7 @@
 		</dict>
 		</dict>
 	</array>
 	</array>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>00003</string>
+	<string>00004</string>
 	<key>Fabric</key>
 	<key>Fabric</key>
 	<dict>
 	<dict>
 		<key>APIKey</key>
 		<key>APIKey</key>

+ 2 - 1
iOSClient/Main/CCMore.swift

@@ -136,8 +136,9 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
             labelQuotaExternalSite.text = item.name
             labelQuotaExternalSite.text = item.name
         }
         }
         
         
-        // User data
+        // User data & Theming
         changeUserProfile()
         changeUserProfile()
+        changeTheming()
         
         
         // Title
         // Title
         self.navigationItem.title = NSLocalizedString("_more_", comment: "")
         self.navigationItem.title = NSLocalizedString("_more_", comment: "")