зеркало из https://github.com/nextcloud/ios.git
coding
Signed-off-by: marinofaggiana <ios@nextcloud.com>
This commit is contained in:
Родитель
290c772726
Коммит
2e45d8c6c0
|
@ -81,7 +81,7 @@ class fileProviderData: NSObject {
|
|||
let levelLog = CCUtility.getLogLevel()
|
||||
NCCommunicationCommon.shared.levelLog = levelLog
|
||||
let version = NSString(format: NCBrandOptions.shared.textCopyrightNextcloudiOS as NSString, NCUtility.shared.getVersionApp()) as String
|
||||
NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + version + " (File Provider Extension)")
|
||||
NCCommunicationCommon.shared.writeLog("Start File Provider session with level \(levelLog) " + version + " (File Provider Extension)")
|
||||
}
|
||||
|
||||
// NO DOMAIN -> Set default account
|
||||
|
|
|
@ -121,9 +121,9 @@ class NCShareExtension: UIViewController {
|
|||
NCCommunicationCommon.shared.pathLog = pathDirectoryGroup
|
||||
}
|
||||
if isSimulatorOrTestFlight {
|
||||
NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + versionNextcloudiOS + " (Simulator / TestFlight)")
|
||||
NCCommunicationCommon.shared.writeLog("Start Share session with level \(levelLog) " + versionNextcloudiOS + " (Simulator / TestFlight)")
|
||||
} else {
|
||||
NCCommunicationCommon.shared.writeLog("Start session with level \(levelLog) " + versionNextcloudiOS)
|
||||
NCCommunicationCommon.shared.writeLog("Start Share session with level \(levelLog) " + versionNextcloudiOS)
|
||||
}
|
||||
|
||||
// Colors
|
||||
|
|
Загрузка…
Ссылка в новой задаче