diff --git a/XFFruit.xcodeproj/project.pbxproj b/XFFruit.xcodeproj/project.pbxproj
index 9c23e81dfb59e86a768cbab3630e0769f18f8159..afbc3ea51d706cf46af5ba56488e268540d9ebef 100644
--- a/XFFruit.xcodeproj/project.pbxproj
+++ b/XFFruit.xcodeproj/project.pbxproj
@@ -2608,7 +2608,7 @@
 				TargetAttributes = {
 					C1F696021AB870B400F9F5DD = {
 						CreatedOnToolsVersion = 6.2;
-						DevelopmentTeam = W54V2VB863;
+						DevelopmentTeam = 756SDJ9L3G;
 						SystemCapabilities = {
 							com.apple.BackgroundModes = {
 								enabled = 1;
@@ -3282,6 +3282,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer: Fanfan Cui (7S27LB84E2)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Fanfan Cui (7S27LB84E2)";
+				COPYING_PRESERVES_HFS_DATA = NO;
 				ENABLE_BITCODE = NO;
 				GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch";
 				INFOPLIST_FILE = XFFruit/Info.plist;
@@ -3292,7 +3293,7 @@
 					"$(PROJECT_DIR)",
 					"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = com.cntaiping.life.xffruit;
+				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.xffruit;
 				PRODUCT_NAME = XFFruit;
 				PROVISIONING_PROFILE = "3a32e5a9-395f-425a-b1b0-c221be8d15d8";
 				USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
@@ -3306,6 +3307,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CODE_SIGN_IDENTITY = "iPhone Developer: Fanfan Cui (7S27LB84E2)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Fanfan Cui (7S27LB84E2)";
+				COPYING_PRESERVES_HFS_DATA = NO;
 				ENABLE_BITCODE = NO;
 				GCC_PREFIX_HEADER = "XFFruit/XFFruit-Prefix.pch";
 				INFOPLIST_FILE = XFFruit/Info.plist;
@@ -3316,7 +3318,7 @@
 					"$(PROJECT_DIR)",
 					"$(PROJECT_DIR)/XFFruit/Vendors/JiGuang/lib",
 				);
-				PRODUCT_BUNDLE_IDENTIFIER = com.cntaiping.life.xffruit;
+				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.xffruit;
 				PRODUCT_NAME = XFFruit;
 				PROVISIONING_PROFILE = "3a32e5a9-395f-425a-b1b0-c221be8d15d8";
 				USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
diff --git a/XFFruit/Info.plist b/XFFruit/Info.plist
index 86d7cfafe90562f3b387e5e7daa465c4417b0d07..87728e83e0985adcef8174dfa08c663ae0926013 100644
--- a/XFFruit/Info.plist
+++ b/XFFruit/Info.plist
@@ -17,7 +17,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.0</string>
+	<string>1.0.1</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>
diff --git a/XFFruit/Macro/ICRAppMacro.h b/XFFruit/Macro/ICRAppMacro.h
index ce14b5d57f0932ea69fcac1e3438b34d6be822aa..353016ee807cb2acf909fe630babe2f2cf8f26e2 100644
--- a/XFFruit/Macro/ICRAppMacro.h
+++ b/XFFruit/Macro/ICRAppMacro.h
@@ -26,10 +26,10 @@
 //#define HTTP_REST_API_BASE_URL  @"http://218.244.151.129:7580/cruiser-server/rest"
 
 //现场测试环境
-#define HTTP_REST_API_BASE_URL  @"http://122.224.171.126:7280/cruiser-server/rest"
+//#define HTTP_REST_API_BASE_URL  @"http://122.224.171.126:7280/cruiser-server/rest"
 
 /*********现场正式环境**********/
- //#define HTTP_REST_API_BASE_URL  @"http://122.224.171.126:7380/cruiser-server/rest"
+#define HTTP_REST_API_BASE_URL  @"http://122.224.171.126:7380/cruiser-server/rest"
 
 
 // HTTP