Skip to content

Commit 302fafd

Browse files
Merge pull request #3621 from nextcloud/build-7.0.5
Build 7.0.5
2 parents 06d420b + 4696e54 commit 302fafd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5907,7 +5907,7 @@
59075907
CLANG_WARN_UNREACHABLE_CODE = YES;
59085908
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
59095909
COPY_PHASE_STRIP = NO;
5910-
CURRENT_PROJECT_VERSION = 2;
5910+
CURRENT_PROJECT_VERSION = 3;
59115911
DEBUG_INFORMATION_FORMAT = dwarf;
59125912
DEVELOPMENT_TEAM = NKUJUXUJ3B;
59135913
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5973,7 +5973,7 @@
59735973
CLANG_WARN_UNREACHABLE_CODE = YES;
59745974
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
59755975
COPY_PHASE_STRIP = NO;
5976-
CURRENT_PROJECT_VERSION = 2;
5976+
CURRENT_PROJECT_VERSION = 3;
59775977
DEVELOPMENT_TEAM = NKUJUXUJ3B;
59785978
ENABLE_STRICT_OBJC_MSGSEND = YES;
59795979
ENABLE_TESTABILITY = YES;
@@ -6279,7 +6279,7 @@
62796279
isa = XCRemoteSwiftPackageReference;
62806280
repositoryURL = "https://github.com/nextcloud/NextcloudKit";
62816281
requirement = {
6282-
branch = main;
6282+
branch = 7.0.5;
62836283
kind = branch;
62846284
};
62856285
};

iOSClient/Nextcloud-Bridging-Header.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//
2-
// Use this file to import your target's public headers that you would like to expose to Swift.
3-
//
1+
// SPDX-FileCopyrightText: Nextcloud GmbH
2+
// SPDX-FileCopyrightText: 2025 Marino Faggiana
3+
// SPDX-License-Identifier: GPL-3.0-or-later
44

55
#import "NCEndToEndEncryption.h"
66
#import "NYMnemonic.h"

0 commit comments

Comments
 (0)