Add iosX64
and iosArm64
targets
#36
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/gradle-tools#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ios-native-targets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
iosX64
andiosArm64
targets tonativeTargets
.For more details see issue #464
@ -24,2 +24,4 @@
mingwX64(),
macosX64(),
iosX64(),
iosArm64()
The problem is that there should be
release
tasks for each platform to be called in Github Actions scripts. Seec80f70fe0f/.github/workflows/publish.yml (L53)
I can fix this myself after some time.
I've included your commit into #37
Pull request closed