Browse Source

1.代码上传

huangxiaodong 1 year ago
parent
commit
ec602e707c

+ 4 - 4
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -3508,7 +3508,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 34;
+				CURRENT_PROJECT_VERSION = 44;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -3592,7 +3592,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 34;
+				CURRENT_PROJECT_VERSION = 44;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -3790,7 +3790,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 35;
+				CURRENT_PROJECT_VERSION = 43;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -3867,7 +3867,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 35;
+				CURRENT_PROJECT_VERSION = 43;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

+ 2 - 1
创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch

@@ -94,7 +94,8 @@ isBangsScreen; \
 
 #define AESCODEKEEYY @"fvO8gAfNSr1tbdQe"
 
-#define EachPieceSzie (1024*1024) //每片上传文件大小切割
+//#define EachPieceSzie (512*1024) //每片上传文件大小切割
+#define EachPieceSzie (2*1024*1024) //每片上传文件大小切割
 #define cutVideoPieceSzie (10*1024*1024) //视频每次切片多少(切完上传再切一次)
 
 #define FileService            @"http://file.phone.androidscloud.com:8210"

+ 1 - 1
创维盒子/双子星云手机/zh-Hans.lproj/Localizable.strings

@@ -238,7 +238,7 @@
 
 //1.1 新增
 "input_pwd_forget_pwd" = "忘记密码";
-"input_pwd_forget_secret_key" = "忘记钥";
+"input_pwd_forget_secret_key" = "忘记钥";
 
 "guide_qrcoede_open_album" = "打开相册";
 

+ 1 - 1
创维盒子/双子星云手机/zh-Hant.lproj/Localizable.strings

@@ -240,7 +240,7 @@
 
 //1.1 新增
 "input_pwd_forget_pwd" = "忘記密碼";
-"input_pwd_forget_secret_key" = "忘記鑰";
+"input_pwd_forget_secret_key" = "忘記鑰";
 
 "guide_qrcoede_open_album" = "打開相册";