Added config of Xcode templates according to CMAKE_OSX_ARCHITECTURES

This commit is contained in:
Marco Antognini 2014-05-21 11:02:43 +02:00
parent ea0364d568
commit 6c802952fb
2 changed files with 12 additions and 2 deletions

View file

@ -123,9 +123,9 @@ subject to the following restrictions:
<key>SUPPORTED_PLATFORMS</key>
<string>macosx</string>
<!-- ARCHITECTURES: only 64 bit -->
<!-- ARCHITECTURES -->
<key>ARCHS</key>
<string>$(ARCHS_STANDARD_64_BIT)</string>
<string>@XCODE_TEMPLATES_ARCH@</string>
<!-- DEPLOYMENT -->
<key>MACOSX_DEPLOYMENT_TARGET</key>