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

Better handling of mac-specific properties #24

Open
bhearsum opened this issue Dec 10, 2020 · 0 comments
Open

Better handling of mac-specific properties #24

bhearsum opened this issue Dec 10, 2020 · 0 comments

Comments

@bhearsum
Copy link
Contributor

I think these work, but ideally we'd have some sort of warning that if we're running macapp, we need to define some of these. And if we're not running macapp signing, none of these are valid. We could do this in a number of ways:

  • define a schema for macapp vs non-macapp
  • put these options in a format-specific dictionary that we define schemas for for each signing format
  • put these three if statements under an if format_ == "macapp": block, or similar

We don't necessarily need to block on this but we may want to track the issue at least.

Originally posted by @escapewindow in #23 (comment)

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

No branches or pull requests

1 participant