From 2a55e82e6d3b0e430cc9349519eb94e5e8fd8653 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Tue, 25 Jun 2024 17:05:29 +0100 Subject: [PATCH 1/2] Add correct -framework flag for mac to Build.xml --- project/Build.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/project/Build.xml b/project/Build.xml index c79e041..7f39326 100755 --- a/project/Build.xml +++ b/project/Build.xml @@ -15,9 +15,6 @@ - - - @@ -40,7 +37,11 @@ - + +
+ +
+ @@ -49,4 +50,4 @@ - \ No newline at end of file + From ca2f418f0ea3461bfc39a3c967a373208ec1ac7b Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Wed, 26 Jun 2024 10:06:41 +0100 Subject: [PATCH 2/2] Remove old mac setup instructions Now that the -framework flag is set in the Build.xml, there is no need to touch hxcpp toolchain files. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 09c8279..ce368bf 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,6 @@ You can build the binaries using "lime rebuild" lime rebuild gamecenter ios -For mac you need to add this to ```mac-toolchain.xml``` in ```linker id="dll"``` -``` - - -``` - To return to release builds: haxelib dev gamecenter