Skip to content

Commit a9b2d31

Browse files
committed
chore: Update example project.pbxproj
1 parent 916a870 commit a9b2d31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
attributes = {
194194
BuildIndependentTargetsInParallel = 1;
195195
LastSwiftUpdateCheck = 1320;
196-
LastUpgradeCheck = 1320;
196+
LastUpgradeCheck = 1330;
197197
TargetAttributes = {
198198
7D6AF8B927D9DF2300EE5204 = {
199199
CreatedOnToolsVersion = 13.2.1;
@@ -461,6 +461,7 @@
461461
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
462462
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
463463
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
464+
CODE_SIGN_IDENTITY = "-";
464465
CODE_SIGN_STYLE = Automatic;
465466
COMBINE_HIDPI_IMAGES = YES;
466467
CURRENT_PROJECT_VERSION = 1;
@@ -489,6 +490,7 @@
489490
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
490491
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
491492
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
493+
CODE_SIGN_IDENTITY = "-";
492494
CODE_SIGN_STYLE = Automatic;
493495
COMBINE_HIDPI_IMAGES = YES;
494496
CURRENT_PROJECT_VERSION = 1;

0 commit comments

Comments
 (0)