增加换肤功能
This commit is contained in:
26
Pods/Target Support Files/AFNetworking/AFNetworking-Info.plist
generated
Normal file
26
Pods/Target Support Files/AFNetworking/AFNetworking-Info.plist
generated
Normal 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>4.0.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/AFNetworking/AFNetworking-dummy.m
generated
Normal file
5
Pods/Target Support Files/AFNetworking/AFNetworking-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_AFNetworking : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_AFNetworking
|
||||
@end
|
||||
12
Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch
generated
Normal file
12
Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch
generated
Normal 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
|
||||
|
||||
34
Pods/Target Support Files/AFNetworking/AFNetworking-umbrella.h
generated
Normal file
34
Pods/Target Support Files/AFNetworking/AFNetworking-umbrella.h
generated
Normal file
@@ -0,0 +1,34 @@
|
||||
#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 "AFNetworking.h"
|
||||
#import "AFHTTPSessionManager.h"
|
||||
#import "AFURLSessionManager.h"
|
||||
#import "AFCompatibilityMacros.h"
|
||||
#import "AFNetworkReachabilityManager.h"
|
||||
#import "AFSecurityPolicy.h"
|
||||
#import "AFURLRequestSerialization.h"
|
||||
#import "AFURLResponseSerialization.h"
|
||||
#import "AFAutoPurgingImageCache.h"
|
||||
#import "AFImageDownloader.h"
|
||||
#import "AFNetworkActivityIndicatorManager.h"
|
||||
#import "UIActivityIndicatorView+AFNetworking.h"
|
||||
#import "UIButton+AFNetworking.h"
|
||||
#import "UIImageView+AFNetworking.h"
|
||||
#import "UIKit+AFNetworking.h"
|
||||
#import "UIProgressView+AFNetworking.h"
|
||||
#import "UIRefreshControl+AFNetworking.h"
|
||||
#import "WKWebView+AFNetworking.h"
|
||||
|
||||
FOUNDATION_EXPORT double AFNetworkingVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char AFNetworkingVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/AFNetworking/AFNetworking.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/AFNetworking/AFNetworking.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AFNetworking
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFNetworking
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
6
Pods/Target Support Files/AFNetworking/AFNetworking.modulemap
generated
Normal file
6
Pods/Target Support Files/AFNetworking/AFNetworking.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module AFNetworking {
|
||||
umbrella header "AFNetworking-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/AFNetworking/AFNetworking.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/AFNetworking/AFNetworking.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AFNetworking
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFNetworking
|
||||
SKIP_INSTALL = YES
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
2
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks-input-files.xcfilelist
generated
Normal file
2
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks-input-files.xcfilelist
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
${PODS_ROOT}/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks.sh
|
||||
${PODS_ROOT}/AgoraComponetLog/AgoraComponetLog.xcframework
|
||||
1
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks-output-files.xcfilelist
generated
Normal file
1
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks-output-files.xcfilelist
generated
Normal file
@@ -0,0 +1 @@
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog/AgoraComponetLog.framework
|
||||
121
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks.sh
generated
Executable file
121
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog-xcframeworks.sh
generated
Executable file
@@ -0,0 +1,121 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
function on_error {
|
||||
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
|
||||
}
|
||||
trap 'on_error $LINENO' ERR
|
||||
|
||||
|
||||
# This protects against multiple targets copying the same framework dependency at the same time. The solution
|
||||
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
|
||||
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
|
||||
|
||||
|
||||
variant_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AgoraComponetLog.xcframework/ios-arm64")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraComponetLog.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
archs_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AgoraComponetLog.xcframework/ios-arm64")
|
||||
echo "arm64"
|
||||
;;
|
||||
"AgoraComponetLog.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
copy_dir()
|
||||
{
|
||||
local source="$1"
|
||||
local destination="$2"
|
||||
|
||||
# Use filter instead of exclude so missing patterns don't throw errors.
|
||||
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\""
|
||||
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}"
|
||||
}
|
||||
|
||||
SELECT_SLICE_RETVAL=""
|
||||
|
||||
select_slice() {
|
||||
local xcframework_name="$1"
|
||||
xcframework_name="${xcframework_name##*/}"
|
||||
local paths=("${@:2}")
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
local target_path=""
|
||||
|
||||
# Split archs on space so we can find a slice that has all the needed archs
|
||||
local target_archs=$(echo $ARCHS | tr " " "\n")
|
||||
|
||||
local target_variant=""
|
||||
if [[ "$PLATFORM_NAME" == *"simulator" ]]; then
|
||||
target_variant="simulator"
|
||||
fi
|
||||
if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then
|
||||
target_variant="maccatalyst"
|
||||
fi
|
||||
for i in ${!paths[@]}; do
|
||||
local matched_all_archs="1"
|
||||
local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
for target_arch in $target_archs; do
|
||||
if ! [[ "${slice_variant}" == "$target_variant" ]]; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
|
||||
if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$matched_all_archs" == "1" ]]; then
|
||||
# Found a matching slice
|
||||
echo "Selected xcframework slice ${paths[$i]}"
|
||||
SELECT_SLICE_RETVAL=${paths[$i]}
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
install_xcframework() {
|
||||
local basepath="$1"
|
||||
local name="$2"
|
||||
local package_type="$3"
|
||||
local paths=("${@:4}")
|
||||
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
select_slice "${basepath}" "${paths[@]}"
|
||||
local target_path="$SELECT_SLICE_RETVAL"
|
||||
if [[ -z "$target_path" ]]; then
|
||||
echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})."
|
||||
return
|
||||
fi
|
||||
local source="$basepath/$target_path"
|
||||
|
||||
local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}"
|
||||
|
||||
if [ ! -d "$destination" ]; then
|
||||
mkdir -p "$destination"
|
||||
fi
|
||||
|
||||
copy_dir "$source/" "$destination"
|
||||
echo "Copied $source to $destination"
|
||||
}
|
||||
|
||||
install_xcframework "${PODS_ROOT}/AgoraComponetLog/AgoraComponetLog.xcframework" "AgoraComponetLog" "framework" "ios-arm64" "ios-arm64_x86_64-simulator"
|
||||
|
||||
13
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AgoraComponetLog
|
||||
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
|
||||
13
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/AgoraComponetLog/AgoraComponetLog.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraComponetLog
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AgoraComponetLog
|
||||
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
|
||||
2
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
2
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
${PODS_ROOT}/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks.sh
|
||||
${PODS_ROOT}/AgoraInfra_iOS/aosl.xcframework
|
||||
1
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
1
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
@@ -0,0 +1 @@
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS/aosl.framework
|
||||
121
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks.sh
generated
Executable file
121
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS-xcframeworks.sh
generated
Executable file
@@ -0,0 +1,121 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
function on_error {
|
||||
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
|
||||
}
|
||||
trap 'on_error $LINENO' ERR
|
||||
|
||||
|
||||
# This protects against multiple targets copying the same framework dependency at the same time. The solution
|
||||
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
|
||||
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
|
||||
|
||||
|
||||
variant_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"aosl.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"aosl.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
archs_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"aosl.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"aosl.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
copy_dir()
|
||||
{
|
||||
local source="$1"
|
||||
local destination="$2"
|
||||
|
||||
# Use filter instead of exclude so missing patterns don't throw errors.
|
||||
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\""
|
||||
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}"
|
||||
}
|
||||
|
||||
SELECT_SLICE_RETVAL=""
|
||||
|
||||
select_slice() {
|
||||
local xcframework_name="$1"
|
||||
xcframework_name="${xcframework_name##*/}"
|
||||
local paths=("${@:2}")
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
local target_path=""
|
||||
|
||||
# Split archs on space so we can find a slice that has all the needed archs
|
||||
local target_archs=$(echo $ARCHS | tr " " "\n")
|
||||
|
||||
local target_variant=""
|
||||
if [[ "$PLATFORM_NAME" == *"simulator" ]]; then
|
||||
target_variant="simulator"
|
||||
fi
|
||||
if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then
|
||||
target_variant="maccatalyst"
|
||||
fi
|
||||
for i in ${!paths[@]}; do
|
||||
local matched_all_archs="1"
|
||||
local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
for target_arch in $target_archs; do
|
||||
if ! [[ "${slice_variant}" == "$target_variant" ]]; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
|
||||
if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$matched_all_archs" == "1" ]]; then
|
||||
# Found a matching slice
|
||||
echo "Selected xcframework slice ${paths[$i]}"
|
||||
SELECT_SLICE_RETVAL=${paths[$i]}
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
install_xcframework() {
|
||||
local basepath="$1"
|
||||
local name="$2"
|
||||
local package_type="$3"
|
||||
local paths=("${@:4}")
|
||||
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
select_slice "${basepath}" "${paths[@]}"
|
||||
local target_path="$SELECT_SLICE_RETVAL"
|
||||
if [[ -z "$target_path" ]]; then
|
||||
echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})."
|
||||
return
|
||||
fi
|
||||
local source="$basepath/$target_path"
|
||||
|
||||
local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}"
|
||||
|
||||
if [ ! -d "$destination" ]; then
|
||||
mkdir -p "$destination"
|
||||
fi
|
||||
|
||||
copy_dir "$source/" "$destination"
|
||||
echo "Copied $source to $destination"
|
||||
}
|
||||
|
||||
install_xcframework "${PODS_ROOT}/AgoraInfra_iOS/aosl.xcframework" "AgoraInfra_iOS" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
|
||||
13
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AgoraInfra_iOS
|
||||
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
|
||||
13
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/AgoraInfra_iOS/AgoraInfra_iOS.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraInfra_iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AgoraInfra_iOS
|
||||
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
|
||||
26
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-Info.plist
generated
Normal file
26
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-Info.plist
generated
Normal 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.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-dummy.m
generated
Normal file
5
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_AgoraLyricsScore : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_AgoraLyricsScore
|
||||
@end
|
||||
12
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-prefix.pch
generated
Normal file
12
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-prefix.pch
generated
Normal 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
|
||||
|
||||
17
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-umbrella.h
generated
Normal file
17
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore-umbrella.h
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
#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 "Algorithm.h"
|
||||
|
||||
FOUNDATION_EXPORT double AgoraLyricsScoreVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char AgoraLyricsScoreVersionString[];
|
||||
|
||||
18
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.debug.xcconfig
generated
Normal file
18
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.debug.xcconfig
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore
|
||||
DEFINES_MODULE = YES
|
||||
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_ROOT}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
||||
OTHER_LDFLAGS = $(inherited) -framework "AgoraComponetLog" -framework "Zip"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
||||
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}/AgoraLyricsScore
|
||||
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
|
||||
6
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.modulemap
generated
Normal file
6
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module AgoraLyricsScore {
|
||||
umbrella header "AgoraLyricsScore-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
18
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.release.xcconfig
generated
Normal file
18
Pods/Target Support Files/AgoraLyricsScore/AgoraLyricsScore.release.xcconfig
generated
Normal file
@@ -0,0 +1,18 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraLyricsScore
|
||||
DEFINES_MODULE = YES
|
||||
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Zip" "${PODS_ROOT}/AgoraComponetLog" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraComponetLog"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
||||
OTHER_LDFLAGS = $(inherited) -framework "AgoraComponetLog" -framework "Zip"
|
||||
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
||||
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}/AgoraLyricsScore
|
||||
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
|
||||
@@ -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.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
25
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
25
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
${PODS_ROOT}/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks.sh
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiEchoCancellationExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiEchoCancellationLLExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiNoiseSuppressionExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiNoiseSuppressionLLExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAudioBeautyExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraClearVisionExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraContentInspectExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraFaceCaptureExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraFaceDetectionExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraLipSyncExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraReplayKitExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraRtcKit.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/Agorafdkaac.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/Agoraffmpeg.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraSoundTouch.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraSpatialAudioExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoQualityAnalyzerExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoAv1DecoderExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoAv1EncoderExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoDecoderExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/video_dec.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoEncoderExtension.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/video_enc.xcframework
|
||||
${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoSegmentationExtension.xcframework
|
||||
24
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
24
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC/AgoraAiEchoCancellationExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL/AgoraAiEchoCancellationLLExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS/AgoraAiNoiseSuppressionExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL/AgoraAiNoiseSuppressionLLExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty/AgoraAudioBeautyExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision/AgoraClearVisionExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect/AgoraContentInspectExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture/AgoraFaceCaptureExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection/AgoraFaceDetectionExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync/AgoraLipSyncExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit/AgoraReplayKitExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraRtcKit.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agorafdkaac.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/Agoraffmpeg.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic/AgoraSoundTouch.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio/AgoraSpatialAudioExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA/AgoraVideoQualityAnalyzerExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec/AgoraVideoAv1DecoderExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc/AgoraVideoAv1EncoderExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/AgoraVideoDecoderExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec/video_dec.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/AgoraVideoEncoderExtension.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc/video_enc.framework
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground/AgoraVideoSegmentationExtension.framework
|
||||
420
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks.sh
generated
Executable file
420
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS-xcframeworks.sh
generated
Executable file
@@ -0,0 +1,420 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
function on_error {
|
||||
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
|
||||
}
|
||||
trap 'on_error $LINENO' ERR
|
||||
|
||||
|
||||
# This protects against multiple targets copying the same framework dependency at the same time. The solution
|
||||
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
|
||||
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
|
||||
|
||||
|
||||
variant_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AgoraAiEchoCancellationExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraAiEchoCancellationExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraAiEchoCancellationLLExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraAiEchoCancellationLLExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionLLExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionLLExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraAudioBeautyExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraAudioBeautyExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraClearVisionExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraClearVisionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraContentInspectExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraContentInspectExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraFaceCaptureExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraFaceCaptureExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraFaceDetectionExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraFaceDetectionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraLipSyncExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraLipSyncExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraReplayKitExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraReplayKitExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraRtcKit.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraRtcKit.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"Agorafdkaac.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"Agorafdkaac.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"Agoraffmpeg.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"Agoraffmpeg.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraSoundTouch.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraSoundTouch.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraSpatialAudioExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraSpatialAudioExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoQualityAnalyzerExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoQualityAnalyzerExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoAv1DecoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoAv1DecoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoAv1EncoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoAv1EncoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoDecoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoDecoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"video_dec.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"video_dec.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoEncoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoEncoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"video_enc.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"video_enc.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
"AgoraVideoSegmentationExtension.xcframework/ios-arm64_armv7")
|
||||
echo ""
|
||||
;;
|
||||
"AgoraVideoSegmentationExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
archs_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AgoraAiEchoCancellationExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraAiEchoCancellationExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraAiEchoCancellationLLExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraAiEchoCancellationLLExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionLLExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraAiNoiseSuppressionLLExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraAudioBeautyExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraAudioBeautyExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraClearVisionExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraClearVisionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraContentInspectExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraContentInspectExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraFaceCaptureExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraFaceCaptureExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraFaceDetectionExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraFaceDetectionExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraLipSyncExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraLipSyncExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraReplayKitExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraReplayKitExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraRtcKit.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraRtcKit.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"Agorafdkaac.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"Agorafdkaac.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"Agoraffmpeg.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"Agoraffmpeg.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraSoundTouch.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraSoundTouch.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraSpatialAudioExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraSpatialAudioExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoQualityAnalyzerExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoQualityAnalyzerExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoAv1DecoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoAv1DecoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoAv1EncoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoAv1EncoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoDecoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoDecoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"video_dec.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"video_dec.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoEncoderExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoEncoderExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"video_enc.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"video_enc.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
"AgoraVideoSegmentationExtension.xcframework/ios-arm64_armv7")
|
||||
echo "arm64 armv7"
|
||||
;;
|
||||
"AgoraVideoSegmentationExtension.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
copy_dir()
|
||||
{
|
||||
local source="$1"
|
||||
local destination="$2"
|
||||
|
||||
# Use filter instead of exclude so missing patterns don't throw errors.
|
||||
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\""
|
||||
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}"
|
||||
}
|
||||
|
||||
SELECT_SLICE_RETVAL=""
|
||||
|
||||
select_slice() {
|
||||
local xcframework_name="$1"
|
||||
xcframework_name="${xcframework_name##*/}"
|
||||
local paths=("${@:2}")
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
local target_path=""
|
||||
|
||||
# Split archs on space so we can find a slice that has all the needed archs
|
||||
local target_archs=$(echo $ARCHS | tr " " "\n")
|
||||
|
||||
local target_variant=""
|
||||
if [[ "$PLATFORM_NAME" == *"simulator" ]]; then
|
||||
target_variant="simulator"
|
||||
fi
|
||||
if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then
|
||||
target_variant="maccatalyst"
|
||||
fi
|
||||
for i in ${!paths[@]}; do
|
||||
local matched_all_archs="1"
|
||||
local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
for target_arch in $target_archs; do
|
||||
if ! [[ "${slice_variant}" == "$target_variant" ]]; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
|
||||
if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$matched_all_archs" == "1" ]]; then
|
||||
# Found a matching slice
|
||||
echo "Selected xcframework slice ${paths[$i]}"
|
||||
SELECT_SLICE_RETVAL=${paths[$i]}
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
install_xcframework() {
|
||||
local basepath="$1"
|
||||
local name="$2"
|
||||
local package_type="$3"
|
||||
local paths=("${@:4}")
|
||||
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
select_slice "${basepath}" "${paths[@]}"
|
||||
local target_path="$SELECT_SLICE_RETVAL"
|
||||
if [[ -z "$target_path" ]]; then
|
||||
echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})."
|
||||
return
|
||||
fi
|
||||
local source="$basepath/$target_path"
|
||||
|
||||
local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}"
|
||||
|
||||
if [ ! -d "$destination" ]; then
|
||||
mkdir -p "$destination"
|
||||
fi
|
||||
|
||||
copy_dir "$source/" "$destination"
|
||||
echo "Copied $source to $destination"
|
||||
}
|
||||
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiEchoCancellationExtension.xcframework" "AgoraRtcEngine_iOS/AIAEC" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiEchoCancellationLLExtension.xcframework" "AgoraRtcEngine_iOS/AIAECLL" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiNoiseSuppressionExtension.xcframework" "AgoraRtcEngine_iOS/AINS" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAiNoiseSuppressionLLExtension.xcframework" "AgoraRtcEngine_iOS/AINSLL" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraAudioBeautyExtension.xcframework" "AgoraRtcEngine_iOS/AudioBeauty" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraClearVisionExtension.xcframework" "AgoraRtcEngine_iOS/ClearVision" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraContentInspectExtension.xcframework" "AgoraRtcEngine_iOS/ContentInspect" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraFaceCaptureExtension.xcframework" "AgoraRtcEngine_iOS/FaceCapture" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraFaceDetectionExtension.xcframework" "AgoraRtcEngine_iOS/FaceDetection" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraLipSyncExtension.xcframework" "AgoraRtcEngine_iOS/LipSync" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraReplayKitExtension.xcframework" "AgoraRtcEngine_iOS/ReplayKit" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraRtcKit.xcframework" "AgoraRtcEngine_iOS/RtcBasic" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/Agorafdkaac.xcframework" "AgoraRtcEngine_iOS/RtcBasic" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/Agoraffmpeg.xcframework" "AgoraRtcEngine_iOS/RtcBasic" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraSoundTouch.xcframework" "AgoraRtcEngine_iOS/RtcBasic" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraSpatialAudioExtension.xcframework" "AgoraRtcEngine_iOS/SpatialAudio" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoQualityAnalyzerExtension.xcframework" "AgoraRtcEngine_iOS/VQA" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoAv1DecoderExtension.xcframework" "AgoraRtcEngine_iOS/VideoAv1CodecDec" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoAv1EncoderExtension.xcframework" "AgoraRtcEngine_iOS/VideoAv1CodecEnc" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoDecoderExtension.xcframework" "AgoraRtcEngine_iOS/VideoCodecDec" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/video_dec.xcframework" "AgoraRtcEngine_iOS/VideoCodecDec" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoEncoderExtension.xcframework" "AgoraRtcEngine_iOS/VideoCodecEnc" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/video_enc.xcframework" "AgoraRtcEngine_iOS/VideoCodecEnc" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
install_xcframework "${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraVideoSegmentationExtension.xcframework" "AgoraRtcEngine_iOS/VirtualBackground" "framework" "ios-arm64_armv7" "ios-arm64_x86_64-simulator"
|
||||
|
||||
14
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "aosl" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc"
|
||||
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}/AgoraRtcEngine_iOS
|
||||
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
|
||||
14
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/AgoraRtcEngine_iOS/AgoraRtcEngine_iOS.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AgoraRtcEngine_iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AgoraInfra_iOS" "${PODS_ROOT}/AgoraRtcEngine_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraInfra_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAEC" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AIAECLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AINSLL" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/AudioBeauty" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ClearVision" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ContentInspect" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceCapture" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/FaceDetection" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/LipSync" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/ReplayKit" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/RtcBasic" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/SpatialAudio" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VQA" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoAv1CodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecDec" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VideoCodecEnc" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AgoraRtcEngine_iOS/VirtualBackground"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "aosl" -weak_framework "AgoraAiEchoCancellationExtension" -weak_framework "AgoraAiEchoCancellationLLExtension" -weak_framework "AgoraAiNoiseSuppressionExtension" -weak_framework "AgoraAiNoiseSuppressionLLExtension" -weak_framework "AgoraAudioBeautyExtension" -weak_framework "AgoraClearVisionExtension" -weak_framework "AgoraContentInspectExtension" -weak_framework "AgoraFaceCaptureExtension" -weak_framework "AgoraFaceDetectionExtension" -weak_framework "AgoraLipSyncExtension" -weak_framework "AgoraReplayKitExtension" -weak_framework "AgoraRtcKit" -weak_framework "AgoraSoundTouch" -weak_framework "AgoraSpatialAudioExtension" -weak_framework "AgoraVideoAv1DecoderExtension" -weak_framework "AgoraVideoAv1EncoderExtension" -weak_framework "AgoraVideoDecoderExtension" -weak_framework "AgoraVideoEncoderExtension" -weak_framework "AgoraVideoQualityAnalyzerExtension" -weak_framework "AgoraVideoSegmentationExtension" -weak_framework "Agorafdkaac" -weak_framework "Agoraffmpeg" -weak_framework "video_dec" -weak_framework "video_enc"
|
||||
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}/AgoraRtcEngine_iOS
|
||||
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
|
||||
2
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
2
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks-input-files.xcfilelist
generated
Normal file
@@ -0,0 +1,2 @@
|
||||
${PODS_ROOT}/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks.sh
|
||||
${PODS_ROOT}/AlipaySDK-iOS/AlipaySDK.xcframework
|
||||
1
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
1
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks-output-files.xcfilelist
generated
Normal file
@@ -0,0 +1 @@
|
||||
${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS/AlipaySDK.framework
|
||||
121
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks.sh
generated
Executable file
121
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS-xcframeworks.sh
generated
Executable file
@@ -0,0 +1,121 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -u
|
||||
set -o pipefail
|
||||
|
||||
function on_error {
|
||||
echo "$(realpath -mq "${0}"):$1: error: Unexpected failure"
|
||||
}
|
||||
trap 'on_error $LINENO' ERR
|
||||
|
||||
|
||||
# This protects against multiple targets copying the same framework dependency at the same time. The solution
|
||||
# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
|
||||
RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
|
||||
|
||||
|
||||
variant_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AlipaySDK.xcframework/ios-arm64")
|
||||
echo ""
|
||||
;;
|
||||
"AlipaySDK.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "simulator"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
archs_for_slice()
|
||||
{
|
||||
case "$1" in
|
||||
"AlipaySDK.xcframework/ios-arm64")
|
||||
echo "arm64"
|
||||
;;
|
||||
"AlipaySDK.xcframework/ios-arm64_x86_64-simulator")
|
||||
echo "arm64 x86_64"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
copy_dir()
|
||||
{
|
||||
local source="$1"
|
||||
local destination="$2"
|
||||
|
||||
# Use filter instead of exclude so missing patterns don't throw errors.
|
||||
echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" \"${source}*\" \"${destination}\""
|
||||
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" "${source}"/* "${destination}"
|
||||
}
|
||||
|
||||
SELECT_SLICE_RETVAL=""
|
||||
|
||||
select_slice() {
|
||||
local xcframework_name="$1"
|
||||
xcframework_name="${xcframework_name##*/}"
|
||||
local paths=("${@:2}")
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
local target_path=""
|
||||
|
||||
# Split archs on space so we can find a slice that has all the needed archs
|
||||
local target_archs=$(echo $ARCHS | tr " " "\n")
|
||||
|
||||
local target_variant=""
|
||||
if [[ "$PLATFORM_NAME" == *"simulator" ]]; then
|
||||
target_variant="simulator"
|
||||
fi
|
||||
if [[ ! -z ${EFFECTIVE_PLATFORM_NAME+x} && "$EFFECTIVE_PLATFORM_NAME" == *"maccatalyst" ]]; then
|
||||
target_variant="maccatalyst"
|
||||
fi
|
||||
for i in ${!paths[@]}; do
|
||||
local matched_all_archs="1"
|
||||
local slice_archs="$(archs_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
local slice_variant="$(variant_for_slice "${xcframework_name}/${paths[$i]}")"
|
||||
for target_arch in $target_archs; do
|
||||
if ! [[ "${slice_variant}" == "$target_variant" ]]; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
|
||||
if ! echo "${slice_archs}" | tr " " "\n" | grep -F -q -x "$target_arch"; then
|
||||
matched_all_archs="0"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$matched_all_archs" == "1" ]]; then
|
||||
# Found a matching slice
|
||||
echo "Selected xcframework slice ${paths[$i]}"
|
||||
SELECT_SLICE_RETVAL=${paths[$i]}
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
install_xcframework() {
|
||||
local basepath="$1"
|
||||
local name="$2"
|
||||
local package_type="$3"
|
||||
local paths=("${@:4}")
|
||||
|
||||
# Locate the correct slice of the .xcframework for the current architectures
|
||||
select_slice "${basepath}" "${paths[@]}"
|
||||
local target_path="$SELECT_SLICE_RETVAL"
|
||||
if [[ -z "$target_path" ]]; then
|
||||
echo "warning: [CP] $(basename ${basepath}): Unable to find matching slice in '${paths[@]}' for the current build architectures ($ARCHS) and platform (${EFFECTIVE_PLATFORM_NAME-${PLATFORM_NAME}})."
|
||||
return
|
||||
fi
|
||||
local source="$basepath/$target_path"
|
||||
|
||||
local destination="${PODS_XCFRAMEWORKS_BUILD_DIR}/${name}"
|
||||
|
||||
if [ ! -d "$destination" ]; then
|
||||
mkdir -p "$destination"
|
||||
fi
|
||||
|
||||
copy_dir "$source/" "$destination"
|
||||
echo "Copied $source to $destination"
|
||||
}
|
||||
|
||||
install_xcframework "${PODS_ROOT}/AlipaySDK-iOS/AlipaySDK.xcframework" "AlipaySDK-iOS" "framework" "ios-arm64" "ios-arm64_x86_64-simulator"
|
||||
|
||||
14
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "Foundation" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
|
||||
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}/AlipaySDK-iOS
|
||||
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
|
||||
14
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/AlipaySDK-iOS/AlipaySDK-iOS.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AlipaySDK-iOS
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AlipaySDK-iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AlipaySDK-iOS"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "Foundation" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
|
||||
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}/AlipaySDK-iOS
|
||||
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
|
||||
26
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-Info.plist
generated
Normal file
26
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-Info.plist
generated
Normal 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>
|
||||
5
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-dummy.m
generated
Normal file
5
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_AliyunOSSiOS : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_AliyunOSSiOS
|
||||
@end
|
||||
12
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-prefix.pch
generated
Normal file
12
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-prefix.pch
generated
Normal 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
|
||||
|
||||
80
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-umbrella.h
generated
Normal file
80
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS-umbrella.h
generated
Normal 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[];
|
||||
|
||||
13
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.debug.xcconfig
generated
Normal 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
|
||||
6
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.modulemap
generated
Normal file
6
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module AliyunOSSiOS {
|
||||
umbrella header "AliyunOSSiOS-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
13
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/AliyunOSSiOS/AliyunOSSiOS.release.xcconfig
generated
Normal 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
|
||||
24
Pods/Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist
generated
Normal file
24
Pods/Target Support Files/AliyunOSSiOS/ResourceBundle-AliyunOSSiOS_Privacy-AliyunOSSiOS-Info.plist
generated
Normal 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>
|
||||
26
Pods/Target Support Files/AvoidCrash/AvoidCrash-Info.plist
generated
Normal file
26
Pods/Target Support Files/AvoidCrash/AvoidCrash-Info.plist
generated
Normal 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.5.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/AvoidCrash/AvoidCrash-dummy.m
generated
Normal file
5
Pods/Target Support Files/AvoidCrash/AvoidCrash-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_AvoidCrash : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_AvoidCrash
|
||||
@end
|
||||
12
Pods/Target Support Files/AvoidCrash/AvoidCrash-prefix.pch
generated
Normal file
12
Pods/Target Support Files/AvoidCrash/AvoidCrash-prefix.pch
generated
Normal 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
|
||||
|
||||
28
Pods/Target Support Files/AvoidCrash/AvoidCrash-umbrella.h
generated
Normal file
28
Pods/Target Support Files/AvoidCrash/AvoidCrash-umbrella.h
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
#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 "AvoidCrash.h"
|
||||
#import "AvoidCrashProtocol.h"
|
||||
#import "AvoidCrashStubProxy.h"
|
||||
#import "NSArray+AvoidCrash.h"
|
||||
#import "NSAttributedString+AvoidCrash.h"
|
||||
#import "NSDictionary+AvoidCrash.h"
|
||||
#import "NSMutableArray+AvoidCrash.h"
|
||||
#import "NSMutableAttributedString+AvoidCrash.h"
|
||||
#import "NSMutableDictionary+AvoidCrash.h"
|
||||
#import "NSMutableString+AvoidCrash.h"
|
||||
#import "NSObject+AvoidCrash.h"
|
||||
#import "NSString+AvoidCrash.h"
|
||||
|
||||
FOUNDATION_EXPORT double AvoidCrashVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char AvoidCrashVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/AvoidCrash/AvoidCrash.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/AvoidCrash/AvoidCrash.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AvoidCrash
|
||||
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
|
||||
6
Pods/Target Support Files/AvoidCrash/AvoidCrash.modulemap
generated
Normal file
6
Pods/Target Support Files/AvoidCrash/AvoidCrash.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module AvoidCrash {
|
||||
umbrella header "AvoidCrash-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/AvoidCrash/AvoidCrash.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/AvoidCrash/AvoidCrash.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AvoidCrash
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/AvoidCrash
|
||||
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
|
||||
26
Pods/Target Support Files/BRPickerView/BRPickerView-Info.plist
generated
Normal file
26
Pods/Target Support Files/BRPickerView/BRPickerView-Info.plist
generated
Normal 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.9.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/BRPickerView/BRPickerView-dummy.m
generated
Normal file
5
Pods/Target Support Files/BRPickerView/BRPickerView-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_BRPickerView : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_BRPickerView
|
||||
@end
|
||||
12
Pods/Target Support Files/BRPickerView/BRPickerView-prefix.pch
generated
Normal file
12
Pods/Target Support Files/BRPickerView/BRPickerView-prefix.pch
generated
Normal 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
|
||||
|
||||
31
Pods/Target Support Files/BRPickerView/BRPickerView-umbrella.h
generated
Normal file
31
Pods/Target Support Files/BRPickerView/BRPickerView-umbrella.h
generated
Normal file
@@ -0,0 +1,31 @@
|
||||
#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 "BRPickerView.h"
|
||||
#import "BRPickerAlertView.h"
|
||||
#import "BRPickerStyle.h"
|
||||
#import "BRPickerViewMacro.h"
|
||||
#import "NSBundle+BRPickerView.h"
|
||||
#import "BRDatePickerView+BR.h"
|
||||
#import "BRDatePickerView.h"
|
||||
#import "NSDate+BRPickerView.h"
|
||||
#import "BRAddressModel.h"
|
||||
#import "BRAddressPickerView.h"
|
||||
#import "BRBaseView.h"
|
||||
#import "BRResultModel.h"
|
||||
#import "BRStringPickerView.h"
|
||||
#import "BRTextModel.h"
|
||||
#import "BRTextPickerView.h"
|
||||
|
||||
FOUNDATION_EXPORT double BRPickerViewVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char BRPickerViewVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/BRPickerView/BRPickerView.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/BRPickerView/BRPickerView.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/BRPickerView
|
||||
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
|
||||
6
Pods/Target Support Files/BRPickerView/BRPickerView.modulemap
generated
Normal file
6
Pods/Target Support Files/BRPickerView/BRPickerView.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module BRPickerView {
|
||||
umbrella header "BRPickerView-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/BRPickerView/BRPickerView.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/BRPickerView/BRPickerView.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/BRPickerView
|
||||
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
|
||||
24
Pods/Target Support Files/BRPickerView/ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist
generated
Normal file
24
Pods/Target Support Files/BRPickerView/ResourceBundle-BRPickerView.Privacy-BRPickerView-Info.plist
generated
Normal 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.9.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
14
Pods/Target Support Files/Bugly/Bugly.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/Bugly/Bugly.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Bugly
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Bugly"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "Security" -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}/Bugly
|
||||
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
|
||||
14
Pods/Target Support Files/Bugly/Bugly.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/Bugly/Bugly.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Bugly
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Bugly"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "Security" -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}/Bugly
|
||||
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
|
||||
26
Pods/Target Support Files/FMDB/FMDB-Info.plist
generated
Normal file
26
Pods/Target Support Files/FMDB/FMDB-Info.plist
generated
Normal 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.7.12</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/FMDB/FMDB-dummy.m
generated
Normal file
5
Pods/Target Support Files/FMDB/FMDB-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_FMDB : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_FMDB
|
||||
@end
|
||||
12
Pods/Target Support Files/FMDB/FMDB-prefix.pch
generated
Normal file
12
Pods/Target Support Files/FMDB/FMDB-prefix.pch
generated
Normal 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
|
||||
|
||||
22
Pods/Target Support Files/FMDB/FMDB-umbrella.h
generated
Normal file
22
Pods/Target Support Files/FMDB/FMDB-umbrella.h
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
#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 "FMDatabase.h"
|
||||
#import "FMDatabaseAdditions.h"
|
||||
#import "FMDatabasePool.h"
|
||||
#import "FMDatabaseQueue.h"
|
||||
#import "FMDB.h"
|
||||
#import "FMResultSet.h"
|
||||
|
||||
FOUNDATION_EXPORT double FMDBVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char FMDBVersionString[];
|
||||
|
||||
13
Pods/Target Support Files/FMDB/FMDB.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/FMDB/FMDB.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FMDB
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"sqlite3"
|
||||
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}/FMDB
|
||||
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
|
||||
6
Pods/Target Support Files/FMDB/FMDB.modulemap
generated
Normal file
6
Pods/Target Support Files/FMDB/FMDB.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module FMDB {
|
||||
umbrella header "FMDB-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
13
Pods/Target Support Files/FMDB/FMDB.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/FMDB/FMDB.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FMDB
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -l"sqlite3"
|
||||
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}/FMDB
|
||||
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
|
||||
24
Pods/Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist
generated
Normal file
24
Pods/Target Support Files/FMDB/ResourceBundle-FMDB_Privacy-FMDB-Info.plist
generated
Normal 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.7.12</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
26
Pods/Target Support Files/JXCategoryView/JXCategoryView-Info.plist
generated
Normal file
26
Pods/Target Support Files/JXCategoryView/JXCategoryView-Info.plist
generated
Normal 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>1.6.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/JXCategoryView/JXCategoryView-dummy.m
generated
Normal file
5
Pods/Target Support Files/JXCategoryView/JXCategoryView-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_JXCategoryView : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_JXCategoryView
|
||||
@end
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView-prefix.pch
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView-prefix.pch
generated
Normal 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
|
||||
|
||||
59
Pods/Target Support Files/JXCategoryView/JXCategoryView-umbrella.h
generated
Normal file
59
Pods/Target Support Files/JXCategoryView/JXCategoryView-umbrella.h
generated
Normal file
@@ -0,0 +1,59 @@
|
||||
#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 "JXCategoryView.h"
|
||||
#import "JXCategoryBaseCell.h"
|
||||
#import "JXCategoryBaseCellModel.h"
|
||||
#import "JXCategoryBaseView.h"
|
||||
#import "JXCategoryCollectionView.h"
|
||||
#import "JXCategoryFactory.h"
|
||||
#import "JXCategoryIndicatorParamsModel.h"
|
||||
#import "JXCategoryIndicatorProtocol.h"
|
||||
#import "JXCategoryListContainerRTLCell.h"
|
||||
#import "JXCategoryListContainerView.h"
|
||||
#import "JXCategoryViewAnimator.h"
|
||||
#import "JXCategoryViewDefines.h"
|
||||
#import "UIColor+JXAdd.h"
|
||||
#import "JXCategoryDotCell.h"
|
||||
#import "JXCategoryDotCellModel.h"
|
||||
#import "JXCategoryDotView.h"
|
||||
#import "JXCategoryImageCell.h"
|
||||
#import "JXCategoryImageCellModel.h"
|
||||
#import "JXCategoryImageView.h"
|
||||
#import "JXCategoryIndicatorBackgroundView.h"
|
||||
#import "JXCategoryIndicatorBallView.h"
|
||||
#import "JXCategoryIndicatorComponentView.h"
|
||||
#import "JXCategoryIndicatorDotLineView.h"
|
||||
#import "JXCategoryIndicatorImageView.h"
|
||||
#import "JXCategoryIndicatorLineView.h"
|
||||
#import "JXCategoryIndicatorRainbowLineView.h"
|
||||
#import "JXCategoryIndicatorTriangleView.h"
|
||||
#import "JXCategoryIndicatorCell.h"
|
||||
#import "JXCategoryIndicatorCellModel.h"
|
||||
#import "JXCategoryIndicatorView.h"
|
||||
#import "JXCategoryNumberCell.h"
|
||||
#import "JXCategoryNumberCellModel.h"
|
||||
#import "JXCategoryNumberView.h"
|
||||
#import "RTLManager.h"
|
||||
#import "JXCategoryTitleCell.h"
|
||||
#import "JXCategoryTitleCellModel.h"
|
||||
#import "JXCategoryTitleView.h"
|
||||
#import "JXCategoryTitleImageCell.h"
|
||||
#import "JXCategoryTitleImageCellModel.h"
|
||||
#import "JXCategoryTitleImageView.h"
|
||||
#import "JXCategoryTitleVerticalZoomCell.h"
|
||||
#import "JXCategoryTitleVerticalZoomCellModel.h"
|
||||
#import "JXCategoryTitleVerticalZoomView.h"
|
||||
|
||||
FOUNDATION_EXPORT double JXCategoryViewVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char JXCategoryViewVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/JXCategoryView
|
||||
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
|
||||
6
Pods/Target Support Files/JXCategoryView/JXCategoryView.modulemap
generated
Normal file
6
Pods/Target Support Files/JXCategoryView/JXCategoryView.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module JXCategoryView {
|
||||
umbrella header "JXCategoryView-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXCategoryView/JXCategoryView.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXCategoryView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/JXCategoryView
|
||||
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
|
||||
24
Pods/Target Support Files/JXCategoryView/ResourceBundle-JXCategoryView-JXCategoryView-Info.plist
generated
Normal file
24
Pods/Target Support Files/JXCategoryView/ResourceBundle-JXCategoryView-JXCategoryView-Info.plist
generated
Normal 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>1.6.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
26
Pods/Target Support Files/JXPagingView/JXPagingView-Info.plist
generated
Normal file
26
Pods/Target Support Files/JXPagingView/JXPagingView-Info.plist
generated
Normal 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.1.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/JXPagingView/JXPagingView-dummy.m
generated
Normal file
5
Pods/Target Support Files/JXPagingView/JXPagingView-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_JXPagingView : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_JXPagingView
|
||||
@end
|
||||
12
Pods/Target Support Files/JXPagingView/JXPagingView-prefix.pch
generated
Normal file
12
Pods/Target Support Files/JXPagingView/JXPagingView-prefix.pch
generated
Normal 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
|
||||
|
||||
21
Pods/Target Support Files/JXPagingView/JXPagingView-umbrella.h
generated
Normal file
21
Pods/Target Support Files/JXPagingView/JXPagingView-umbrella.h
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
#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 "JXPagerListContainerView.h"
|
||||
#import "JXPagerListRefreshView.h"
|
||||
#import "JXPagerMainTableView.h"
|
||||
#import "JXPagerSmoothView.h"
|
||||
#import "JXPagerView.h"
|
||||
|
||||
FOUNDATION_EXPORT double JXPagingViewVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char JXPagingViewVersionString[];
|
||||
|
||||
12
Pods/Target Support Files/JXPagingView/JXPagingView.debug.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXPagingView/JXPagingView.debug.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/JXPagingView
|
||||
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
|
||||
6
Pods/Target Support Files/JXPagingView/JXPagingView.modulemap
generated
Normal file
6
Pods/Target Support Files/JXPagingView/JXPagingView.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module JXPagingView {
|
||||
umbrella header "JXPagingView-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
12
Pods/Target Support Files/JXPagingView/JXPagingView.release.xcconfig
generated
Normal file
12
Pods/Target Support Files/JXPagingView/JXPagingView.release.xcconfig
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JXPagingView
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/JXPagingView
|
||||
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
|
||||
24
Pods/Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist
generated
Normal file
24
Pods/Target Support Files/JXPagingView/ResourceBundle-JXPagerView-JXPagingView-Info.plist
generated
Normal 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.1.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
26
Pods/Target Support Files/LLDebugTool/LLDebugTool-Info.plist
generated
Normal file
26
Pods/Target Support Files/LLDebugTool/LLDebugTool-Info.plist
generated
Normal 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>1.3.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/LLDebugTool/LLDebugTool-dummy.m
generated
Normal file
5
Pods/Target Support Files/LLDebugTool/LLDebugTool-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_LLDebugTool : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_LLDebugTool
|
||||
@end
|
||||
12
Pods/Target Support Files/LLDebugTool/LLDebugTool-prefix.pch
generated
Normal file
12
Pods/Target Support Files/LLDebugTool/LLDebugTool-prefix.pch
generated
Normal 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
|
||||
|
||||
258
Pods/Target Support Files/LLDebugTool/LLDebugTool-umbrella.h
generated
Normal file
258
Pods/Target Support Files/LLDebugTool/LLDebugTool-umbrella.h
generated
Normal file
@@ -0,0 +1,258 @@
|
||||
#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 "LLAppInfoHelper.h"
|
||||
#import "UIDevice+LL_AppInfo.h"
|
||||
#import "LLAppInfo.h"
|
||||
#import "LLAppInfoComponent.h"
|
||||
#import "LLAppInfoViewController.h"
|
||||
#import "LLAppInfoWindow.h"
|
||||
#import "LLWindowManager+AppInfo.h"
|
||||
#import "LLDebug.h"
|
||||
#import "LLConfig.h"
|
||||
#import "LLDebugTool.h"
|
||||
#import "LLDebugToolMacros.h"
|
||||
#import "NSArray+LL_Utils.h"
|
||||
#import "NSDictionary+LL_Utils.h"
|
||||
#import "NSObject+LL_Runtime.h"
|
||||
#import "NSObject+LL_Utils.h"
|
||||
#import "NSString+LL_Utils.h"
|
||||
#import "NSUserDefaults+LL_Utils.h"
|
||||
#import "UIButton+LL_Utils.h"
|
||||
#import "UIColor+LL_Utils.h"
|
||||
#import "UIImage+LL_Utils.h"
|
||||
#import "UIResponder+LL_Utils.h"
|
||||
#import "UIView+LL_Utils.h"
|
||||
#import "UIViewController+LL_Utils.h"
|
||||
#import "UIWindow+LL_Utils.h"
|
||||
#import "LLBaseCollectionViewCell.h"
|
||||
#import "LLBaseModel.h"
|
||||
#import "LLBaseTableViewCell.h"
|
||||
#import "LLBaseTableViewController.h"
|
||||
#import "LLBaseView.h"
|
||||
#import "LLBaseViewController.h"
|
||||
#import "LLBaseWindow.h"
|
||||
#import "LLTableViewSelectableDelegate.h"
|
||||
#import "LLTableViewSelectableModel.h"
|
||||
#import "LLStorageModel.h"
|
||||
#import "LLAnimateView.h"
|
||||
#import "LLDetailTitleCellView.h"
|
||||
#import "LLDetailTitleSelectorCellView.h"
|
||||
#import "LLTitleCellView.h"
|
||||
#import "LLTitleSwitchCellView.h"
|
||||
#import "LLFilterDatePickerView.h"
|
||||
#import "LLFilterDateView.h"
|
||||
#import "LLFilterEventView.h"
|
||||
#import "LLFilterFilePickerView.h"
|
||||
#import "LLFilterLabelCell.h"
|
||||
#import "LLFilterLabelModel.h"
|
||||
#import "LLFilterOtherView.h"
|
||||
#import "LLFilterTextFieldCell.h"
|
||||
#import "LLFilterTextFieldModel.h"
|
||||
#import "LLFilterView.h"
|
||||
#import "LLInfoView.h"
|
||||
#import "LLMoveView.h"
|
||||
#import "LLMoveWindow.h"
|
||||
#import "LLNoneCopyTextField.h"
|
||||
#import "LLPickerView.h"
|
||||
#import "LLSubTitleTableViewCell.h"
|
||||
#import "LLUITableViewLongPressGestureRecognizerDelegate.h"
|
||||
#import "LLButton.h"
|
||||
#import "LLDetailTitleCell.h"
|
||||
#import "LLDetailTitleSelectorCell.h"
|
||||
#import "LLLeftTitleCell.h"
|
||||
#import "LLTitleCell.h"
|
||||
#import "LLTitleCellCategoryModel.h"
|
||||
#import "LLTitleCellModel.h"
|
||||
#import "LLTitleHeaderView.h"
|
||||
#import "LLTitleSliderCell.h"
|
||||
#import "LLTitleSwitchCell.h"
|
||||
#import "LLComponentNavigationController.h"
|
||||
#import "LLBaseComponentViewController.h"
|
||||
#import "LLEditTableViewController.h"
|
||||
#import "LLNavigationController.h"
|
||||
#import "LLTitleViewController.h"
|
||||
#import "LLComponentWindow.h"
|
||||
#import "LLEntryBallView.h"
|
||||
#import "LLEntryBigTitleView.h"
|
||||
#import "LLEntryStyleModel.h"
|
||||
#import "LLEntryTitleView.h"
|
||||
#import "LLEntryView.h"
|
||||
#import "LLEntryViewController.h"
|
||||
#import "LLEntryWindow.h"
|
||||
#import "LLFunctionComponent.h"
|
||||
#import "LLFunctionItemContainerView.h"
|
||||
#import "LLFunctionItemModel.h"
|
||||
#import "LLFunctionItemView.h"
|
||||
#import "LLFunctionViewController.h"
|
||||
#import "LLFunctionWindow.h"
|
||||
#import "LLComponent.h"
|
||||
#import "LLComponentDelegate.h"
|
||||
#import "LLSettingComponent.h"
|
||||
#import "LLSettingViewController.h"
|
||||
#import "LLSettingWindow.h"
|
||||
#import "LLConfigHelper.h"
|
||||
#import "LLConst.h"
|
||||
#import "LLLogDefine.h"
|
||||
#import "LLNetworkDefine.h"
|
||||
#import "LLFactory.h"
|
||||
#import "LLFormatterTool.h"
|
||||
#import "LLJsonTool.h"
|
||||
#import "LLInternalMacros.h"
|
||||
#import "LLSettingManager.h"
|
||||
#import "LLThemeColor.h"
|
||||
#import "LLThemeManager.h"
|
||||
#import "LLWindowManager.h"
|
||||
#import "LLProxy.h"
|
||||
#import "LLImageNameConfig.h"
|
||||
#import "LLRouter+AppInfo.h"
|
||||
#import "LLRouter+Crash.h"
|
||||
#import "LLRouter+Location.h"
|
||||
#import "LLRouter+Log.h"
|
||||
#import "LLRouter+Network.h"
|
||||
#import "LLRouter+Screenshot.h"
|
||||
#import "LLRouter+ShortCut.h"
|
||||
#import "LLRouter.h"
|
||||
#import "LLToastUtils.h"
|
||||
#import "LLTool.h"
|
||||
#import "LLCrashHelper.h"
|
||||
#import "LLCrashModel.h"
|
||||
#import "LLCrash.h"
|
||||
#import "LLCrashComponent.h"
|
||||
#import "LLCrashCell.h"
|
||||
#import "LLCrashDetailViewController.h"
|
||||
#import "LLCrashViewController.h"
|
||||
#import "LLCrashWindow.h"
|
||||
#import "LLWindowManager+Crash.h"
|
||||
#import "LLEnumDescription.h"
|
||||
#import "LLHierarchyHelper.h"
|
||||
#import "NSObject+LL_Hierarchy.h"
|
||||
#import "LLHierarchy.h"
|
||||
#import "LLHierarchyComponent.h"
|
||||
#import "LLHierarchyDetailViewController.h"
|
||||
#import "LLHierarchyInfoView.h"
|
||||
#import "LLHierarchyPickerView.h"
|
||||
#import "LLHierarchyViewController.h"
|
||||
#import "LLHierarchyWindow.h"
|
||||
#import "LLWindowManager+Hierarchy.h"
|
||||
#import "LLHtml.h"
|
||||
#import "LLHtmlComponent.h"
|
||||
#import "LLHtmlConfigViewController.h"
|
||||
#import "LLHtmlUIWebViewController.h"
|
||||
#import "LLHtmlViewController.h"
|
||||
#import "LLHtmlWindow.h"
|
||||
#import "LLHtmlWkWebViewController.h"
|
||||
#import "LLWindowManager+Html.h"
|
||||
#import "CLLocation+LL_Location.h"
|
||||
#import "CLLocationManager+LL_Location.h"
|
||||
#import "LLLocationHelper.h"
|
||||
#import "LLLocationMockRouteModel.h"
|
||||
#import "LLLocationProxy.h"
|
||||
#import "MKMapView+LL_Location.h"
|
||||
#import "LLLocation.h"
|
||||
#import "LLLocationComponent.h"
|
||||
#import "LLAnnotation.h"
|
||||
#import "LLLocationViewController.h"
|
||||
#import "LLLocationWindow.h"
|
||||
#import "LLPinAnnotationView.h"
|
||||
#import "LLWindowManager+Location.h"
|
||||
#import "LLLogHelper.h"
|
||||
#import "LLLogModel.h"
|
||||
#import "LLLog.h"
|
||||
#import "LLLogComponent.h"
|
||||
#import "LLLogCell.h"
|
||||
#import "LLLogDetailViewController.h"
|
||||
#import "LLLogFilterView.h"
|
||||
#import "LLLogViewController.h"
|
||||
#import "LLLogWindow.h"
|
||||
#import "LLWindowManager+Log.h"
|
||||
#import "LLMagnifier.h"
|
||||
#import "LLMagnifierComponent.h"
|
||||
#import "LLMagnifierInfoView.h"
|
||||
#import "LLMagnifierView.h"
|
||||
#import "LLMagnifierViewController.h"
|
||||
#import "LLMagnifierWindow.h"
|
||||
#import "LLWindowManager+Magnifier.h"
|
||||
#import "LLNetworkHelper.h"
|
||||
#import "LLNetworkModel.h"
|
||||
#import "LLReachability.h"
|
||||
#import "LLURLProtocol.h"
|
||||
#import "NSData+LL_Network.h"
|
||||
#import "NSHTTPURLResponse+LL_Network.h"
|
||||
#import "NSInputStream+LL_Network.h"
|
||||
#import "NSURLSession+LL_Network.h"
|
||||
#import "NSURLSessionConfiguration+LL_Network.h"
|
||||
#import "LLNetwork.h"
|
||||
#import "LLNetworkComponent.h"
|
||||
#import "LLNetworkCell.h"
|
||||
#import "LLNetworkDetailViewController.h"
|
||||
#import "LLNetworkFilterView.h"
|
||||
#import "LLNetworkFilterViewController.h"
|
||||
#import "LLNetworkImageCell.h"
|
||||
#import "LLNetworkViewController.h"
|
||||
#import "LLNetworkWindow.h"
|
||||
#import "LLWindowManager+Network.h"
|
||||
#import "LLRuler.h"
|
||||
#import "LLRulerComponent.h"
|
||||
#import "LLRulerPickerInfoView.h"
|
||||
#import "LLRulerPickerView.h"
|
||||
#import "LLRulerViewController.h"
|
||||
#import "LLRulerWindow.h"
|
||||
#import "LLWindowManager+Ruler.h"
|
||||
#import "LLSandboxHelper.h"
|
||||
#import "LLSandboxModel.h"
|
||||
#import "LLSandbox.h"
|
||||
#import "LLSandboxComponent.h"
|
||||
#import "LLPreviewController.h"
|
||||
#import "LLSandboxCell.h"
|
||||
#import "LLSandboxHtmlPreviewController.h"
|
||||
#import "LLSandboxImagePreviewController.h"
|
||||
#import "LLSandboxPreviewController.h"
|
||||
#import "LLSandboxTextPreviewController.h"
|
||||
#import "LLSandboxVideoPreviewController.h"
|
||||
#import "LLSandboxViewController.h"
|
||||
#import "LLSandboxWindow.h"
|
||||
#import "LLWindowManager+Sandbox.h"
|
||||
#import "LLScreenshotHelper.h"
|
||||
#import "LLConvenientScreenshotComponent.h"
|
||||
#import "LLScreenshot.h"
|
||||
#import "LLScreenshotComponent.h"
|
||||
#import "LLScreenshotActionView.h"
|
||||
#import "LLScreenshotBaseOperation.h"
|
||||
#import "LLScreenshotDefine.h"
|
||||
#import "LLScreenshotImageView.h"
|
||||
#import "LLScreenshotPreviewViewController.h"
|
||||
#import "LLScreenshotSelectorModel.h"
|
||||
#import "LLScreenshotSelectorView.h"
|
||||
#import "LLScreenshotToolbar.h"
|
||||
#import "LLScreenshotViewController.h"
|
||||
#import "LLScreenshotWindow.h"
|
||||
#import "LLWindowManager+Screenshot.h"
|
||||
#import "LLShortCutHelper.h"
|
||||
#import "LLShortCutModel.h"
|
||||
#import "LLShortCut.h"
|
||||
#import "LLShortCutComponent.h"
|
||||
#import "LLShortCutViewController.h"
|
||||
#import "LLShortCutWindow.h"
|
||||
#import "LLWindowManager+ShortCut.h"
|
||||
#import "LLStorageManager.h"
|
||||
#import "LLWidgetBorderHelper.h"
|
||||
#import "UIView+LLWidgetBorder.h"
|
||||
#import "LLWidgetBorder.h"
|
||||
#import "LLWidgetBorderComponent.h"
|
||||
#import "LLWidgetBorderViewController.h"
|
||||
#import "LLWidgetBorderWindow.h"
|
||||
#import "LLWindowManager+WidgetBorder.h"
|
||||
|
||||
FOUNDATION_EXPORT double LLDebugToolVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char LLDebugToolVersionString[];
|
||||
|
||||
14
Pods/Target Support Files/LLDebugTool/LLDebugTool.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/LLDebugTool/LLDebugTool.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FMDB"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LLDEBUGTOOL_APP_INFO=1 LLDEBUGTOOL_CRASH=1 LLDEBUGTOOL_HIERARCHY=1 LLDEBUGTOOL_HTML=1 LLDEBUGTOOL_LOCATION=1 LLDEBUGTOOL_LOG=1 LLDEBUGTOOL_MAGNIFIER=1 LLDEBUGTOOL_NETWORK=1 LLDEBUGTOOL_RULER=1 LLDEBUGTOOL_SANDBOX=1 LLDEBUGTOOL_SCREENSHOT=1 LLDEBUGTOOL_SHORT_CUT=1 LLDEBUGTOOL_WIDGET_BORDER=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "AVKit" -framework "CoreLocation" -framework "CoreTelephony" -framework "FMDB" -framework "MapKit" -framework "Photos" -framework "QuickLook" -framework "SystemConfiguration" -framework "WebKit"
|
||||
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}/LLDebugTool
|
||||
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
|
||||
6
Pods/Target Support Files/LLDebugTool/LLDebugTool.modulemap
generated
Normal file
6
Pods/Target Support Files/LLDebugTool/LLDebugTool.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module LLDebugTool {
|
||||
umbrella header "LLDebugTool-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
14
Pods/Target Support Files/LLDebugTool/LLDebugTool.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/LLDebugTool/LLDebugTool.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FMDB"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LLDEBUGTOOL_APP_INFO=1 LLDEBUGTOOL_CRASH=1 LLDEBUGTOOL_HIERARCHY=1 LLDEBUGTOOL_HTML=1 LLDEBUGTOOL_LOCATION=1 LLDEBUGTOOL_LOG=1 LLDEBUGTOOL_MAGNIFIER=1 LLDEBUGTOOL_NETWORK=1 LLDEBUGTOOL_RULER=1 LLDEBUGTOOL_SANDBOX=1 LLDEBUGTOOL_SCREENSHOT=1 LLDEBUGTOOL_SHORT_CUT=1 LLDEBUGTOOL_WIDGET_BORDER=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "AVKit" -framework "CoreLocation" -framework "CoreTelephony" -framework "FMDB" -framework "MapKit" -framework "Photos" -framework "QuickLook" -framework "SystemConfiguration" -framework "WebKit"
|
||||
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}/LLDebugTool
|
||||
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
|
||||
26
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-Info.plist
generated
Normal file
26
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-Info.plist
generated
Normal 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>1.2.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m
generated
Normal file
5
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_MBProgressHUD : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_MBProgressHUD
|
||||
@end
|
||||
12
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch
generated
Normal file
12
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-prefix.pch
generated
Normal 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
|
||||
|
||||
17
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-umbrella.h
generated
Normal file
17
Pods/Target Support Files/MBProgressHUD/MBProgressHUD-umbrella.h
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
#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 "MBProgressHUD.h"
|
||||
|
||||
FOUNDATION_EXPORT double MBProgressHUDVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char MBProgressHUDVersionString[];
|
||||
|
||||
13
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "QuartzCore"
|
||||
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}/MBProgressHUD
|
||||
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
|
||||
6
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.modulemap
generated
Normal file
6
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module MBProgressHUD {
|
||||
umbrella header "MBProgressHUD-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
13
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/MBProgressHUD/MBProgressHUD.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "QuartzCore"
|
||||
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}/MBProgressHUD
|
||||
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
|
||||
26
Pods/Target Support Files/MJRefresh/MJRefresh-Info.plist
generated
Normal file
26
Pods/Target Support Files/MJRefresh/MJRefresh-Info.plist
generated
Normal 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>3.7.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m
generated
Normal file
5
Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_MJRefresh : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_MJRefresh
|
||||
@end
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user