mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-12 18:30:41 -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
|