소스 검색

Version test 00022

Marino Faggiana 8 년 전
부모
커밋
fb4474ea41
5개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      Picker/Info.plist
  2. 1 1
      PickerFileProvider/Info.plist
  3. 1 1
      Share Ext/Info.plist
  4. 1 1
      iOSClient/Info.plist
  5. 2 2
      iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

+ 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 ()
 {