Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-04-06 22:27:12 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-06 22:27:12 +0400
commit6ec99df6310673997a60805e2a10a5f06248c3a7 (patch)
treec9d86b4ae07d277ea6d01f6370fb3c0ba42fac35
parent45acbba8447362e43d9a17ad1df1250ccb80bac7 (diff)
Base.xcconfig: update all Base.xcconfigs to add armv7s to ARCHS.
Thanks to CaseyB for his original pull request adding this: https://github.com/mumble-voip/mumblekit/pull/24
-rw-r--r--3rdparty/celt-0.7.0-build/Base.xcconfig2
-rw-r--r--3rdparty/opensslbuild/Base.xcconfig2
-rw-r--r--3rdparty/opusbuild/Base.xcconfig2
-rw-r--r--3rdparty/protobufbuild/Base.xcconfig2
-rw-r--r--3rdparty/speexbuild/Base.xcconfig2
-rw-r--r--3rdparty/speexdspbuild/Base.xcconfig2
-rw-r--r--cfg/Base.xcconfig2
7 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/celt-0.7.0-build/Base.xcconfig b/3rdparty/celt-0.7.0-build/Base.xcconfig
index 3f386b1..f0f82de 100644
--- a/3rdparty/celt-0.7.0-build/Base.xcconfig
+++ b/3rdparty/celt-0.7.0-build/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/opensslbuild/Base.xcconfig b/3rdparty/opensslbuild/Base.xcconfig
index 5773295..d317687 100644
--- a/3rdparty/opensslbuild/Base.xcconfig
+++ b/3rdparty/opensslbuild/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/opusbuild/Base.xcconfig b/3rdparty/opusbuild/Base.xcconfig
index 4a487df..e8bfc75 100644
--- a/3rdparty/opusbuild/Base.xcconfig
+++ b/3rdparty/opusbuild/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/protobufbuild/Base.xcconfig b/3rdparty/protobufbuild/Base.xcconfig
index 5b83147..dad1f52 100644
--- a/3rdparty/protobufbuild/Base.xcconfig
+++ b/3rdparty/protobufbuild/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/speexbuild/Base.xcconfig b/3rdparty/speexbuild/Base.xcconfig
index 2170c9c..130abce 100644
--- a/3rdparty/speexbuild/Base.xcconfig
+++ b/3rdparty/speexbuild/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/3rdparty/speexdspbuild/Base.xcconfig b/3rdparty/speexdspbuild/Base.xcconfig
index 7965530..6a96968 100644
--- a/3rdparty/speexdspbuild/Base.xcconfig
+++ b/3rdparty/speexdspbuild/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7
diff --git a/cfg/Base.xcconfig b/cfg/Base.xcconfig
index 3bfc75e..74a98fc 100644
--- a/cfg/Base.xcconfig
+++ b/cfg/Base.xcconfig
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-ARCHS = armv7 arm64
+ARCHS = armv7 armv7s arm64
SDKROOT = iphoneos
MACOSX_DEPLOYMENT_TARGET = 10.7