Skip to content

Commit 6654614

Browse files
committed
Set code sign to manual mode
1 parent 248d219 commit 6654614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-tauri/gen/apple/app.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
TARGETED_DEVICE_FAMILY = "1,2";
282282
VALID_ARCHS = "arm64 arm64-sim";
283283
DEVELOPMENT_TEAM = "BL2RJ5DCNK";
284+
CODE_SIGN_STYLE = Manual;
284285
};
285286
name = release;
286287
};
@@ -372,6 +373,7 @@
372373
TARGETED_DEVICE_FAMILY = "1,2";
373374
VALID_ARCHS = "arm64 arm64-sim";
374375
DEVELOPMENT_TEAM = "BL2RJ5DCNK";
376+
CODE_SIGN_STYLE = Manual;
375377
};
376378
name = debug;
377379
};

0 commit comments

Comments
 (0)