Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Nov 22, 2024
1 parent 2eb6716 commit 0589f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ class SetUpIOSProject {
}

private func installDependencies() throws {
try safeShell("bundle install")
print(try safeShell("bundle install") ?? "")
try safeShell("bundle exec arkana")
try safeShell("bundle exec pod install --repo-update")
print(try safeShell("bundle exec pod install --repo-update") ?? "")
}

private func removeGitkeepFromXcodeProject() throws {
Expand Down

0 comments on commit 0589f9f

Please sign in to comment.