mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Configure macos version in versions.json
This commit is contained in:
@@ -140,6 +140,10 @@ class BuildEnvironmentVersions:
|
||||
raise Exception('Missing xcode version in {}'.format(configuration_path))
|
||||
else:
|
||||
self.xcode_version = configuration_dict['xcode']
|
||||
if configuration_dict['macos'] is None:
|
||||
raise Exception('Missing macos version in {}'.format(configuration_path))
|
||||
else:
|
||||
self.macos_version = configuration_dict['macos']
|
||||
|
||||
class BuildEnvironment:
|
||||
def __init__(
|
||||
@@ -179,3 +183,4 @@ class BuildEnvironment:
|
||||
self.app_version = versions.app_version
|
||||
self.xcode_version = versions.xcode_version
|
||||
self.bazel_version = versions.bazel_version
|
||||
self.macos_version = versions.macos
|
||||
|
||||
Reference in New Issue
Block a user