From 3e10fe88485f482dd2504d5069ff3d3badab7b0f Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 4 Mar 2015 16:55:10 +0100 Subject: [PATCH] ios: add working architectures --- doc/sources/guide/packaging-ios.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 36a345e06..39593198e 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -10,6 +10,7 @@ Create a package for IOS From the 4th march 2015, the toolchain for iOS has been rewritten. The previous instructions doesn't work anymore. If you still want to use the older version, try the old-toolchain tag in git. + The new version supports i386, x86_64, armv7, arm64 = it works on emulator. .. note::