nudge icon indicating copy to clipboard operation
nudge copied to clipboard

Feature Request: Support an array of strings for targetedOSVersionRule

Open kevinmcox opened this issue 2 years ago • 0 comments

Low priority request to support an array of strings, instead of just a single string, for the targetedOSVersionRule key. This would mimic the old behavior of the deprecated targetedOSVersions key.

The main scenario I had for requesting this is to support the workarounds for #417. The most specific way to accomplish this is a targetedOSVersionRule that specifies: 11, 12.0, 12.0.1, 12.1, 12.2 and 12.2.1. Currently that would require six dictionaries to accomplish.

That said, once #417 gets resolved it'll likely negate my particular need for this request, so in my opinion that is where efforts should be made.

kevinmcox avatar Jan 31 '23 17:01 kevinmcox