瀏覽代碼

build 9

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 年之前
父節點
當前提交
3a80d9180a
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      Brand/Database.swift
  2. 2 2
      Nextcloud.xcodeproj/project.pbxproj
  3. 2 2
      iOSClient/Data/NCManageDatabase+Video.swift

+ 1 - 1
Brand/Database.swift

@@ -26,4 +26,4 @@ import Foundation
 // Database Realm
 //
 let databaseName                    = "nextcloud.realm"
-let databaseSchemaVersion: UInt64   = 296
+let databaseSchemaVersion: UInt64   = 297

+ 2 - 2
Nextcloud.xcodeproj/project.pbxproj

@@ -3958,7 +3958,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 8;
+				CURRENT_PROJECT_VERSION = 9;
 				DEVELOPMENT_TEAM = NKUJUXUJ3B;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;
@@ -4021,7 +4021,7 @@
 				CLANG_WARN_UNREACHABLE_CODE = YES;
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				COPY_PHASE_STRIP = NO;
-				CURRENT_PROJECT_VERSION = 8;
+				CURRENT_PROJECT_VERSION = 9;
 				DEVELOPMENT_TEAM = NKUJUXUJ3B;
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;

+ 2 - 2
iOSClient/Data/NCManageDatabase+Video.swift

@@ -25,8 +25,8 @@ import Foundation
 import RealmSwift
 import NextcloudKit
 
-typealias tableVideo = tableVideoV3
-class tableVideoV3: Object {
+typealias tableVideo = tableVideoV4
+class tableVideoV4: Object {
 
     @Persisted var account = ""
     @Persisted(primaryKey: true) var ocId = ""