This is an iOS app developed for
FOSSASIA
in mind. The Open Event Project offers event managers a platform to organize all kinds of events including concerts, conferences, summits and regular meetups.
Please join our mailing list to discuss questions regarding the project :-
Our chat channel is here :-
Before you begin, you should already have the Xcode downloaded and set up correctly. You can find a guide on how to do this here: Setting up Xcode
-
Run
sudo gem install cocoapods
to install the latest version of cocoapods -
Next, run
pod setup
for setting up cocoapods master repo. You may include--verbose
for more descriptive logs. NOTE: This might take a while to setup depending on your network speed.
-
Download the open_event_ios project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
-
Navigate to the unzipped folder and run
pod install
. -
Open
FOSSAsia.xcworkspace
from the folder. -
Build the project (⌘+B) and check for any errors.
-
Run the app (⌘+R).and test it.
You're now ready to contribute!
Before writing any code, We will highly recommend to have a look at the Contribution Guidelines to avoid any unnecessary conflicts. For contributors new to Git please have a look at the Git Configuration commands .
This repository is licensed under the MIT License.
To obtain the software under a different license, Please contact FOSSASIA.