Skip to content

Commit 0e4170f

Browse files
committed
use general signing selector
1 parent 009aa1b commit 0e4170f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@
257257
);
258258
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
259259
CODE_SIGN_ENTITLEMENTS = app_iOS/app_iOS.entitlements;
260-
CODE_SIGN_IDENTITY = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
261-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
260+
CODE_SIGN_IDENTITY = "Apple Distribution";
261+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
262262
CODE_SIGN_STYLE = Manual;
263263
DEVELOPMENT_TEAM = BL2RJ5DCNK;
264264
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BL2RJ5DCNK;
@@ -370,8 +370,8 @@
370370
);
371371
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
372372
CODE_SIGN_ENTITLEMENTS = app_iOS/app_iOS.entitlements;
373-
CODE_SIGN_IDENTITY = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
374-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: David Ralph Myers II (BL2RJ5DCNK)";
373+
CODE_SIGN_IDENTITY = "Apple Distribution";
374+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
375375
CODE_SIGN_STYLE = Manual;
376376
DEVELOPMENT_TEAM = BL2RJ5DCNK;
377377
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = BL2RJ5DCNK;

0 commit comments

Comments
 (0)