소스 검색

Version 2.18.3

Marino Faggiana 7 년 전
부모
커밋
6ec306f40e
5개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      iOSClient/Brand/Picker.plist
  2. 1 1
      iOSClient/Brand/PickerFileProvider.plist
  3. 1 1
      iOSClient/Brand/Share.plist
  4. 1 1
      iOSClient/Brand/iOSClient.plist
  5. 2 0
      iOSClient/Settings/CCSettings.m

+ 1 - 1
iOSClient/Brand/Picker.plist

@@ -17,7 +17,7 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.18.2</string>
+	<string>2.18.3</string>
 	<key>CFBundleVersion</key>
 	<string>00001</string>
 	<key>NSAppTransportSecurity</key>

+ 1 - 1
iOSClient/Brand/PickerFileProvider.plist

@@ -17,7 +17,7 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.18.2</string>
+	<string>2.18.3</string>
 	<key>CFBundleVersion</key>
 	<string>00001</string>
 	<key>NSExtension</key>

+ 1 - 1
iOSClient/Brand/Share.plist

@@ -17,7 +17,7 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.18.2</string>
+	<string>2.18.3</string>
 	<key>CFBundleVersion</key>
 	<string>00001</string>
 	<key>NSAppTransportSecurity</key>

+ 1 - 1
iOSClient/Brand/iOSClient.plist

@@ -46,7 +46,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.18.2</string>
+	<string>2.18.3</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>

+ 2 - 0
iOSClient/Settings/CCSettings.m

@@ -108,6 +108,7 @@
     [section addFormRow:row];
 
 #ifdef DEBUG
+    
     // Section : E2EEncryption --------------------------------------------------------------
 
     section = [XLFormSectionDescriptor formSectionWithTitle:NSLocalizedString(@"_e2e_settings_title_", nil)];
@@ -120,6 +121,7 @@
     [row.cellConfig setObject:[UIImage imageNamed:@"settingsE2EEncryption"] forKey:@"imageView.image"];
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     [section addFormRow:row];
+    
 #endif