Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 22 | Rev 24 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 22 Rev 23
Línea 8... Línea 8...
8
 import Foundation
8
 import Foundation
9
 import SwiftUI
9
 import SwiftUI
Línea 10... Línea 10...
10
 
10
 
11
 struct Config
11
 struct Config
-
 
12
 {
-
 
13
    public static let DEBUG : Bool = true
-
 
14
     
12
 {
15
    
13
    public static let URL_FORGOT_PASSWORD_ENDPOINT = "https://leaderslinked.com/forgot-password"
16
    public static let URL_FORGOT_PASSWORD_ENDPOINT = "https://leaderslinked.com/forgot-password"
14
    public static let URL_SIGNUP_ENDPOINT = "https://leaderslinked.com/signup"
17
    public static let URL_SIGNUP_ENDPOINT = "https://leaderslinked.com/signup"
Línea 15... Línea 18...
15
    public static let URL_IMAGE_TESTING = "https://dev.leaderslinked.com/images/ll-logo.png"
18
    public static let URL_IMAGE_TESTING = "https://dev.leaderslinked.com/images/ll-logo.png"
16
 
19
 
17
     //public static let URL_ENDPOINT: String = "https://leaderslinked.com"
20
    //public static let URL_ENDPOINT: String = "https://leaderslinked.com"
Línea 18... Línea 21...
18
     public static let URL_ENDPOINT: String = "https://dev.leaderslinked.com"
21
    public static let URL_ENDPOINT: String = "https://dev.leaderslinked.com"
19
     //public  static let URL_ENDPOINT: String = "http://localhost"
22
    //public  static let URL_ENDPOINT: String = "http://localhost"
20
 
23
 
21
     
24
     
22
     public static let URL_ENDPOINT_SERVICES : String =  URL_ENDPOINT +  "/services"
25
    public static let URL_ENDPOINT_SERVICES : String =  URL_ENDPOINT +  "/services"
23
     public static let URL_DEVICE : String =  URL_ENDPOINT_SERVICES  + "/device"
-
 
24
     public static let URL_SYNC : String  = URL_ENDPOINT_SERVICES  + "/sync"
-
 
25
     public static let URL_SYNC_BATCH : String  = URL_ENDPOINT_SERVICES  + "/sync-batch";
-
 
26
     public static let URL_FCM : String = URL_ENDPOINT_SERVICES + "/fcm"
-
 
27
    
26
    public static let URL_DEVICE : String =  URL_ENDPOINT_SERVICES  + "/device"
28
 
-
 
29
    
27
    public static let URL_SYNC : String  = URL_ENDPOINT_SERVICES  + "/sync"
30
    
-
 
31
     public static let URL_SIGNIN : String =  URL_ENDPOINT_SERVICES + "/signin"
28
    public static let URL_SYNC_BATCH : String  = URL_ENDPOINT_SERVICES  + "/sync-batch";
32
    
-
 
33
     public static let URL_SIGNOUT : String =  URL_ENDPOINT_SERVICES + "/signout"
-
 
34
 
29
    public static let URL_FCM : String = URL_ENDPOINT_SERVICES + "/fcm"
35
     public static let URL_ENDPOINT_SERVICES_MICROLEARNING : String = URL_ENDPOINT_SERVICES + "/microlearning"
-
 
36
    
30
    public static let URL_SIGNIN : String =  URL_ENDPOINT_SERVICES + "/signin"
Línea 37... Línea -...
37
    
-
 
38
     public static let URL_REFRESH : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/refresh"
-
 
39
    
31
    public static let URL_SIGNOUT : String =  URL_ENDPOINT_SERVICES + "/signout"
40
    public static let URL_CHECK_CHANGES : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/check-changes"
32
    public static let URL_ENDPOINT_SERVICES_MICROLEARNING : String = URL_ENDPOINT_SERVICES + "/microlearning"
Línea 41... Línea 33...
41
    
33
    public static let URL_REFRESH : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/refresh"
42
     //public static let URL_TOPICS : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/topics"
34
    public static let URL_CHECK_CHANGES : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/check-changes"
Línea 43... Línea 35...
43
     
35
    
44
     public static let TEXTFIELD_BORDER_SIZE = 1
36
    public static let TEXTFIELD_BORDER_SIZE = 1
45
     public static let TEXTFIELD_BORDER_RADIUS = 3
-
 
46
     
-
 
47
     public static let BUTTON_BORDER_SIZE = CGFloat(1.0)
37
    public static let TEXTFIELD_BORDER_RADIUS = 3
48
     public static let BUTTON_BORDER_RADIUS = CGFloat(3.0)
38
     
Línea 49... Línea 39...
49
     
39
    public static let BUTTON_BORDER_SIZE = CGFloat(1.0)
50
     public static let FONT_SIZE_BUTTONS : CGFloat = CGFloat(16.0)
40
    public static let BUTTON_BORDER_RADIUS = CGFloat(3.0)
51
     public static let FONT_SIZE_TAB_BAR_BUTTONS : CGFloat = CGFloat(12.0)
41
     
52
    
42
    public static let FONT_SIZE_BUTTONS : CGFloat = CGFloat(16.0)
Línea 206... Línea 196...
206
     public static let LANG_COMMENTS_LIST_EMPTY = "No hay comentarios disponibles"
196
     public static let LANG_COMMENTS_LIST_EMPTY = "No hay comentarios disponibles"
Línea 207... Línea 197...
207
     
197
     
Línea -... Línea 198...
-
 
198
     
-
 
199
     public static let LANG_NOTIFICATIONS_LIST_EMPTY = "No hay notificaciones disponibles"
-
 
200
    
208
     
201
    public static let LANG_ERROR_SIGNIN_IN_PROGRESS_TITLE = "Inicio de sesión"
209
     public static let LANG_NOTIFICATIONS_LIST_EMPTY = "No hay notificaciones disponibles"
202
    public static let LANG_ERROR_SIGNIN_IN_PROGRESS_MESSAGE = "Ya se encuentra en curso actualmente"
Línea 210... Línea 203...
210
    
203
    
211
     public static let LANG_ERROR_DEVICE_NOT_REGISTER_TITLE = "Dispositivo no registrado"
204
     public static let LANG_ERROR_DEVICE_NOT_REGISTER_TITLE = "Dispositivo no registrado"