diff options
Diffstat (limited to 'xmake/plugins/project/xcode2/xcodeproj2.lua')
| -rw-r--r-- | xmake/plugins/project/xcode2/xcodeproj2.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmake/plugins/project/xcode2/xcodeproj2.lua b/xmake/plugins/project/xcode2/xcodeproj2.lua index 534198c02..48f240df7 100644 --- a/xmake/plugins/project/xcode2/xcodeproj2.lua +++ b/xmake/plugins/project/xcode2/xcodeproj2.lua @@ -23,9 +23,9 @@ import("get_xcode_info") import("pbxproj") function make(outputdir) - + -- collect xcode info. - -- see get_xcode_info.lua file for detailed description + -- see get_xcode_info.lua file for detailed description -- of the returned info table. local info = get_xcode_info(outputdir) @@ -35,5 +35,4 @@ function make(outputdir) -- create .pbxproj file. pbxproj(info) - -end
\ No newline at end of file +end |
