From b01dcb775c98cc48abe65a91ef9bf093be875682 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 2 Mar 2026 23:52:25 +0800 Subject: improve template dirs --- xmake/templates/objc++/xcode/bundle/src/test.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xmake/templates/objc++/xcode/bundle/src/test.h (limited to 'xmake/templates/objc++/xcode/bundle/src/test.h') diff --git a/xmake/templates/objc++/xcode/bundle/src/test.h b/xmake/templates/objc++/xcode/bundle/src/test.h new file mode 100644 index 000000000..d882546d1 --- /dev/null +++ b/xmake/templates/objc++/xcode/bundle/src/test.h @@ -0,0 +1,3 @@ +#import + +FOUNDATION_EXPORT int add(int a, int b); -- cgit v1.3.1