first screen (schedule) now has the right information

This commit is contained in:
Senad Uka
2014-09-02 20:00:02 +02:00
parent e176c70f18
commit 61cfcc173c
10 changed files with 422 additions and 11 deletions

View File

@@ -14,3 +14,9 @@
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
#if(URL_LOCAL==1)
#define SCHEDULE_URL @"http://127.0.0.1:8080/sff2014/schedule.json"
#else
#define SCHEDULE_URL @"http://localhost:8080/sff2014/schedule.json"
#endif