Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AiGptCode authored May 20, 2024
1 parent 4650109 commit 3a25d7c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Configuration Profile Generator
====================================

This is a simple web-based application that allows you to generate a configuration profile for your mobile device. The configuration profile is in the form of a .mobileconfig file, which can be used to configure various settings on your device, such as APN, proxy, and DNS.

Usage
-----

To use the application, simply open the index.html file in a web browser. You will see a form with a dropdown menu to select your carrier. Choose your carrier and click the "Generate Configuration Profile" button. The application will generate a .mobileconfig file and prompt you to download it.

Once you have downloaded the file, you can email it to yourself and open it on your mobile device to install the configuration profile.

Customization
-------------

The application includes some basic CSS styles to make it look presentable, but you are free to customize the styles to suit your needs. The CSS is included in a `<style>` tag in the `<head>` of the HTML file.

The application also uses the Bootstrap CSS framework to provide some of the basic layout and styling. The Bootstrap CSS and JavaScript files are included from a CDN, but you can also download them and include them locally if you prefer.

The JavaScript code that handles the form submission and generates the configuration profile is included in a `<script>` tag at the bottom of the HTML file. You are free to modify this code as well, but be aware that it may break the application if you are not careful.

License
-------

This application is licensed under the MIT License. See the LICENSE file for more information.

0 comments on commit 3a25d7c

Please sign in to comment.