|
@@ -697,6 +697,11 @@
|
|
|
BC802DBA28BC8C810079E350 /* HomeHotVideoCourseView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC802DB928BC8C810079E350 /* HomeHotVideoCourseView.xib */; };
|
|
|
BC802DBD28BC8E2C0079E350 /* HomeHotLiveCourseView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC802DBC28BC8E2C0079E350 /* HomeHotLiveCourseView.m */; };
|
|
|
BC802DBF28BC8E350079E350 /* HomeHotLiveCourseView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC802DBE28BC8E350079E350 /* HomeHotLiveCourseView.xib */; };
|
|
|
+ BC83A8362AD27C470033D48B /* TenantNotiferCenterController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC83A8352AD27C470033D48B /* TenantNotiferCenterController.m */; };
|
|
|
+ BC83A83A2AD2825F0033D48B /* TenantNotiferMessageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = BC83A8382AD2825F0033D48B /* TenantNotiferMessageCell.m */; };
|
|
|
+ BC83A83B2AD2825F0033D48B /* TenantNotiferMessageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC83A8392AD2825F0033D48B /* TenantNotiferMessageCell.xib */; };
|
|
|
+ BC83A83E2AD28A9F0033D48B /* TenantNotiferNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC83A83D2AD28A9F0033D48B /* TenantNotiferNavView.m */; };
|
|
|
+ BC83A8402AD28AA60033D48B /* TenantNotiferNavView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC83A83F2AD28AA60033D48B /* TenantNotiferNavView.xib */; };
|
|
|
BC84183F2AC2D96600D8F90E /* PasswordCheckBodyView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC84183E2AC2D96600D8F90E /* PasswordCheckBodyView.m */; };
|
|
|
BC8418412AC2D96C00D8F90E /* PasswordCheckBodyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC8418402AC2D96C00D8F90E /* PasswordCheckBodyView.xib */; };
|
|
|
BC89AC092AB0840E00B077AF /* TenantRecommendMusicView.m in Sources */ = {isa = PBXBuildFile; fileRef = BC89AC082AB0840E00B077AF /* TenantRecommendMusicView.m */; };
|
|
@@ -1092,6 +1097,8 @@
|
|
|
BCFE54002814E1BE00AD6786 /* HomeVideoGroupModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFE53FE2814E1BE00AD6786 /* HomeVideoGroupModel.m */; };
|
|
|
BCFE540328152A8500AD6786 /* KSOrderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFE540228152A8500AD6786 /* KSOrderManager.m */; };
|
|
|
BCFE5406281545C600AD6786 /* HomeAlbumModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFE5405281545C500AD6786 /* HomeAlbumModel.m */; };
|
|
|
+ BCFEE18D2AD15BD4000E888F /* AudioKitEX in Frameworks */ = {isa = PBXBuildFile; productRef = BCFEE18C2AD15BD4000E888F /* AudioKitEX */; };
|
|
|
+ BCFEE1932AD15C0E000E888F /* SoundpipeAudioKit in Frameworks */ = {isa = PBXBuildFile; productRef = BCFEE1922AD15C0E000E888F /* SoundpipeAudioKit */; };
|
|
|
BCFEED4D28F7E4720078A2B7 /* SmallToolViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFEED4C28F7E4720078A2B7 /* SmallToolViewController.m */; };
|
|
|
BCFEED5E28F7E4910078A2B7 /* WidgetFunctionView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFEED4F28F7E4910078A2B7 /* WidgetFunctionView.m */; };
|
|
|
BCFEED5F28F7E4910078A2B7 /* WidgetNavView.m in Sources */ = {isa = PBXBuildFile; fileRef = BCFEED5028F7E4910078A2B7 /* WidgetNavView.m */; };
|
|
@@ -2329,6 +2336,14 @@
|
|
|
BC802DBB28BC8E2C0079E350 /* HomeHotLiveCourseView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeHotLiveCourseView.h; sourceTree = "<group>"; };
|
|
|
BC802DBC28BC8E2C0079E350 /* HomeHotLiveCourseView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeHotLiveCourseView.m; sourceTree = "<group>"; };
|
|
|
BC802DBE28BC8E350079E350 /* HomeHotLiveCourseView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeHotLiveCourseView.xib; sourceTree = "<group>"; };
|
|
|
+ BC83A8342AD27C470033D48B /* TenantNotiferCenterController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TenantNotiferCenterController.h; sourceTree = "<group>"; };
|
|
|
+ BC83A8352AD27C470033D48B /* TenantNotiferCenterController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TenantNotiferCenterController.m; sourceTree = "<group>"; };
|
|
|
+ BC83A8372AD2825F0033D48B /* TenantNotiferMessageCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TenantNotiferMessageCell.h; sourceTree = "<group>"; };
|
|
|
+ BC83A8382AD2825F0033D48B /* TenantNotiferMessageCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TenantNotiferMessageCell.m; sourceTree = "<group>"; };
|
|
|
+ BC83A8392AD2825F0033D48B /* TenantNotiferMessageCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TenantNotiferMessageCell.xib; sourceTree = "<group>"; };
|
|
|
+ BC83A83C2AD28A9F0033D48B /* TenantNotiferNavView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TenantNotiferNavView.h; sourceTree = "<group>"; };
|
|
|
+ BC83A83D2AD28A9F0033D48B /* TenantNotiferNavView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TenantNotiferNavView.m; sourceTree = "<group>"; };
|
|
|
+ BC83A83F2AD28AA60033D48B /* TenantNotiferNavView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TenantNotiferNavView.xib; sourceTree = "<group>"; };
|
|
|
BC84183D2AC2D96600D8F90E /* PasswordCheckBodyView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PasswordCheckBodyView.h; sourceTree = "<group>"; };
|
|
|
BC84183E2AC2D96600D8F90E /* PasswordCheckBodyView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PasswordCheckBodyView.m; sourceTree = "<group>"; };
|
|
|
BC8418402AC2D96C00D8F90E /* PasswordCheckBodyView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PasswordCheckBodyView.xib; sourceTree = "<group>"; };
|
|
@@ -2999,6 +3014,8 @@
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
BCA1136828A3A5CF007FAFB9 /* Accelerate.framework in Frameworks */,
|
|
|
+ BCFEE1932AD15C0E000E888F /* SoundpipeAudioKit in Frameworks */,
|
|
|
+ BCFEE18D2AD15BD4000E888F /* AudioKitEX in Frameworks */,
|
|
|
BC8B6E152856E20800866917 /* WebKit.framework in Frameworks */,
|
|
|
BC8A45CB283DDEA100094BBB /* AVFoundation.framework in Frameworks */,
|
|
|
BCD9294F28F8FCA4006793E4 /* AudioKit in Frameworks */,
|
|
@@ -5105,6 +5122,8 @@
|
|
|
BC2932FC2AAEF4AB0024D98E /* InsititutionMineViewController.m */,
|
|
|
BC2932FE2AAEFC810024D98E /* INSSettingViewController.h */,
|
|
|
BC2932FF2AAEFC810024D98E /* INSSettingViewController.m */,
|
|
|
+ BC83A8342AD27C470033D48B /* TenantNotiferCenterController.h */,
|
|
|
+ BC83A8352AD27C470033D48B /* TenantNotiferCenterController.m */,
|
|
|
);
|
|
|
path = Controller;
|
|
|
sourceTree = "<group>";
|
|
@@ -5131,6 +5150,12 @@
|
|
|
BCCC361F2AAF0EDF000D60CA /* SettingBottomView.h */,
|
|
|
BCCC361D2AAF0EDE000D60CA /* SettingBottomView.m */,
|
|
|
BCCC361E2AAF0EDF000D60CA /* SettingBottomView.xib */,
|
|
|
+ BC83A8372AD2825F0033D48B /* TenantNotiferMessageCell.h */,
|
|
|
+ BC83A8382AD2825F0033D48B /* TenantNotiferMessageCell.m */,
|
|
|
+ BC83A8392AD2825F0033D48B /* TenantNotiferMessageCell.xib */,
|
|
|
+ BC83A83C2AD28A9F0033D48B /* TenantNotiferNavView.h */,
|
|
|
+ BC83A83D2AD28A9F0033D48B /* TenantNotiferNavView.m */,
|
|
|
+ BC83A83F2AD28AA60033D48B /* TenantNotiferNavView.xib */,
|
|
|
);
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
@@ -7025,6 +7050,8 @@
|
|
|
name = KulexiuForStudent;
|
|
|
packageProductDependencies = (
|
|
|
BCD9294E28F8FCA4006793E4 /* AudioKit */,
|
|
|
+ BCFEE18C2AD15BD4000E888F /* AudioKitEX */,
|
|
|
+ BCFEE1922AD15C0E000E888F /* SoundpipeAudioKit */,
|
|
|
);
|
|
|
productName = KulexiuForStudent;
|
|
|
productReference = 275E8AA527E18F8800DD3F6E /* KulexiuForStudent.app */;
|
|
@@ -7105,6 +7132,8 @@
|
|
|
mainGroup = 275E8A9C27E18F8800DD3F6E;
|
|
|
packageReferences = (
|
|
|
BCD9294D28F8FCA4006793E4 /* XCRemoteSwiftPackageReference "AudioKit" */,
|
|
|
+ BCFEE18B2AD15BD4000E888F /* XCRemoteSwiftPackageReference "AudioKitEX" */,
|
|
|
+ BCFEE1912AD15C0E000E888F /* XCRemoteSwiftPackageReference "SoundpipeAudioKit" */,
|
|
|
);
|
|
|
productRefGroup = 275E8AA627E18F8800DD3F6E /* Products */;
|
|
|
projectDirPath = "";
|
|
@@ -7295,6 +7324,7 @@
|
|
|
2723B66327F15CFC00E0B90B /* ModifyNameBodyView.xib in Resources */,
|
|
|
BC71D255288804CD0010F14B /* img_5.png in Resources */,
|
|
|
BCFEED6728F7E4910078A2B7 /* WidgetBottomButtonView.xib in Resources */,
|
|
|
+ BC83A8402AD28AA60033D48B /* TenantNotiferNavView.xib in Resources */,
|
|
|
BCB6348327F6D29600ACFDCF /* LiveSeatApplyView.xib in Resources */,
|
|
|
BCFDA65328BCA2000022B497 /* accomapny_animation_3.png in Resources */,
|
|
|
BC8C2C612823F57100FBA5D5 /* MyAddressListCell.xib in Resources */,
|
|
@@ -7373,6 +7403,7 @@
|
|
|
BC106C472A933B8B000759A9 /* LiveRoomBottomView.xib in Resources */,
|
|
|
2723B66F27F15CFC00E0B90B /* AboutUsBodyView.xib in Resources */,
|
|
|
275FA23827E7356B00CFEA2E /* FirstSettingBodyView.xib in Resources */,
|
|
|
+ BC83A83B2AD2825F0033D48B /* TenantNotiferMessageCell.xib in Resources */,
|
|
|
BC542E622840A60E00633781 /* UseBodyView.xib in Resources */,
|
|
|
BC106C422A9339FB000759A9 /* LiveAlertView.xib in Resources */,
|
|
|
BCC583B428A9EC6400BAB4CF /* cloud_animation_9.png in Resources */,
|
|
@@ -7672,6 +7703,7 @@
|
|
|
BCB909132852EF0000F5FF69 /* KSDragWindowManager.m in Sources */,
|
|
|
2779359827E324A80010E277 /* TZAssetModel.m in Sources */,
|
|
|
BCC0F6AC2A8CDD4000C4EFA4 /* HTTPResult.m in Sources */,
|
|
|
+ BC83A83A2AD2825F0033D48B /* TenantNotiferMessageCell.m in Sources */,
|
|
|
277935A027E324A80010E277 /* UIView+TZLayout.m in Sources */,
|
|
|
BCA3DBBD29014B9800AE1C49 /* TunerForkManager.swift in Sources */,
|
|
|
2779351227E324A50010E277 /* KSNetworkAccessibleManager.m in Sources */,
|
|
@@ -7946,12 +7978,14 @@
|
|
|
BC106C372A9338A7000759A9 /* TXLiveChatListCell.m in Sources */,
|
|
|
BC106C242A933869000759A9 /* TXTestGenerateUserSig.m in Sources */,
|
|
|
2723B61F27F157D500E0B90B /* GroupNoticeModel.m in Sources */,
|
|
|
+ BC83A8362AD27C470033D48B /* TenantNotiferCenterController.m in Sources */,
|
|
|
275FA1E627E7351900CFEA2E /* KSUpdateAlert.m in Sources */,
|
|
|
BCB5B2D52ABB1E13005BF25D /* KSEmptyStatusView.m in Sources */,
|
|
|
2779355027E324A70010E277 /* VoDiskCache.m in Sources */,
|
|
|
BCFEED6228F7E4910078A2B7 /* WidgetDotView.m in Sources */,
|
|
|
BCC0F6ED2A8CE4AF00C4EFA4 /* ZoomControl.m in Sources */,
|
|
|
BCF472E72AB019CD0032BE16 /* TenantDarkViewController.m in Sources */,
|
|
|
+ BC83A83E2AD28A9F0033D48B /* TenantNotiferNavView.m in Sources */,
|
|
|
BC106C032A933829000759A9 /* TXLiveMessageOpenLive.m in Sources */,
|
|
|
2779353927E324A60010E277 /* UIView+XIBView.m in Sources */,
|
|
|
2779355827E324A70010E277 /* UIImage+Addtions.m in Sources */,
|
|
@@ -8589,9 +8623,136 @@
|
|
|
"$(PROJECT_DIR)/KulexiuForStudent/Common/ThirdPart/UMSocialSDK/share/share_ios_6.10.5/SocialLibraries/Sina/SinaSDK",
|
|
|
"$(PROJECT_DIR)/KulexiuForStudent/Common/ThirdPart/UMSocialSDK/share/share_ios_6.10.5/UMSocialSDKPlugin",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.5.1;
|
|
|
+ MARKETING_VERSION = 1.5.2;
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
|
|
|
+ OTHER_LDFLAGS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "-ObjC",
|
|
|
+ "-l\"AFNetworking\"",
|
|
|
+ "-l\"CHIPageControl\"",
|
|
|
+ "-l\"IQKeyboardManager\"",
|
|
|
+ "-l\"JXCategoryView\"",
|
|
|
+ "-l\"JXPagingView\"",
|
|
|
+ "-l\"MBProgressHUD\"",
|
|
|
+ "-l\"MJExtension\"",
|
|
|
+ "-l\"MJRefresh\"",
|
|
|
+ "-l\"Masonry\"",
|
|
|
+ "-l\"NTLBridge\"",
|
|
|
+ "-l\"QCloudCOSXML\"",
|
|
|
+ "-l\"QCloudCore\"",
|
|
|
+ "-l\"RSKImageCropper\"",
|
|
|
+ "-l\"Reachability\"",
|
|
|
+ "-l\"ReactiveObjC\"",
|
|
|
+ "-l\"SDWebImage\"",
|
|
|
+ "-l\"SSZipArchive\"",
|
|
|
+ "-l\"SocketRocket\"",
|
|
|
+ "-l\"TIMCommon\"",
|
|
|
+ "-l\"TUIChat\"",
|
|
|
+ "-l\"TUIConversation\"",
|
|
|
+ "-l\"TUICore\"",
|
|
|
+ "-l\"TUIGroup\"",
|
|
|
+ "-l\"TUISearch\"",
|
|
|
+ "-l\"TYCyclePagerView\"",
|
|
|
+ "-l\"Whiteboard\"",
|
|
|
+ "-l\"YYModel\"",
|
|
|
+ "-l\"c++\"",
|
|
|
+ "-l\"iOS-KS3SDK\"",
|
|
|
+ "-l\"iconv\"",
|
|
|
+ "-l\"icucore\"",
|
|
|
+ "-l\"jcore-noidfa-ios-2.7.1\"",
|
|
|
+ "-l\"jpush-ios-4.3.0\"",
|
|
|
+ "-l\"lottie-ios\"",
|
|
|
+ "-l\"opencore-amrnb\"",
|
|
|
+ "-l\"opencore-amrwb\"",
|
|
|
+ "-l\"resolv\"",
|
|
|
+ "-l\"sqlite3\"",
|
|
|
+ "-l\"stdc++\"",
|
|
|
+ "-l\"z\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AVFoundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Accelerate\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AlipaySDK\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AssetsLibrary\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AudioToolbox\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Bugly\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CFNetwork\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreFoundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreGraphics\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreMedia\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreMotion\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreServices\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreTelephony\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreText\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Foundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"GLKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ImSDK_Plus\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ImageIO\"",
|
|
|
+ "-framework",
|
|
|
+ "\"MetalKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"QuartzCore\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ReplayKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongChatRoom\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongCustomerService\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongDiscussion\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMLib\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMLibCore\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongLocation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongPublicService\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongRTCLib\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongSight\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Security\"",
|
|
|
+ "-framework",
|
|
|
+ "\"StoreKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"SystemConfiguration\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXFFmpeg\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXLiteAVSDK_Professional\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXSoundTouch\"",
|
|
|
+ "-framework",
|
|
|
+ "\"UIKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"VideoToolbox\"",
|
|
|
+ "-framework",
|
|
|
+ "\"WebKit\"",
|
|
|
+ "-weak_framework",
|
|
|
+ "\"UserNotifications\"",
|
|
|
+ "-ld_classic",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.Colexiu.KulexiuForStudent;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
@@ -8668,9 +8829,136 @@
|
|
|
"$(PROJECT_DIR)/KulexiuForStudent/Common/ThirdPart/UMSocialSDK/share/share_ios_6.10.5/SocialLibraries/Sina/SinaSDK",
|
|
|
"$(PROJECT_DIR)/KulexiuForStudent/Common/ThirdPart/UMSocialSDK/share/share_ios_6.10.5/UMSocialSDKPlugin",
|
|
|
);
|
|
|
- MARKETING_VERSION = 1.5.1;
|
|
|
+ MARKETING_VERSION = 1.5.2;
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
|
|
|
+ OTHER_LDFLAGS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "-ObjC",
|
|
|
+ "-l\"AFNetworking\"",
|
|
|
+ "-l\"CHIPageControl\"",
|
|
|
+ "-l\"IQKeyboardManager\"",
|
|
|
+ "-l\"JXCategoryView\"",
|
|
|
+ "-l\"JXPagingView\"",
|
|
|
+ "-l\"MBProgressHUD\"",
|
|
|
+ "-l\"MJExtension\"",
|
|
|
+ "-l\"MJRefresh\"",
|
|
|
+ "-l\"Masonry\"",
|
|
|
+ "-l\"NTLBridge\"",
|
|
|
+ "-l\"QCloudCOSXML\"",
|
|
|
+ "-l\"QCloudCore\"",
|
|
|
+ "-l\"RSKImageCropper\"",
|
|
|
+ "-l\"Reachability\"",
|
|
|
+ "-l\"ReactiveObjC\"",
|
|
|
+ "-l\"SDWebImage\"",
|
|
|
+ "-l\"SSZipArchive\"",
|
|
|
+ "-l\"SocketRocket\"",
|
|
|
+ "-l\"TIMCommon\"",
|
|
|
+ "-l\"TUIChat\"",
|
|
|
+ "-l\"TUIConversation\"",
|
|
|
+ "-l\"TUICore\"",
|
|
|
+ "-l\"TUIGroup\"",
|
|
|
+ "-l\"TUISearch\"",
|
|
|
+ "-l\"TYCyclePagerView\"",
|
|
|
+ "-l\"Whiteboard\"",
|
|
|
+ "-l\"YYModel\"",
|
|
|
+ "-l\"c++\"",
|
|
|
+ "-l\"iOS-KS3SDK\"",
|
|
|
+ "-l\"iconv\"",
|
|
|
+ "-l\"icucore\"",
|
|
|
+ "-l\"jcore-noidfa-ios-2.7.1\"",
|
|
|
+ "-l\"jpush-ios-4.3.0\"",
|
|
|
+ "-l\"lottie-ios\"",
|
|
|
+ "-l\"opencore-amrnb\"",
|
|
|
+ "-l\"opencore-amrwb\"",
|
|
|
+ "-l\"resolv\"",
|
|
|
+ "-l\"sqlite3\"",
|
|
|
+ "-l\"stdc++\"",
|
|
|
+ "-l\"z\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AVFoundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Accelerate\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AlipaySDK\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AssetsLibrary\"",
|
|
|
+ "-framework",
|
|
|
+ "\"AudioToolbox\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Bugly\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CFNetwork\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreFoundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreGraphics\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreMedia\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreMotion\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreServices\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreTelephony\"",
|
|
|
+ "-framework",
|
|
|
+ "\"CoreText\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Foundation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"GLKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ImSDK_Plus\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ImageIO\"",
|
|
|
+ "-framework",
|
|
|
+ "\"MetalKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"QuartzCore\"",
|
|
|
+ "-framework",
|
|
|
+ "\"ReplayKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongChatRoom\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongCustomerService\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongDiscussion\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMLib\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongIMLibCore\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongLocation\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongPublicService\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongRTCLib\"",
|
|
|
+ "-framework",
|
|
|
+ "\"RongSight\"",
|
|
|
+ "-framework",
|
|
|
+ "\"Security\"",
|
|
|
+ "-framework",
|
|
|
+ "\"StoreKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"SystemConfiguration\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXFFmpeg\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXLiteAVSDK_Professional\"",
|
|
|
+ "-framework",
|
|
|
+ "\"TXSoundTouch\"",
|
|
|
+ "-framework",
|
|
|
+ "\"UIKit\"",
|
|
|
+ "-framework",
|
|
|
+ "\"VideoToolbox\"",
|
|
|
+ "-framework",
|
|
|
+ "\"WebKit\"",
|
|
|
+ "-weak_framework",
|
|
|
+ "\"UserNotifications\"",
|
|
|
+ "-ld_classic",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.Colexiu.KulexiuForStudent;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
@@ -8816,7 +9104,23 @@
|
|
|
repositoryURL = "https://github.com/AudioKit/AudioKit.git";
|
|
|
requirement = {
|
|
|
kind = exactVersion;
|
|
|
- version = 5.0.0;
|
|
|
+ version = 5.4.4;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ BCFEE18B2AD15BD4000E888F /* XCRemoteSwiftPackageReference "AudioKitEX" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "https://github.com/AudioKit/AudioKitEX.git";
|
|
|
+ requirement = {
|
|
|
+ kind = exactVersion;
|
|
|
+ version = 5.4.1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ BCFEE1912AD15C0E000E888F /* XCRemoteSwiftPackageReference "SoundpipeAudioKit" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "https://github.com/AudioKit/SoundpipeAudioKit.git";
|
|
|
+ requirement = {
|
|
|
+ kind = exactVersion;
|
|
|
+ version = 5.4.1;
|
|
|
};
|
|
|
};
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
@@ -8827,6 +9131,16 @@
|
|
|
package = BCD9294D28F8FCA4006793E4 /* XCRemoteSwiftPackageReference "AudioKit" */;
|
|
|
productName = AudioKit;
|
|
|
};
|
|
|
+ BCFEE18C2AD15BD4000E888F /* AudioKitEX */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = BCFEE18B2AD15BD4000E888F /* XCRemoteSwiftPackageReference "AudioKitEX" */;
|
|
|
+ productName = AudioKitEX;
|
|
|
+ };
|
|
|
+ BCFEE1922AD15C0E000E888F /* SoundpipeAudioKit */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = BCFEE1912AD15C0E000E888F /* XCRemoteSwiftPackageReference "SoundpipeAudioKit" */;
|
|
|
+ productName = SoundpipeAudioKit;
|
|
|
+ };
|
|
|
/* End XCSwiftPackageProductDependency section */
|
|
|
};
|
|
|
rootObject = 275E8A9D27E18F8800DD3F6E /* Project object */;
|