diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-21 20:16:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-21 20:17:00 +0200 |
commit | a8c4390b665f8621a8a99db71555237a074923c5 (patch) | |
tree | 806f962e7e732fc3a8f5f89c61b9723122df1414 /ios/MobileLibreOffice | |
parent | d8a023d41ec85538bc0103c063ee722e1de67c2f (diff) |
I think we need to restrict ARCHS to armv7
Change-Id: I5f9c7ec4a154af4422ce5ae841c350b5640eb026
Diffstat (limited to 'ios/MobileLibreOffice')
-rw-r--r-- | ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj index 2c41463879dc..8c68aca23753 100644 --- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj +++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj @@ -823,6 +823,7 @@ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = armv7; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_ENABLE_OBJC_ARC = YES; @@ -871,6 +872,7 @@ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = armv7; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_ENABLE_OBJC_ARC = YES; @@ -949,6 +951,7 @@ baseConfigurationReference = 688EAAE8180D3130003741B3 /* lo.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = armv7; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_ENABLE_OBJC_ARC = YES; |