airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

apm android project does not ignore ios_simulator assets folder #181

Closed sjabberwocky closed 1 year ago

sjabberwocky commented 1 year ago

This is a follow up to https://github.com/airsdk/apm/issues/102.

apm project set platforms android does not ignore assets/ios_simulator folder for OneSignal ANE.

marchbold commented 1 year ago

Ah!!

Yep will get that fixed... We forgot about the ios simulator platform.

marchbold commented 1 year ago

(Just a note too, this is only half implemented as we need to go through the packages and update them with the supported platforms, so you will likely still get androidx libs on ios until we do that).