mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
5 lines
141 B
Python
5 lines
141 B
Python
"""Minimum OS version definitions and related test setup"""
|
|
|
|
IOS_MINIMUM_OS = "13.7"
|
|
IOS_LATEST_TEST_RUNNER = "//testing/utp/ios:IOS_LATEST"
|