App project template for GlistEngine
Developers can clone this repository to initialize a new GlistEngine game project. More information can be found on the readme page of GlistEngine repository.
Please clone this repo under glist/myglistapps in your GlistEngine installation directory.
For MacOS (XCode):
-
If you do not have Xcode, download and install before continuing the guide.
-
After cloning into the right directory, navigate to
~/dev/glist/myglistapps/GlistApp/_macos
from your terminal. -
From here, run command:
sh generate_glistapp_xcode.sh macos
The IOS specific instructions can be found in gipIOS plugin.
-
When Xcode opens the project, click on ALL_BUILD where it says
ALL_BUILD > My Mac
at the top center of the Xcode screen and selectGlistApp
. -
Click on the run button at the top-left of the screen.