summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/xcode2
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-02 22:41:52 +0800
committerruki <[email protected]>2025-07-02 22:41:52 +0800
commitb1d2fc1295e85eb6773aa209ed19f6e6d2f21141 (patch)
treed013999ca9e404540f0e58f9a06fa07c21590741 /xmake/plugins/project/xcode2
parent0b43912e597d100a4de9c6c8fbbeb9401d7a6dbe (diff)
format code
Diffstat (limited to 'xmake/plugins/project/xcode2')
-rw-r--r--xmake/plugins/project/xcode2/xcodeproj2.lua7
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