Ver código fonte

20170310

GRANITE EXPO 1.30
Ray Zhang 9 anos atrás
pai
commit
cfb06bc82e

BIN
Ants Contract/AntsContract.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
Ants Contract/Granite Expo eSign/Granite Expo eSign/Info.plist

@@ -36,7 +36,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.30</string>
 	<key>CFBundleVersion</key>
-	<string>31142</string>
+	<string>31727</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>NSAppTransportSecurity</key>

+ 12 - 12
Ants Contract/Granite Expo eSign/Granite Expo eSign/config.h

@@ -38,20 +38,20 @@
 //    #define  URL_REQUEST_DOC  @"http://192.168.0.177/esign/admin.php"
 
 
-#define  URL_ERR_LOG  @""
-#define  URL_UPDATE_AUTH  @"http://192.168.0.155/phpcms/admin.php"
-#define  URL_UPLOAD_PDF  @"http://192.168.0.155/phpcms/admin.php"
-#define  URL_LOGOUT  @"http://192.168.0.155/phpcms/admin.php"
-#define  URL_NEW_DOCUMENT  @"http://192.168.0.155/phpcms/admin.php"
-#define  URL_UPDATE_NOTES  @"http://192.168.0.155/phpcms/admin.php"
-#define  URL_REQUEST_DOC  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_ERR_LOG  @""
+    #define  URL_UPDATE_AUTH  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_UPLOAD_PDF  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_LOGOUT  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_NEW_DOCUMENT  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_UPDATE_NOTES  @"http://192.168.0.155/phpcms/admin.php"
+    #define  URL_REQUEST_DOC  @"http://192.168.0.155/phpcms/admin.php"
 #else
     #define  URL_ERR_LOG  @""
-    #define  URL_UPDATE_AUTH  @"http://www.thegraniteexpo.com/admin.php"
-    #define  URL_UPLOAD_PDF  @"http://www.thegraniteexpo.com/admin.php"
-    #define  URL_LOGOUT  @"http://www.thegraniteexpo.com/admin.php"
-    #define  URL_REQUEST_DOC  @"http://www.thegraniteexpo.com/admin.php"
-    #define  URL_NEW_DOCUMENT  @"http://www.thegraniteexpo.com/admin.php"
+    #define  URL_UPDATE_AUTH  @"https://www.thegraniteexpo.com/admin.php"
+    #define  URL_UPLOAD_PDF  @"https://www.thegraniteexpo.com/admin.php"
+    #define  URL_LOGOUT  @"https://www.thegraniteexpo.com/admin.php"
+    #define  URL_REQUEST_DOC  @"https://www.thegraniteexpo.com/admin.php"
+    #define  URL_NEW_DOCUMENT  @"https://www.thegraniteexpo.com/admin.php"
 #endif
 
 #endif /* config_h */