Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f776893134 | ||
![]() |
60dcf38ea2 | ||
![]() |
7e299b9212 | ||
![]() |
cf2eeb9a00 | ||
![]() |
c971ac589e | ||
![]() |
a65270f974 | ||
![]() |
43e5f14a83 | ||
![]() |
2b5a1eb2a5 | ||
![]() |
aeb26daad6 | ||
![]() |
88512c6a48 | ||
![]() |
6c2c5d586a | ||
![]() |
56b6f40526 | ||
![]() |
7e663559c0 | ||
![]() |
9c8e892859 | ||
![]() |
6bef9d8da9 |
10
Podfile
@@ -10,6 +10,10 @@ target 'yinmeng-ios' do
|
||||
pod 'Moya'
|
||||
pod 'MBProgressHUD'
|
||||
pod 'SVGAPlayer'
|
||||
pod 'YYText'
|
||||
# 滑动标签栏
|
||||
pod 'JXCategoryView'
|
||||
pod 'JXPagingView/Pager'
|
||||
#加载图片
|
||||
pod 'Kingfisher'
|
||||
#cell
|
||||
@@ -30,7 +34,11 @@ target 'yinmeng-ios' do
|
||||
#pop动画
|
||||
pod 'pop', '~> 1.0.12'
|
||||
pod 'FFPopup'
|
||||
|
||||
pod 'TXLiteAVSDK_TRTC', '~> 11.4.14530'
|
||||
pod 'MJExtension'
|
||||
pod 'QGVAPlayer'
|
||||
#声网
|
||||
pod 'AgoraRtcEngine_iOS', '~> 4.2.2'
|
||||
# Pods for yinmeng-ios
|
||||
|
||||
end
|
||||
|
@@ -37,7 +37,6 @@
|
||||
233E515B2B8C849600582F9C /* PlanetStarClickItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 233E515A2B8C849600582F9C /* PlanetStarClickItemView.swift */; };
|
||||
234E2DF02B98425800433CF7 /* RoomVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2DEF2B98425800433CF7 /* RoomVC.swift */; };
|
||||
234E2DF42B9847A700433CF7 /* RoomBackgroundView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2DF32B9847A700433CF7 /* RoomBackgroundView.swift */; };
|
||||
234E2DF72B984FB200433CF7 /* RoomTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2DF62B984FB200433CF7 /* RoomTopView.swift */; };
|
||||
234E2DFA2B9851F000433CF7 /* UIButton+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2DF92B9851F000433CF7 /* UIButton+.swift */; };
|
||||
234E2DFD2B985A7300433CF7 /* UILabel+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2DFC2B985A7300433CF7 /* UILabel+.swift */; };
|
||||
234E2E022B986D7600433CF7 /* RoomQuitView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2E012B986D7600433CF7 /* RoomQuitView.swift */; };
|
||||
@@ -57,9 +56,53 @@
|
||||
234E2E312B9B001A00433CF7 /* RoomChatScreenView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2E302B9B001A00433CF7 /* RoomChatScreenView.swift */; };
|
||||
234E2E332B9B019B00433CF7 /* RoomChatScreenHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2E322B9B019B00433CF7 /* RoomChatScreenHeaderView.swift */; };
|
||||
234E2E352B9B06E800433CF7 /* RoomChatScreenUserChatCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 234E2E342B9B06E800433CF7 /* RoomChatScreenUserChatCell.swift */; };
|
||||
234E2E372B9B307700433CF7 /* 1.png in Resources */ = {isa = PBXBuildFile; fileRef = 234E2E362B9B307700433CF7 /* 1.png */; };
|
||||
234E2E392B9B309800433CF7 /* 2.png in Resources */ = {isa = PBXBuildFile; fileRef = 234E2E382B9B309800433CF7 /* 2.png */; };
|
||||
234E2E3B2B9B30AB00433CF7 /* 3.png in Resources */ = {isa = PBXBuildFile; fileRef = 234E2E3A2B9B30AB00433CF7 /* 3.png */; };
|
||||
23630B992BABCE52003AD25D /* HomeSearchVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630B982BABCE52003AD25D /* HomeSearchVC.swift */; };
|
||||
23630B9B2BABCEA5003AD25D /* HomeSearchNavView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630B9A2BABCEA5003AD25D /* HomeSearchNavView.swift */; };
|
||||
23630B9D2BAC0DEA003AD25D /* HomeSearchRoomVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630B9C2BAC0DEA003AD25D /* HomeSearchRoomVC.swift */; };
|
||||
23630BA12BAC12F9003AD25D /* HomeSearchRoomCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BA02BAC12F9003AD25D /* HomeSearchRoomCell.swift */; };
|
||||
23630BA32BAC23BA003AD25D /* HomeSearchRoomModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BA22BAC23BA003AD25D /* HomeSearchRoomModel.swift */; };
|
||||
23630BB02BAD2708003AD25D /* YinRoomRankModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BAF2BAD2708003AD25D /* YinRoomRankModel.swift */; };
|
||||
23630BB52BAD2725003AD25D /* YinRoomRankView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BB22BAD2725003AD25D /* YinRoomRankView.swift */; };
|
||||
23630BB62BAD2725003AD25D /* RoomTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BB32BAD2725003AD25D /* RoomTopView.swift */; };
|
||||
23630BB72BAD2725003AD25D /* YinRoomRankItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BB42BAD2725003AD25D /* YinRoomRankItemView.swift */; };
|
||||
23630BB92BAD2CB8003AD25D /* YinRankH5UrlModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BB82BAD2CB8003AD25D /* YinRankH5UrlModel.swift */; };
|
||||
23630BBB2BAD2EBB003AD25D /* YinClientInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BBA2BAD2EBB003AD25D /* YinClientInfoModel.swift */; };
|
||||
23630BBD2BAD379C003AD25D /* YinRoomAudioManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BBC2BAD379C003AD25D /* YinRoomAudioManager.swift */; };
|
||||
23630BBF2BAD37B7003AD25D /* YinRoomTRTCManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BBE2BAD37B7003AD25D /* YinRoomTRTCManager.swift */; };
|
||||
23630BC12BAD5537003AD25D /* YinRoomAgoraManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BC02BAD5537003AD25D /* YinRoomAgoraManager.swift */; };
|
||||
23630BC32BAD7868003AD25D /* SendGiftVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BC22BAD7868003AD25D /* SendGiftVC.swift */; };
|
||||
23630BC72BAD7A94003AD25D /* SendGiftView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BC62BAD7A94003AD25D /* SendGiftView.swift */; };
|
||||
23630BC92BAD7BCB003AD25D /* SendGiftCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BC82BAD7BCB003AD25D /* SendGiftCell.swift */; };
|
||||
23630BCB2BAD84B0003AD25D /* SendGiftModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BCA2BAD84B0003AD25D /* SendGiftModel.swift */; };
|
||||
23630BCD2BAD908D003AD25D /* SendGiftSendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BCC2BAD908D003AD25D /* SendGiftSendView.swift */; };
|
||||
23630BCF2BADA7D9003AD25D /* SendGiftSendNumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BCE2BADA7D9003AD25D /* SendGiftSendNumView.swift */; };
|
||||
23630BD12BADA900003AD25D /* SendGiftSendNumCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BD02BADA900003AD25D /* SendGiftSendNumCell.swift */; };
|
||||
23630BD32BADA9FF003AD25D /* SendGiftSendNumModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23630BD22BADA9FF003AD25D /* SendGiftSendNumModel.swift */; };
|
||||
238A900C2BAAC6C600828123 /* HomeVoiceSearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238A900B2BAAC6C600828123 /* HomeVoiceSearchView.swift */; };
|
||||
239EA6442BAE898300570127 /* RectiveGiftModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6432BAE898300570127 /* RectiveGiftModel.swift */; };
|
||||
239EA6462BAE8A6600570127 /* RectiveGiftUserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6452BAE8A6600570127 /* RectiveGiftUserModel.swift */; };
|
||||
239EA6482BAE8D5E00570127 /* ChatCustomMsgModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6472BAE8D5E00570127 /* ChatCustomMsgModel.swift */; };
|
||||
239EA64C2BAE90B700570127 /* ChatMsgRemoteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA64B2BAE90B700570127 /* ChatMsgRemoteModel.swift */; };
|
||||
239EA64E2BAE949200570127 /* RoomChatScreenManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA64D2BAE949200570127 /* RoomChatScreenManager.swift */; };
|
||||
239EA6512BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6502BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.m */; };
|
||||
239EA6532BAEA73100570127 /* RoomChatScreenContentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6522BAEA73100570127 /* RoomChatScreenContentCell.swift */; };
|
||||
239EA65A2BAEB48A00570127 /* RoomDynamicEffectView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6592BAEB48A00570127 /* RoomDynamicEffectView.swift */; };
|
||||
239EA65F2BAED9B900570127 /* YinCustomAttachmentCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239EA65E2BAED9B900570127 /* YinCustomAttachmentCoding.swift */; };
|
||||
239EA6642BAF03B400570127 /* YinGetPointGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 239EA6632BAF03B400570127 /* YinGetPointGroup.m */; };
|
||||
23EE96E02B9EB22100475D69 /* RoomMenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96DF2B9EB22100475D69 /* RoomMenuView.swift */; };
|
||||
23EE96E22B9EB22F00475D69 /* RoomSendTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96E12B9EB22F00475D69 /* RoomSendTextView.swift */; };
|
||||
23EE96E62B9EE79A00475D69 /* RoomVCViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96E52B9EE79A00475D69 /* RoomVCViewModel.swift */; };
|
||||
23EE96E82B9EE7F600475D69 /* RoomDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96E72B9EE7F600475D69 /* RoomDataModel.swift */; };
|
||||
23EE96EA2B9F01F900475D69 /* RoomChatData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96E92B9F01F900475D69 /* RoomChatData.swift */; };
|
||||
23EE96EC2B9F273A00475D69 /* MicSeatModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96EB2B9F273A00475D69 /* MicSeatModel.swift */; };
|
||||
23EE96EE2B9F27E200475D69 /* MicSequenceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96ED2B9F27E200475D69 /* MicSequenceModel.swift */; };
|
||||
23EE96F42BA048F100475D69 /* MicSeatGiftValueModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96F32BA048F100475D69 /* MicSeatGiftValueModel.swift */; };
|
||||
23EE96F62BA061DE00475D69 /* RoomMsgListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE96F52BA061DE00475D69 /* RoomMsgListModel.swift */; };
|
||||
23EE96FA2BA1A3A300475D69 /* YinSpeak.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23EE96F92BA1A3A200475D69 /* YinSpeak.svga */; };
|
||||
23EE97032BA29F1E00475D69 /* SendGiftTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE97022BA29F1E00475D69 /* SendGiftTopView.swift */; };
|
||||
23EE97052BA2A67300475D69 /* SendGiftUserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE97042BA2A67300475D69 /* SendGiftUserView.swift */; };
|
||||
23EE97072BA2AC8300475D69 /* SendGiftUserCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE97062BA2AC8300475D69 /* SendGiftUserCell.swift */; };
|
||||
23EE970F2BA3006800475D69 /* SendGiftUserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23EE970E2BA3006800475D69 /* SendGiftUserModel.swift */; };
|
||||
25C63BC8F805551E8754E409 /* Pods_yinmeng_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2F175918AD0811681497739 /* Pods_yinmeng_ios.framework */; };
|
||||
E81A7BAE2B885B20009E736E /* Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A7BAA2B885B20009E736E /* Base64.m */; };
|
||||
E81A7BAF2B885B20009E736E /* MAIDESEncryptTool.m in Sources */ = {isa = PBXBuildFile; fileRef = E81A7BAB2B885B20009E736E /* MAIDESEncryptTool.m */; };
|
||||
@@ -162,7 +205,6 @@
|
||||
233E515A2B8C849600582F9C /* PlanetStarClickItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanetStarClickItemView.swift; sourceTree = "<group>"; };
|
||||
234E2DEF2B98425800433CF7 /* RoomVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomVC.swift; sourceTree = "<group>"; };
|
||||
234E2DF32B9847A700433CF7 /* RoomBackgroundView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomBackgroundView.swift; sourceTree = "<group>"; };
|
||||
234E2DF62B984FB200433CF7 /* RoomTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomTopView.swift; sourceTree = "<group>"; };
|
||||
234E2DF92B9851F000433CF7 /* UIButton+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+.swift"; sourceTree = "<group>"; };
|
||||
234E2DFC2B985A7300433CF7 /* UILabel+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+.swift"; sourceTree = "<group>"; };
|
||||
234E2E012B986D7600433CF7 /* RoomQuitView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomQuitView.swift; sourceTree = "<group>"; };
|
||||
@@ -182,9 +224,55 @@
|
||||
234E2E302B9B001A00433CF7 /* RoomChatScreenView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatScreenView.swift; sourceTree = "<group>"; };
|
||||
234E2E322B9B019B00433CF7 /* RoomChatScreenHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatScreenHeaderView.swift; sourceTree = "<group>"; };
|
||||
234E2E342B9B06E800433CF7 /* RoomChatScreenUserChatCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatScreenUserChatCell.swift; sourceTree = "<group>"; };
|
||||
234E2E362B9B307700433CF7 /* 1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 1.png; sourceTree = "<group>"; };
|
||||
234E2E382B9B309800433CF7 /* 2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 2.png; sourceTree = "<group>"; };
|
||||
234E2E3A2B9B30AB00433CF7 /* 3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 3.png; sourceTree = "<group>"; };
|
||||
23630B982BABCE52003AD25D /* HomeSearchVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchVC.swift; sourceTree = "<group>"; };
|
||||
23630B9A2BABCEA5003AD25D /* HomeSearchNavView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchNavView.swift; sourceTree = "<group>"; };
|
||||
23630B9C2BAC0DEA003AD25D /* HomeSearchRoomVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchRoomVC.swift; sourceTree = "<group>"; };
|
||||
23630BA02BAC12F9003AD25D /* HomeSearchRoomCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchRoomCell.swift; sourceTree = "<group>"; };
|
||||
23630BA22BAC23BA003AD25D /* HomeSearchRoomModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeSearchRoomModel.swift; sourceTree = "<group>"; };
|
||||
23630BAF2BAD2708003AD25D /* YinRoomRankModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinRoomRankModel.swift; sourceTree = "<group>"; };
|
||||
23630BB22BAD2725003AD25D /* YinRoomRankView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YinRoomRankView.swift; sourceTree = "<group>"; };
|
||||
23630BB32BAD2725003AD25D /* RoomTopView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RoomTopView.swift; sourceTree = "<group>"; };
|
||||
23630BB42BAD2725003AD25D /* YinRoomRankItemView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YinRoomRankItemView.swift; sourceTree = "<group>"; };
|
||||
23630BB82BAD2CB8003AD25D /* YinRankH5UrlModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinRankH5UrlModel.swift; sourceTree = "<group>"; };
|
||||
23630BBA2BAD2EBB003AD25D /* YinClientInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinClientInfoModel.swift; sourceTree = "<group>"; };
|
||||
23630BBC2BAD379C003AD25D /* YinRoomAudioManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinRoomAudioManager.swift; sourceTree = "<group>"; };
|
||||
23630BBE2BAD37B7003AD25D /* YinRoomTRTCManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinRoomTRTCManager.swift; sourceTree = "<group>"; };
|
||||
23630BC02BAD5537003AD25D /* YinRoomAgoraManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinRoomAgoraManager.swift; sourceTree = "<group>"; };
|
||||
23630BC22BAD7868003AD25D /* SendGiftVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftVC.swift; sourceTree = "<group>"; };
|
||||
23630BC62BAD7A94003AD25D /* SendGiftView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftView.swift; sourceTree = "<group>"; };
|
||||
23630BC82BAD7BCB003AD25D /* SendGiftCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftCell.swift; sourceTree = "<group>"; };
|
||||
23630BCA2BAD84B0003AD25D /* SendGiftModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftModel.swift; sourceTree = "<group>"; };
|
||||
23630BCC2BAD908D003AD25D /* SendGiftSendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendView.swift; sourceTree = "<group>"; };
|
||||
23630BCE2BADA7D9003AD25D /* SendGiftSendNumView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumView.swift; sourceTree = "<group>"; };
|
||||
23630BD02BADA900003AD25D /* SendGiftSendNumCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumCell.swift; sourceTree = "<group>"; };
|
||||
23630BD22BADA9FF003AD25D /* SendGiftSendNumModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftSendNumModel.swift; sourceTree = "<group>"; };
|
||||
238A900B2BAAC6C600828123 /* HomeVoiceSearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeVoiceSearchView.swift; sourceTree = "<group>"; };
|
||||
239EA6432BAE898300570127 /* RectiveGiftModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RectiveGiftModel.swift; sourceTree = "<group>"; };
|
||||
239EA6452BAE8A6600570127 /* RectiveGiftUserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RectiveGiftUserModel.swift; sourceTree = "<group>"; };
|
||||
239EA6472BAE8D5E00570127 /* ChatCustomMsgModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatCustomMsgModel.swift; sourceTree = "<group>"; };
|
||||
239EA64B2BAE90B700570127 /* ChatMsgRemoteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatMsgRemoteModel.swift; sourceTree = "<group>"; };
|
||||
239EA64D2BAE949200570127 /* RoomChatScreenManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatScreenManager.swift; sourceTree = "<group>"; };
|
||||
239EA64F2BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "YYTextAsyncLayer+YinTextAsyncLayer.h"; sourceTree = "<group>"; };
|
||||
239EA6502BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "YYTextAsyncLayer+YinTextAsyncLayer.m"; sourceTree = "<group>"; };
|
||||
239EA6522BAEA73100570127 /* RoomChatScreenContentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatScreenContentCell.swift; sourceTree = "<group>"; };
|
||||
239EA6592BAEB48A00570127 /* RoomDynamicEffectView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDynamicEffectView.swift; sourceTree = "<group>"; };
|
||||
239EA65E2BAED9B900570127 /* YinCustomAttachmentCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YinCustomAttachmentCoding.swift; sourceTree = "<group>"; };
|
||||
239EA6622BAF03B400570127 /* YinGetPointGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YinGetPointGroup.h; sourceTree = "<group>"; };
|
||||
239EA6632BAF03B400570127 /* YinGetPointGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YinGetPointGroup.m; sourceTree = "<group>"; };
|
||||
23EE96DF2B9EB22100475D69 /* RoomMenuView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMenuView.swift; sourceTree = "<group>"; };
|
||||
23EE96E12B9EB22F00475D69 /* RoomSendTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomSendTextView.swift; sourceTree = "<group>"; };
|
||||
23EE96E52B9EE79A00475D69 /* RoomVCViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RoomVCViewModel.swift; sourceTree = "<group>"; };
|
||||
23EE96E72B9EE7F600475D69 /* RoomDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomDataModel.swift; sourceTree = "<group>"; };
|
||||
23EE96E92B9F01F900475D69 /* RoomChatData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomChatData.swift; sourceTree = "<group>"; };
|
||||
23EE96EB2B9F273A00475D69 /* MicSeatModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MicSeatModel.swift; sourceTree = "<group>"; };
|
||||
23EE96ED2B9F27E200475D69 /* MicSequenceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MicSequenceModel.swift; sourceTree = "<group>"; };
|
||||
23EE96F32BA048F100475D69 /* MicSeatGiftValueModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MicSeatGiftValueModel.swift; sourceTree = "<group>"; };
|
||||
23EE96F52BA061DE00475D69 /* RoomMsgListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomMsgListModel.swift; sourceTree = "<group>"; };
|
||||
23EE96F92BA1A3A200475D69 /* YinSpeak.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = YinSpeak.svga; sourceTree = "<group>"; };
|
||||
23EE97022BA29F1E00475D69 /* SendGiftTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftTopView.swift; sourceTree = "<group>"; };
|
||||
23EE97042BA2A67300475D69 /* SendGiftUserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftUserView.swift; sourceTree = "<group>"; };
|
||||
23EE97062BA2AC8300475D69 /* SendGiftUserCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftUserCell.swift; sourceTree = "<group>"; };
|
||||
23EE970E2BA3006800475D69 /* SendGiftUserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendGiftUserModel.swift; sourceTree = "<group>"; };
|
||||
A9FB906EB4D17C552C15A2B3 /* Pods-yinmeng-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-yinmeng-ios.debug.xcconfig"; path = "Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
B2F175918AD0811681497739 /* Pods_yinmeng_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_yinmeng_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
CB0AC98C54C1D41FA4CA102B /* Pods-yinmeng-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-yinmeng-ios.release.xcconfig"; path = "Target Support Files/Pods-yinmeng-ios/Pods-yinmeng-ios.release.xcconfig"; sourceTree = "<group>"; };
|
||||
@@ -302,6 +390,7 @@
|
||||
234E2DEA2B98411800433CF7 /* VM */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96E52B9EE79A00475D69 /* RoomVCViewModel.swift */,
|
||||
);
|
||||
path = VM;
|
||||
sourceTree = "<group>";
|
||||
@@ -317,6 +406,8 @@
|
||||
234E2DEC2B98411800433CF7 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96E72B9EE7F600475D69 /* RoomDataModel.swift */,
|
||||
23EE96E92B9F01F900475D69 /* RoomChatData.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -324,6 +415,9 @@
|
||||
234E2DED2B98411800433CF7 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
239EA6542BAEB47900570127 /* RoomDynamicEffectView */,
|
||||
23EE96FB2BA29AFF00475D69 /* SendGift */,
|
||||
23EE96DA2B9EB17D00475D69 /* RoomMenuView */,
|
||||
234E2E2B2B9AFCDB00433CF7 /* RoomChatScreenView */,
|
||||
234E2E122B99F21600433CF7 /* MicSeatView */,
|
||||
234E2DFE2B986D6600433CF7 /* RoomQuitView */,
|
||||
@@ -337,6 +431,9 @@
|
||||
234E2DEE2B98411800433CF7 /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23630BBC2BAD379C003AD25D /* YinRoomAudioManager.swift */,
|
||||
23630BBE2BAD37B7003AD25D /* YinRoomTRTCManager.swift */,
|
||||
23630BC02BAD5537003AD25D /* YinRoomAgoraManager.swift */,
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
@@ -359,7 +456,8 @@
|
||||
234E2DF52B984FA800433CF7 /* RoomTopView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
234E2DF62B984FB200433CF7 /* RoomTopView.swift */,
|
||||
23630BB12BAD2725003AD25D /* View */,
|
||||
23630BAE2BAD26F7003AD25D /* Model */,
|
||||
);
|
||||
path = RoomTopView;
|
||||
sourceTree = "<group>";
|
||||
@@ -446,6 +544,9 @@
|
||||
234E2E172B9AB36200433CF7 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96EB2B9F273A00475D69 /* MicSeatModel.swift */,
|
||||
23EE96ED2B9F27E200475D69 /* MicSequenceModel.swift */,
|
||||
23EE96F32BA048F100475D69 /* MicSeatGiftValueModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -509,6 +610,7 @@
|
||||
234E2E2C2B9AFCDB00433CF7 /* ViewModel */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
239EA64D2BAE949200570127 /* RoomChatScreenManager.swift */,
|
||||
);
|
||||
path = ViewModel;
|
||||
sourceTree = "<group>";
|
||||
@@ -516,6 +618,7 @@
|
||||
234E2E2D2B9AFCDB00433CF7 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96F52BA061DE00475D69 /* RoomMsgListModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -526,6 +629,7 @@
|
||||
234E2E302B9B001A00433CF7 /* RoomChatScreenView.swift */,
|
||||
234E2E322B9B019B00433CF7 /* RoomChatScreenHeaderView.swift */,
|
||||
234E2E342B9B06E800433CF7 /* RoomChatScreenUserChatCell.swift */,
|
||||
239EA6522BAEA73100570127 /* RoomChatScreenContentCell.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -537,6 +641,158 @@
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23630BAE2BAD26F7003AD25D /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23630BAF2BAD2708003AD25D /* YinRoomRankModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23630BB12BAD2725003AD25D /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23630BB32BAD2725003AD25D /* RoomTopView.swift */,
|
||||
23630BB42BAD2725003AD25D /* YinRoomRankItemView.swift */,
|
||||
23630BB22BAD2725003AD25D /* YinRoomRankView.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
239EA6542BAEB47900570127 /* RoomDynamicEffectView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
239EA6552BAEB47900570127 /* ViewModel */,
|
||||
239EA6562BAEB47900570127 /* Model */,
|
||||
239EA6572BAEB47900570127 /* View */,
|
||||
239EA6582BAEB47900570127 /* Tool */,
|
||||
);
|
||||
path = RoomDynamicEffectView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
239EA6552BAEB47900570127 /* ViewModel */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = ViewModel;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
239EA6562BAEB47900570127 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
239EA6572BAEB47900570127 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
239EA6592BAEB48A00570127 /* RoomDynamicEffectView.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
239EA6582BAEB47900570127 /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96DA2B9EB17D00475D69 /* RoomMenuView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96DB2B9EB17D00475D69 /* ViewModel */,
|
||||
23EE96DC2B9EB17D00475D69 /* Model */,
|
||||
23EE96DD2B9EB17D00475D69 /* View */,
|
||||
23EE96DE2B9EB17D00475D69 /* Tool */,
|
||||
);
|
||||
path = RoomMenuView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96DB2B9EB17D00475D69 /* ViewModel */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = ViewModel;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96DC2B9EB17D00475D69 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96DD2B9EB17D00475D69 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96DF2B9EB22100475D69 /* RoomMenuView.swift */,
|
||||
23EE96E12B9EB22F00475D69 /* RoomSendTextView.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96DE2B9EB17D00475D69 /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96FB2BA29AFF00475D69 /* SendGift */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE96FC2BA29AFF00475D69 /* ViewModel */,
|
||||
23EE96FD2BA29AFF00475D69 /* Model */,
|
||||
23EE96FE2BA29AFF00475D69 /* View */,
|
||||
23EE96FF2BA29AFF00475D69 /* Tool */,
|
||||
);
|
||||
path = SendGift;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96FC2BA29AFF00475D69 /* ViewModel */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = ViewModel;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96FD2BA29AFF00475D69 /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23EE970E2BA3006800475D69 /* SendGiftUserModel.swift */,
|
||||
23630BCA2BAD84B0003AD25D /* SendGiftModel.swift */,
|
||||
23630BD22BADA9FF003AD25D /* SendGiftSendNumModel.swift */,
|
||||
239EA6432BAE898300570127 /* RectiveGiftModel.swift */,
|
||||
239EA6452BAE8A6600570127 /* RectiveGiftUserModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96FE2BA29AFF00475D69 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23630BC22BAD7868003AD25D /* SendGiftVC.swift */,
|
||||
23EE97022BA29F1E00475D69 /* SendGiftTopView.swift */,
|
||||
23EE97042BA2A67300475D69 /* SendGiftUserView.swift */,
|
||||
23EE97062BA2AC8300475D69 /* SendGiftUserCell.swift */,
|
||||
23630BC62BAD7A94003AD25D /* SendGiftView.swift */,
|
||||
23630BC82BAD7BCB003AD25D /* SendGiftCell.swift */,
|
||||
23630BCC2BAD908D003AD25D /* SendGiftSendView.swift */,
|
||||
23630BCE2BADA7D9003AD25D /* SendGiftSendNumView.swift */,
|
||||
23630BD02BADA900003AD25D /* SendGiftSendNumCell.swift */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23EE96FF2BA29AFF00475D69 /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4B36689ACEFDA475774E1FD5 /* Pods */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -590,6 +846,8 @@
|
||||
children = (
|
||||
E8479E402B8DC6BC009AF878 /* ChatBaseObject.swift */,
|
||||
E8479E422B8DD077009AF878 /* ChatUIConfig.swift */,
|
||||
239EA6472BAE8D5E00570127 /* ChatCustomMsgModel.swift */,
|
||||
239EA64B2BAE90B700570127 /* ChatMsgRemoteModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -606,6 +864,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E8479E4C2B8DDBC5009AF878 /* ChatAttributeTool.swift */,
|
||||
239EA65E2BAED9B900570127 /* YinCustomAttachmentCoding.swift */,
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
@@ -697,6 +956,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E86A43D42B8774B70084C04D /* AuthViewModel.swift */,
|
||||
23630BB82BAD2CB8003AD25D /* YinRankH5UrlModel.swift */,
|
||||
23630BBA2BAD2EBB003AD25D /* YinClientInfoModel.swift */,
|
||||
E8D15A9E2B89AED500369467 /* AuthManager.swift */,
|
||||
E8D15AA02B89AF4F00369467 /* UserTokenObject.swift */,
|
||||
E8E4AAB62B8F95CA0096D77C /* AuthAppleManager.swift */,
|
||||
@@ -771,9 +1032,6 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E8E4AAB82B8F99B90096D77C /* yinmeng-ios.entitlements */,
|
||||
234E2E362B9B307700433CF7 /* 1.png */,
|
||||
234E2E382B9B309800433CF7 /* 2.png */,
|
||||
234E2E3A2B9B30AB00433CF7 /* 3.png */,
|
||||
E86A43B12B85E1FC0084C04D /* Modules */,
|
||||
E86A43AB2B85DFC20084C04D /* Extension */,
|
||||
E86A43A72B85DF7A0084C04D /* Base */,
|
||||
@@ -782,6 +1040,7 @@
|
||||
2311D6DC2B9204EF001C70AB /* logoBg.png */,
|
||||
2311D6D82B920442001C70AB /* yinLogo.png */,
|
||||
2311D6DA2B920478001C70AB /* textLogo.png */,
|
||||
23EE96F92BA1A3A200475D69 /* YinSpeak.svga */,
|
||||
2311D6BF2B90A221001C70AB /* RecordPlayer.svga */,
|
||||
2311D6BD2B90A1E9001C70AB /* PublishVoice.svga */,
|
||||
2311D6A02B8DD649001C70AB /* StarIcon.svga */,
|
||||
@@ -816,6 +1075,12 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E8D15AAF2B8AFFCE00369467 /* HomeVoiceVC.swift */,
|
||||
238A900B2BAAC6C600828123 /* HomeVoiceSearchView.swift */,
|
||||
23630B982BABCE52003AD25D /* HomeSearchVC.swift */,
|
||||
23630B9C2BAC0DEA003AD25D /* HomeSearchRoomVC.swift */,
|
||||
23630BA02BAC12F9003AD25D /* HomeSearchRoomCell.swift */,
|
||||
23630BA22BAC23BA003AD25D /* HomeSearchRoomModel.swift */,
|
||||
23630B9A2BABCEA5003AD25D /* HomeSearchNavView.swift */,
|
||||
2311D6AC2B9058AA001C70AB /* HomeVoiceModel.swift */,
|
||||
2311D6A62B8F2CFA001C70AB /* HomeVoiceChooseItemVeiw.swift */,
|
||||
2311D6A82B8F405F001C70AB /* HomeVoiceChooseTypeView.swift */,
|
||||
@@ -944,6 +1209,10 @@
|
||||
E81A7BA92B885B1F009E736E /* yinmeng-ios-Bridging-Header.h */,
|
||||
2311D6C92B91BBF2001C70AB /* RecordVoiceManager.h */,
|
||||
2311D6CA2B91BBF2001C70AB /* RecordVoiceManager.m */,
|
||||
239EA6622BAF03B400570127 /* YinGetPointGroup.h */,
|
||||
239EA6632BAF03B400570127 /* YinGetPointGroup.m */,
|
||||
239EA64F2BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.h */,
|
||||
239EA6502BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.m */,
|
||||
);
|
||||
path = Security;
|
||||
sourceTree = "<group>";
|
||||
@@ -1009,15 +1278,13 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
234E2E392B9B309800433CF7 /* 2.png in Resources */,
|
||||
234E2E372B9B307700433CF7 /* 1.png in Resources */,
|
||||
23EE96FA2BA1A3A300475D69 /* YinSpeak.svga in Resources */,
|
||||
2311D6D92B920442001C70AB /* yinLogo.png in Resources */,
|
||||
E884E86B2B6900C600ADE6EE /* LaunchScreen.storyboard in Resources */,
|
||||
2311D6BE2B90A1E9001C70AB /* PublishVoice.svga in Resources */,
|
||||
2311D6A52B8F0E06001C70AB /* StarGift.svga in Resources */,
|
||||
E884E8682B6900C600ADE6EE /* Assets.xcassets in Resources */,
|
||||
2311D6C02B90A221001C70AB /* RecordPlayer.svga in Resources */,
|
||||
234E2E3B2B9B30AB00433CF7 /* 3.png in Resources */,
|
||||
E884E8662B6900C500ADE6EE /* Main.storyboard in Resources */,
|
||||
2311D6DD2B9204EF001C70AB /* logoBg.png in Resources */,
|
||||
2311D6DB2B920478001C70AB /* textLogo.png in Resources */,
|
||||
@@ -1078,42 +1345,60 @@
|
||||
E86A43AE2B85DFEA0084C04D /* Color+.swift in Sources */,
|
||||
E8479E482B8DD6E1009AF878 /* ChatTextCell.swift in Sources */,
|
||||
E8D15A9F2B89AED600369467 /* AuthManager.swift in Sources */,
|
||||
23630BB02BAD2708003AD25D /* YinRoomRankModel.swift in Sources */,
|
||||
E8479E382B8DC5CD009AF878 /* ChatListVC.swift in Sources */,
|
||||
239EA6482BAE8D5E00570127 /* ChatCustomMsgModel.swift in Sources */,
|
||||
E89F19AF2B91C00F0098E797 /* BindMobileVC.swift in Sources */,
|
||||
23EE970F2BA3006800475D69 /* SendGiftUserModel.swift in Sources */,
|
||||
234E2DFA2B9851F000433CF7 /* UIButton+.swift in Sources */,
|
||||
E86A43B02B85E11B0084C04D /* BaseNavigationViewController.swift in Sources */,
|
||||
E86A43E82B884C5E0084C04D /* String+.swift in Sources */,
|
||||
23630BBD2BAD379C003AD25D /* YinRoomAudioManager.swift in Sources */,
|
||||
2311D6D12B91DDDF001C70AB /* UserPayViewModel.swift in Sources */,
|
||||
239EA6532BAEA73100570127 /* RoomChatScreenContentCell.swift in Sources */,
|
||||
2311D6B12B9062A3001C70AB /* HomeVoiceFollowCell.swift in Sources */,
|
||||
234E2E312B9B001A00433CF7 /* RoomChatScreenView.swift in Sources */,
|
||||
E8D15AA32B89B03D00369467 /* Deserialized.swift in Sources */,
|
||||
234E2E222B9AB48900433CF7 /* NormalMicSeatSuperView.swift in Sources */,
|
||||
E8E4AAB72B8F95CA0096D77C /* AuthAppleManager.swift in Sources */,
|
||||
E89F19452B917DBA0098E797 /* ChatSendVoiceView.swift in Sources */,
|
||||
23EE96EE2B9F27E200475D69 /* MicSequenceModel.swift in Sources */,
|
||||
23630BBB2BAD2EBB003AD25D /* YinClientInfoModel.swift in Sources */,
|
||||
E8D15AC22B8C703C00369467 /* UserFunctionView.swift in Sources */,
|
||||
234E2E1E2B9AB43700433CF7 /* RoomNormalMicSeatView.swift in Sources */,
|
||||
2311D6AF2B906148001C70AB /* HomeVoiceFollowView.swift in Sources */,
|
||||
23630B9D2BAC0DEA003AD25D /* HomeSearchRoomVC.swift in Sources */,
|
||||
239EA64E2BAE949200570127 /* RoomChatScreenManager.swift in Sources */,
|
||||
E86A43DA2B877A840084C04D /* AppConfigObject.swift in Sources */,
|
||||
2311D6BC2B909A4F001C70AB /* HomeVoicePublishView.swift in Sources */,
|
||||
23630BB52BAD2725003AD25D /* YinRoomRankView.swift in Sources */,
|
||||
2311D6AD2B9058AA001C70AB /* HomeVoiceModel.swift in Sources */,
|
||||
2311D6AB2B9024A9001C70AB /* HomeVoicePlayMusicItemView.swift in Sources */,
|
||||
239EA6442BAE898300570127 /* RectiveGiftModel.swift in Sources */,
|
||||
E8D15AA62B89B0C600369467 /* List+.swift in Sources */,
|
||||
234E2E042B986D8400433CF7 /* RoomQuitModel.swift in Sources */,
|
||||
234E2E0A2B98779900433CF7 /* RoomQuitUserInfoEmptyCell.swift in Sources */,
|
||||
238A900C2BAAC6C600828123 /* HomeVoiceSearchView.swift in Sources */,
|
||||
E81A7BAE2B885B20009E736E /* Base64.m in Sources */,
|
||||
2311D6D72B91EF62001C70AB /* PlanetStarPopUpView.swift in Sources */,
|
||||
23630BB92BAD2CB8003AD25D /* YinRankH5UrlModel.swift in Sources */,
|
||||
234E2E352B9B06E800433CF7 /* RoomChatScreenUserChatCell.swift in Sources */,
|
||||
E8479E462B8DD5BF009AF878 /* Date+.swift in Sources */,
|
||||
E81A7BB22B886299009E736E /* HUDTool.swift in Sources */,
|
||||
234E2E082B98738D00433CF7 /* RoomQuitUserInfoCell.swift in Sources */,
|
||||
E8E4AAB52B8F8E3A0096D77C /* AuthItmeButton.swift in Sources */,
|
||||
234E2E112B99B50400433CF7 /* RoomQuitViewModel.swift in Sources */,
|
||||
239EA65A2BAEB48A00570127 /* RoomDynamicEffectView.swift in Sources */,
|
||||
E86A43BC2B85FA640084C04D /* AuthForgetVC.swift in Sources */,
|
||||
E86A43C32B8628AF0084C04D /* BaseTabBarViewController.swift in Sources */,
|
||||
234E2E022B986D7600433CF7 /* RoomQuitView.swift in Sources */,
|
||||
E8479E3B2B8DC5FA009AF878 /* ChatViewModel.swift in Sources */,
|
||||
E8479E412B8DC6BC009AF878 /* ChatBaseObject.swift in Sources */,
|
||||
239EA64C2BAE90B700570127 /* ChatMsgRemoteModel.swift in Sources */,
|
||||
E86A43AA2B85DFA90084C04D /* BaseViewController.swift in Sources */,
|
||||
23EE96E22B9EB22F00475D69 /* RoomSendTextView.swift in Sources */,
|
||||
23630BCD2BAD908D003AD25D /* SendGiftSendView.swift in Sources */,
|
||||
23EE96F62BA061DE00475D69 /* RoomMsgListModel.swift in Sources */,
|
||||
E8E4AB1F2B901BFC0096D77C /* ChatGrowingTextView.swift in Sources */,
|
||||
E884E85F2B6900C500ADE6EE /* AppDelegate.swift in Sources */,
|
||||
234E2E282B9ABA5B00433CF7 /* NormalMicSeatView.swift in Sources */,
|
||||
@@ -1121,65 +1406,92 @@
|
||||
E8D15AEA2B8CD77800369467 /* H5Utils.swift in Sources */,
|
||||
E8D15AAA2B8ACC6B00369467 /* YMNetworkFun.swift in Sources */,
|
||||
234E2E202B9AB44800433CF7 /* MicSeatSuperView.swift in Sources */,
|
||||
23630BCF2BADA7D9003AD25D /* SendGiftSendNumView.swift in Sources */,
|
||||
E8D15AB82B8B003C00369467 /* UserInfoVC.swift in Sources */,
|
||||
234E2DF72B984FB200433CF7 /* RoomTopView.swift in Sources */,
|
||||
E86A43B82B85F0B80084C04D /* AuthLaunchVC.swift in Sources */,
|
||||
E8E4AB252B901E400096D77C /* ChatMoreMenuCell.swift in Sources */,
|
||||
2311D6BA2B908D01001C70AB /* UserPayViewController.swift in Sources */,
|
||||
E86A43C82B8743EA0084C04D /* AuthFillDataVC.swift in Sources */,
|
||||
23EE96F42BA048F100475D69 /* MicSeatGiftValueModel.swift in Sources */,
|
||||
E86A43CD2B874C8E0084C04D /* BaseView.swift in Sources */,
|
||||
23630BCB2BAD84B0003AD25D /* SendGiftModel.swift in Sources */,
|
||||
E8D15AE82B8CD47100369467 /* WebViewController.swift in Sources */,
|
||||
E89F194B2B919ECB0098E797 /* ChatImageCell.swift in Sources */,
|
||||
234E2E2A2B9AC07B00433CF7 /* MicSeatGiftValueView.swift in Sources */,
|
||||
239EA6642BAF03B400570127 /* YinGetPointGroup.m in Sources */,
|
||||
23EE96EA2B9F01F900475D69 /* RoomChatData.swift in Sources */,
|
||||
E8D15AA12B89AF4F00369467 /* UserTokenObject.swift in Sources */,
|
||||
234E2E0E2B99A24F00433CF7 /* RoomQuitItemModel.swift in Sources */,
|
||||
233E515B2B8C849600582F9C /* PlanetStarClickItemView.swift in Sources */,
|
||||
E8FF28B42B90ADBE005D2BE7 /* AppKeys.swift in Sources */,
|
||||
2311D6A92B8F405F001C70AB /* HomeVoiceChooseTypeView.swift in Sources */,
|
||||
239EA6462BAE8A6600570127 /* RectiveGiftUserModel.swift in Sources */,
|
||||
234E2DF42B9847A700433CF7 /* RoomBackgroundView.swift in Sources */,
|
||||
E89F19B52B91E3A50098E797 /* PasswordSetView.swift in Sources */,
|
||||
23630BC32BAD7868003AD25D /* SendGiftVC.swift in Sources */,
|
||||
E89F19492B919EB80098E797 /* ChatVoiceCell.swift in Sources */,
|
||||
234E2E062B986E2100433CF7 /* Enum.swift in Sources */,
|
||||
23EE96EC2B9F273A00475D69 /* MicSeatModel.swift in Sources */,
|
||||
23630BB72BAD2725003AD25D /* YinRoomRankItemView.swift in Sources */,
|
||||
23630BA12BAC12F9003AD25D /* HomeSearchRoomCell.swift in Sources */,
|
||||
E8D15AB62B8B002700369467 /* ChatVC.swift in Sources */,
|
||||
E8E4AB182B9019E50096D77C /* ChatKeyboardView.swift in Sources */,
|
||||
23630BBF2BAD37B7003AD25D /* YinRoomTRTCManager.swift in Sources */,
|
||||
23630BA32BAC23BA003AD25D /* HomeSearchRoomModel.swift in Sources */,
|
||||
E8E4AB232B901E0C0096D77C /* ChatMoreMnueConfig.swift in Sources */,
|
||||
E86A43C62B862CC70084C04D /* UIImage+.swift in Sources */,
|
||||
E8E4AB212B901CD50096D77C /* ChatMoreMenuView.swift in Sources */,
|
||||
E86A43D32B8773C90084C04D /* APPUtils.swift in Sources */,
|
||||
23EE96E62B9EE79A00475D69 /* RoomVCViewModel.swift in Sources */,
|
||||
239EA65F2BAED9B900570127 /* YinCustomAttachmentCoding.swift in Sources */,
|
||||
E86A43CB2B874C6F0084C04D /* AuthPrivacyView.swift in Sources */,
|
||||
23630BB62BAD2725003AD25D /* RoomTopView.swift in Sources */,
|
||||
234E2E0C2B9879D400433CF7 /* RoomQuitClickCell.swift in Sources */,
|
||||
234E2DFD2B985A7300433CF7 /* UILabel+.swift in Sources */,
|
||||
E8D15AC52B8C90D400369467 /* AboutUsVC.swift in Sources */,
|
||||
23EE96E82B9EE7F600475D69 /* RoomDataModel.swift in Sources */,
|
||||
2311D6B32B906EDA001C70AB /* HomeVoiceGuideView.swift in Sources */,
|
||||
E8D15ABF2B8B885700369467 /* UserObject.swift in Sources */,
|
||||
2311D6B52B907053001C70AB /* HomeVoiceUserInfoView.swift in Sources */,
|
||||
23630BC12BAD5537003AD25D /* YinRoomAgoraManager.swift in Sources */,
|
||||
E86A43BF2B8620C40084C04D /* Utils.swift in Sources */,
|
||||
E86A43BA2B85F1360084C04D /* AuthLoginVC.swift in Sources */,
|
||||
E8D15ABC2B8B87BA00369467 /* UserViewModel.swift in Sources */,
|
||||
239EA6512BAE998E00570127 /* YYTextAsyncLayer+YinTextAsyncLayer.m in Sources */,
|
||||
E8479E432B8DD077009AF878 /* ChatUIConfig.swift in Sources */,
|
||||
23630BC92BAD7BCB003AD25D /* SendGiftCell.swift in Sources */,
|
||||
23EE97032BA29F1E00475D69 /* SendGiftTopView.swift in Sources */,
|
||||
234E2E252B9AB64700433CF7 /* NormalMicSeatCell.swift in Sources */,
|
||||
E8479E4D2B8DDBC5009AF878 /* ChatAttributeTool.swift in Sources */,
|
||||
E81A7BAF2B885B20009E736E /* MAIDESEncryptTool.m in Sources */,
|
||||
23630B9B2BABCEA5003AD25D /* HomeSearchNavView.swift in Sources */,
|
||||
E8D15AA82B89B74700369467 /* YMRequestX.swift in Sources */,
|
||||
23630BD32BADA9FF003AD25D /* SendGiftSendNumModel.swift in Sources */,
|
||||
E8E4AB1D2B901B9D0096D77C /* ChatKeyboard+.swift in Sources */,
|
||||
2311D6C62B917949001C70AB /* HomeVoiceRecordBtnView.swift in Sources */,
|
||||
23EE97072BA2AC8300475D69 /* SendGiftUserCell.swift in Sources */,
|
||||
234E2DF02B98425800433CF7 /* RoomVC.swift in Sources */,
|
||||
2311D6A72B8F2CFA001C70AB /* HomeVoiceChooseItemVeiw.swift in Sources */,
|
||||
E8D15AB02B8AFFCE00369467 /* HomeVoiceVC.swift in Sources */,
|
||||
E8E4AB282B902A9C0096D77C /* ChatListCell.swift in Sources */,
|
||||
2311D6D52B91E732001C70AB /* UserPayViewManager.swift in Sources */,
|
||||
E86A43D52B8774B70084C04D /* AuthViewModel.swift in Sources */,
|
||||
23EE96E02B9EB22100475D69 /* RoomMenuView.swift in Sources */,
|
||||
E89F19472B9197090098E797 /* ChatTimeCell.swift in Sources */,
|
||||
2311D6CF2B91D35E001C70AB /* UserPayViewItemView.swift in Sources */,
|
||||
E8D15AB32B8B000400369467 /* PlanetStarVC.swift in Sources */,
|
||||
E8FF28B62B90ED6C005D2BE7 /* ChatNavView.swift in Sources */,
|
||||
234E2E332B9B019B00433CF7 /* RoomChatScreenHeaderView.swift in Sources */,
|
||||
23630BD12BADA900003AD25D /* SendGiftSendNumCell.swift in Sources */,
|
||||
E8D15A9D2B899E1500369467 /* YMNetworkHelper.swift in Sources */,
|
||||
E8E4AB1B2B901AF50096D77C /* UIView+.swift in Sources */,
|
||||
2311D69D2B8DC311001C70AB /* PlanetStarModel.swift in Sources */,
|
||||
E89F19B32B91E2C00098E797 /* PasswordSetVC.swift in Sources */,
|
||||
2311D6CB2B91BBF2001C70AB /* RecordVoiceManager.m in Sources */,
|
||||
23630B992BABCE52003AD25D /* HomeSearchVC.swift in Sources */,
|
||||
2311D6C42B917619001C70AB /* HomeVoiceRecordView.swift in Sources */,
|
||||
23630BC72BAD7A94003AD25D /* SendGiftView.swift in Sources */,
|
||||
23EE97052BA2A67300475D69 /* SendGiftUserView.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1333,7 +1645,7 @@
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = 48UCG35Q9W;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
@@ -1355,7 +1667,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
MARKETING_VERSION = 1.0.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
@@ -1377,7 +1689,7 @@
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = "yinmeng-ios/yinmeng-ios.entitlements";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = 48UCG35Q9W;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
@@ -1399,7 +1711,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 1.0.0;
|
||||
MARKETING_VERSION = 1.0.3;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "linyudan.yinmeng-ios";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||
|
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 7.4 KiB |
@@ -68,6 +68,7 @@ var window: UIWindow?
|
||||
let opt = NIMSDKOption(appKey: AppKeys.nimAppid)
|
||||
opt.apnsCername = "yinmeng_anps"
|
||||
NIMSDK.shared().register(with: opt)
|
||||
NIMCustomObject.registerCustomDecoder(YinCustomAttachmentCoding())
|
||||
}
|
||||
|
||||
}
|
||||
|
6
yinmeng-ios/Assets.xcassets/Charm/Contents.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_01.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_01@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_01@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_01.imageset/new_charm_01@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_01.imageset/new_charm_01@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.2 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_02.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_02@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_02@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_02.imageset/new_charm_02@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_02.imageset/new_charm_02@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_03.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_03.imageset/new_charm_03@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_03.imageset/new_charm_03@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_04.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_04.imageset/new_charm_04@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_04.imageset/new_charm_04@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_05.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_05.imageset/new_charm_05@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_05.imageset/new_charm_05@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_06.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_06.imageset/new_charm_06@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_06.imageset/new_charm_06@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_07.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_07.imageset/new_charm_07@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_07.imageset/new_charm_07@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_08.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_08.imageset/new_charm_08@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_08.imageset/new_charm_08@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_09.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_09.imageset/new_charm_09@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_09.imageset/new_charm_09@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_10.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_10.imageset/new_charm_10@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_10.imageset/new_charm_10@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_100.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_100.imageset/new_charm_100@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_100.imageset/new_charm_100@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_101.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_101.imageset/new_charm_101@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_101.imageset/new_charm_101@3x.png
vendored
Normal file
After Width: | Height: | Size: 11 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_102.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_102.imageset/new_charm_102@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_102.imageset/new_charm_102@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_103.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_103.imageset/new_charm_103@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_103.imageset/new_charm_103@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_104.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_104.imageset/new_charm_104@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_104.imageset/new_charm_104@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_105.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_105.imageset/new_charm_105@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_105.imageset/new_charm_105@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_106.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_106.imageset/new_charm_106@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_106.imageset/new_charm_106@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_107.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_107.imageset/new_charm_107@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_107.imageset/new_charm_107@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_108.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_108.imageset/new_charm_108@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_108.imageset/new_charm_108@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_109.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_109.imageset/new_charm_109@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_109.imageset/new_charm_109@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_11.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_11.imageset/new_charm_11@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_11.imageset/new_charm_11@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.2 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_110.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_110.imageset/new_charm_110@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_110.imageset/new_charm_110@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_12.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_12.imageset/new_charm_12@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_12.imageset/new_charm_12@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_13.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_13.imageset/new_charm_13@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_13.imageset/new_charm_13@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_14.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_14.imageset/new_charm_14@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_14.imageset/new_charm_14@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_15.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_15.imageset/new_charm_15@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_15.imageset/new_charm_15@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_16.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_16.imageset/new_charm_16@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_16.imageset/new_charm_16@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_17.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_17.imageset/new_charm_17@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_17.imageset/new_charm_17@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_18.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_18.imageset/new_charm_18@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_18.imageset/new_charm_18@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.7 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_19.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_19.imageset/new_charm_19@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_19.imageset/new_charm_19@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
yinmeng-ios/Assets.xcassets/Charm/new_charm_20.imageset/Contents.json
vendored
Normal 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
|
||||
}
|
||||
}
|
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_20.imageset/new_charm_20@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
yinmeng-ios/Assets.xcassets/Charm/new_charm_20.imageset/new_charm_20@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |