You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,22 @@ To use elixir-desktop on mobile-phones this projects packages the BEAM Virtual M
5
5
- Android arm 64-bit
6
6
- Android arm 32-bit
7
7
- Android x86 64-bit (for the Android Simulator)
8
+
- iOS arm 32-bit (very old iPhones)
9
+
- iOS arm 64-bit (current iPhones)
10
+
- iOS arm 64-bit (MacOS M1 Simulator)
11
+
- iOS x86_64 (MacOS Intel Simulator)
8
12
9
13
## Building
10
14
11
-
Runtimes depends on docker and the dockercross/* docker-images created for cross-compilation. If docker is installed for your
12
-
current user then building all the runtimes bundled in a zip file is as easy as:
15
+
Android runtimes depends on docker and the dockercross/* docker-images created for cross-compilation. If docker is installed for your current user then building all the runtimes bundled in a zip file is as easy as:
13
16
14
-
`mix package.runtime`
17
+
`mix package.android.runtime`
15
18
16
19
After this you should have all runtimes in `_build/#{arch}-runtime.zip` these then will need to be packaged with your mobile app.
17
20
21
+
For iOS builds are triggered similiary with:
22
+
23
+
`mix package.ios.runtime`
18
24
19
25
## Android Versions and API-Levels (update Sept. 7th 2021)
0 commit comments