Skip to content

Commit

Permalink
- Set manual sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Jul 26, 2022
1 parent b33c3de commit 27d0d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ runs:
const loveProject = xcode.project(lovePbxprojPath).parseSync();
const loveTarget = 'love-macosx'
loveProject.updateBuildProperty('CODE_SIGN_IDENTITY', '"Developer ID Application"', configuration, loveTarget);
loveProject.updateBuildProperty('CODE_SIGN_STYLE', '"Manual"', configuration, loveTarget);
loveProject.updateBuildProperty('DEVELOPMENT_TEAM', '${{ inputs.team-id }}', configuration, loveTarget);
loveProject.updateBuildProperty('MACOSX_DEPLOYMENT_TARGET', '10.9', configuration, loveTarget);
loveProject.updateBuildProperty('MARKETING_VERSION', '${{ inputs.version-string }}', configuration, loveTarget);
Expand Down

0 comments on commit 27d0d56

Please sign in to comment.