Skip to content

Commit

Permalink
Make bundler codesign with "Mac Developer" identity.
Browse files Browse the repository at this point in the history
Apple seem to have changed to that from “Developer ID Application” at
some point?
  • Loading branch information
alinebee committed Nov 23, 2014
1 parent 8ca724d commit b5f9483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bundler/BBAppDelegate+AppExporting.m
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ - (NSURL *) createAppAtDestinationURL: (NSURL *)destinationURL
NSArray *codeSignArgs = @[@"--force",
@"--deep",
@"--sign",
@"Developer ID Application",
@"Mac Developer",
tempAppURL.path];
NSTask *signApp = [NSTask launchedTaskWithLaunchPath: codeSignPath
arguments: codeSignArgs];
Expand Down

0 comments on commit b5f9483

Please sign in to comment.