You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 deprecatedtargetedOSVersions
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.
The text was updated successfully, but these errors were encountered: