mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
5 lines
146 B
Python
5 lines
146 B
Python
"""Minimum OS version definitions and related test setup"""
|
|
|
|
IOS_MINIMUM_OS = "13.7"
|
|
IOS_MINIMUM_TEST_RUNNER = "//testing/utp/ios:IPHONE_6S_13_7"
|