Installing iOS apps on M1 devices? #1510
-
Would it be possible to add support for installing iOS apps on M1 hardware, much like installing casks? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
If they're distributed like casks (e.g. If you can install them from the Mac App Store, then you might be able to use |
Beta Was this translation helpful? Give feedback.
-
Since they are only installable through the app store (as far as I know) you can use |
Beta Was this translation helpful? Give feedback.
If they're distributed like casks (e.g.
pkg
installers, ordmg
images), then probably. If not, it'll probably require changes tobrew
.If you can install them from the Mac App Store, then you might be able to use
mas
. (brew install mas
)