Skip to content

Commit

Permalink
1.Modify the information of version 2.10.13
Browse files Browse the repository at this point in the history
2.fix build script
  • Loading branch information
wushuai1415 authored and huiguangjun committed Mar 25, 2022
1 parent 4e28a70 commit b23aaff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AliyunOSSSDK/OSSDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion AliyunOSSiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
7 changes: 7 additions & 0 deletions CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildiOSFramework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" ]
Expand Down

0 comments on commit b23aaff

Please sign in to comment.