From f222e8efcfd290c8fb3a180fd83dde615915d1ef Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 15 Oct 2013 23:29:43 +0300 Subject: Set ARCHS = armv7 otherwise Xcode complains for me about armv7s Change-Id: I59767af5fe4b2067a175c6882ecb3edf3c4ee2f7 --- ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ios/MobileLibreOffice') diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj index b0a052c6ab3e..261b60ccab57 100644 --- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj +++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj @@ -1530,6 +1530,7 @@ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = armv7; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libstdc++"; CLANG_ENABLE_OBJC_ARC = YES; @@ -1574,6 +1575,7 @@ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = armv7; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libstdc++"; CLANG_ENABLE_OBJC_ARC = YES; -- cgit