ajalt / colormath

Multiplatform Kotlin color conversion and manipulation
https://ajalt.github.io/colormath/
MIT License
308 stars 21 forks source link

Add iosSimulatorArm64 #34

Closed francismariano closed 1 year ago

francismariano commented 1 year ago

Add iosSimulatorArm64. I have tested with iphone/ipad simulators and worked fine.

ajalt commented 1 year ago

Thanks! Lets add the other simulators (watchosSimulatorArm64 and tvosSimulatorArm64), and test them in CI by adding (iosSimulatorArm64Test tvosSimulatorArm64Test watchosSimulatorArm64Test to the GHA test.yml.

francismariano commented 1 year ago

Ok. I can add the others simulators with a new pull request, but I don't know use CI yet.