Mikkel Krautz 0790af3bf5 Xcode: Avoid trailing space in ARCHS list (#11244)
With CMAKE_OSX_ARCHITECTURE settings such as $(ARCHS_STANDARD_32BIT),
the space inserted by the for loop would confuse Xcode if quoted. In
this particular example, what would be output would be:

  ARCHS = "$(ARCHS_STANDARD_32BIT) ";

The Xcode UI does not recognize this as the built-in "Standards 32-bit"
architecture setting unless the space is removed.
2010-09-20 10:05:33 -04:00
..
2010-08-31 10:41:23 -04:00
2010-09-14 00:10:28 -04:00
2010-05-19 15:40:48 -06:00
2010-09-08 11:08:05 -04:00
2009-12-08 09:38:36 -05:00
2010-08-31 10:41:23 -04:00
2010-09-10 14:42:09 -04:00
2010-03-02 15:38:02 -05:00
2010-08-31 10:41:23 -04:00