Develop Menu for Mobile Safari
This is an iOS Safari Extension that adds a “Develop menu” to Safari on iOS to allow you to analyze websites. This is a sample project of Safari Extension implementation.
Getting Started
Requirements
- iOS 15.0+
- Xcode 13.0+
- Swift 5.5+
Project Setup
Run the shell script and download the third party modules.
chmod +x setup.sh
./setup.sh
Usage
- Enable Extension in Safari.
- Go to any URL and select
Develop Menu
from the Safari menu.
Author
Watanabe Toshinori – [email protected]
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments
This application makes use of the following third party libraries:
This application referred to the following project when implementing the code: