Ray Zhang пре 9 година
родитељ
комит
af5d7025b2

BIN
RA Image/RA Image.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 5 - 5
RA Image/RA Image/Info.plist

@@ -17,9 +17,13 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.0</string>
 	<key>CFBundleVersion</key>
-	<string>1</string>
+	<string>32681</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>NSCameraUsageDescription</key>
+	<string>Need Use Camera</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>Need Use Photo Library</string>
 	<key>UILaunchStoryboardName</key>
 	<string>LaunchScreen</string>
 	<key>UIMainStoryboardFile</key>
@@ -34,9 +38,5 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
-	<key>NSCameraUsageDescription</key>
-	<string>Need Use Camera</string>
-	<key>NSPhotoLibraryUsageDescription</key>
-	<string>Need Use Photo Library</string>
 </dict>
 </plist>

+ 3 - 3
RA Image/RA Image/config.h

@@ -46,10 +46,10 @@
 //#define  URL_UPDATE_NOTES  @"http://192.168.0.155/cms/phpcms/admin_new.php"
 //#define  URL_REQUEST_DOC  @"http://192.168.0.155/cms/phpcms/admin_new.php"
 //#define URL_HEART_BEAT @"http://192.168.0.155/cms/phpcms/admin_new.php"
-#define URL_UPLOAD_PHOTO @"http://192.168.0.155/cms/phpcms/admin_new.php"
+//#define URL_UPLOAD_PHOTO @"http://192.168.0.155/cms/phpcms/admin_new.php"
 
 #else
-//#define  URL_ERR_LOG  @""
+#define  URL_ERR_LOG  @""
 //#define  URL_UPDATE_AUTH  @"https://www.thegraniteexpo.com/admin_new.php"
 //#define  URL_UPLOAD_PDF  @"https://www.thegraniteexpo.com/admin_new.php"
 //#define  URL_LOGOUT  @"https://www.thegraniteexpo.com/admin_new.php"
@@ -57,7 +57,7 @@
 //#define  URL_NEW_DOCUMENT  @"https://www.thegraniteexpo.com/admin_new.php"
 //#define  URL_UPDATE_NOTES  @"https://www.thegraniteexpo.com/admin_new.php"
 //#define URL_HEART_BEAT @"https://www.thegraniteexpo.com/admin_new.php"
-#define URL_UPLOAD_PHOTO @"http://192.168.0.155/cms/phpcms/admin_new.php"
+//#define URL_UPLOAD_PHOTO @"http://192.168.0.155/cms/phpcms/admin_new.php"
 #endif
 
 #endif /* config_h */