A SwiftUI application to automatically check for TrollStore support based on the device's iOS version and architecture.
- Automatically fetches the device's iOS version and architecture.
- Displays whether TrollStore is supported for the given iOS version and architecture.
- Provides links to official websites and installation guides if supported.
To run the TrollStore Checker app, you will need Xcode installed on your Mac. Follow the steps below to set up and run the app:
-
Clone the repository:
git clone https://github.com/yourusername/TrollStoreChecker.git cd TrollStoreChecker
-
Open the project in Xcode:
open TrollStoreChecker.xcodeproj
-
Run the app:
Select your target device or simulator and click the
Run
button in Xcode.
Once the app is running, it will:
- Automatically fetch the device's iOS version and architecture.
- Display the version type (fixed to "Release") and architecture (fixed to "arm64" or "arm64e").
- Check for TrollStore support based on the fetched information.
- Display the support status along with relevant links if TrollStore is supported.
The support data for TrollStore is defined within the app in the trollStoreSupportData
array. This data includes the supported iOS versions, architectures, and relevant links for installation guides and official websites.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Thanks for Mattycbtw for updating ViewModel and More!
- This app is inspired by the need to simplify the process of checking TrollStore support for iOS devices.
For any questions or suggestions, feel free to contact me at speedyfriend433@gmail.com.