diff --git a/make-ring.py b/make-ring.py index 008cbd255871d75e66e97979d37b90261f2fcc10..33871e6d113b3885665f0b77aa8abca4b72e0b38 100755 --- a/make-ring.py +++ b/make-ring.py @@ -219,7 +219,7 @@ def run_dependencies(args): def run_init(): os.system("git submodule update --init") os.system("git submodule foreach 'git checkout master && git pull'") - for project in ["daemon", "lrc", "client-macosx", "client-gnome", "client-android"]: + for project in ["daemon", "lrc", "client-macosx", "client-gnome", "client-android", "client-ios"]: copy_file("./scripts/commit-msg", ".git/modules/"+project+"/hooks") def copy_file(src, dest):