From 35f47b1ccdd8a3ad6819289dd9b5970188df4395 Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Sun, 28 Jan 2024 15:04:39 +0800 Subject: [PATCH] ci: remove app intents from theos Signed-off-by: 82Flex <82flex@gmail.com> --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4637aa0..a8fedcb 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ TrollSpeed_FILES += $(wildcard sources/KIF/*.mm sources/KIF/*.m) TrollSpeed_FILES += $(wildcard sources/*.swift) TrollSpeed_FILES += $(wildcard sources/SPLarkController/*.swift) TrollSpeed_FILES += $(wildcard sources/SnapshotSafeView/*.swift) -TrollSpeed_FILES += $(wildcard sources/Intents/*.swift) + +# App Intents will be built from Xcode. +# TrollSpeed_FILES += $(wildcard sources/Intents/*.swift) TrollSpeed_CFLAGS += -fobjc-arc TrollSpeed_CFLAGS += -Iheaders