diff options
Diffstat (limited to 'xmake/repository/templates/objc/xcode/framework/xmake.lua')
| -rw-r--r-- | xmake/repository/templates/objc/xcode/framework/xmake.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmake/repository/templates/objc/xcode/framework/xmake.lua b/xmake/repository/templates/objc/xcode/framework/xmake.lua deleted file mode 100644 index 83ddfa1a2..000000000 --- a/xmake/repository/templates/objc/xcode/framework/xmake.lua +++ /dev/null @@ -1,9 +0,0 @@ -add_rules("mode.debug", "mode.release") - -target("${TARGET_NAME}") - add_rules("xcode.framework") - add_files("src/*.m") - add_files("src/Info.plist") - add_headerfiles("src/*.h") - -${FAQ} |
