调整用户资料页的 UI
This commit is contained in:
@@ -438,7 +438,6 @@
|
||||
23E9E9A42A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A32A80DEAF00B792F2 /* XPMineGuildPersonalBillRecordContentView.m */; };
|
||||
23E9E9A72A80F1C300B792F2 /* XPNewMineHallIncomeVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A62A80F1C300B792F2 /* XPNewMineHallIncomeVC.m */; };
|
||||
23E9E9AA2A80FDF100B792F2 /* XPNewMineHallIncomeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9A92A80FDF100B792F2 /* XPNewMineHallIncomeCell.m */; };
|
||||
23E9E9B52A81E8E900B792F2 /* XPAdjustEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9AF2A81E8E900B792F2 /* XPAdjustEvent.m */; };
|
||||
23E9E9B72A82200500B792F2 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 23E9E9B62A82200500B792F2 /* GoogleService-Info.plist */; };
|
||||
23E9E9BA2A82370800B792F2 /* XPEventHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9B82A82370800B792F2 /* XPEventHandle.m */; };
|
||||
23E9E9BD2A82370E00B792F2 /* XPFirebbaseEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E9E9BC2A82370E00B792F2 /* XPFirebbaseEvent.m */; };
|
||||
@@ -2421,8 +2420,6 @@
|
||||
23E9E9A82A80FDF100B792F2 /* XPNewMineHallIncomeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewMineHallIncomeCell.h; sourceTree = "<group>"; };
|
||||
23E9E9A92A80FDF100B792F2 /* XPNewMineHallIncomeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewMineHallIncomeCell.m; sourceTree = "<group>"; };
|
||||
23E9E9AD2A81E8E900B792F2 /* XPEventHead.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPEventHead.h; sourceTree = "<group>"; };
|
||||
23E9E9AF2A81E8E900B792F2 /* XPAdjustEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPAdjustEvent.m; sourceTree = "<group>"; };
|
||||
23E9E9B12A81E8E900B792F2 /* XPAdjustEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPAdjustEvent.h; sourceTree = "<group>"; };
|
||||
23E9E9B62A82200500B792F2 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
||||
23E9E9B82A82370800B792F2 /* XPEventHandle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPEventHandle.m; sourceTree = "<group>"; };
|
||||
23E9E9B92A82370800B792F2 /* XPEventHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPEventHandle.h; sourceTree = "<group>"; };
|
||||
@@ -6388,8 +6385,6 @@
|
||||
23E9E9AB2A81E8E900B792F2 /* Event */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23E9E9B12A81E8E900B792F2 /* XPAdjustEvent.h */,
|
||||
23E9E9AF2A81E8E900B792F2 /* XPAdjustEvent.m */,
|
||||
23E9E9AD2A81E8E900B792F2 /* XPEventHead.h */,
|
||||
23E9E9B92A82370800B792F2 /* XPEventHandle.h */,
|
||||
23E9E9B82A82370800B792F2 /* XPEventHandle.m */,
|
||||
@@ -12107,7 +12102,6 @@
|
||||
E80EC80D28ACD84000D133C5 /* QInputBarView.m in Sources */,
|
||||
23E9EA852A84B6FD00B792F2 /* XPSoundCardModel.m in Sources */,
|
||||
E8D48250278D68BA003C1D08 /* XPAcrossRoomPKPanelView.m in Sources */,
|
||||
23E9E9B52A81E8E900B792F2 /* XPAdjustEvent.m in Sources */,
|
||||
18F404C3276098F100A6C548 /* Api+Message.m in Sources */,
|
||||
9B85B6D7279FDABA00A0A1AC /* XPUserCardSkillCardView.m in Sources */,
|
||||
9B33E3CB27D85379003B0E62 /* UploadFile.m in Sources */,
|
||||
@@ -12877,6 +12871,316 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 20.20.36;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-l\"c++\"",
|
||||
"-l\"iconv\"",
|
||||
"-l\"icucore\"",
|
||||
"-l\"resolv\"",
|
||||
"-l\"sqlite3\"",
|
||||
"-l\"sqlite3.0\"",
|
||||
"-ld64",
|
||||
"-l\"z\"",
|
||||
"-framework",
|
||||
"\"AFNetworking\"",
|
||||
"-framework",
|
||||
"\"AVFoundation\"",
|
||||
"-framework",
|
||||
"\"AVKit\"",
|
||||
"-framework",
|
||||
"\"Accelerate\"",
|
||||
"-framework",
|
||||
"\"AgoraAiEchoCancellationExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiEchoCancellationLLExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiNoiseSuppressionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiNoiseSuppressionLLExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAudioBeautyExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraClearVisionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraContentInspectExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraFaceCaptureExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraFaceDetectionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraLipSyncExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraReplayKitExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraRtcKit\"",
|
||||
"-framework",
|
||||
"\"AgoraSoundTouch\"",
|
||||
"-framework",
|
||||
"\"AgoraSpatialAudioExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoAv1DecoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoAv1EncoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoDecoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoEncoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoQualityAnalyzerExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoSegmentationExtension\"",
|
||||
"-framework",
|
||||
"\"Agorafdkaac\"",
|
||||
"-framework",
|
||||
"\"Agoraffmpeg\"",
|
||||
"-framework",
|
||||
"\"AppAuth\"",
|
||||
"-framework",
|
||||
"\"AppleAccountConnector\"",
|
||||
"-framework",
|
||||
"\"AssetsLibrary\"",
|
||||
"-framework",
|
||||
"\"AudioToolbox\"",
|
||||
"-framework",
|
||||
"\"Base64\"",
|
||||
"-framework",
|
||||
"\"Bugly\"",
|
||||
"-framework",
|
||||
"\"CFNetwork\"",
|
||||
"-framework",
|
||||
"\"COSBeaconAPI_Base\"",
|
||||
"-framework",
|
||||
"\"CocoaAsyncSocket\"",
|
||||
"-framework",
|
||||
"\"CoreFoundation\"",
|
||||
"-framework",
|
||||
"\"CoreGraphics\"",
|
||||
"-framework",
|
||||
"\"CoreMedia\"",
|
||||
"-framework",
|
||||
"\"CoreMotion\"",
|
||||
"-framework",
|
||||
"\"CoreServices\"",
|
||||
"-framework",
|
||||
"\"CoreTelephony\"",
|
||||
"-framework",
|
||||
"\"CoreText\"",
|
||||
"-framework",
|
||||
"\"FBAEMKit\"",
|
||||
"-framework",
|
||||
"\"FBLPromises\"",
|
||||
"-framework",
|
||||
"\"FBSDKCoreKit\"",
|
||||
"-framework",
|
||||
"\"FBSDKCoreKit_Basics\"",
|
||||
"-framework",
|
||||
"\"FBSDKLoginKit\"",
|
||||
"-framework",
|
||||
"\"FBSDKShareKit\"",
|
||||
"-framework",
|
||||
"\"FFPopup\"",
|
||||
"-framework",
|
||||
"\"FLAnimatedImage\"",
|
||||
"-framework",
|
||||
"\"FirebaseAnalytics\"",
|
||||
"-framework",
|
||||
"\"FirebaseCore\"",
|
||||
"-framework",
|
||||
"\"FirebaseCoreInternal\"",
|
||||
"-framework",
|
||||
"\"FirebaseInstallations\"",
|
||||
"-framework",
|
||||
"\"Foundation\"",
|
||||
"-framework",
|
||||
"\"GKCycleScrollView\"",
|
||||
"-framework",
|
||||
"\"GTMAppAuth\"",
|
||||
"-framework",
|
||||
"\"GTMSessionFetcher\"",
|
||||
"-framework",
|
||||
"\"GoogleAppMeasurement\"",
|
||||
"-framework",
|
||||
"\"GoogleAppMeasurementIdentitySupport\"",
|
||||
"-framework",
|
||||
"\"GoogleSignIn\"",
|
||||
"-framework",
|
||||
"\"GoogleUtilities\"",
|
||||
"-framework",
|
||||
"\"IQKeyboardManager\"",
|
||||
"-framework",
|
||||
"\"ImageIO\"",
|
||||
"-framework",
|
||||
"\"JXCategoryView\"",
|
||||
"-framework",
|
||||
"\"JXPagingView\"",
|
||||
"-framework",
|
||||
"\"JavaScriptCore\"",
|
||||
"-framework",
|
||||
"\"LineSDK\"",
|
||||
"-framework",
|
||||
"\"LocalAuthentication\"",
|
||||
"-framework",
|
||||
"\"MBProgressHUD\"",
|
||||
"-framework",
|
||||
"\"MJExtension\"",
|
||||
"-framework",
|
||||
"\"MJRefresh\"",
|
||||
"-framework",
|
||||
"\"MOBFoundation\"",
|
||||
"-framework",
|
||||
"\"MarqueeLabel\"",
|
||||
"-framework",
|
||||
"\"Masonry\"",
|
||||
"-framework",
|
||||
"\"Metal\"",
|
||||
"-framework",
|
||||
"\"MetalKit\"",
|
||||
"-framework",
|
||||
"\"MetalPerformanceShaders\"",
|
||||
"-framework",
|
||||
"\"MobLinkPro\"",
|
||||
"-framework",
|
||||
"\"MobileCoreServices\"",
|
||||
"-framework",
|
||||
"\"NIMNOS\"",
|
||||
"-framework",
|
||||
"\"NIMSDK\"",
|
||||
"-framework",
|
||||
"\"Photos\"",
|
||||
"-framework",
|
||||
"\"PhotosUI\"",
|
||||
"-framework",
|
||||
"\"Protobuf\"",
|
||||
"-framework",
|
||||
"\"QCloudCOSXML\"",
|
||||
"-framework",
|
||||
"\"QCloudCore\"",
|
||||
"-framework",
|
||||
"\"QCloudTrack\"",
|
||||
"-framework",
|
||||
"\"QGVAPlayer\"",
|
||||
"-framework",
|
||||
"\"QimeiSDK\"",
|
||||
"-framework",
|
||||
"\"QuartzCore\"",
|
||||
"-framework",
|
||||
"\"ReactiveObjC\"",
|
||||
"-framework",
|
||||
"\"ReplayKit\"",
|
||||
"-framework",
|
||||
"\"SDCycleScrollView\"",
|
||||
"-framework",
|
||||
"\"SDWebImage\"",
|
||||
"-framework",
|
||||
"\"SDWebImageFLPlugin\"",
|
||||
"-framework",
|
||||
"\"SSKeychain\"",
|
||||
"-framework",
|
||||
"\"SSZipArchive\"",
|
||||
"-framework",
|
||||
"\"SVGAPlayer\"",
|
||||
"-framework",
|
||||
"\"SZTextView\"",
|
||||
"-framework",
|
||||
"\"SafariServices\"",
|
||||
"-framework",
|
||||
"\"Security\"",
|
||||
"-framework",
|
||||
"\"ShareSDK\"",
|
||||
"-framework",
|
||||
"\"ShareSDKConnector\"",
|
||||
"-framework",
|
||||
"\"ShareSDKExtension\"",
|
||||
"-framework",
|
||||
"\"StoreKit\"",
|
||||
"-framework",
|
||||
"\"SystemConfiguration\"",
|
||||
"-framework",
|
||||
"\"TABAnimated\"",
|
||||
"-framework",
|
||||
"\"TXFFmpeg\"",
|
||||
"-framework",
|
||||
"\"TXLiteAVSDK_TRTC\"",
|
||||
"-framework",
|
||||
"\"TXSoundTouch\"",
|
||||
"-framework",
|
||||
"\"TYCyclePagerView\"",
|
||||
"-framework",
|
||||
"\"TZImagePickerController\"",
|
||||
"-framework",
|
||||
"\"UIKit\"",
|
||||
"-framework",
|
||||
"\"UMCommon\"",
|
||||
"-framework",
|
||||
"\"UMDevice\"",
|
||||
"-framework",
|
||||
"\"VideoToolbox\"",
|
||||
"-framework",
|
||||
"\"YXArtemis\"",
|
||||
"-framework",
|
||||
"\"YYCache\"",
|
||||
"-framework",
|
||||
"\"YYImage\"",
|
||||
"-framework",
|
||||
"\"YYText\"",
|
||||
"-framework",
|
||||
"\"YYWebImage\"",
|
||||
"-framework",
|
||||
"\"YuMi\"",
|
||||
"-framework",
|
||||
"\"ZLCollectionViewFlowLayout\"",
|
||||
"-framework",
|
||||
"\"aosl\"",
|
||||
"-framework",
|
||||
"\"libpag\"",
|
||||
"-framework",
|
||||
"\"nanopb\"",
|
||||
"-framework",
|
||||
"\"pop\"",
|
||||
"-framework",
|
||||
"\"video_dec\"",
|
||||
"-framework",
|
||||
"\"video_enc\"",
|
||||
"-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",
|
||||
"\"AgoraSpatialAudioExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoAv1DecoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoAv1EncoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoDecoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoEncoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoQualityAnalyzerExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoSegmentationExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AuthenticationServices\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
@@ -12919,6 +13223,316 @@
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 20.20.36;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-l\"c++\"",
|
||||
"-l\"iconv\"",
|
||||
"-l\"icucore\"",
|
||||
"-l\"resolv\"",
|
||||
"-l\"sqlite3\"",
|
||||
"-l\"sqlite3.0\"",
|
||||
"-ld64",
|
||||
"-l\"z\"",
|
||||
"-framework",
|
||||
"\"AFNetworking\"",
|
||||
"-framework",
|
||||
"\"AVFoundation\"",
|
||||
"-framework",
|
||||
"\"AVKit\"",
|
||||
"-framework",
|
||||
"\"Accelerate\"",
|
||||
"-framework",
|
||||
"\"AgoraAiEchoCancellationExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiEchoCancellationLLExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiNoiseSuppressionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAiNoiseSuppressionLLExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraAudioBeautyExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraClearVisionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraContentInspectExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraFaceCaptureExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraFaceDetectionExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraLipSyncExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraReplayKitExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraRtcKit\"",
|
||||
"-framework",
|
||||
"\"AgoraSoundTouch\"",
|
||||
"-framework",
|
||||
"\"AgoraSpatialAudioExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoAv1DecoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoAv1EncoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoDecoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoEncoderExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoQualityAnalyzerExtension\"",
|
||||
"-framework",
|
||||
"\"AgoraVideoSegmentationExtension\"",
|
||||
"-framework",
|
||||
"\"Agorafdkaac\"",
|
||||
"-framework",
|
||||
"\"Agoraffmpeg\"",
|
||||
"-framework",
|
||||
"\"AppAuth\"",
|
||||
"-framework",
|
||||
"\"AppleAccountConnector\"",
|
||||
"-framework",
|
||||
"\"AssetsLibrary\"",
|
||||
"-framework",
|
||||
"\"AudioToolbox\"",
|
||||
"-framework",
|
||||
"\"Base64\"",
|
||||
"-framework",
|
||||
"\"Bugly\"",
|
||||
"-framework",
|
||||
"\"CFNetwork\"",
|
||||
"-framework",
|
||||
"\"COSBeaconAPI_Base\"",
|
||||
"-framework",
|
||||
"\"CocoaAsyncSocket\"",
|
||||
"-framework",
|
||||
"\"CoreFoundation\"",
|
||||
"-framework",
|
||||
"\"CoreGraphics\"",
|
||||
"-framework",
|
||||
"\"CoreMedia\"",
|
||||
"-framework",
|
||||
"\"CoreMotion\"",
|
||||
"-framework",
|
||||
"\"CoreServices\"",
|
||||
"-framework",
|
||||
"\"CoreTelephony\"",
|
||||
"-framework",
|
||||
"\"CoreText\"",
|
||||
"-framework",
|
||||
"\"FBAEMKit\"",
|
||||
"-framework",
|
||||
"\"FBLPromises\"",
|
||||
"-framework",
|
||||
"\"FBSDKCoreKit\"",
|
||||
"-framework",
|
||||
"\"FBSDKCoreKit_Basics\"",
|
||||
"-framework",
|
||||
"\"FBSDKLoginKit\"",
|
||||
"-framework",
|
||||
"\"FBSDKShareKit\"",
|
||||
"-framework",
|
||||
"\"FFPopup\"",
|
||||
"-framework",
|
||||
"\"FLAnimatedImage\"",
|
||||
"-framework",
|
||||
"\"FirebaseAnalytics\"",
|
||||
"-framework",
|
||||
"\"FirebaseCore\"",
|
||||
"-framework",
|
||||
"\"FirebaseCoreInternal\"",
|
||||
"-framework",
|
||||
"\"FirebaseInstallations\"",
|
||||
"-framework",
|
||||
"\"Foundation\"",
|
||||
"-framework",
|
||||
"\"GKCycleScrollView\"",
|
||||
"-framework",
|
||||
"\"GTMAppAuth\"",
|
||||
"-framework",
|
||||
"\"GTMSessionFetcher\"",
|
||||
"-framework",
|
||||
"\"GoogleAppMeasurement\"",
|
||||
"-framework",
|
||||
"\"GoogleAppMeasurementIdentitySupport\"",
|
||||
"-framework",
|
||||
"\"GoogleSignIn\"",
|
||||
"-framework",
|
||||
"\"GoogleUtilities\"",
|
||||
"-framework",
|
||||
"\"IQKeyboardManager\"",
|
||||
"-framework",
|
||||
"\"ImageIO\"",
|
||||
"-framework",
|
||||
"\"JXCategoryView\"",
|
||||
"-framework",
|
||||
"\"JXPagingView\"",
|
||||
"-framework",
|
||||
"\"JavaScriptCore\"",
|
||||
"-framework",
|
||||
"\"LineSDK\"",
|
||||
"-framework",
|
||||
"\"LocalAuthentication\"",
|
||||
"-framework",
|
||||
"\"MBProgressHUD\"",
|
||||
"-framework",
|
||||
"\"MJExtension\"",
|
||||
"-framework",
|
||||
"\"MJRefresh\"",
|
||||
"-framework",
|
||||
"\"MOBFoundation\"",
|
||||
"-framework",
|
||||
"\"MarqueeLabel\"",
|
||||
"-framework",
|
||||
"\"Masonry\"",
|
||||
"-framework",
|
||||
"\"Metal\"",
|
||||
"-framework",
|
||||
"\"MetalKit\"",
|
||||
"-framework",
|
||||
"\"MetalPerformanceShaders\"",
|
||||
"-framework",
|
||||
"\"MobLinkPro\"",
|
||||
"-framework",
|
||||
"\"MobileCoreServices\"",
|
||||
"-framework",
|
||||
"\"NIMNOS\"",
|
||||
"-framework",
|
||||
"\"NIMSDK\"",
|
||||
"-framework",
|
||||
"\"Photos\"",
|
||||
"-framework",
|
||||
"\"PhotosUI\"",
|
||||
"-framework",
|
||||
"\"Protobuf\"",
|
||||
"-framework",
|
||||
"\"QCloudCOSXML\"",
|
||||
"-framework",
|
||||
"\"QCloudCore\"",
|
||||
"-framework",
|
||||
"\"QCloudTrack\"",
|
||||
"-framework",
|
||||
"\"QGVAPlayer\"",
|
||||
"-framework",
|
||||
"\"QimeiSDK\"",
|
||||
"-framework",
|
||||
"\"QuartzCore\"",
|
||||
"-framework",
|
||||
"\"ReactiveObjC\"",
|
||||
"-framework",
|
||||
"\"ReplayKit\"",
|
||||
"-framework",
|
||||
"\"SDCycleScrollView\"",
|
||||
"-framework",
|
||||
"\"SDWebImage\"",
|
||||
"-framework",
|
||||
"\"SDWebImageFLPlugin\"",
|
||||
"-framework",
|
||||
"\"SSKeychain\"",
|
||||
"-framework",
|
||||
"\"SSZipArchive\"",
|
||||
"-framework",
|
||||
"\"SVGAPlayer\"",
|
||||
"-framework",
|
||||
"\"SZTextView\"",
|
||||
"-framework",
|
||||
"\"SafariServices\"",
|
||||
"-framework",
|
||||
"\"Security\"",
|
||||
"-framework",
|
||||
"\"ShareSDK\"",
|
||||
"-framework",
|
||||
"\"ShareSDKConnector\"",
|
||||
"-framework",
|
||||
"\"ShareSDKExtension\"",
|
||||
"-framework",
|
||||
"\"StoreKit\"",
|
||||
"-framework",
|
||||
"\"SystemConfiguration\"",
|
||||
"-framework",
|
||||
"\"TABAnimated\"",
|
||||
"-framework",
|
||||
"\"TXFFmpeg\"",
|
||||
"-framework",
|
||||
"\"TXLiteAVSDK_TRTC\"",
|
||||
"-framework",
|
||||
"\"TXSoundTouch\"",
|
||||
"-framework",
|
||||
"\"TYCyclePagerView\"",
|
||||
"-framework",
|
||||
"\"TZImagePickerController\"",
|
||||
"-framework",
|
||||
"\"UIKit\"",
|
||||
"-framework",
|
||||
"\"UMCommon\"",
|
||||
"-framework",
|
||||
"\"UMDevice\"",
|
||||
"-framework",
|
||||
"\"VideoToolbox\"",
|
||||
"-framework",
|
||||
"\"YXArtemis\"",
|
||||
"-framework",
|
||||
"\"YYCache\"",
|
||||
"-framework",
|
||||
"\"YYImage\"",
|
||||
"-framework",
|
||||
"\"YYText\"",
|
||||
"-framework",
|
||||
"\"YYWebImage\"",
|
||||
"-framework",
|
||||
"\"YuMi\"",
|
||||
"-framework",
|
||||
"\"ZLCollectionViewFlowLayout\"",
|
||||
"-framework",
|
||||
"\"aosl\"",
|
||||
"-framework",
|
||||
"\"libpag\"",
|
||||
"-framework",
|
||||
"\"nanopb\"",
|
||||
"-framework",
|
||||
"\"pop\"",
|
||||
"-framework",
|
||||
"\"video_dec\"",
|
||||
"-framework",
|
||||
"\"video_enc\"",
|
||||
"-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",
|
||||
"\"AgoraSpatialAudioExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoAv1DecoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoAv1EncoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoDecoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoEncoderExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoQualityAnalyzerExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AgoraVideoSegmentationExtension\"",
|
||||
"-weak_framework",
|
||||
"\"AuthenticationServices\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
Reference in New Issue
Block a user