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

breaking: fix file's chmod #850

Merged
merged 1 commit into from
May 19, 2020
Merged

Conversation

erisu
Copy link
Member

@erisu erisu commented May 16, 2020

Motivation, Context & Description

Set files with correct chmod permissions:

  • Executable files: 755
  • Logic files: 644

Testing

  • npm t
  • platform add
  • build

Checklist

  • I've run the tests to see all new and existing tests pass

@erisu erisu added this to the 6.0.0 milestone May 16, 2020
@erisu erisu requested review from dpogue, timbru31 and NiklasMerz May 16, 2020 14:07
@NiklasMerz
Copy link
Member

Just out of curiosity. Why was this change necessary?

@erisu
Copy link
Member Author

erisu commented May 18, 2020

So that the binaries are executable/usable. If its not executable then platform-centered workflow would have issues since they call these files to perform builds/prepare/run tasks.

This is apart of removing this from code:

https://github.com/apache/cordova-ios/blob/master/bin/lib/create.js#L103-L105

@erisu erisu merged commit b1d271f into apache:master May 19, 2020
@erisu erisu deleted the fix/correct-files-chmod branch May 19, 2020 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants