summaryrefslogtreecommitdiff
path: root/ios/MobileLibreOffice
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-22 21:28:22 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-23 12:59:04 +0200
commit4a86b0f30156683012bb5d66fdfdc78e72befa1d (patch)
treed7e4636985d54cbd306f55db66bc1697e6722627 /ios/MobileLibreOffice
parent4663b9e494ab691c4932fb0cc7e41aa0f9b3a214 (diff)
Add arm64 to VALID_ARCHS
Change-Id: Ibf1ed5ee1d7ab8319b393475c49655708e9a6d61
Diffstat (limited to 'ios/MobileLibreOffice')
-rw-r--r--ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
index e0dcfc9afc20..d9aefb1b9079 100644
--- a/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
+++ b/ios/MobileLibreOffice/MobileLibreOffice.xcodeproj/project.pbxproj
@@ -950,7 +950,7 @@
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = armv7;
+ VALID_ARCHS = "armv7 arm64";
};
name = Debug;
};
@@ -995,7 +995,7 @@
STRIP_INSTALLED_PRODUCT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VALID_ARCHS = armv7;
+ VALID_ARCHS = "armv7 arm64";
};
name = Release;
};
@@ -1076,7 +1076,7 @@
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = armv7;
+ VALID_ARCHS = "armv7 arm64";
};
name = Debug_tile_tester;
};