Skip to content

Commit 9475d09

Browse files
committed
chore: update code signing identity for macOS builds
- Changed the code signing identity from "macOS Developer" to "Development" in the Xcode project configuration, aligning with updated development practices.
1 parent 58e16a1 commit 9475d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-template-macos/__PROJECT_NAME__.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
CLANG_WARN_SUSPICIOUS_MOVE = YES;
331331
CLANG_WARN_UNREACHABLE_CODE = YES;
332332
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
333-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "macOS Developer";
333+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Development";
334334
COPY_PHASE_STRIP = NO;
335335
DERIVE_UIKITFORMAC_PRODUCT_BUNDLE_IDENTIFIER = YES;
336336
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)