Browse Source

Version test 00022

Marino Faggiana 8 years ago
parent
commit
fb4474ea41

+ 1 - 1
Picker/Info.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.17</string>
 	<key>CFBundleVersion</key>
-	<string>00021</string>
+	<string>00022</string>
 	<key>NSExtension</key>
 	<dict>
 		<key>NSExtensionAttributes</key>

+ 1 - 1
PickerFileProvider/Info.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.17</string>
 	<key>CFBundleVersion</key>
-	<string>00021</string>
+	<string>00022</string>
 	<key>NSExtension</key>
 	<dict>
 		<key>NSExtensionFileProviderDocumentGroup</key>

+ 1 - 1
Share Ext/Info.plist

@@ -21,7 +21,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>00021</string>
+	<string>00022</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Info.plist

@@ -69,7 +69,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>00021</string>
+	<string>00022</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<true/>
 	<key>ITSEncryptionExportComplianceCode</key>

+ 2 - 2
iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

@@ -11,8 +11,8 @@
 #import "AppDelegate.h"
 #import "CCSection.h"
 
-#define fontSizeData    [UIFont systemFontOfSize:12]
-#define fontSizeSubject [UIFont systemFontOfSize:10]
+#define fontSizeData    [UIFont systemFontOfSize:16]
+#define fontSizeSubject [UIFont systemFontOfSize:14]
 
 @interface CCControlCenterActivity ()
 {