From a060eadab711e87590eafe7fe85e60294e918075 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 3 Dec 2023 17:12:52 +0000 Subject: [PATCH] ios build is part of the makefile. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4654 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- tools/ios.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 tools/ios.sh diff --git a/tools/ios.sh b/tools/ios.sh deleted file mode 100755 index 406faf50..00000000 --- a/tools/ios.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -e -mkdir -p out/cory.app -cp src/ios/Info.plist out/cory.app -xcrun --sdk iphonesimulator clang src/ios.m -arch x86_64 -o out/cory.app/cory -framework CoreFoundation -framework UIKit -framework WebKit -framework Foundation -xcrun simctl install booted out/cory.app -xcrun simctl launch booted cory