diff --git a/AliyunOSSSDK/OSSDefine.h b/AliyunOSSSDK/OSSDefine.h index 5140fef..6ff3450 100644 --- a/AliyunOSSSDK/OSSDefine.h +++ b/AliyunOSSSDK/OSSDefine.h @@ -16,7 +16,7 @@ #elif TARGET_OS_OSX #define OSSUAPrefix @"aliyun-sdk-mac" #endif -#define OSSSDKVersion @"2.10.12" +#define OSSSDKVersion @"2.10.13" #define OSSListBucketResultXMLTOKEN @"ListBucketResult" #define OSSNameXMLTOKEN @"Name" diff --git a/AliyunOSSiOS.podspec b/AliyunOSSiOS.podspec index 7ece417..395f069 100644 --- a/AliyunOSSiOS.podspec +++ b/AliyunOSSiOS.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "AliyunOSSiOS" - s.version = "2.10.12" + s.version = "2.10.13" s.summary = "An iOS SDK for Aliyun Object Storage Service" diff --git a/CHANGLOG.txt b/CHANGLOG.txt index 00bc4c6..9d8941f 100755 --- a/CHANGLOG.txt +++ b/CHANGLOG.txt @@ -15,6 +15,13 @@ pod dependency: pod 'AliyunOSSiOS' Update Logs: +2021/12/30 +- release 2.10.13 +1.Fix the resumableupload progress error +2.Fix the problem that getservice does not resolve nextmarker +3.Delete listening network function code +4.Add flag to configure whether UA can carry device information + 2021/12/30 - release 2.10.12 1.Fixed an exception thrown by resumableupload when the number of parts exceeds 5000 diff --git a/buildiOSFramework.sh b/buildiOSFramework.sh index 0be2dcc..8521f75 100755 --- a/buildiOSFramework.sh +++ b/buildiOSFramework.sh @@ -21,7 +21,7 @@ SIMULATOR_DIR=${WRK_DIR}/Release-iphonesimulator/${FMK_NAME}.framework # xcodebuild -configuration "Release" -target "${FMK_NAME}" -sdk iphoneos clean build # xcodebuild -configuration "Release" -target "${FMK_NAME}" -sdk iphonesimulator clean build xcodebuild -configuration Release -workspace "${PROJECT_NAME}.xcworkspace" -scheme "${TARGET_NAME}" -sdk iphoneos clean build SYMROOT="${WRK_DIR}" -xcodebuild -configuration Release -workspace "${PROJECT_NAME}.xcworkspace" -scheme "${TARGET_NAME}" -sdk iphonesimulator build SYMROOT="${WRK_DIR}" +xcodebuild -configuration Release -workspace "${PROJECT_NAME}.xcworkspace" -scheme "${TARGET_NAME}" -sdk iphonesimulator build SYMROOT="${WRK_DIR}" EXCLUDED_ARCHS="arm64" # Cleaning the oldest. if [ -d "${INSTALL_DIR}" ]