Skip to content

Commit

Permalink
Base.xcconfig: update all Base.xcconfigs to add armv7s to ARCHS.
Browse files Browse the repository at this point in the history
Thanks to CaseyB for his original pull request adding this:
#24
  • Loading branch information
mkrautz committed Apr 6, 2014
1 parent 45acbba commit 6ec99df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/celt-0.7.0-build/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/opensslbuild/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/opusbuild/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/protobufbuild/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/speexbuild/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/speexdspbuild/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cfg/Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ec99df

Please sign in to comment.