From 0589f9f3b7a483494154dffcd8b126a711b611cf Mon Sep 17 00:00:00 2001 From: MarkG Date: Fri, 22 Nov 2024 10:46:18 +0700 Subject: [PATCH] aa --- .../Sources/iOSTemplateMaker/SetUpiOSProject.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpiOSProject.swift b/Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpiOSProject.swift index 2767e4fa..bf0a8dfc 100644 --- a/Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpiOSProject.swift +++ b/Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpiOSProject.swift @@ -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 {