From 754208dafe6e3dc8e94ff1dc9d4d0946f22ed785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sun, 12 Apr 2026 15:52:28 +0200 Subject: [PATCH] build(gradle): Remove Intel-based Apple targets Apple is deprecating Intel-based architectures. See https://youtrack.jetbrains.com/issue/KT-78660 --- backbone/build.gradle.kts | 6 +----- cache/build.gradle.kts | 6 +----- enumset/build.gradle.kts | 6 +----- progress-coroutines/build.gradle.kts | 6 +----- progress/build.gradle.kts | 6 +----- state-coroutines/build.gradle.kts | 6 +----- state/build.gradle.kts | 6 +----- weak/build.gradle.kts | 6 +----- 8 files changed, 8 insertions(+), 40 deletions(-) diff --git a/backbone/build.gradle.kts b/backbone/build.gradle.kts index 5a4abf3..68fd8b3 100644 --- a/backbone/build.gradle.kts +++ b/backbone/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/cache/build.gradle.kts b/cache/build.gradle.kts index 7e87099..b400a9e 100644 --- a/cache/build.gradle.kts +++ b/cache/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/enumset/build.gradle.kts b/enumset/build.gradle.kts index 7495284..a8e5d14 100644 --- a/enumset/build.gradle.kts +++ b/enumset/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/progress-coroutines/build.gradle.kts b/progress-coroutines/build.gradle.kts index 87c8a5b..21577fe 100644 --- a/progress-coroutines/build.gradle.kts +++ b/progress-coroutines/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/progress/build.gradle.kts b/progress/build.gradle.kts index ebf926e..6bcfac3 100644 --- a/progress/build.gradle.kts +++ b/progress/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/state-coroutines/build.gradle.kts b/state-coroutines/build.gradle.kts index 731d19d..8e84d12 100644 --- a/state-coroutines/build.gradle.kts +++ b/state-coroutines/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/state/build.gradle.kts b/state/build.gradle.kts index 74e15fe..9d205c3 100644 --- a/state/build.gradle.kts +++ b/state/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() diff --git a/weak/build.gradle.kts b/weak/build.gradle.kts index 7087585..64afa06 100644 --- a/weak/build.gradle.kts +++ b/weak/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2025-2026, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,16 +28,12 @@ kotlin { } linuxX64() linuxArm64() - macosX64() macosArm64() iosArm64() - iosX64() iosSimulatorArm64() - watchosX64() watchosArm32() watchosArm64() watchosSimulatorArm64() - tvosX64() tvosArm64() tvosSimulatorArm64() mingwX64() -- 2.51.2