From f9d1ab5913ff64addceb6468f17be33be73ad596 Mon Sep 17 00:00:00 2001 From: Bubio Date: Mon, 13 Dec 2021 21:19:46 +0900 Subject: [PATCH] Fixed iOS build description Sorry, I made a mistake. --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index bd4f5abe1..892b456aa 100644 --- a/docs/building.md +++ b/docs/building.md @@ -65,7 +65,7 @@ zip -r devilutionx.ipa Payload For testing with the Simulator instead run the following: ```bash -cmake -S. -Bbuild -G Xcode -DCMAKE_TOOLCHAIN_FILE=../Platforms/CMake/ios.toolchain.cmake -DPLATFORM=SIMULATOR64 +cmake -S. -Bbuild -G Xcode -DCMAKE_TOOLCHAIN_FILE=../CMake/Platforms/ios.toolchain.cmake -DPLATFORM=SIMULATOR64 ``` Then open the generated Xcode project and run things from there.