summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/templates/objc++/bundle/template.lua2
-rw-r--r--xmake/templates/objc++/framework/template.lua2
-rw-r--r--xmake/templates/objc/bundle/template.lua2
-rw-r--r--xmake/templates/objc/framework/template.lua2
4 files changed, 4 insertions, 4 deletions
diff --git a/xmake/templates/objc++/bundle/template.lua b/xmake/templates/objc++/bundle/template.lua
index ce0949169..1f491c498 100644
--- a/xmake/templates/objc++/bundle/template.lua
+++ b/xmake/templates/objc++/bundle/template.lua
@@ -1,2 +1,2 @@
-template("bundle")
+template("xcode.bundle")
add_configfiles("xmake.lua")
diff --git a/xmake/templates/objc++/framework/template.lua b/xmake/templates/objc++/framework/template.lua
index aad04ec61..ae446df55 100644
--- a/xmake/templates/objc++/framework/template.lua
+++ b/xmake/templates/objc++/framework/template.lua
@@ -1,2 +1,2 @@
-template("framework")
+template("xcode.framework")
add_configfiles("xmake.lua")
diff --git a/xmake/templates/objc/bundle/template.lua b/xmake/templates/objc/bundle/template.lua
index ce0949169..1f491c498 100644
--- a/xmake/templates/objc/bundle/template.lua
+++ b/xmake/templates/objc/bundle/template.lua
@@ -1,2 +1,2 @@
-template("bundle")
+template("xcode.bundle")
add_configfiles("xmake.lua")
diff --git a/xmake/templates/objc/framework/template.lua b/xmake/templates/objc/framework/template.lua
index aad04ec61..ae446df55 100644
--- a/xmake/templates/objc/framework/template.lua
+++ b/xmake/templates/objc/framework/template.lua
@@ -1,2 +1,2 @@
-template("framework")
+template("xcode.framework")
add_configfiles("xmake.lua")