Skip to content

Commit 3fcd256

Browse files
committed
Codesign apps
1 parent f66c8e4 commit 3fcd256

File tree

2 files changed

+102
-83
lines changed

2 files changed

+102
-83
lines changed

WiredClient.xcodeproj/project.pbxproj

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,7 @@
15221522
4CF094B21559D529005D77BB /* Copy Templates */,
15231523
770B8A64075C86BD005327F5 /* Copy Frameworks */,
15241524
41A4977D16E8C8CEE4C029C0 /* [CP] Embed Pods Frameworks */,
1525+
4CE1792E244078A0004EFD52 /* Code Sign */,
15251526
);
15261527
buildRules = (
15271528
);
@@ -1767,6 +1768,24 @@
17671768
shellPath = /bin/bash;
17681769
shellScript = "sh \"$SRCROOT/../../wired_client_distribute.sh\" || exit 1\n";
17691770
};
1771+
4CE1792E244078A0004EFD52 /* Code Sign */ = {
1772+
isa = PBXShellScriptBuildPhase;
1773+
buildActionMask = 2147483647;
1774+
files = (
1775+
);
1776+
inputFileListPaths = (
1777+
);
1778+
inputPaths = (
1779+
);
1780+
name = "Code Sign";
1781+
outputFileListPaths = (
1782+
);
1783+
outputPaths = (
1784+
);
1785+
runOnlyForDeploymentPostprocessing = 0;
1786+
shellPath = /bin/sh;
1787+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\ncodesign --force --sign \"Developer ID Application: Rafael Warnault (7KTXA5Y36K)\" \"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n";
1788+
};
17701789
4D5C19408B81356B3BB3BE34 /* [CP] Check Pods Manifest.lock */ = {
17711790
isa = PBXShellScriptBuildPhase;
17721791
buildActionMask = 2147483647;
@@ -2368,11 +2387,11 @@
23682387
ALWAYS_SEARCH_USER_PATHS = NO;
23692388
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
23702389
CLANG_ENABLE_OBJC_WEAK = YES;
2371-
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
2390+
CODE_SIGN_IDENTITY = "-";
23722391
CODE_SIGN_STYLE = Manual;
23732392
COMBINE_HIDPI_IMAGES = YES;
23742393
CURRENT_PROJECT_VERSION = 32;
2375-
DEVELOPMENT_TEAM = 7KTXA5Y36K;
2394+
DEVELOPMENT_TEAM = "";
23762395
FRAMEWORK_SEARCH_PATHS = (
23772396
"$(inherited)",
23782397
"$(SRCROOT)",

0 commit comments

Comments
 (0)