首次提交

This commit is contained in:
启星
2025-09-22 18:48:29 +08:00
parent 28ae935e93
commit ae9be0b58e
8941 changed files with 999209 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_AliyunOSSiOS : NSObject
@end
@implementation PodsDummy_AliyunOSSiOS
@end

View File

@@ -0,0 +1,12 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif

View File

@@ -0,0 +1,80 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "AliyunOSSiOS.h"
#import "aos_crc64.h"
#import "NSData+OSS.h"
#import "NSDate+OSS.h"
#import "NSMutableData+OSS_CRC.h"
#import "NSMutableDictionary+OSS.h"
#import "NSSet+OSS.h"
#import "OSSAllRequestNeededMessage.h"
#import "OSSClient.h"
#import "OSSCompat.h"
#import "OSSConstants.h"
#import "OSSDefine.h"
#import "OSSDeleteMultipleObjectsRequest.h"
#import "OSSDeleteMultipleObjectsResult.h"
#import "OSSDeleteObjectTaggingRequest.h"
#import "OSSDeleteObjectTaggingResult.h"
#import "OSSGetBucketInfoRequest.h"
#import "OSSGetBucketInfoResult.h"
#import "OSSGetObjectACLRequest.h"
#import "OSSGetObjectACLResult.h"
#import "OSSGetObjectTaggingRequest.h"
#import "OSSGetObjectTaggingResult.h"
#import "OSSGetSymlinkRequest.h"
#import "OSSGetSymlinkResult.h"
#import "OSSHttpdns.h"
#import "OSSHttpResponseParser.h"
#import "OSSInputStreamHelper.h"
#import "OSSLog.h"
#import "OSSModel.h"
#import "OSSNetworking.h"
#import "OSSNetworkingRequestDelegate.h"
#import "OSSPutObjectTaggingRequest.h"
#import "OSSPutObjectTaggingResult.h"
#import "OSSPutSymlinkRequest.h"
#import "OSSPutSymlinkResult.h"
#import "OSSRequest.h"
#import "OSSRestoreObjectRequest.h"
#import "OSSRestoreObjectResult.h"
#import "OSSResult.h"
#import "OSSService.h"
#import "OSSURLRequestRetryHandler.h"
#import "OSSUtil.h"
#import "OSSXMLDictionary.h"
#import "OSSBolts.h"
#import "OSSCancellationToken.h"
#import "OSSCancellationTokenRegistration.h"
#import "OSSCancellationTokenSource.h"
#import "OSSExecutor.h"
#import "OSSTask.h"
#import "OSSTaskCompletionSource.h"
#import "OSSCocoaLumberjack.h"
#import "OSSDDLog.h"
#import "OSSFileLogger.h"
#import "OSSLogMacros.h"
#import "OSSNSLogger.h"
#import "OSSReachability.h"
#import "OSSIPv6Adapter.h"
#import "OSSIPv6PrefixResolver.h"
#import "OSSServiceSignature.h"
#import "OSSSignerBase.h"
#import "OSSSignerParams.h"
#import "OSSSignUtils.h"
#import "OSSV1Signer.h"
#import "OSSV4Signer.h"
FOUNDATION_EXPORT double AliyunOSSiOSVersionNumber;
FOUNDATION_EXPORT const unsigned char AliyunOSSiOSVersionString[];

View File

@@ -0,0 +1,13 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"resolv" -framework "CoreTelephony" -framework "SystemConfiguration"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
PODS_ROOT = ${SRCROOT}
PODS_TARGET_SRCROOT = ${PODS_ROOT}/AliyunOSSiOS
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

View File

@@ -0,0 +1,6 @@
framework module AliyunOSSiOS {
umbrella header "AliyunOSSiOS-umbrella.h"
export *
module * { export * }
}

View File

@@ -0,0 +1,13 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AliyunOSSiOS
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"resolv" -framework "CoreTelephony" -framework "SystemConfiguration"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
PODS_ROOT = ${SRCROOT}
PODS_TARGET_SRCROOT = ${PODS_ROOT}/AliyunOSSiOS
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>