Last active
January 24, 2016 20:23
-
-
Save sohamtriveous/938d85011cdd5a914f6e to your computer and use it in GitHub Desktop.
changed the 'state' key/value to support non-boolean values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name": "jsappbasics", "features": | |
[ | |
{"name":"video", "state":"disabled", "default": "enabled", "rules":[ | |
{"state": "disabled", "value": | |
{"apilevel_min": 21, "apilevel_max": 23, "appversion_min": 11, "appversion_max": 13, "date_min": 1452766668000, "date_max": 1455566668000, "buildtype":"debug", "device":[{"manufacturer":"xiaomi","model":"mi3"}, {"manufacturer":"samsung", "model":"s4"}]} | |
}, | |
{"state": "disabled", "value": {"appversion_max": 13}} | |
]}, | |
{"name":"crash_reporting", "rules":[ | |
{"state": "disabled", "value": | |
{"appversion": 11, "buildtype": "false"} | |
} | |
] | |
}, | |
{"name":"mixpanel","default": "enabled", "rules":[ | |
{"state": "disabled", "value": | |
{"device":[{"model":"Google Nexus 5 - 5.1.0 - API 22 - 1080x1920"}, {"manufacturer":"samsung", "model":"s4"}]} | |
} | |
]} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment