2020-06-22 21:43:11 +02:00
|
|
|
# Mobileconfig generator
|
|
|
|
|
|
|
|
Generate a valid mobileconfig profile to setup your email account on all your Apple devices.
|
|
|
|
|
|
|
|
Everything happens in your browser.
|
2020-06-23 13:46:30 +02:00
|
|
|
|
|
|
|
An example with Python installed on your machine:
|
|
|
|
|
|
|
|
* clone the repository
|
|
|
|
* cd to the directory
|
|
|
|
* start a webserver pointing to your current directory: `python -m http.server`
|
|
|
|
* open http://localhost:8000 in your browser
|
|
|
|
|