Skip to content

Commit

Permalink
removed iOSMacABI target as useless
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Nov 8, 2023
1 parent e57597c commit c1aafd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/scripts/build_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
| macos | native_mixed | BP | BP | | | | macos-x86_64 |
| macos | iOS_arm64 | dB | B | | | | |
| macos | iOS_x86_64 | dB | B | | | | |
| macos | iOS_Mac_ABI | B | B | | | | |
| macos | macOS_arm64_static | | | | | | |
| macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 |
| macos | macOS_x86_64 | B | B | | | | |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
- native_mixed
- iOS_arm64
- iOS_x86_64
- iOS_Mac_ABI
- macOS_arm64_static
- macOS_arm64_mixed
- macOS_x86_64
Expand Down
9 changes: 0 additions & 9 deletions kiwixbuild/platforms/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@ class iOSx64(ApplePlatformInfo):
min_iphoneos_version = '15.0'


class iOSMacABI(ApplePlatformInfo):
name = 'iOS_Mac_ABI'
arch = cpu = 'x86_64'
host = 'x86_64-apple-darwin'
target = 'x86_64-apple-ios14.0-macabi'
sdk_name = 'macosx'
min_iphoneos_version = '15.0'


class macOSArm64(ApplePlatformInfo):
name = 'macOS_arm64_static'
arch = cpu = 'arm64'
Expand Down

0 comments on commit c1aafd5

Please sign in to comment.