first commit

This commit is contained in:
2025-04-03 14:27:30 +07:00
parent a519af9cf7
commit f7c93b1eb3
221 changed files with 26063 additions and 0 deletions

3
minimum_os.bzl Normal file
View File

@@ -0,0 +1,3 @@
"""Minimum OS version definitions"""
IOS_MINIMUM_OS = "9.0"