Skip to content

Commit

Permalink
misc(proj): Drop armv7 ARCHS
Browse files Browse the repository at this point in the history
CI generated errors because of it.

```
❌  error: The armv7 architecture is deprecated. You should update your ARCHS build setting to remove the armv7 architecture. (in target 'MumbleKit (iOS)' from project 'MumbleKit')
```

Is this the place to drop it? Is this sufficient or does it also need submodule 3rdparty/** updates?
  • Loading branch information
Kissaki committed Mar 12, 2024
1 parent e79026f commit 7189768
Showing 1 changed file with 1 addition and 1 deletion.
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 armv7s arm64
ARCHS = arm64
SDKROOT = iphoneos

MACOSX_DEPLOYMENT_TARGET = 10.7
Expand Down

0 comments on commit 7189768

Please sign in to comment.