mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
9 lines
283 B
Bash
9 lines
283 B
Bash
#!/bin/bash
|
|
|
|
# This is needed for Leanplum. Our bootstrap.sh is not run on
|
|
# BuddyBuild and the carthage command that BuddyBuild runs is
|
|
# not compatible with Leanplum for some reason. (It seems to
|
|
# have a problem with the --toolchain argument).
|
|
|
|
carthage bootstrap --platform ios
|
|
|