From f7fdc7c7f0bc87c1511b9295fbfea40a14c8b7c7 Mon Sep 17 00:00:00 2001 From: Kai Azim <68963405+MrKai77@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:27:24 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20`makefile`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index c028fbe4..12566e4e 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ macos-release: - rm -r ./Build/ set -o pipefail && xcodebuild archive \ -project ./Loop.xcodeproj \ -destination "generic/platform=macOS" \