From 0c9c48e981549205587532bc17bcad251be1e437 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Tue, 14 Jun 2022 00:00:04 -0400 Subject: build for latest simulator --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 33aed72..24d8a08 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ #!/usr/bin/env bash xcodebuild -project iono.xcodeproj/ -target iono -arch arm64 CONFIGURATION_BUILD_DIR=./compiled/arm64 build -xcodebuild -project iono.xcodeproj/ -target iono -arch x86_64 -sdk iphonesimulator14.5 CONFIGURATION_BUILD_DIR=./compiled/x64 build +xcodebuild -project iono.xcodeproj/ -target iono -arch x86_64 -sdk iphonesimulator CONFIGURATION_BUILD_DIR=./compiled/x64 build -- cgit v1.2.3