35 Commits

Author SHA1 Message Date
liyuhua
c345afb68e 1.5.3版本发版 此commit置顶 2023-12-12 17:59:07 +08:00
liyuhua
06eacbb38f 修复bug 2023-12-12 11:53:14 +08:00
liyuhua
af64bafcfe 优化等级图标 2023-12-06 15:52:58 +08:00
liyuhua
c00a62c971 修复bug 2023-12-01 19:25:24 +08:00
liyuhua
04b72a58b2 1.5.2版本发版 此commit置顶 2023-11-23 10:56:32 +08:00
liyuhua
bd54fa6aa2 修复等级bug 2023-11-23 10:54:46 +08:00
liyuhua
2f516b8387 更换key 2023-11-22 14:30:00 +08:00
liyuhua
eac71b03e1 修复房主离开模式的bug 2023-11-14 19:36:16 +08:00
liyuhua
f8dfb745a0 更换key 2023-11-14 15:05:20 +08:00
liyuhua
19b3bd7040 换声网key 2023-11-13 19:25:16 +08:00
liyuhua
906be04310 修复bug 2023-11-09 15:25:50 +08:00
liyuhua
498bbd4f11 修复bug 2023-11-08 16:07:51 +08:00
liyuhua
3acc2b76be 修复bug 2023-11-07 19:38:07 +08:00
liyuhua
baddafffa9 版本优化 2023-11-06 14:08:10 +08:00
liyuhua
cfb2f06841 更换等级图标icon 2023-11-03 17:32:06 +08:00
liyuhua
2690ddb445 特权卡修改 2023-11-03 14:16:55 +08:00
liyuhua
fbdc95a39c 适配iOS17 2023-10-28 19:59:30 +08:00
liyuhua
32db5f877c 企业包版本修改 此commit置顶 1.4.1 2023-10-10 14:09:24 +08:00
liyuhua
5ce292102f 优化派对页面 2023-10-10 12:11:37 +08:00
liyuhua
f74d614ef8 优化qq登录 2023-10-10 12:00:20 +08:00
liyuhua
c376a59d66 优化派对页面 2023-10-10 11:19:56 +08:00
liyuhua
4c7e41c3de 企业包版本修改 此commit置顶 1.4.0 2023-09-20 14:04:00 +08:00
liyuhua
665df1a770 修复bug 2023-09-20 14:01:55 +08:00
liyuhua
d87ac12794 企业包版本修改 此commit置顶 1.3.0 2023-08-31 20:23:25 +08:00
liyuhua
ab9061580a 修复bug 2023-08-31 20:22:18 +08:00
liyuhua
385212a3f5 修复bug 2023-08-31 17:50:20 +08:00
liyuhua
8c21f5117c 相册新增保存gif图片功能 2023-08-29 18:19:57 +08:00
liyuhua
09cbeb72a6 修复bug 2023-08-29 17:54:23 +08:00
liyuhua
a1ff09f33f 修复bug 2023-08-28 18:55:29 +08:00
liyuhua
8b4710fe18 优化点单UI 2023-08-25 15:08:14 +08:00
liyuhua
acf568b8b5 游戏优化 2023-08-25 14:48:58 +08:00
liyuhua
02d145bda7 新功能开发 2023-08-24 17:03:32 +08:00
liyuhua
d9234acb0c 特权卡新增Gig图片支持 2023-08-18 19:39:35 +08:00
liyuhua
ce68453c9c 特友卡改造 2023-08-18 16:09:28 +08:00
liyuhua
ed0c4498f0 特友卡改造 2023-08-18 14:52:57 +08:00
936 changed files with 14820 additions and 2657 deletions

12
Podfile
View File

@@ -18,6 +18,8 @@ target 'xplan-ios' do
pod 'MJExtension'
#图片加载
pod 'SDWebImage'
pod 'FLAnimatedImage'
pod 'SDWebImageFLPlugin' # 对FLAnimatedImage和SDWebImage的桥接
#输入
pod 'SZTextView'
#轮播图
@@ -32,9 +34,9 @@ target 'xplan-ios' do
#文字自动滚动
pod 'MarqueeLabel-ObjC'
#声网
pod 'AgoraRtcEngine_iOS', '~> 3.0.1'
pod 'AgoraRtcEngine_iOS', '~> 4.2.2'
#TRTC
pod 'TXLiteAVSDK_TRTC', '~> 10.3.12271'
pod 'TXLiteAVSDK_TRTC', '~> 11.4.14530'
#pop动画
pod 'pop', '~> 1.0.12'
#云信
@@ -47,7 +49,7 @@ target 'xplan-ios' do
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat_Lite'
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
pod 'mob_sharesdk/ShareSDKExtension'
pod 'SVGAPlayer', '~> 2.3'
pod 'SVGAPlayer'
# 滑动标签栏
pod 'JXCategoryView'
pod 'JXPagingView/Pager'
@@ -77,6 +79,10 @@ post_install do |installer|
project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.read(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
end
end
end

View File

@@ -14,12 +14,41 @@ PODS:
- AFNetworking/Serialization (4.0.1)
- AFNetworking/UIKit (4.0.1):
- AFNetworking/NSURLSession
- AgoraRtcEngine_iOS (3.0.1.1)
- AgoraRtcEngine_iOS (4.2.2):
- AgoraRtcEngine_iOS/AIAEC (= 4.2.2)
- AgoraRtcEngine_iOS/AINS (= 4.2.2)
- AgoraRtcEngine_iOS/AudioBeauty (= 4.2.2)
- AgoraRtcEngine_iOS/ClearVision (= 4.2.2)
- AgoraRtcEngine_iOS/ContentInspect (= 4.2.2)
- AgoraRtcEngine_iOS/DRM (= 4.2.2)
- AgoraRtcEngine_iOS/FaceDetection (= 4.2.2)
- AgoraRtcEngine_iOS/ReplayKit (= 4.2.2)
- AgoraRtcEngine_iOS/RtcBasic (= 4.2.2)
- AgoraRtcEngine_iOS/SpatialAudio (= 4.2.2)
- AgoraRtcEngine_iOS/VideoCodecDec (= 4.2.2)
- AgoraRtcEngine_iOS/VideoCodecEnc (= 4.2.2)
- AgoraRtcEngine_iOS/VirtualBackground (= 4.2.2)
- AgoraRtcEngine_iOS/VQA (= 4.2.2)
- AgoraRtcEngine_iOS/AIAEC (4.2.2)
- AgoraRtcEngine_iOS/AINS (4.2.2)
- AgoraRtcEngine_iOS/AudioBeauty (4.2.2)
- AgoraRtcEngine_iOS/ClearVision (4.2.2)
- AgoraRtcEngine_iOS/ContentInspect (4.2.2)
- AgoraRtcEngine_iOS/DRM (4.2.2)
- AgoraRtcEngine_iOS/FaceDetection (4.2.2)
- AgoraRtcEngine_iOS/ReplayKit (4.2.2)
- AgoraRtcEngine_iOS/RtcBasic (4.2.2)
- AgoraRtcEngine_iOS/SpatialAudio (4.2.2)
- AgoraRtcEngine_iOS/VideoCodecDec (4.2.2)
- AgoraRtcEngine_iOS/VideoCodecEnc (4.2.2)
- AgoraRtcEngine_iOS/VirtualBackground (4.2.2)
- AgoraRtcEngine_iOS/VQA (4.2.2)
- AlipaySDK-iOS (15.8.11)
- Base64 (1.1.2)
- Bugly (2.5.93)
- CocoaAsyncSocket (7.6.5)
- FFPopup (1.1.5)
- FLAnimatedImage (1.0.17)
- HappyDNS (0.3.17)
- IAPHelper (1.1)
- IQKeyboardManager (6.5.9)
@@ -66,6 +95,9 @@ PODS:
- SDWebImage (5.11.1):
- SDWebImage/Core (= 5.11.1)
- SDWebImage/Core (5.11.1)
- SDWebImageFLPlugin (0.6.0):
- FLAnimatedImage (>= 1.0.11)
- SDWebImage/Core (~> 5.10)
- SSKeychain (1.4.1)
- SSZipArchive (2.4.2)
- SVGAPlayer (2.5.7):
@@ -77,9 +109,9 @@ PODS:
- SVGAPlayer/ProtoFiles (2.5.7):
- Protobuf (~> 3.4)
- SZTextView (1.3.0)
- TXLiteAVSDK_TRTC (10.3.12288):
- TXLiteAVSDK_TRTC/TRTC (= 10.3.12288)
- TXLiteAVSDK_TRTC/TRTC (10.3.12288)
- TXLiteAVSDK_TRTC (11.4.14530):
- TXLiteAVSDK_TRTC/TRTC (= 11.4.14530)
- TXLiteAVSDK_TRTC/TRTC (11.4.14530)
- TZImagePickerController (3.8.1)
- UMCommon (7.3.5):
- UMDevice
@@ -96,12 +128,13 @@ PODS:
DEPENDENCIES:
- AFNetworking
- AgoraRtcEngine_iOS (~> 3.0.1)
- AgoraRtcEngine_iOS (~> 4.2.2)
- AlipaySDK-iOS
- Base64
- Bugly
- CocoaAsyncSocket
- FFPopup
- FLAnimatedImage
- IAPHelper
- IQKeyboardManager (~> 6.5.5)
- JXCategoryView
@@ -127,10 +160,11 @@ DEPENDENCIES:
- ReactiveObjC
- SDCycleScrollView
- SDWebImage
- SDWebImageFLPlugin
- SSKeychain
- SVGAPlayer (~> 2.3)
- SVGAPlayer
- SZTextView
- TXLiteAVSDK_TRTC (~> 10.3.12271)
- TXLiteAVSDK_TRTC (~> 11.4.14530)
- TZImagePickerController
- UMCommon
- UMDevice
@@ -147,6 +181,7 @@ SPEC REPOS:
- Bugly
- CocoaAsyncSocket
- FFPopup
- FLAnimatedImage
- HappyDNS
- IAPHelper
- IQKeyboardManager
@@ -172,6 +207,7 @@ SPEC REPOS:
- ReactiveObjC
- SDCycleScrollView
- SDWebImage
- SDWebImageFLPlugin
- SSKeychain
- SSZipArchive
- SVGAPlayer
@@ -188,12 +224,13 @@ SPEC REPOS:
SPEC CHECKSUMS:
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
AgoraRtcEngine_iOS: 8ccceaaecff2e80ab28fcd33f3dfd2b417eb5365
AgoraRtcEngine_iOS: c510de329cd905daff3f01fa4c872ea6d5eaee23
AlipaySDK-iOS: a07b6eafa847a5b29acb6c150ea16d9792d5d167
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
FFPopup: a208dcee8db3e54ec4a88fcd6481f6f5d85b7a83
FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b
HappyDNS: 848ef73e24f2b0e2752064223ce2dc0dd88900ea
IAPHelper: fd74f53b0ac142eed085777b88b86a11746a2dd4
IQKeyboardManager: 241cc94ccabc9deb8f8bd7d12f00d73288d13ecc
@@ -219,11 +256,12 @@ SPEC CHECKSUMS:
ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040
SDCycleScrollView: a0d74c3384caa72bdfc81470bdbc8c14b3e1fbcf
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageFLPlugin: 72efd2cfbf565bc438421abb426f4bcf7b670754
SSKeychain: 55cc80f66f5c73da827e3077f02e43528897db41
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86
SZTextView: 094dc6acc9beec537685c545d6e3e0d4975174e1
TXLiteAVSDK_TRTC: feed0da4a473927afd3ca7e5a59d11ab0654ad5b
TXLiteAVSDK_TRTC: 72ff3c596f55555be2dd733291501eef5fae9ce5
TZImagePickerController: 943511626019431372cf908f24c114521e484f0e
UMCommon: ab4d875ddefe1b06c60b577e4a58bc4d433ee067
UMDevice: c13bbb2e8ca6c67d1e23e03162553e3ec5a8b5b0
@@ -233,6 +271,6 @@ SPEC CHECKSUMS:
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928
PODFILE CHECKSUM: 80d17907323e578d6ed774b6c6bbdb99cf9cde74
PODFILE CHECKSUM: 0f2e29ba8c875f839292918f612c6ec567ad4318
COCOAPODS: 1.12.1

View File

@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@@ -159,6 +159,28 @@
230497452A727844006D1F0C /* launch_screen_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 230497442A727844006D1F0C /* launch_screen_logo.png */; };
230497472A727855006D1F0C /* launch_screen_title.png in Resources */ = {isa = PBXBuildFile; fileRef = 230497462A727855006D1F0C /* launch_screen_title.png */; };
2304974D2A739ECD006D1F0C /* XPMineGuildPersonalBillRecordModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 2304974C2A739ECD006D1F0C /* XPMineGuildPersonalBillRecordModel.m */; };
232153DD2AF381E400B2FBC0 /* MovEncodeToMpegTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 232153DC2AF381E400B2FBC0 /* MovEncodeToMpegTool.m */; };
232153E02AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 232153DF2AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.m */; };
236FF06C2AF8892400BEB6EC /* XPClientH5UresModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 236FF06B2AF8892400BEB6EC /* XPClientH5UresModel.m */; };
237B89DC2A931479005DB380 /* XPMineUserGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89DB2A931479005DB380 /* XPMineUserGameVC.m */; };
237B89DF2A933F52005DB380 /* XPMineUserGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89DE2A933F52005DB380 /* XPMineUserGameCell.m */; };
237B89E22A935701005DB380 /* XPMinePlaceOrderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89E12A935701005DB380 /* XPMinePlaceOrderView.m */; };
237B89E82A93574C005DB380 /* XPMinePlaceOrderCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89E72A93574C005DB380 /* XPMinePlaceOrderCell.m */; };
237B89EE2A945F81005DB380 /* XPMineUserGameTypeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89ED2A945F81005DB380 /* XPMineUserGameTypeCell.m */; };
237B89F12A948E60005DB380 /* XPRoomGameInviteBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89F02A948E60005DB380 /* XPRoomGameInviteBannerView.m */; };
237B89F72A949BDC005DB380 /* XPSessionMessageGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89F62A949BDC005DB380 /* XPSessionMessageGameCell.m */; };
237B89FA2A94A7B6005DB380 /* XPSessionMessageGamePageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89F92A94A7B6005DB380 /* XPSessionMessageGamePageControl.m */; };
237B89FD2A94C062005DB380 /* MessageContentGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B89FC2A94C062005DB380 /* MessageContentGameView.m */; };
237B8A062A94CA11005DB380 /* XPMineGameOrderVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A052A94CA11005DB380 /* XPMineGameOrderVC.m */; };
237B8A092A95A52B005DB380 /* XPMineGameOrderItemVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A082A95A52B005DB380 /* XPMineGameOrderItemVC.m */; };
237B8A0D2A95A5E8005DB380 /* XPMineGameOrderItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A0C2A95A5E8005DB380 /* XPMineGameOrderItemCell.m */; };
237B8A102A95ACAA005DB380 /* XPMineGameOrderDetailsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A0F2A95ACAA005DB380 /* XPMineGameOrderDetailsView.m */; };
237B8A132A95DCBC005DB380 /* UserGameInfoVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A122A95DCBC005DB380 /* UserGameInfoVo.m */; };
237B8A162A973B7E005DB380 /* XPMineGameOrderItemPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A152A973B7E005DB380 /* XPMineGameOrderItemPresenter.m */; };
237B8A1A2A973C54005DB380 /* Api+GameOrder.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B8A192A973C54005DB380 /* Api+GameOrder.m */; };
237B94C32A98B46E007853E3 /* XPSessionMessageGameInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94C22A98B46E007853E3 /* XPSessionMessageGameInfoView.m */; };
23CEFB692AFB32BE00576D89 /* XPRoomAnimationTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 23CEFB682AFB32BE00576D89 /* XPRoomAnimationTool.m */; };
23E1708C2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E1708B2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.m */; };
23F8BFF82A7A392000A36763 /* XPRoomMessagePrivilegeCardCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F8BFF72A7A392000A36763 /* XPRoomMessagePrivilegeCardCell.m */; };
73FFADDC93E195344047A2EC /* Pods_xplan_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CACF623970097D653132D69A /* Pods_xplan_ios.framework */; };
9B0086C627BA392B0032BD2B /* AnchorStageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0086C527BA392B0032BD2B /* AnchorStageView.m */; };
@@ -1641,6 +1663,51 @@
230497462A727855006D1F0C /* launch_screen_title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = launch_screen_title.png; sourceTree = "<group>"; };
2304974B2A739ECD006D1F0C /* XPMineGuildPersonalBillRecordModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGuildPersonalBillRecordModel.h; sourceTree = "<group>"; };
2304974C2A739ECD006D1F0C /* XPMineGuildPersonalBillRecordModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGuildPersonalBillRecordModel.m; sourceTree = "<group>"; };
232153DB2AF381E400B2FBC0 /* MovEncodeToMpegTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MovEncodeToMpegTool.h; sourceTree = "<group>"; };
232153DC2AF381E400B2FBC0 /* MovEncodeToMpegTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MovEncodeToMpegTool.m; sourceTree = "<group>"; };
232153DE2AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPPrivilegeCardVideoItemModel.h; sourceTree = "<group>"; };
232153DF2AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPPrivilegeCardVideoItemModel.m; sourceTree = "<group>"; };
236FF06A2AF8892400BEB6EC /* XPClientH5UresModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPClientH5UresModel.h; sourceTree = "<group>"; };
236FF06B2AF8892400BEB6EC /* XPClientH5UresModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPClientH5UresModel.m; sourceTree = "<group>"; };
237B89DA2A931479005DB380 /* XPMineUserGameVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserGameVC.h; sourceTree = "<group>"; };
237B89DB2A931479005DB380 /* XPMineUserGameVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserGameVC.m; sourceTree = "<group>"; };
237B89DD2A933F52005DB380 /* XPMineUserGameCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserGameCell.h; sourceTree = "<group>"; };
237B89DE2A933F52005DB380 /* XPMineUserGameCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserGameCell.m; sourceTree = "<group>"; };
237B89E02A935701005DB380 /* XPMinePlaceOrderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePlaceOrderView.h; sourceTree = "<group>"; };
237B89E12A935701005DB380 /* XPMinePlaceOrderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePlaceOrderView.m; sourceTree = "<group>"; };
237B89E62A93574C005DB380 /* XPMinePlaceOrderCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMinePlaceOrderCell.h; sourceTree = "<group>"; };
237B89E72A93574C005DB380 /* XPMinePlaceOrderCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMinePlaceOrderCell.m; sourceTree = "<group>"; };
237B89EC2A945F81005DB380 /* XPMineUserGameTypeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineUserGameTypeCell.h; sourceTree = "<group>"; };
237B89ED2A945F81005DB380 /* XPMineUserGameTypeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineUserGameTypeCell.m; sourceTree = "<group>"; };
237B89EF2A948E60005DB380 /* XPRoomGameInviteBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomGameInviteBannerView.h; sourceTree = "<group>"; };
237B89F02A948E60005DB380 /* XPRoomGameInviteBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomGameInviteBannerView.m; sourceTree = "<group>"; };
237B89F52A949BDC005DB380 /* XPSessionMessageGameCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionMessageGameCell.h; sourceTree = "<group>"; };
237B89F62A949BDC005DB380 /* XPSessionMessageGameCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionMessageGameCell.m; sourceTree = "<group>"; };
237B89F82A94A7B6005DB380 /* XPSessionMessageGamePageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionMessageGamePageControl.h; sourceTree = "<group>"; };
237B89F92A94A7B6005DB380 /* XPSessionMessageGamePageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionMessageGamePageControl.m; sourceTree = "<group>"; };
237B89FB2A94C062005DB380 /* MessageContentGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MessageContentGameView.h; sourceTree = "<group>"; };
237B89FC2A94C062005DB380 /* MessageContentGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MessageContentGameView.m; sourceTree = "<group>"; };
237B8A042A94CA11005DB380 /* XPMineGameOrderVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderVC.h; sourceTree = "<group>"; };
237B8A052A94CA11005DB380 /* XPMineGameOrderVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameOrderVC.m; sourceTree = "<group>"; };
237B8A072A95A52B005DB380 /* XPMineGameOrderItemVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderItemVC.h; sourceTree = "<group>"; };
237B8A082A95A52B005DB380 /* XPMineGameOrderItemVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameOrderItemVC.m; sourceTree = "<group>"; };
237B8A0B2A95A5E8005DB380 /* XPMineGameOrderItemCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderItemCell.h; sourceTree = "<group>"; };
237B8A0C2A95A5E8005DB380 /* XPMineGameOrderItemCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameOrderItemCell.m; sourceTree = "<group>"; };
237B8A0E2A95ACAA005DB380 /* XPMineGameOrderDetailsView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderDetailsView.h; sourceTree = "<group>"; };
237B8A0F2A95ACAA005DB380 /* XPMineGameOrderDetailsView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameOrderDetailsView.m; sourceTree = "<group>"; };
237B8A112A95DCBC005DB380 /* UserGameInfoVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UserGameInfoVo.h; sourceTree = "<group>"; };
237B8A122A95DCBC005DB380 /* UserGameInfoVo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UserGameInfoVo.m; sourceTree = "<group>"; };
237B8A142A973B7E005DB380 /* XPMineGameOrderItemPresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderItemPresenter.h; sourceTree = "<group>"; };
237B8A152A973B7E005DB380 /* XPMineGameOrderItemPresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPMineGameOrderItemPresenter.m; sourceTree = "<group>"; };
237B8A172A973BB7005DB380 /* XPMineGameOrderItemProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPMineGameOrderItemProtocol.h; sourceTree = "<group>"; };
237B8A182A973C54005DB380 /* Api+GameOrder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+GameOrder.h"; sourceTree = "<group>"; };
237B8A192A973C54005DB380 /* Api+GameOrder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+GameOrder.m"; sourceTree = "<group>"; };
237B94C12A98B46E007853E3 /* XPSessionMessageGameInfoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPSessionMessageGameInfoView.h; sourceTree = "<group>"; };
237B94C22A98B46E007853E3 /* XPSessionMessageGameInfoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPSessionMessageGameInfoView.m; sourceTree = "<group>"; };
23CEFB672AFB32BE00576D89 /* XPRoomAnimationTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomAnimationTool.h; sourceTree = "<group>"; };
23CEFB682AFB32BE00576D89 /* XPRoomAnimationTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomAnimationTool.m; sourceTree = "<group>"; };
23E1708A2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "YYTextAsyncLayer+XPTextAsyncLayer.h"; path = "xplan-ios/Appdelegate/YYTextAsyncLayer+XPTextAsyncLayer.h"; sourceTree = SOURCE_ROOT; };
23E1708B2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "YYTextAsyncLayer+XPTextAsyncLayer.m"; path = "xplan-ios/Appdelegate/YYTextAsyncLayer+XPTextAsyncLayer.m"; sourceTree = SOURCE_ROOT; };
23F8BFF62A7A392000A36763 /* XPRoomMessagePrivilegeCardCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPRoomMessagePrivilegeCardCell.h; sourceTree = "<group>"; };
23F8BFF72A7A392000A36763 /* XPRoomMessagePrivilegeCardCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPRoomMessagePrivilegeCardCell.m; sourceTree = "<group>"; };
7DB00EC07F1D0ADFF900B38D /* Pods-xplan-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xplan-ios.debug.xcconfig"; path = "Target Support Files/Pods-xplan-ios/Pods-xplan-ios.debug.xcconfig"; sourceTree = "<group>"; };
@@ -3954,13 +4021,13 @@
186A532B26FC6ED900D67B2C /* TTPopup */ = {
isa = PBXGroup;
children = (
186A532C26FC6ED900D67B2C /* TTPopup.m */,
186A532D26FC6ED900D67B2C /* Config */,
186A533626FC6ED900D67B2C /* Manager */,
186A533A26FC6ED900D67B2C /* TTPopup.h */,
186A533B26FC6ED900D67B2C /* View */,
186A534026FC6ED900D67B2C /* Service */,
186A534426FC6ED900D67B2C /* Header */,
186A533626FC6ED900D67B2C /* Manager */,
186A534026FC6ED900D67B2C /* Service */,
186A533A26FC6ED900D67B2C /* TTPopup.h */,
186A532C26FC6ED900D67B2C /* TTPopup.m */,
186A533B26FC6ED900D67B2C /* View */,
);
path = TTPopup;
sourceTree = "<group>";
@@ -4163,6 +4230,8 @@
E8EEB8F626FC2673007C6EBA /* UserPhoto.m */,
9B2A12DC2783FEDD00CED41B /* UserVipInfoVo.h */,
9B2A12DD2783FEDD00CED41B /* UserVipInfoVo.m */,
237B8A112A95DCBC005DB380 /* UserGameInfoVo.h */,
237B8A122A95DCBC005DB380 /* UserGameInfoVo.m */,
);
path = Model;
sourceTree = "<group>";
@@ -4213,6 +4282,7 @@
189DD56C26DF5B5400AB55B1 /* UI */ = {
isa = PBXGroup;
children = (
232153DA2AF381D800B2FBC0 /* MovEncodeToMpegTool */,
230496FB2A6E4F70006D1F0C /* UILabel */,
E887531A29BB26FF0017A41A /* SwitchView */,
E81E09C6290F719C00A1F410 /* Adbvertise */,
@@ -4414,6 +4484,8 @@
E875FA8627D619820086ED04 /* ClientDataModel.m */,
9BA812D028BF145700783EA7 /* ClientRedPacketModel.h */,
9BA812D128BF145700783EA7 /* ClientRedPacketModel.m */,
236FF06A2AF8892400BEB6EC /* XPClientH5UresModel.h */,
236FF06B2AF8892400BEB6EC /* XPClientH5UresModel.m */,
);
path = Tabbar;
sourceTree = "<group>";
@@ -4458,6 +4530,8 @@
E873EB0B2809850D0071030D /* MessageContentCustomView.m */,
E873EB0D28098D500071030D /* MessageContentGiftView.h */,
E873EB0E28098D500071030D /* MessageContentGiftView.m */,
237B89FB2A94C062005DB380 /* MessageContentGameView.h */,
237B89FC2A94C062005DB380 /* MessageContentGameView.m */,
18AAF3EE279EA59300CD7DAD /* MessageContentTextClickable.h */,
18AAF3EF279EA59300CD7DAD /* MessageContentTextClickable.m */,
E80B0732280D740600A79F63 /* MessageContentGuildView.h */,
@@ -4592,6 +4666,8 @@
children = (
230497132A6F9D45006D1F0C /* XPPrivilegeCardItemModel.h */,
230497142A6F9D45006D1F0C /* XPPrivilegeCardItemModel.m */,
232153DE2AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.h */,
232153DF2AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.m */,
);
path = Model;
sourceTree = "<group>";
@@ -4633,6 +4709,83 @@
path = Api;
sourceTree = "<group>";
};
232153DA2AF381D800B2FBC0 /* MovEncodeToMpegTool */ = {
isa = PBXGroup;
children = (
232153DB2AF381E400B2FBC0 /* MovEncodeToMpegTool.h */,
232153DC2AF381E400B2FBC0 /* MovEncodeToMpegTool.m */,
);
path = MovEncodeToMpegTool;
sourceTree = "<group>";
};
237B89FE2A94C9EE005DB380 /* GameOrder */ = {
isa = PBXGroup;
children = (
237B89FF2A94C9EE005DB380 /* Presenter */,
237B8A002A94C9EE005DB380 /* Protocol */,
237B8A012A94C9EE005DB380 /* Model */,
237B8A022A94C9EE005DB380 /* View */,
237B8A032A94C9EE005DB380 /* Api */,
);
path = GameOrder;
sourceTree = "<group>";
};
237B89FF2A94C9EE005DB380 /* Presenter */ = {
isa = PBXGroup;
children = (
237B8A142A973B7E005DB380 /* XPMineGameOrderItemPresenter.h */,
237B8A152A973B7E005DB380 /* XPMineGameOrderItemPresenter.m */,
);
path = Presenter;
sourceTree = "<group>";
};
237B8A002A94C9EE005DB380 /* Protocol */ = {
isa = PBXGroup;
children = (
237B8A172A973BB7005DB380 /* XPMineGameOrderItemProtocol.h */,
);
path = Protocol;
sourceTree = "<group>";
};
237B8A012A94C9EE005DB380 /* Model */ = {
isa = PBXGroup;
children = (
);
path = Model;
sourceTree = "<group>";
};
237B8A022A94C9EE005DB380 /* View */ = {
isa = PBXGroup;
children = (
237B8A0A2A95A5D3005DB380 /* SubViews */,
237B8A042A94CA11005DB380 /* XPMineGameOrderVC.h */,
237B8A052A94CA11005DB380 /* XPMineGameOrderVC.m */,
237B8A072A95A52B005DB380 /* XPMineGameOrderItemVC.h */,
237B8A082A95A52B005DB380 /* XPMineGameOrderItemVC.m */,
);
path = View;
sourceTree = "<group>";
};
237B8A032A94C9EE005DB380 /* Api */ = {
isa = PBXGroup;
children = (
237B8A182A973C54005DB380 /* Api+GameOrder.h */,
237B8A192A973C54005DB380 /* Api+GameOrder.m */,
);
path = Api;
sourceTree = "<group>";
};
237B8A0A2A95A5D3005DB380 /* SubViews */ = {
isa = PBXGroup;
children = (
237B8A0B2A95A5E8005DB380 /* XPMineGameOrderItemCell.h */,
237B8A0C2A95A5E8005DB380 /* XPMineGameOrderItemCell.m */,
237B8A0E2A95ACAA005DB380 /* XPMineGameOrderDetailsView.h */,
237B8A0F2A95ACAA005DB380 /* XPMineGameOrderDetailsView.m */,
);
path = SubViews;
sourceTree = "<group>";
};
9B0086C727BA4F4A0032BD2B /* Anchor */ = {
isa = PBXGroup;
children = (
@@ -4914,6 +5067,12 @@
E8E20BDA281645300033B688 /* SessionInfoViewController.m */,
9B9DFD9827DB2194000F95B3 /* XPSessionMessageHeadView.h */,
9B9DFD9927DB2194000F95B3 /* XPSessionMessageHeadView.m */,
237B89F52A949BDC005DB380 /* XPSessionMessageGameCell.h */,
237B89F62A949BDC005DB380 /* XPSessionMessageGameCell.m */,
237B94C12A98B46E007853E3 /* XPSessionMessageGameInfoView.h */,
237B94C22A98B46E007853E3 /* XPSessionMessageGameInfoView.m */,
237B89F82A94A7B6005DB380 /* XPSessionMessageGamePageControl.h */,
237B89F92A94A7B6005DB380 /* XPSessionMessageGamePageControl.m */,
E86B911828102AF90007DEE7 /* SessionToolbarView.h */,
E86B911928102AF90007DEE7 /* SessionToolbarView.m */,
18F404B5276095D700A6C548 /* SessionChatLimitView.h */,
@@ -6331,6 +6490,8 @@
189DD52D26DE255300AB55B1 /* AppDelegate.m */,
E81C27AC26EF39AB0031E639 /* AppDelegate+ThirdConfig.h */,
E81C27AD26EF39AB0031E639 /* AppDelegate+ThirdConfig.m */,
23E1708A2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.h */,
23E1708B2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.m */,
);
path = AppDelegate;
sourceTree = "<group>";
@@ -6660,6 +6821,8 @@
E83DB47C2746372300D8CBD1 /* XPRoomGiftBannerView.m */,
E83DB4822746661800D8CBD1 /* XPRoomGiftBroadcastView.h */,
E83DB4832746661800D8CBD1 /* XPRoomGiftBroadcastView.m */,
237B89EF2A948E60005DB380 /* XPRoomGameInviteBannerView.h */,
237B89F02A948E60005DB380 /* XPRoomGameInviteBannerView.m */,
E8A03DFD27635F960098D9EA /* XPRoomCandyGiftView.h */,
E8A03DFE27635F960098D9EA /* XPRoomCandyGiftView.m */,
E8899C832785CC69007944BE /* XPRoomDatingAnimationView.h */,
@@ -6676,6 +6839,8 @@
E8998D7F28597B0300C68558 /* XPRoomLuckyBigPrizeView.m */,
E838D99E275E1BF60079E0B5 /* XPRoomAnimationView.h */,
E838D99F275E1BF60079E0B5 /* XPRoomAnimationView.m */,
23CEFB672AFB32BE00576D89 /* XPRoomAnimationTool.h */,
23CEFB682AFB32BE00576D89 /* XPRoomAnimationTool.m */,
E8E21A9928B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.h */,
E8E21A9A28B4BD92008F7C9D /* XPRoomGraffitiGiftAnimationView.m */,
9BC9DAED27E33B3F009EE409 /* XPRoomGiftAnimationParser.h */,
@@ -7656,6 +7821,8 @@
E88B5CC026FB407B00DA9178 /* XPMineUserInfoViewController.m */,
E8D34D4528080295009C4835 /* XPMineUserDataViewController.h */,
E8D34D4628080295009C4835 /* XPMineUserDataViewController.m */,
237B89DA2A931479005DB380 /* XPMineUserGameVC.h */,
237B89DB2A931479005DB380 /* XPMineUserGameVC.m */,
E8EEB90426FC5772007C6EBA /* XPMineUserInfoEditViewController.h */,
E8EEB90526FC5772007C6EBA /* XPMineUserInfoEditViewController.m */,
E8EEB91226FC7786007C6EBA /* XPMineUserInfoNickViewController.h */,
@@ -7679,12 +7846,20 @@
E8EEB8FD26FC2DF8007C6EBA /* XPMineUserInfoCustomNavView.m */,
E88B5CC326FB42B000DA9178 /* XPMineUserInfoHeaderView.h */,
E88B5CC426FB42B000DA9178 /* XPMineUserInfoHeaderView.m */,
237B89E02A935701005DB380 /* XPMinePlaceOrderView.h */,
237B89E12A935701005DB380 /* XPMinePlaceOrderView.m */,
237B89E62A93574C005DB380 /* XPMinePlaceOrderCell.h */,
237B89E72A93574C005DB380 /* XPMinePlaceOrderCell.m */,
E8EEB91B26FC9D58007C6EBA /* XPMineUserInfoDateView.h */,
E8EEB91C26FC9D58007C6EBA /* XPMineUserInfoDateView.m */,
E873EB07280960990071030D /* XPMineUserInfoVoiceCardView.h */,
E873EB08280960990071030D /* XPMineUserInfoVoiceCardView.m */,
E8998D832859B4FA00C68558 /* XPMineUserInfoGiftView.h */,
E8998D842859B4FA00C68558 /* XPMineUserInfoGiftView.m */,
237B89DD2A933F52005DB380 /* XPMineUserGameCell.h */,
237B89DE2A933F52005DB380 /* XPMineUserGameCell.m */,
237B89EC2A945F81005DB380 /* XPMineUserGameTypeCell.h */,
237B89ED2A945F81005DB380 /* XPMineUserGameTypeCell.m */,
);
path = MineInfo;
sourceTree = "<group>";
@@ -9225,6 +9400,7 @@
E8E70D7126F2EB4900F03460 /* View */ = {
isa = PBXGroup;
children = (
237B89FE2A94C9EE005DB380 /* GameOrder */,
9BCB999D28F5716E00466D64 /* CollectRoom */,
E83A2A2F282F4E06002AD58F /* EnterpriseRecharge */,
E8E20BDF281695430033B688 /* Setting */,
@@ -9575,13 +9751,13 @@
E8EEB8EA26FC2050007C6EBA /* SDPhotoBrowser */ = {
isa = PBXGroup;
children = (
E8EEB8EB26FC2050007C6EBA /* SDPhotoBrowserConfig.h */,
E8EEB8EC26FC2050007C6EBA /* SDPhotoBrowser.m */,
E8EEB8ED26FC2050007C6EBA /* SDWaitingView.m */,
E8EEB8EE26FC2050007C6EBA /* SDBrowserImageView.m */,
E8EEB8EF26FC2050007C6EBA /* SDWaitingView.h */,
E8EEB8F026FC2050007C6EBA /* SDPhotoBrowser.h */,
E8EEB8F126FC2050007C6EBA /* SDBrowserImageView.h */,
E8EEB8EE26FC2050007C6EBA /* SDBrowserImageView.m */,
E8EEB8F026FC2050007C6EBA /* SDPhotoBrowser.h */,
E8EEB8EC26FC2050007C6EBA /* SDPhotoBrowser.m */,
E8EEB8EB26FC2050007C6EBA /* SDPhotoBrowserConfig.h */,
E8EEB8EF26FC2050007C6EBA /* SDWaitingView.h */,
E8EEB8ED26FC2050007C6EBA /* SDWaitingView.m */,
);
path = SDPhotoBrowser;
sourceTree = "<group>";
@@ -10011,6 +10187,7 @@
9B2A12E427846D7100CED41B /* NobleRechargeModel.m in Sources */,
E88B5CBA26FB329C00DA9178 /* XPMineTeenagerPwdProtocol.h in Sources */,
E87C54BE2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m in Sources */,
237B89DC2A931479005DB380 /* XPMineUserGameVC.m in Sources */,
E83953222769F33B00CF2F24 /* XPRoomFunctionContainerView.m in Sources */,
E8D34D4A28080335009C4835 /* XPMineDataSkillCardTableViewCell.m in Sources */,
E87C0AA027D9DE6400CB2241 /* RoomFaceSendInfoModel.m in Sources */,
@@ -10112,6 +10289,7 @@
E80E2372299A1C380013FD40 /* XPStarredKitchenModel.m in Sources */,
E84150BB27747BAF00A7F548 /* XPFirstRechargePresenter.m in Sources */,
14A0CF4D29C0511200B2375A /* XPMineRechargeFooterReusableView.m in Sources */,
237B89E22A935701005DB380 /* XPMinePlaceOrderView.m in Sources */,
E800806B27FD42B00055A8AB /* XPClanRoomCollectionViewCell.m in Sources */,
E8A88D2D27E81E8700CA8837 /* RoomPKChooseUserModel.m in Sources */,
9BEE3D1727858E5700C83219 /* XPNobleAuthorityDescView.m in Sources */,
@@ -10156,8 +10334,10 @@
E80EC81028ACD84000D133C5 /* QExtendBoardView.m in Sources */,
9B87B3CD2926473D00085110 /* XPSessionListHeadFriendCell.m in Sources */,
9B86D88328192DC000494FCD /* XPRoomRankEntranceView.m in Sources */,
232153E02AF394BF00B2FBC0 /* XPPrivilegeCardVideoItemModel.m in Sources */,
18F404B7276095D700A6C548 /* SessionChatLimitView.m in Sources */,
E8788942273A55AD00BF1D57 /* XPGiftUsersView.m in Sources */,
237B94C32A98B46E007853E3 /* XPSessionMessageGameInfoView.m in Sources */,
9B8585D3278837CE00D7D5C6 /* NobleLevelUpModel.m in Sources */,
9BD9A17927A0EC57004186FE /* XPMineVisitorPresenter.m in Sources */,
E8BD0F8828A9E9E400DE050D /* RoomSailingPrizeModel.m in Sources */,
@@ -10194,6 +10374,7 @@
E855514E2805152B005F293F /* XPGuildTimePickView.m in Sources */,
9B0086CA27BA4F570032BD2B /* AnchorMicroView.m in Sources */,
E83ABF00280EC45700322EE4 /* MessageContentApplicationShareView.m in Sources */,
236FF06C2AF8892400BEB6EC /* XPClientH5UresModel.m in Sources */,
F1D8556F2931FC86008C418F /* XPRoomYearActivityView.m in Sources */,
E8B9843628ABA8B40022D026 /* XPMonentPublishSuccessView.m in Sources */,
E81C279626EB39CC0031E639 /* LoginForgetPasswordPresent.m in Sources */,
@@ -10266,6 +10447,7 @@
E83ABF03280EC90C00322EE4 /* ContentApplicationShareModel.m in Sources */,
9BA812E028BF6ABB00783EA7 /* Api+RedPacket.m in Sources */,
9BA3B40F293DD2F90071DF1C /* XPUpgradeView.m in Sources */,
232153DD2AF381E400B2FBC0 /* MovEncodeToMpegTool.m in Sources */,
E81A654928351B9500F55894 /* XPMonentsRecommendHeaderView.m in Sources */,
E84B0E3F2727EDF6008818C6 /* XPRoomMessageTableViewCell.m in Sources */,
E8E5E18B27C332EE00F457D8 /* XPHomeViewController.m in Sources */,
@@ -10281,6 +10463,7 @@
E8C1672D2806BD8B00ECB15C /* XPGuildSuperAdminRoomCollectionViewCell.m in Sources */,
230496F02A6E1F1F006D1F0C /* XPPrivilegeCardPresenter.m in Sources */,
E8EEB8F226FC2050007C6EBA /* SDPhotoBrowser.m in Sources */,
237B89EE2A945F81005DB380 /* XPMineUserGameTypeCell.m in Sources */,
E81C27AB26EF2D920031E639 /* ThirdUserInfo.m in Sources */,
E8788950273A699900BF1D57 /* ThemeColor+SendGift.m in Sources */,
E81C279D26EEEC620031E639 /* XPConstant.m in Sources */,
@@ -10346,6 +10529,7 @@
E877A7F127842B2F00EFACED /* XPRoomDatingWebAlertView.m in Sources */,
E80016382804140D00D6D17A /* XPMineGuildIncomeStatisViewController.m in Sources */,
E8E859C728264C2300EE4857 /* HTTPRedirectResponse.m in Sources */,
237B8A1A2A973C54005DB380 /* Api+GameOrder.m in Sources */,
E8E70D8326F2F51A00F03460 /* XPMineHeadView.m in Sources */,
E80EC81128ACD84000D133C5 /* QEmotionHelper.m in Sources */,
E8B825D026EA3825009E8E9F /* LoginPasswordViewController.m in Sources */,
@@ -10355,6 +10539,7 @@
E83ABEF6280E9AD800322EE4 /* MessageContentUnSupportView.m in Sources */,
E8AC721326F46ADD007D6E91 /* XPMineSettingViewController.m in Sources */,
18E7B32126F098650064BC9B /* UserInfoSkillVo.m in Sources */,
237B8A062A94CA11005DB380 /* XPMineGameOrderVC.m in Sources */,
14F9797429B75C5F004BBFEB /* XPCycleView.m in Sources */,
E8AC722726F482A4007D6E91 /* XPMineFeedbackPresenter.m in Sources */,
E86B911A28102AF90007DEE7 /* SessionToolbarView.m in Sources */,
@@ -10378,6 +10563,7 @@
E8950180282CAC49007E459A /* XPMonentsUserInfoView.m in Sources */,
9B92C02227E0BD040044C5EA /* XPNobleTrumpetModel.m in Sources */,
230497012A6E5A60006D1F0C /* XPPrivilegeCardProduceView.m in Sources */,
237B8A162A973B7E005DB380 /* XPMineGameOrderItemPresenter.m in Sources */,
14F9797129B75B8C004BBFEB /* XPCycleVerticalView.m in Sources */,
18F404C927609A4300A6C548 /* MessagePresenter.m in Sources */,
9BC9DAEF27E33B3F009EE409 /* XPRoomGiftAnimationParser.m in Sources */,
@@ -10413,6 +10599,7 @@
E8664ED927E4355C000171BA /* XPRoomPKRecordTableViewCell.m in Sources */,
E8C6FFD027548256004DC9F0 /* XPHomeListCollectionViewCell.m in Sources */,
E8A1F794290642500099C952 /* XPRoomMorePlayViewController.m in Sources */,
237B8A132A95DCBC005DB380 /* UserGameInfoVo.m in Sources */,
E84BF7DD277C765400EF8877 /* XPRoomRoleEmptyTableViewCell.m in Sources */,
E8F6135C291E26BD00E12650 /* NSMutableDictionary+Saft.m in Sources */,
E8E859C428264C2300EE4857 /* HTTPDynamicFileResponse.m in Sources */,
@@ -10430,6 +10617,7 @@
E8B846C226FD82DC00A777FE /* XPMineUserInfoAlbumCollectionViewCell.m in Sources */,
E816C11527608A7500C84014 /* XPRoomMiniManager.m in Sources */,
E8EEB91726FC7B35007C6EBA /* XPMineUserInfoDesViewController.m in Sources */,
237B89F72A949BDC005DB380 /* XPSessionMessageGameCell.m in Sources */,
9B1B72AC280031DB003FACE9 /* XPAnchorPKViewController.m in Sources */,
E80CBDED27D0D899001E1EC2 /* XPHomeLikeEmptyTableViewCell.m in Sources */,
9BEBBF4329384BB20024E0B4 /* HomeSearchHijackBaseModel.m in Sources */,
@@ -10462,6 +10650,7 @@
E8AC721026F43955007D6E91 /* UIImageConstant.m in Sources */,
E81C27A026EEF83D0031E639 /* XPHtmlUrl.m in Sources */,
E8F1558D28124D5200EE8C06 /* MessageConentAudioView.m in Sources */,
23E1708C2AED2E080039DE62 /* YYTextAsyncLayer+XPTextAsyncLayer.m in Sources */,
E8E20BDB281645300033B688 /* SessionInfoViewController.m in Sources */,
E8AB631C28ADE30E0023B0D2 /* XPMonentsTopicLatestPresenter.m in Sources */,
E8E859CA28264C2300EE4857 /* WebSocket.m in Sources */,
@@ -10473,6 +10662,7 @@
E8A03DF0276303D40098D9EA /* XPCandyTreeRankTableViewCell.m in Sources */,
14A0CF5029C0542D00B2375A /* XPMinePayHeaderReusableView.m in Sources */,
E801274E27E3280000BAC3F2 /* XPRoomPKVoteTableViewCell.m in Sources */,
237B89E82A93574C005DB380 /* XPMinePlaceOrderCell.m in Sources */,
9BCF58532798FDA1008401A4 /* XPSkillCardModel.m in Sources */,
18E7B1B726E8B2D10064BC9B /* Api+Main.m in Sources */,
E8B846D326FDDBE600A777FE /* XPMineRechargeTableViewCell.m in Sources */,
@@ -10520,6 +10710,7 @@
186A534726FC6ED900D67B2C /* TTAlertConfig.m in Sources */,
14566F2629BACBC500C73AE5 /* XPNewHomeFilterView.m in Sources */,
18F403EE2758CF2F00A6C548 /* MessageContentImage.m in Sources */,
237B89DF2A933F52005DB380 /* XPMineUserGameCell.m in Sources */,
18E7B31E26F0984C0064BC9B /* UserLevelVo.m in Sources */,
E8DBB70127B6501200AA285D /* XPLittleGameMiniStageView.m in Sources */,
E851E46227FF1314002F3ACB /* XPMineGuildEmptyTableViewCell.m in Sources */,
@@ -10753,6 +10944,7 @@
9B9DFD9A27DB2194000F95B3 /* XPSessionMessageHeadView.m in Sources */,
E8901CF628B38D89001E9A92 /* XPGraffitiGiftView.m in Sources */,
E81A6546283519CA00F55894 /* MonentsTopicModel.m in Sources */,
237B89FA2A94A7B6005DB380 /* XPSessionMessageGamePageControl.m in Sources */,
E8C1672A2806B1E500ECB15C /* XPGuildSuperAdminSetTableViewCell.m in Sources */,
14973CAE29C1BD9E008E93E0 /* XPRoomRankListModel.m in Sources */,
E8834E4528003A8F0029CCC1 /* XPMineMangerListViewController.m in Sources */,
@@ -10842,9 +11034,12 @@
E884C3722743AEDE00E1EBED /* CustomAttachmentDecoder.m in Sources */,
18EE3FEE2750CE6D00A452BF /* NIMMessageUtils.m in Sources */,
E81A65372834E5D200F55894 /* XPMonentsAttentionPresenter.m in Sources */,
237B89FD2A94C062005DB380 /* MessageContentGameView.m in Sources */,
E8DEC9AC2764A6CD0078CB70 /* XPRoomMoreMenuCollectionViewCell.m in Sources */,
E81DCCD0282B63FD0039E5C5 /* XPMonentsRecommendViewController.m in Sources */,
9B7D804A2753783D003DAC0C /* SessionViewController.m in Sources */,
237B8A0D2A95A5E8005DB380 /* XPMineGameOrderItemCell.m in Sources */,
237B8A092A95A52B005DB380 /* XPMineGameOrderItemVC.m in Sources */,
E839533F276A0CDB00CF2F24 /* XPMineNameplateTableViewCell.m in Sources */,
9B73CD11279AE99B006AF255 /* XPSkillCardListCell.m in Sources */,
E8B846BC26FD7C1200A777FE /* UploadImage.m in Sources */,
@@ -10972,6 +11167,7 @@
E851E45B27FF02DF002F3ACB /* XPGuildSearchPresenter.m in Sources */,
E884C36C2743951B00E1EBED /* GiftReceiveInfoModel.m in Sources */,
9B7B606227BB96E40070BB72 /* XPRoomAnchorInfoCardView.m in Sources */,
23CEFB692AFB32BE00576D89 /* XPRoomAnimationTool.m in Sources */,
E87FCE53282FABC600301132 /* XPEnterpriseRechargePayTableViewCell.m in Sources */,
E80B0734280D740600A79F63 /* MessageContentGuildView.m in Sources */,
E8395334276A03C300CF2F24 /* XPMineDressUpPresenter.m in Sources */,
@@ -10991,12 +11187,14 @@
E88B5CB826FB325200DA9178 /* XPMineTeenagerPwdPresenter.m in Sources */,
9B92A3472797EECD00AD168F /* XPMatchManageViewController.m in Sources */,
E84B0E462727EF9D008818C6 /* XPRoomMessageParser.m in Sources */,
237B8A102A95ACAA005DB380 /* XPMineGameOrderDetailsView.m in Sources */,
E838D9A0275E1BF60079E0B5 /* XPRoomAnimationView.m in Sources */,
9B0086C627BA392B0032BD2B /* AnchorStageView.m in Sources */,
9BCD02C72796C02800F396AA /* MicroNobleWaveView.m in Sources */,
E887532329BB29BA0017A41A /* XPCandyTreeRuleView.m in Sources */,
9B73CD09279A9AA2006AF255 /* XPSkillCardUpdatePropModel.m in Sources */,
E874B88827215D39003954B9 /* MicroStateModel.m in Sources */,
237B89F12A948E60005DB380 /* XPRoomGameInviteBannerView.m in Sources */,
E877A7F427842EF800EFACED /* XPRoomDatingVipUpMicView.m in Sources */,
14E9019B29CC546000B57C22 /* XPRoomWelcomeModel.m in Sources */,
E896EF9F2771AE7B00AD2CC1 /* XPMineAttentionViewController.m in Sources */,
@@ -11197,7 +11395,237 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.5.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"WechatOpenSDK\"",
"-l\"c++\"",
"-l\"c++.1\"",
"-l\"iconv\"",
"-l\"resolv\"",
"-l\"sqlite3\"",
"-l\"sqlite3.0\"",
"-l\"xml2\"",
"-l\"z\"",
"-framework",
"\"AFNetworking\"",
"-framework",
"\"AVFoundation\"",
"-framework",
"\"Accelerate\"",
"-framework",
"\"AdSupport\"",
"-framework",
"\"AgoraAiEchoCancellationExtension\"",
"-framework",
"\"AgoraAiNoiseSuppressionExtension\"",
"-framework",
"\"AgoraAudioBeautyExtension\"",
"-framework",
"\"AgoraClearVisionExtension\"",
"-framework",
"\"AgoraContentInspectExtension\"",
"-framework",
"\"AgoraCore\"",
"-framework",
"\"AgoraDrmLoaderExtension\"",
"-framework",
"\"AgoraFaceDetectionExtension\"",
"-framework",
"\"AgoraReplayKitExtension\"",
"-framework",
"\"AgoraRtcKit\"",
"-framework",
"\"AgoraSoundTouch\"",
"-framework",
"\"AgoraSpatialAudioExtension\"",
"-framework",
"\"AgoraVideoDecoderExtension\"",
"-framework",
"\"AgoraVideoEncoderExtension\"",
"-framework",
"\"AgoraVideoQualityAnalyzerExtension\"",
"-framework",
"\"AgoraVideoSegmentationExtension\"",
"-framework",
"\"Agorafdkaac\"",
"-framework",
"\"Agoraffmpeg\"",
"-framework",
"\"AlipaySDK\"",
"-framework",
"\"AppleAccountConnector\"",
"-framework",
"\"AssetsLibrary\"",
"-framework",
"\"AudioToolbox\"",
"-framework",
"\"Base64\"",
"-framework",
"\"Bugly\"",
"-framework",
"\"CFNetwork\"",
"-framework",
"\"CocoaAsyncSocket\"",
"-framework",
"\"CoreFoundation\"",
"-framework",
"\"CoreGraphics\"",
"-framework",
"\"CoreLocation\"",
"-framework",
"\"CoreMedia\"",
"-framework",
"\"CoreMotion\"",
"-framework",
"\"CoreServices\"",
"-framework",
"\"CoreSpotlight\"",
"-framework",
"\"CoreTelephony\"",
"-framework",
"\"CoreText\"",
"-framework",
"\"FFPopup\"",
"-framework",
"\"FLAnimatedImage\"",
"-framework",
"\"Foundation\"",
"-framework",
"\"HappyDNS\"",
"-framework",
"\"IAPHelper\"",
"-framework",
"\"IQKeyboardManager\"",
"-framework",
"\"ImageIO\"",
"-framework",
"\"JXCategoryView\"",
"-framework",
"\"JXPagingView\"",
"-framework",
"\"JavaScriptCore\"",
"-framework",
"\"LinkedME_iOS\"",
"-framework",
"\"LookinServer\"",
"-framework",
"\"MBProgressHUD\"",
"-framework",
"\"MJExtension\"",
"-framework",
"\"MJRefresh\"",
"-framework",
"\"MOBFoundation\"",
"-framework",
"\"MarqueeLabel_ObjC\"",
"-framework",
"\"Masonry\"",
"-framework",
"\"MetalKit\"",
"-framework",
"\"MobileCoreServices\"",
"-framework",
"\"NIMSDK\"",
"-framework",
"\"NIMSDK2\"",
"-framework",
"\"NTESBaseComponent\"",
"-framework",
"\"NTESQuickPass\"",
"-framework",
"\"Photos\"",
"-framework",
"\"PhotosUI\"",
"-framework",
"\"Protobuf\"",
"-framework",
"\"QGVAPlayer\"",
"-framework",
"\"QQConnector\"",
"-framework",
"\"QYSDK_NIM\"",
"-framework",
"\"Qiniu\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"ReactiveObjC\"",
"-framework",
"\"ReplayKit\"",
"-framework",
"\"SDCycleScrollView\"",
"-framework",
"\"SDWebImage\"",
"-framework",
"\"SDWebImageFLPlugin\"",
"-framework",
"\"SSKeychain\"",
"-framework",
"\"SSZipArchive\"",
"-framework",
"\"SVGAPlayer\"",
"-framework",
"\"SZTextView\"",
"-framework",
"\"Security\"",
"-framework",
"\"ShareSDK\"",
"-framework",
"\"ShareSDKConnector\"",
"-framework",
"\"ShareSDKExtension\"",
"-framework",
"\"StoreKit\"",
"-framework",
"\"SystemConfiguration\"",
"-framework",
"\"TXFFmpeg\"",
"-framework",
"\"TXLiteAVSDK_TRTC\"",
"-framework",
"\"TXSoundTouch\"",
"-framework",
"\"TZImagePickerController\"",
"-framework",
"\"TencentOpenAPI\"",
"-framework",
"\"UIKit\"",
"-framework",
"\"UMCommon\"",
"-framework",
"\"UMDevice\"",
"-framework",
"\"VideoToolbox\"",
"-framework",
"\"WYEAccountApiSDK\"",
"-framework",
"\"WYOAuth\"",
"-framework",
"\"WYTYRZUISDK\"",
"-framework",
"\"WebKit\"",
"-framework",
"\"WechatConnector\"",
"-framework",
"\"YYCache\"",
"-framework",
"\"YYImage\"",
"-framework",
"\"YYText\"",
"-framework",
"\"YYWebImage\"",
"-framework",
"\"pop\"",
"-framework",
"\"video_dec\"",
"-framework",
"\"video_enc\"",
"-weak_framework",
"\"AuthenticationServices\"",
"-ld64",
);
PRODUCT_BUNDLE_IDENTIFIER = cn.nnbc123.voice;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -11230,7 +11658,235 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.5.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-l\"WechatOpenSDK\"",
"-l\"c++\"",
"-l\"c++.1\"",
"-l\"iconv\"",
"-l\"resolv\"",
"-l\"sqlite3\"",
"-l\"sqlite3.0\"",
"-l\"xml2\"",
"-l\"z\"",
"-framework",
"\"AFNetworking\"",
"-framework",
"\"AVFoundation\"",
"-framework",
"\"Accelerate\"",
"-framework",
"\"AdSupport\"",
"-framework",
"\"AgoraAiEchoCancellationExtension\"",
"-framework",
"\"AgoraAiNoiseSuppressionExtension\"",
"-framework",
"\"AgoraAudioBeautyExtension\"",
"-framework",
"\"AgoraClearVisionExtension\"",
"-framework",
"\"AgoraContentInspectExtension\"",
"-framework",
"\"AgoraCore\"",
"-framework",
"\"AgoraDrmLoaderExtension\"",
"-framework",
"\"AgoraFaceDetectionExtension\"",
"-framework",
"\"AgoraReplayKitExtension\"",
"-framework",
"\"AgoraRtcKit\"",
"-framework",
"\"AgoraSoundTouch\"",
"-framework",
"\"AgoraSpatialAudioExtension\"",
"-framework",
"\"AgoraVideoDecoderExtension\"",
"-framework",
"\"AgoraVideoEncoderExtension\"",
"-framework",
"\"AgoraVideoQualityAnalyzerExtension\"",
"-framework",
"\"AgoraVideoSegmentationExtension\"",
"-framework",
"\"Agorafdkaac\"",
"-framework",
"\"Agoraffmpeg\"",
"-framework",
"\"AlipaySDK\"",
"-framework",
"\"AppleAccountConnector\"",
"-framework",
"\"AssetsLibrary\"",
"-framework",
"\"AudioToolbox\"",
"-framework",
"\"Base64\"",
"-framework",
"\"Bugly\"",
"-framework",
"\"CFNetwork\"",
"-framework",
"\"CocoaAsyncSocket\"",
"-framework",
"\"CoreFoundation\"",
"-framework",
"\"CoreGraphics\"",
"-framework",
"\"CoreLocation\"",
"-framework",
"\"CoreMedia\"",
"-framework",
"\"CoreMotion\"",
"-framework",
"\"CoreServices\"",
"-framework",
"\"CoreSpotlight\"",
"-framework",
"\"CoreTelephony\"",
"-framework",
"\"CoreText\"",
"-framework",
"\"FFPopup\"",
"-framework",
"\"FLAnimatedImage\"",
"-framework",
"\"Foundation\"",
"-framework",
"\"HappyDNS\"",
"-framework",
"\"IAPHelper\"",
"-framework",
"\"IQKeyboardManager\"",
"-framework",
"\"ImageIO\"",
"-framework",
"\"JXCategoryView\"",
"-framework",
"\"JXPagingView\"",
"-framework",
"\"JavaScriptCore\"",
"-framework",
"\"LinkedME_iOS\"",
"-framework",
"\"MBProgressHUD\"",
"-framework",
"\"MJExtension\"",
"-framework",
"\"MJRefresh\"",
"-framework",
"\"MOBFoundation\"",
"-framework",
"\"MarqueeLabel_ObjC\"",
"-framework",
"\"Masonry\"",
"-framework",
"\"MetalKit\"",
"-framework",
"\"MobileCoreServices\"",
"-framework",
"\"NIMSDK\"",
"-framework",
"\"NIMSDK2\"",
"-framework",
"\"NTESBaseComponent\"",
"-framework",
"\"NTESQuickPass\"",
"-framework",
"\"Photos\"",
"-framework",
"\"PhotosUI\"",
"-framework",
"\"Protobuf\"",
"-framework",
"\"QGVAPlayer\"",
"-framework",
"\"QQConnector\"",
"-framework",
"\"QYSDK_NIM\"",
"-framework",
"\"Qiniu\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"ReactiveObjC\"",
"-framework",
"\"ReplayKit\"",
"-framework",
"\"SDCycleScrollView\"",
"-framework",
"\"SDWebImage\"",
"-framework",
"\"SDWebImageFLPlugin\"",
"-framework",
"\"SSKeychain\"",
"-framework",
"\"SSZipArchive\"",
"-framework",
"\"SVGAPlayer\"",
"-framework",
"\"SZTextView\"",
"-framework",
"\"Security\"",
"-framework",
"\"ShareSDK\"",
"-framework",
"\"ShareSDKConnector\"",
"-framework",
"\"ShareSDKExtension\"",
"-framework",
"\"StoreKit\"",
"-framework",
"\"SystemConfiguration\"",
"-framework",
"\"TXFFmpeg\"",
"-framework",
"\"TXLiteAVSDK_TRTC\"",
"-framework",
"\"TXSoundTouch\"",
"-framework",
"\"TZImagePickerController\"",
"-framework",
"\"TencentOpenAPI\"",
"-framework",
"\"UIKit\"",
"-framework",
"\"UMCommon\"",
"-framework",
"\"UMDevice\"",
"-framework",
"\"VideoToolbox\"",
"-framework",
"\"WYEAccountApiSDK\"",
"-framework",
"\"WYOAuth\"",
"-framework",
"\"WYTYRZUISDK\"",
"-framework",
"\"WebKit\"",
"-framework",
"\"WechatConnector\"",
"-framework",
"\"YYCache\"",
"-framework",
"\"YYImage\"",
"-framework",
"\"YYText\"",
"-framework",
"\"YYWebImage\"",
"-framework",
"\"pop\"",
"-framework",
"\"video_dec\"",
"-framework",
"\"video_enc\"",
"-weak_framework",
"\"AuthenticationServices\"",
"-ld64",
);
PRODUCT_BUNDLE_IDENTIFIER = cn.nnbc123.voice;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"

View File

@@ -54,8 +54,8 @@ UIKIT_EXTERN NSString * adImageName;
[ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
//QQ
NSString *universalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/";
NSString *qqUniversalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/qq_conn/102044928";
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:YES universalLink:qqUniversalLink];
// NSString *qqUniversalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/qq_conn/102044928";
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:NO universalLink:nil];
[platformsRegister setupWeChatWithAppId:KeyWithType(KeyType_WechatAppid) appSecret:KeyWithType(KeyType_WechatSecret) universalLink:universalLink];
}];
}

View File

@@ -0,0 +1,16 @@
//
// YYTextAsyncLayer+XPTextAsyncLayer.h
// xplan-ios
//
// Created by duoban on 2023/10/28.
//
#import <YYText/YYTextAsyncLayer.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYTextAsyncLayer (XPTextAsyncLayer)
@end
NS_ASSUME_NONNULL_END

View File

@@ -0,0 +1,26 @@
//
// YYTextAsyncLayer+XPTextAsyncLayer.m
// xplan-ios
//
// Created by duoban on 2023/10/28.
//
#import "YYTextAsyncLayer+XPTextAsyncLayer.h"
@implementation YYTextAsyncLayer (XPTextAsyncLayer)
///iOS17bug退
+(void)load {
Method xp_displayMethod = class_getInstanceMethod(self, @selector(display));
Method xp_swizzingMethod = class_getInstanceMethod(self, @selector(xp_swizzing_display));
method_exchangeImplementations(xp_displayMethod, xp_swizzingMethod);
}
-(void)xp_swizzing_display{
//
if (self.bounds.size.width <= 0 || self.bounds.size.height <= 0) {
self.contents = nil;
return;
} else {
[self xp_swizzing_display];
}
}
@end

View File

@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "anchor_hourRank_btn@2x.png",
"filename" : "new_charm_01@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "anchor_hourRank_btn@3x.png",
"filename" : "new_charm_01@3x.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "message_session_nav_like@2x.png",
"filename" : "new_charm_02@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "message_session_nav_like@3x.png",
"filename" : "new_charm_02@3x.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_03@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_03@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_04@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_04@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_05@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_05@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_06@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_06@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_07@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_07@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_08@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_08@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_09@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_09@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_10@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_10@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_100@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_100@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_101@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_101@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_102@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_102@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_103@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_103@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_104@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_104@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_105@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_105@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_106@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_106@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_107@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_107@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_108@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_108@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_109@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_109@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_11@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_11@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_110@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_110@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_12@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_12@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_13@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_13@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_14@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_14@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_15@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_15@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_16@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_16@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_17@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_17@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_18@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_18@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_19@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_19@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "new_charm_20@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "new_charm_20@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Some files were not shown because too many files have changed in this diff Show More