Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//
//  VRTAppConfig.h
//  VetChange
//
//  Created by BwbUser on 16/10/14.
//  Copyright (c) 2014 Vertical. All rights reserved.
//

//Common logic
#define TEST

#define APP_VERSION [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]
#define APP_VERSION_COMPLETE [NSString stringWithFormat:@"v.%@ build.%@", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"], APP_VERSION] 

#define APP_NAME [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleNameKey]

#define STR_ISNULL_OR_EMPTY(str) (!str || [str isKindOfClass:[NSNull class]] || [str length]==0)

#define DATAMANAGER         [DataManager getInstance]

#define APPDEL              ((AppDelegate*)[[UIApplication sharedApplication] delegate])


#define TEST_IMAGE              @"http://www.sanlorenzohotel.it/images/01.jpg"

//Network Commodities
#ifdef STAGING
#define BASE_URL                @"http://svm19842.vps.tagadab.it:8084/SafariDarte/CtrlArea/api/3.1"
#else
#define BASE_URL                @"http://svm19842.vps.tagadab.it:8084/SafariDarte/CtrlArea/api/3.1"
#endif

#define LOGIN                   @"login"
#define SIGNIN                  @"registration"
#define SKIP_REGISTRATION       @"anonymousRegistration"
#define PASS_RECOVER            @"passwordRecover"
#define SEARCH_ROUTES           @"getSearchRoutes"
#define USER_ROUTES             @"getUserRoutes"
#define GET_ROUTE               @"getRouteByID"
#define FacebookAccess          @"facebookAccess"
#define GetGeoRoutes            @"getGeoRoutes"
#define SETROUTESTATUS          @"setRouteStatus"
#define PURCHASE_AUTH           @"purchaseAuthentication"
#define PURCHASE_ROUTE          @"purchaseRoute"

#define CRYPTO_PASS             @"3e67fc6724faf03dcc952f143d9dfe70"

#define POINTS_NO_HELP          ((int)40)
#define POINTS_YES_HELP         ((int)25)
#define POINTS_QUIZ             ((int)20)

#define WEBVIEW_URL            @[@"http://www.google.com",@"http://www.gazzetta.it",@"http://www.tre.it",@"http://www.vodafone.it",@"http://www.tim.it",@"http://www.nextrek.net",@"http://www.asroma.it", @"http://www.google.com"]














Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/AppConfiguration/AppConfig.h

Diff revisions: vs.
Revision Author Commited Message
530 Diff Diff FAquili picture FAquili Mon 24 Aug, 2015 10:51:56 +0000

Bug fixing

484 Diff Diff PBonamassa picture PBonamassa Thu 06 Aug, 2015 11:26:33 +0000

modified label to list routes

474 Diff Diff FAquili picture FAquili Tue 04 Aug, 2015 08:40:49 +0000

UICollectionView bug fixing

446 Diff Diff PBonamassa picture PBonamassa Wed 29 Jul, 2015 14:07:14 +0000

added tutorial VC

444 Diff Diff FPompili picture FPompili Tue 28 Jul, 2015 14:26:36 +0000

added customAlertView

440 Diff Diff PBonamassa picture PBonamassa Mon 27 Jul, 2015 10:33:32 +0000

added CongratulationVC and fixed other bug

418 Diff Diff FAquili picture FAquili Wed 22 Jul, 2015 11:14:06 +0000

FB Login bug fixing

416 Diff Diff FPompili picture FPompili Wed 22 Jul, 2015 09:47:23 +0000

fixed purchase , setted api to v 2.0

397 Diff Diff FPompili picture FPompili Mon 20 Jul, 2015 09:43:13 +0000

fixed setScore call

341 FAquili picture FAquili Wed 15 Jul, 2015 10:17:54 +0000

bug fixing