diff --git a/DEPS b/DEPS index 9caa70ef314..6ac151a17bd 100644 --- a/DEPS +++ b/DEPS @@ -60,7 +60,7 @@ hooks = [ 'name': 'bootstrap_ios', 'pattern': '.', 'condition': 'checkout_ios and host_os == "mac"', - 'action': ['python3', 'script/ios_bootstrap.py'] + 'action': ['vpython3', 'script/ios_bootstrap.py'] }, { # Download hermetic xcode for goma diff --git a/script/ios_bootstrap.py b/script/ios_bootstrap.py old mode 100644 new mode 100755 index 73168455e45..b15a0cf0e56 --- a/script/ios_bootstrap.py +++ b/script/ios_bootstrap.py @@ -1,3 +1,4 @@ +#!/usr/bin/env vpython3 # Copyright (c) 2024 The Brave Authors. All rights reserved. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file,