diff --git a/src/cli/cli.cc b/src/cli/cli.cc index fc602928dd..b801a66261 100644 --- a/src/cli/cli.cc +++ b/src/cli/cli.cc @@ -1328,6 +1328,11 @@ int main (const int argc, const char* argv[]) { settings["ios_provisioning_specifier"] = provSpec; settings["apple_team_id"] = team; } + if (flagBuildForSimulator) { + settings["ios_provisioning_profile"] = "\"\""; + settings["ios_provisioning_specifier"] = ""; + settings["apple_team_id"] = "\"\""; + } fs::copy( fs::path(prefixFile()) / "lib", diff --git a/src/core/runtime-preload-sources.hh b/src/core/runtime-preload-sources.hh index 8fc0b2373b..987b102082 100644 --- a/src/core/runtime-preload-sources.hh +++ b/src/core/runtime-preload-sources.hh @@ -3,7 +3,7 @@ namespace SSC { // -// THIS FILE WAS AUTO GENERATED ON: Mon Oct 3 20:03:07 EDT 2022 +// THIS FILE WAS AUTO GENERATED ON: Tue Oct 4 11:29:46 +04 2022 // // This file contains JavaScipt that is injected into the webview before // any user code is executed.