Added config of Xcode templates according to CMAKE_OSX_ARCHITECTURES
This commit is contained in:
parent
ea0364d568
commit
6c802952fb
2 changed files with 12 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue