Project Info | |
---|---|
License: | Apache License, Version 2.0 |
Build: | Cocoapods |
Documentation: | https://aerogear.org/docs/guides/GetStartedwithAeroGearandXcodeTemplate/ |
Issue tracker: | https://issues.jboss.org/browse/AGIOS |
Mailing lists: | aerogear-users (subscribe) |
aerogear-dev (subscribe) |
- if you run Xcode5.X use 1.6.1 tag
- if you run Xcode6.X use 1.6.2 tag or master
To install the template in your current Xcode installation, please follow these steps:
- Download or clone the repository.
- Move the
AeroGear
folder in the repository into the~/Library/Developer/Xcode/Templates/Application/Project Templates
directory. If it is the first time you install a template, the directories would be missing. A simplemkdir -p ~/Library/Developer/Xcode/Templates/Application/Project\ Templates/
in the command line would create the missing path. - Open Xcode and in the new project wizard you should see "AeroGear" under the 'IOS' section.
The generated project uses CocoaPods for managing the library dependencies. Prior to start using the project, you should close the project window first and run
pod install
on the project's directory to initialize it. From then on, you should use the generated Xcode Workspace (.xcworkspace) to open your project.
For more details about the current release, please consult our documentation.
If you would like to help develop AeroGear you can join our developer's mailing list, join #aerogear on Freenode, or shout at us on Twitter @aerogears.
Also takes some time and skim the contributor guide
Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!
If you found a bug please create a ticket for us on Jira with some steps to reproduce it.