From e51ba86ba8e239fb73db162c0a031a0fc166e1dc Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 24 Sep 2013 22:35:24 +0200 Subject: [PATCH] sync --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index ba566674..97a4cd17 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ Thanks to Michal Jirku for the detective work. * Fixed a warning in the build system when creating a universal static archive for a vendored project. + * [iOS] Fixed the build system to really not build for 64-bit by default. * [iOS] Fixed a regression where exceptions could be not rescued in GCD blocks on device, apparently due to an underlying change in iOS 7. Thanks to Mark Frawley for the detective work.