From b246f03dbc78d1813ccd215c752f679d47449801 Mon Sep 17 00:00:00 2001 From: Jakub Olejnik Date: Wed, 11 Oct 2023 16:12:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20correct=20branch=20for=20m?= =?UTF-8?q?int=20in=20Xcode=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ackee-xcode.pkr.hcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ackee-xcode.pkr.hcl b/ackee-xcode.pkr.hcl index d63ce8d..11c2411 100644 --- a/ackee-xcode.pkr.hcl +++ b/ackee-xcode.pkr.hcl @@ -74,7 +74,7 @@ build { provisioner "shell" { inline = [ "source ~/.zprofile", - "git clone https://github.com/olejnjak/Mint", + "git clone -b fix/copy https://github.com/olejnjak/Mint", "cd Mint", "sudo make", "rm -rf Mint", @@ -85,8 +85,6 @@ build { inline = [ "source ~/.zprofile", "curl -Ls https://install.tuist.io | bash", - "mint install olejnjak/Torino", - "mint install realm/SwiftLint", "xcrun simctl create 'iPhone 13 Pro Max' 'iPhone 13 Pro Max'", ] }