Browse Source

New build

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 3 years ago
parent
commit
b386f0d306

+ 2 - 2
Nextcloud.xcodeproj/project.pbxproj

@@ -2969,7 +2969,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 5;
+				CURRENT_PROJECT_VERSION = 6;
 				DEVELOPMENT_TEAM = 6JLRKY9ZV7;
 				ENABLE_BITCODE = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3029,7 +3029,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 5;
+				CURRENT_PROJECT_VERSION = 6;
 				DEVELOPMENT_TEAM = 6JLRKY9ZV7;
 				ENABLE_BITCODE = NO;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;

+ 1 - 1
iOSClient/Brand/NCBrand.swift

@@ -47,7 +47,7 @@ import UIKit
 
     @objc public var brand: String = "Nextcloud"
     // @objc public var mailMe:                            String = "ios@nextcloud.com"                              // Deprecated
-    @objc public var textCopyrightNextcloudiOS: String = "Nextcloud Liquid for iOS %@ © 2021"
+    @objc public var textCopyrightNextcloudiOS: String = "Nextcloud Liquid for iOS %@ © 2022"
     @objc public var textCopyrightNextcloudServer: String = "Nextcloud Server %@"
     @objc public var loginBaseUrl: String = "https://cloud.nextcloud.com"
     @objc public var pushNotificationServerProxy: String = "https://push-notifications.nextcloud.com"

+ 13 - 13
iOSClient/Brand/iOSClient.plist

@@ -64,27 +64,27 @@
 	<key>NSFaceIDUsageDescription</key>
 	<string>Face ID is required to authenticate using face recognition.</string>
 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
-	<string>GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
+	<string>GPS is used to detect new photos from camera roll. Continued use of GPS running in the background can dramatically decrease battery life.</string>
 	<key>NSLocationAlwaysUsageDescription</key>
-	<string>GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
+	<string>GPS is used to detect new photos from camera roll. Continued use of GPS running in the background can dramatically decrease battery life.</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
-	<string>GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless.</string>
+	<string>GPS is used to detect new photos from camera roll on background. It is useless to use GPS only while using the app.</string>
 	<key>NSMicrophoneUsageDescription</key>
 	<string>Microphone access is required to create voice notes.</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
 	<string>Photo library access is required to upload your photos and videos to your cloud.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>Photo library access is required to upload your photos and videos to your cloud.</string>
-    <key>UIAppFonts</key>
-    <array>
-        <string>Inconsolata-Light.ttf</string>
-        <string>Inconsolata-Regular.ttf</string>
-        <string>Inconsolata-ExtraLight.ttf</string>
-        <string>Inconsolata-Medium.ttf</string>
-        <string>Inconsolata-Bold.ttf</string>
-        <string>Inconsolata-ExtraBold.ttf</string>
-        <string>Inconsolata-Black.ttf</string>
-    </array>
+	<key>UIAppFonts</key>
+	<array>
+		<string>Inconsolata-Light.ttf</string>
+		<string>Inconsolata-Regular.ttf</string>
+		<string>Inconsolata-ExtraLight.ttf</string>
+		<string>Inconsolata-Medium.ttf</string>
+		<string>Inconsolata-Bold.ttf</string>
+		<string>Inconsolata-ExtraBold.ttf</string>
+		<string>Inconsolata-Black.ttf</string>
+	</array>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>audio</string>

+ 2 - 2
iOSClient/Supporting Files/en.lproj/InfoPlist.strings

@@ -1,7 +1,7 @@
 NSCameraUsageDescription = "Camera access is required to scan documents and make photo and video.";
 NSFaceIDUsageDescription = "Face ID is required to authenticate using face recognition.";
-NSLocationAlwaysUsageDescription = "GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.";
+NSLocationAlwaysUsageDescription = "GPS is used to detect new photos from camera roll. Continued use of GPS running in the background can dramatically decrease battery life.";
 NSPhotoLibraryUsageDescription = "Photo library access is required to upload your photos and videos to your cloud.";
 NSPhotoLibraryAddUsageDescription = "Photo library access is required to upload your photos and videos to your cloud.";
 NSMicrophoneUsageDescription = "Microphone access is required to create voice notes.";
-NSLocationWhenInUseUsageDescription = "GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless.";
+NSLocationWhenInUseUsageDescription = "GPS is used to detect new photos from camera roll on background. It is useless to use GPS only while using the app.";

+ 1 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCSubtitle/NCSubtitlePlayer+PlayerSubtitleDelegate.swift

@@ -1,5 +1,5 @@
 //
-//  NCPlayer+PlayerSubtitleDelegate.swift
+//  NCSubtitlePlayer+PlayerSubtitleDelegate.swift
 //  Nextcloud
 //
 //  Created by Federico Malagoni on 11/03/22.

+ 1 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCSubtitle/NCSubtitlePlayer.swift

@@ -1,5 +1,5 @@
 //
-//  AVPlayer+Extensions.swift
+//  NCSubtitlePlayer.swift
 //  Nextcloud
 //
 //  Created by Federico Malagoni on 18/02/22.