From ede1324d67cca91534886deaee3914895aa67612 Mon Sep 17 00:00:00 2001 From: "David R. Myers" Date: Sun, 16 Feb 2025 21:14:48 -0500 Subject: [PATCH] Set code sign to manual mode --- src-tauri/gen/apple/app.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/gen/apple/app.xcodeproj/project.pbxproj b/src-tauri/gen/apple/app.xcodeproj/project.pbxproj index 5277680a..8719ad88 100644 --- a/src-tauri/gen/apple/app.xcodeproj/project.pbxproj +++ b/src-tauri/gen/apple/app.xcodeproj/project.pbxproj @@ -281,6 +281,7 @@ TARGETED_DEVICE_FAMILY = "1,2"; VALID_ARCHS = "arm64 arm64-sim"; DEVELOPMENT_TEAM = "BL2RJ5DCNK"; + CODE_SIGN_STYLE = Manual; }; name = release; }; @@ -372,6 +373,7 @@ TARGETED_DEVICE_FAMILY = "1,2"; VALID_ARCHS = "arm64 arm64-sim"; DEVELOPMENT_TEAM = "BL2RJ5DCNK"; + CODE_SIGN_STYLE = Manual; }; name = debug; };