mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-11 23:33:36 -06:00
8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
mint bootstrap
|
|
|
|
mint run xcodegen xcodegen
|