Skip to content

Commit 0ad800a

Browse files
committed
Guess we have to set the code sign identity now?
1 parent 9d7f122 commit 0ad800a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Xcodes.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,7 @@
10801080
ENABLE_HARDENED_RUNTIME = NO;
10811081
ENABLE_PREVIEWS = YES;
10821082
INFOPLIST_FILE = Xcodes/Resources/Info.plist;
1083+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
10831084
LD_RUNPATH_SEARCH_PATHS = (
10841085
"$(inherited)",
10851086
"@executable_path/../Frameworks",
@@ -1330,6 +1331,7 @@
13301331
ENABLE_HARDENED_RUNTIME = YES;
13311332
ENABLE_PREVIEWS = YES;
13321333
INFOPLIST_FILE = Xcodes/Resources/Info.plist;
1334+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
13331335
LD_RUNPATH_SEARCH_PATHS = (
13341336
"$(inherited)",
13351337
"@executable_path/../Frameworks",
@@ -1348,7 +1350,7 @@
13481350
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
13491351
CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT = ZU6GR6B2FY;
13501352
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
1351-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
1353+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
13521354
CODE_SIGN_STYLE = Automatic;
13531355
COMBINE_HIDPI_IMAGES = YES;
13541356
CURRENT_PROJECT_VERSION = 22;
@@ -1357,6 +1359,7 @@
13571359
ENABLE_HARDENED_RUNTIME = YES;
13581360
ENABLE_PREVIEWS = YES;
13591361
INFOPLIST_FILE = Xcodes/Resources/Info.plist;
1362+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
13601363
LD_RUNPATH_SEARCH_PATHS = (
13611364
"$(inherited)",
13621365
"@executable_path/../Frameworks",

0 commit comments

Comments
 (0)