Commit 27e6a21
committed
Use targets CossackLabs cares about by default
Update the default architecture/target list to include only the
architectures we care about:
- iOS Simulator i386
- iOS Simulator x86_64
- iOS ARM64
- iOS ARMv7s
- iOS ARMv7
- macOS x86_64
Note that we need i386 and ARMv7 iOS Simulator builds due to the minimum
SDK version requirements we use. macOS has been x86_64-only for a while.
Currently we do not support tvOS and watchOS, so don't build frameworks
for those targets by default.
The full set of available targets has been updated to include all that
for future reference.1 parent c954f18 commit 27e6a21
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments