Skip to content

Commit

Permalink
Only target ARM architecture for tvOS and watchOS
Browse files Browse the repository at this point in the history
The x64 targets will provide problems with future Gradle versions.
  • Loading branch information
saschpe committed Sep 14, 2023
1 parent 3caf1a4 commit 1096f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Apple: Add targets for `tvOS` and `watchOS` and `macOS`
- Dependency update:
- [Gradle-8.3](https://docs.gradle.org/8.3/release-notes.html)

## [1.0.7] - 2023-09-07
### Changed
- Android: Compile with API level 33 / Android 13
- Apple: Add targets for `tvOS` and `watchOS` and `macOS` x64 builds
- Dependency update:
- [Android Gradle Plugin 8.1.0-rc01](https://developer.android.com/studio/releases/gradle-plugin#7-2-0)
- [Gradle-7.5.1](https://docs.gradle.org/7.5.1/release-notes.html)
Expand Down
4 changes: 2 additions & 2 deletions kase64/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ kotlin {
macosArm64()
macosX64()
mingwX64() // Win-what ?!?
tvos()
watchos()
tvosArm64()
watchosArm64()

sourceSets["commonTest"].dependencies {
implementation(kotlin("test"))
Expand Down

0 comments on commit 1096f94

Please sign in to comment.