This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ CI_BUILD_PATH="/tmp/iOS App Signer.dst/Applications/"
4
4
CI_OUTPUT_FILE=" iOS App Signer.app"
5
5
CI_ARTIFACT_FILE=" iOS App Signer.zip"
6
6
7
- xcodebuild archive CODE_SIGN_IDENTITY= ' ' CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS= ' ' CODE_SIGNING_ALLOWED=NO
7
+ xcodebuild archive
8
8
(cd " $CI_BUILD_PATH " && zip -r " $CI_ARTIFACT_FILE " " $CI_OUTPUT_FILE " )
9
9
mv " $CI_BUILD_PATH /$CI_ARTIFACT_FILE " .
Original file line number Diff line number Diff line change 142
142
TargetAttributes = {
143
143
652408C71BE743D4006FA4C6 = {
144
144
CreatedOnToolsVersion = 7.1;
145
- DevelopmentTeam = 7PM929Z8M2;
146
145
LastSwiftMigration = 1020;
147
146
ProvisioningStyle = Automatic;
148
147
SystemCapabilities = {
294
293
buildSettings = {
295
294
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
296
295
CLANG_ENABLE_MODULES = YES;
297
- CODE_SIGN_IDENTITY = "Mac Developer ";
296
+ CODE_SIGN_IDENTITY = "";
298
297
CODE_SIGN_STYLE = Automatic;
299
298
COMBINE_HIDPI_IMAGES = YES;
300
299
DEVELOPMENT_TEAM = "";
315
314
buildSettings = {
316
315
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
317
316
CLANG_ENABLE_MODULES = YES;
318
- CODE_SIGN_IDENTITY = "Mac Developer ";
317
+ CODE_SIGN_IDENTITY = "";
319
318
CODE_SIGN_STYLE = Automatic;
320
319
COMBINE_HIDPI_IMAGES = YES;
321
320
DEVELOPMENT_TEAM = "";
You can’t perform that action at this time.
0 commit comments