forked from MobileNativeFoundation/rules_xcodeproj
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade rules_apple related dev dependencies (MobileNativeFoundation#…
…2728) No impact on users, just for better test coverage. --------- Signed-off-by: Brentley Jones <[email protected]>
- Loading branch information
1 parent
d91b0ca
commit 148dcc1
Showing
18 changed files
with
19,375 additions
and
19,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 32 additions & 32 deletions
64
examples/integration/platform_mappings-bzlmod_no_repo_map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,129 +1,129 @@ | ||
platforms: | ||
@@apple_support~1.10.1//platforms:macos_x86_64 | ||
@@apple_support~1.11.1//platforms:macos_x86_64 | ||
--apple_platform_type=macos | ||
--cpu=darwin_x86_64 | ||
|
||
@@apple_support~1.10.1//platforms:macos_arm64 | ||
@@apple_support~1.11.1//platforms:macos_arm64 | ||
--apple_platform_type=macos | ||
--cpu=darwin_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:macos_arm64e | ||
@@apple_support~1.11.1//platforms:macos_arm64e | ||
--apple_platform_type=macos | ||
--cpu=darwin_arm64e | ||
|
||
@@apple_support~1.10.1//platforms:ios_i386 | ||
@@apple_support~1.11.1//platforms:ios_i386 | ||
--apple_platform_type=ios | ||
--cpu=ios_i386 | ||
|
||
@@apple_support~1.10.1//platforms:ios_x86_64 | ||
@@apple_support~1.11.1//platforms:ios_x86_64 | ||
--apple_platform_type=ios | ||
--cpu=ios_x86_64 | ||
|
||
@@apple_support~1.10.1//platforms:ios_sim_arm64 | ||
@@apple_support~1.11.1//platforms:ios_sim_arm64 | ||
--apple_platform_type=ios | ||
--cpu=ios_sim_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:ios_armv7 | ||
@@apple_support~1.11.1//platforms:ios_armv7 | ||
--apple_platform_type=ios | ||
--cpu=ios_armv7 | ||
|
||
@@apple_support~1.10.1//platforms:ios_arm64 | ||
@@apple_support~1.11.1//platforms:ios_arm64 | ||
--apple_platform_type=ios | ||
--cpu=ios_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:ios_arm64e | ||
@@apple_support~1.11.1//platforms:ios_arm64e | ||
--apple_platform_type=ios | ||
--cpu=ios_arm64e | ||
|
||
@@apple_support~1.10.1//platforms:tvos_x86_64 | ||
@@apple_support~1.11.1//platforms:tvos_x86_64 | ||
--apple_platform_type=tvos | ||
--cpu=tvos_x86_64 | ||
|
||
@@apple_support~1.10.1//platforms:tvos_sim_arm64 | ||
@@apple_support~1.11.1//platforms:tvos_sim_arm64 | ||
--apple_platform_type=tvos | ||
--cpu=tvos_sim_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:tvos_arm64 | ||
@@apple_support~1.11.1//platforms:tvos_arm64 | ||
--apple_platform_type=tvos | ||
--cpu=tvos_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:watchos_x86_64 | ||
@@apple_support~1.11.1//platforms:watchos_x86_64 | ||
--apple_platform_type=watchos | ||
--cpu=watchos_x86_64 | ||
|
||
@@apple_support~1.10.1//platforms:watchos_arm64 | ||
@@apple_support~1.11.1//platforms:watchos_arm64 | ||
--apple_platform_type=watchos | ||
--cpu=watchos_arm64 | ||
|
||
@@apple_support~1.10.1//platforms:watchos_armv7k | ||
@@apple_support~1.11.1//platforms:watchos_armv7k | ||
--apple_platform_type=watchos | ||
--cpu=watchos_armv7k | ||
|
||
@@apple_support~1.10.1//platforms:watchos_arm64_32 | ||
@@apple_support~1.11.1//platforms:watchos_arm64_32 | ||
--apple_platform_type=watchos | ||
--cpu=watchos_arm64_32 | ||
|
||
flags: | ||
--cpu=darwin_x86_64 | ||
--apple_platform_type=macos | ||
@@apple_support~1.10.1//platforms:macos_x86_64 | ||
@@apple_support~1.11.1//platforms:macos_x86_64 | ||
|
||
--cpu=darwin_arm64 | ||
--apple_platform_type=macos | ||
@@apple_support~1.10.1//platforms:macos_arm64 | ||
@@apple_support~1.11.1//platforms:macos_arm64 | ||
|
||
--cpu=darwin_arm64e | ||
--apple_platform_type=macos | ||
@@apple_support~1.10.1//platforms:macos_arm64e | ||
@@apple_support~1.11.1//platforms:macos_arm64e | ||
|
||
--cpu=ios_i386 | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_i386 | ||
@@apple_support~1.11.1//platforms:ios_i386 | ||
|
||
--cpu=ios_x86_64 | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_x86_64 | ||
@@apple_support~1.11.1//platforms:ios_x86_64 | ||
|
||
--cpu=ios_sim_arm64 | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_sim_arm64 | ||
@@apple_support~1.11.1//platforms:ios_sim_arm64 | ||
|
||
--cpu=ios_armv7 | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_armv7 | ||
@@apple_support~1.11.1//platforms:ios_armv7 | ||
|
||
--cpu=ios_arm64 | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_arm64 | ||
@@apple_support~1.11.1//platforms:ios_arm64 | ||
|
||
--cpu=ios_arm64e | ||
--apple_platform_type=ios | ||
@@apple_support~1.10.1//platforms:ios_arm64e | ||
@@apple_support~1.11.1//platforms:ios_arm64e | ||
|
||
--cpu=tvos_x86_64 | ||
--apple_platform_type=tvos | ||
@@apple_support~1.10.1//platforms:tvos_x86_64 | ||
@@apple_support~1.11.1//platforms:tvos_x86_64 | ||
|
||
--cpu=tvos_sim_arm64 | ||
--apple_platform_type=tvos | ||
@@apple_support~1.10.1//platforms:tvos_sim_arm64 | ||
@@apple_support~1.11.1//platforms:tvos_sim_arm64 | ||
|
||
--cpu=tvos_arm64 | ||
--apple_platform_type=tvos | ||
@@apple_support~1.10.1//platforms:tvos_arm64 | ||
@@apple_support~1.11.1//platforms:tvos_arm64 | ||
|
||
--cpu=watchos_x86_64 | ||
--apple_platform_type=watchos | ||
@@apple_support~1.10.1//platforms:watchos_x86_64 | ||
@@apple_support~1.11.1//platforms:watchos_x86_64 | ||
|
||
--cpu=watchos_arm64 | ||
--apple_platform_type=watchos | ||
@@apple_support~1.10.1//platforms:watchos_arm64 | ||
@@apple_support~1.11.1//platforms:watchos_arm64 | ||
|
||
--cpu=watchos_armv7k | ||
--apple_platform_type=watchos | ||
@@apple_support~1.10.1//platforms:watchos_armv7k | ||
@@apple_support~1.11.1//platforms:watchos_armv7k | ||
|
||
--cpu=watchos_arm64_32 | ||
--apple_platform_type=watchos | ||
@@apple_support~1.10.1//platforms:watchos_arm64_32 | ||
@@apple_support~1.11.1//platforms:watchos_arm64_32 |
62 changes: 31 additions & 31 deletions
62
examples/integration/test/fixtures/bazel-6/bwb_replacements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-44091a50aa6f | ||
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-1136e636ac6d | ||
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3250f3afb420 | ||
CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-239fe0b91f0e | ||
CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-ad53065495ca | ||
CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-11738f495f0d | ||
CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-51e2750ca2cd | ||
CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-dd747d00752a | ||
CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-321a83c16bb7 | ||
CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-b59e586c1d49 | ||
CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-43e945a84ca8 | ||
CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-55b45a5ef2a8 | ||
CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-6d6c9d2b3731 | ||
CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-fbfe4a7e5c7c | ||
CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-cf79b15114a9 | ||
CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-525c447d6d39 | ||
CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-3cba48af3744 | ||
CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-ccba11df6950 | ||
CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-06adc9da6129 | ||
CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-48020eac92e7 | ||
CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e8d4f382eeb1 | ||
CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-002696928aef | ||
CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-dd2c7b4368af | ||
CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-995d46a3cb7f | ||
CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-11e60bba28a6 | ||
CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-ec9fcd723869 | ||
CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-d9de5e019107 | ||
CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-cfe951e94a11 | ||
CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-857afb6c423c | ||
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-f9e3970e15cb | ||
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-3c9befa7c9ec | ||
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-02a4b1291941 | ||
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-751d70547399 | ||
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-ddbfdb97397e | ||
CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-5117c66073ea | ||
CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-8615716e5a67 | ||
CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-cbea023087f7 | ||
CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-23b161211929 | ||
CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-f476c5a0fb61 | ||
CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-4909d5dea86a | ||
CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-38389b922cb4 | ||
CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-9afb9f1ff05e | ||
CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-9fb3de9124b6 | ||
CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-f0d258970af1 | ||
CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-0d91956ec674 | ||
CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-1ba25beba6f7 | ||
CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-aef34cd06e60 | ||
CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-7e164cb6b5ed | ||
CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-f41d81452d51 | ||
CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-46988b4028ac | ||
CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-dc2873e62d82 | ||
CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e97cb181ca78 | ||
CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-dcd54b6147a5 | ||
CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-552bcba578e7 | ||
CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-67dc14f25c26 | ||
CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-8576908c125f | ||
CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-40f7ed17120b | ||
CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-89f53e3b06a8 | ||
CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-4374d0294a0b | ||
CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-f3689de7a3cf | ||
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-54adbfc91cb7 | ||
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-084db1295ff7 |
62 changes: 31 additions & 31 deletions
62
examples/integration/test/fixtures/bazel-6/bwx_replacements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-44091a50aa6f | ||
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-1136e636ac6d | ||
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3250f3afb420 | ||
CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-239fe0b91f0e | ||
CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-ad53065495ca | ||
CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-11738f495f0d | ||
CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-51e2750ca2cd | ||
CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-dd747d00752a | ||
CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-321a83c16bb7 | ||
CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-b59e586c1d49 | ||
CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-43e945a84ca8 | ||
CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-55b45a5ef2a8 | ||
CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-6d6c9d2b3731 | ||
CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-fbfe4a7e5c7c | ||
CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-cf79b15114a9 | ||
CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-525c447d6d39 | ||
CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-3cba48af3744 | ||
CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-ccba11df6950 | ||
CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-06adc9da6129 | ||
CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-48020eac92e7 | ||
CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e8d4f382eeb1 | ||
CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-002696928aef | ||
CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-dd2c7b4368af | ||
CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-995d46a3cb7f | ||
CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-11e60bba28a6 | ||
CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-ec9fcd723869 | ||
CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-d9de5e019107 | ||
CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-cfe951e94a11 | ||
CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-857afb6c423c | ||
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-f9e3970e15cb | ||
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-3c9befa7c9ec | ||
CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-02a4b1291941 | ||
CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-751d70547399 | ||
CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-ddbfdb97397e | ||
CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-5117c66073ea | ||
CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-8615716e5a67 | ||
CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-cbea023087f7 | ||
CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-23b161211929 | ||
CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-f476c5a0fb61 | ||
CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-4909d5dea86a | ||
CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-38389b922cb4 | ||
CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-9afb9f1ff05e | ||
CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-9fb3de9124b6 | ||
CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-f0d258970af1 | ||
CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-0d91956ec674 | ||
CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-1ba25beba6f7 | ||
CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-aef34cd06e60 | ||
CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-7e164cb6b5ed | ||
CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-f41d81452d51 | ||
CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-46988b4028ac | ||
CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-dc2873e62d82 | ||
CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e97cb181ca78 | ||
CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-dcd54b6147a5 | ||
CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-552bcba578e7 | ||
CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-67dc14f25c26 | ||
CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-8576908c125f | ||
CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-40f7ed17120b | ||
CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-89f53e3b06a8 | ||
CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-4374d0294a0b | ||
CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-f3689de7a3cf | ||
CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-54adbfc91cb7 | ||
CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-084db1295ff7 |
Oops, something went wrong.