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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
//
//  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.3"
//#else
//#define BASE_URL                @"http://svm19842.vps.tagadab.it:8084/SafariDarte/CtrlArea/api/3.3"
//#endif

#ifdef STAGING
#define BASE_URL                @"http://www.artsafari.it/CtrlArea/api/3.3"
#else
#define BASE_URL                @"http://www.artsafari.it/CtrlArea/api/3.3"
#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 COSA_URL @"http://www.artsafari.it/CtrlArea/html/Cosa"
#define COSA_SAFARI(lang) [NSString stringWithFormat:@"%@_%@.html", COSA_URL, lang]

#define FAQ_URL @"http://www.artsafari.it/CtrlArea/html/Faq"
#define FAQ_SAFARI(lang) [NSString stringWithFormat:@"%@_%@.html", FAQ_URL, lang]

#define Partner_URL @"http://www.artsafari.it/CtrlArea/html/Partner"
#define Partner_SAFARI(lang) [NSString stringWithFormat:@"%@_%@.html", Partner_URL, lang]

#define Credits_URL @"http://www.artsafari.it/CtrlArea/html/Crediti"
#define Credits_SAFARI(lang) [NSString stringWithFormat:@"%@_%@.html", Credits_URL, lang]

#define TERMS_SAFARI_URL @"http://www.artsafari.it/CtrlArea/html/termini"
#define TERMS_SAFARI(lang) [NSString stringWithFormat:@"%@_%@.html", TERMS_SAFARI_URL, lang]














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

Diff revisions: vs.
Revision Author Commited Message
1059 Diff Diff FAquili picture FAquili Mon 08 Feb, 2016 20:39:30 +0000

Apple release.
1.1

796 Diff Diff FAquili picture FAquili Wed 07 Oct, 2015 07:46:13 +0000

v.1 b.035
Bug Fixing

726 Diff Diff PBonamassa picture PBonamassa Thu 10 Sep, 2015 14:43:14 +0000

fixed bug

722 Diff Diff PBonamassa picture PBonamassa Tue 08 Sep, 2015 13:42:51 +0000

fixed sent score route

684 Diff Diff PBonamassa picture PBonamassa Fri 04 Sep, 2015 14:47:40 +0000

modified image final Quiz

668 Diff Diff PBonamassa picture PBonamassa Fri 04 Sep, 2015 10:52:23 +0000

fixed bug

648 Diff Diff PBonamassa picture PBonamassa Wed 02 Sep, 2015 08:43:35 +0000
631 Diff Diff FAquili picture FAquili Tue 01 Sep, 2015 10:08:10 +0000

Cosa รจ safari d’arte – menu item

601 Diff Diff FAquili picture FAquili Fri 28 Aug, 2015 10:28:22 +0000

last release after bug fixing

573 FAquili picture FAquili Wed 26 Aug, 2015 14:27:40 +0000

AGGIUNTO PARSER PER AVERE ETICHETTE PERCORSI UGUALI SIA UN PERCORSI GRATUITI CHE IN I MIEI PERCORSI