This guide will walk you through installing the app on your iPhone or iPad using Xcode. Don't worry if you've never used Xcode or GitHub before—each step is explained in detail.
- Open the Mac App Store on your Mac.
- Search for Xcode.
- Click Get or Install to download and install Xcode (it’s free).
- Navigate to the project repository: DBMultiverse on GitHub.
- Click the green Code button and select Download ZIP.
- Locate the downloaded
.zipfile in your Downloads folder and double-click it to extract the contents.
If you're comfortable using the Terminal, follow these steps to clone the repository directly:
-
Open Terminal (search for "Terminal" in Spotlight).
-
Check if Git is installed by running:
git --version
If Git is not installed, download it from git-scm.com.
-
Navigate to your Desktop (or another folder where you want to save the project):
cd ~/Desktop
-
Clone the repository:
git clone https://github.com/nikolainobadi/DBMultiverse.git
-
This will create a
DBMultiversefolder in your chosen directory.
- Open Xcode.
- Click File > Open... from the menu bar.
- Navigate to the extracted or cloned project folder and select
DBMultiverse.xcodeproj.
- Connect your iPhone or iPad to your Mac using a USB cable.
- In Xcode, click on the Device Selector near the top left of the window (it looks like a play button with a dropdown next to it).
- Select your connected device from the list. If prompted, follow the on-screen instructions to pair your device and enable Developer Mode:
- Go to Settings > Privacy & Security on your device and toggle Developer Mode.
- In Xcode, click the Run button (a triangle-shaped play icon) at the top left of the window.
- Xcode will build the app and install it on your device.
- Once the app launches on your device, you can start exploring DragonBall Multiverse through the app!
To install the DBMultiverse app on your device, you will need to 'sign the app' using your own Apple Developer Team, which you can do with your Apple ID.
- Apps signed with a free Apple ID will expire after 7 days, requiring reinstallation via Xcode.
- Apps signed with a paid Apple Developer account will not expire after 7 days.
- Click on the project name (the blue icon) in the Project Navigator.
- Open the Signing & Capabilities tab.
- Under Team, select your Apple ID or Developer Program team.
- If your Apple ID isn't listed, click Add an Account and log in with your credentials.