From 37401409c6ad67b2abcdd75bc5a5bfbd6fea84de Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 10 Oct 2024 21:32:35 -0400 Subject: [PATCH] ios: Include data in the app. How did this ever work? --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index b7c8899f..07b0dd88 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1002,6 +1002,7 @@ out/data.zip: $(RAW_FILES) out/tildefriends-%.app/tildefriends: out/%/tildefriends out/tildefriends-%.app/Info.plist out/tildefriends-%.app/tildefriends.png out/data.zip @mkdir -p $(dir $@) @cp -v $< $@ + @cp -v out/data.zip $(@D)/ ifeq ($(HAVE_LINUX_IOS),1) @zsign -q -k .keys/apple.p12 -f -m src/ios/embedded.mobileprovision $(realpath $(dir $@)) endif