-
Notifications
You must be signed in to change notification settings - Fork 524
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
[WIP] operating system incompatibility #750
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the idea of having a single doc that describes all of this, nice 👍
This comment has been minimized.
This comment has been minimized.
@googlebot I consent. |
@janpio I like the idea of this doc very much! I took the liberty of pushing a general formatting commit to your branch, and merged latest changes to it as well. Hope you don't mind 😇 Looks like this PR is very close from completion, what did you have in mind for the |
The general idea was to have documentation how to work around this, and possibly also give people an idea how to contribute improvements and fixes that could help here. |
# Conflicts: # docs/index.md
This PR relates to and depends on fastlane/fastlane#13703
TODO:
"Action 'scan' is not compatible with operating system 'Windows'. For information how to handle this check out: TODO"
FASTLANE_IGNORE_OS_INCOMPAT
functionality to fastlanedef self.is_incompatible?(operating_system)
functionality to fastlanedef self.is_incompatible?(operating_system)
generation tofastlane new_action
andfastlane new_plugin