Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove long-unused codeSignResourceRules option #1308

Merged
merged 1 commit into from Apr 24, 2023

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Apr 14, 2023

Platforms affected

iOS

Motivation and Context

Xcode hasn't supported specifying codesigning resource rules since pre-Mavericks, so this serves no purpose anymore.
Closes #563.

Description

Remove support for the --codeSignResourceRules option.

Testing

All unit tests pass.

Checklist

  • I've run the tests to see all new and existing tests pass
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

Xcode hasn't supported specifying codesigning resource rules since
pre-Mavericks, so this serves no purpose anymore.

Closes apache#563.
@dpogue dpogue added this to the 7.0.0 milestone Apr 14, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1308 (6f41fbb) into master (3d6c71a) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1308      +/-   ##
==========================================
+ Coverage   78.48%   78.51%   +0.03%     
==========================================
  Files          15       15              
  Lines        1780     1778       -2     
==========================================
- Hits         1397     1396       -1     
+ Misses        383      382       -1     
Impacted Files Coverage Δ
lib/build.js 67.21% <ø> (+0.18%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@erisu erisu changed the title Remove long-unused codeSignResourceRules option chore: remove long-unused codeSignResourceRules option Apr 15, 2023
@erisu erisu merged commit fd93156 into apache:master Apr 24, 2023
6 checks passed
@dpogue dpogue deleted the resource-rules branch March 8, 2024 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate (and later remove) --codesignResourceRules
4 participants