Skip to content

Commit

Permalink
K/M: Enable tvOS and watchOS targets
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Sep 6, 2023
1 parent c7a2490 commit a9f7405
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mobsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.10
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.11'
- name: Run mobsfscan
uses: MobSF/mobsfscan@a60d10a83af68e23e0b30611c6515da604f06f65
uses: MobSF/mobsfscan@0.3.4
with:
args: . --sarif --output results.sarif || true
- name: Upload mobsfscan report
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Apple: Add targets `tvos` and `watchos`
- Dependency update:
- [Android Gradle Plugin 7.2.2](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 @@ -20,8 +20,8 @@ kotlin {
linuxX64()
macosArm64()
mingwX64() // Winwhat?!?
// tvos()
// watchos()
tvos()
watchos()

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

0 comments on commit a9f7405

Please sign in to comment.