Skip to content

Commit 0d4532e

Browse files
committed
fix(mac-crafter): Also sign nextclouddevcmd in app bundle executables directory.
Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 4342277 commit 0d4532e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

admin/osx/mac-crafter/Sources/Utils/Signer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ enum Signer: Signing {
164164
}
165165

166166
await sign(at: binariesLocation.appendingPathComponent("nextcloudcmd"), with: codeSignIdentity, entitlements: nil)
167+
await sign(at: binariesLocation.appendingPathComponent("nextclouddevcmd"), with: codeSignIdentity, entitlements: nil)
167168

168169
guard let mainAppEntitlements = entitlements[location.lastPathComponent] else {
169170
throw MacCrafterError.signing("No entitlements provided for: \(location.path)")

0 commit comments

Comments
 (0)