Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-09-14 00:43:44 +0400
committerJason Perkins <starkos@industriousone.com>2012-09-14 00:43:44 +0400
commitfd9d33c2dfdf621a22e35b389275435f492e7c0a (patch)
tree0ffdb4e87ef04839b8722b8b9aefe178bc355a72 /src/actions
parent4c93fa1acddf17f9980c1142a2bbbf21fcf76eb4 (diff)
Pull 1: Fixed path to Info.plist in Xcode projects (Adrien Anselme)
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/xcode/xcode_common.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/xcode/xcode_common.lua b/src/actions/xcode/xcode_common.lua
index 286fd4c..1870d48 100644
--- a/src/actions/xcode/xcode_common.lua
+++ b/src/actions/xcode/xcode_common.lua
@@ -692,7 +692,7 @@
_p(4,'GCC_MODEL_TUNING = G5;')
if tr.infoplist then
- _p(4,'INFOPLIST_FILE = "%s";', tr.infoplist.path)
+ _p(4,'INFOPLIST_FILE = "%s";', tr.infoplist.cfg.name)
end
installpaths = {