[iOS/macOS] Add option to automatically build (and sign / archive) bundles.
This commit is contained in:
@@ -23,6 +23,7 @@ def get_opts():
|
||||
from SCons.Variables import BoolVariable
|
||||
|
||||
return [
|
||||
("vulkan_sdk_path", "Path to the Vulkan SDK", ""),
|
||||
(
|
||||
"IOS_TOOLCHAIN_PATH",
|
||||
"Path to iOS toolchain",
|
||||
@@ -31,6 +32,7 @@ def get_opts():
|
||||
("IOS_SDK_PATH", "Path to the iOS SDK", ""),
|
||||
BoolVariable("ios_simulator", "Build for iOS Simulator", False),
|
||||
("ios_triple", "Triple for ios toolchain", ""),
|
||||
BoolVariable("generate_bundle", "Generate an APP bundle after building iOS/macOS binaries", False),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user