https://github.com/isaaker/ghost_simulator_ios-ipados
Ghost Archery Simulator for iPhone, iPad and MacOS created on Swift
https://github.com/isaaker/ghost_simulator_ios-ipados
archery ios ipados swift
Last synced: 9 months ago
JSON representation
Ghost Archery Simulator for iPhone, iPad and MacOS created on Swift
- Host: GitHub
- URL: https://github.com/isaaker/ghost_simulator_ios-ipados
- Owner: Isaaker
- License: other
- Created: 2023-01-23T16:09:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-30T17:12:53.000Z (10 months ago)
- Last Synced: 2025-08-30T19:14:45.902Z (10 months ago)
- Topics: archery, ios, ipados, swift
- Language: Swift
- Homepage: https://isaaker.github.io/archerysimulator/
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# README
**WARNING: The application does not have any stable version yet, therefore, the application is not complete and does not work correctly.**
## Status:
| Category | Status | Run on: |
| -- | -- | -- |
|Security|[](https://github.com/Isaaker/Ghost_Simulator_ES/actions/workflows/semgrep.yml)| Commit and Pull Request|
|Testing|[](https://github.com/Isaaker/Ghost_Simulator_iOS-iPadOS/actions/workflows/ios_test.yml)|Pull Request and Releases|
## Compatibility
| OS Name | Minimun Version |
|--|--|
| iOS (and iPadOS) | 16.0 or later|
| MacOS | 12.0 (Monterey) or later |
## How to install
The application is not available for download from the App Store, but can be installed without it by following one of the methods below:
### With Xcode
**To use this method you need to have Xcode installed and an Apple developer account.**
1. Clone the Git Repository with the following command or download the ZIP file from the latest Relase.
`git clone https://github.com/Isaaker/Ghost_Simulator_iOS-iPadOS.git`
2. Open the file ghost_archery_sim.xcodeproj with Xcode
3. If you do not have it enabled yet, activate the developer mode of your device from Settings > Privacy and Security > Developer Mode
4. Connect with a cable your device to the Mac with Xcode
5. Make sure you have trusted the device if you are connecting it to that Mac for the first time
6. Go to the project root (the master file) and open Singing & Capabilities Menu
7. Sign the application with your Apple Developer certificate
8. Run the App with Command+R or Product > Run
9. When the application already exits the device, press the stop button, close Xcode and disconnect the device
10. You now have the application installed but you will need to authorize the application developer for the application to run. You can do this from Settings > General > VPN and device management > Developer's app
11. Now the app works!!!
If you need help, you can reed [this article](https://developer.apple.com/documentation/xcode/running-your-app-in-simulator-or-on-a-device)
### Using .IPA file
1. Go to the latest App Relase
2. Download to your Mac the .IPA file
Then there are two ways to proceed:
#### Xcode
3. Connect with a cable your device to the Mac with Xcode
4. Make sure you have trusted the device if you are connecting it to that Mac for the first time
5. Go to Window > Devices and Simulator (May. + Command + 2) > Devices
6. Choose your device
7. On Installed Apps add new app and choose the App .IPA from your computer
8. You now have the application installed but you will need to authorize the application developer for the application to run. You can do this from Settings > General > VPN and device management > Developer's app
9. Now the app works!!!
#### Apple Configurator
**Not Avaible**