File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
QCloudCOSXMLDemo.xcworkspace/xcuserdata/garenwang.xcuserdatad Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
2424 :path: "."
2525
2626SPEC CHECKSUMS:
27- QCloudCore: 611b7f24b56c1937693a21492044bbf56bdd8836
27+ QCloudCore: b99da67cb77dfbe5ce585bc1fea0911eaf2ddb82
2828 QCloudCOSXML: 1704d7acb332103ac2559ddd5cc50c80c1738f6a
2929 QCloudQuic: b76e2c2641a6e94464762fb3b5a32c882bd09eb7
3030
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010 s . name = "QCloudQuic"
1111
1212
13- s . version = "6.2.6 "
13+ s . version = "6.2.7 "
1414
1515
1616 s . summary = "QCloudQuic 腾讯云iOS-SDK组件"
Original file line number Diff line number Diff line change 55
66#ifndef QCloudQuicModuleVersion_h
77#define QCloudQuicModuleVersion_h
8- #define QCloudQuicModuleVersionNumber 602006
8+ #define QCloudQuicModuleVersionNumber 602007
99
1010// dependency
1111
1212//
1313FOUNDATION_EXTERN NSString * const QCloudQuicModuleVersion;
1414FOUNDATION_EXTERN NSString * const QCloudQuicModuleName;
1515
16- #endif
16+ #endif
Original file line number Diff line number Diff line change 11#import " QCloudQuicVersion.h"
2- NSString * const QCloudQuicModuleVersion = @" 6.2.6 " ;
2+ NSString * const QCloudQuicModuleVersion = @" 6.2.7 " ;
33NSString * const QCloudQuicModuleName = @" QCloudQuic" ;
44@interface QCloudQCloudQuicLoad : NSObject
55@end
@@ -26,4 +26,4 @@ + (void) load
2626#pragma clang diagnostic pop
2727 }
2828}
29- @end
29+ @end
You can’t perform that action at this time.
0 commit comments