From b14cdf40b26049a0d9b5526f63abd39b6bcdd354 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Sun, 17 Sep 2023 02:36:55 +0900 Subject: [PATCH] fix Makefile to open demo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d9cc7b..b07334b 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ignore: echo 'test_output' >> .gitignore demo_app: - xed DemoApp/${PROJECT_NAME}.xcworkspace + xed DemoApp/${PROJECT_NAME}Demo.xcworkspace test_demo: cd DemoApp/${PROJECT_NAME}DemoLib && \