Compare commits

...

14 Commits

Author SHA1 Message Date
liyuhua
375d9e38e7 主题色优化 2024-06-04 18:04:08 +08:00
liyuhua
39d5c1c320 修复bug 2024-06-04 17:07:24 +08:00
liyuhua
6a5f5b3001 修复bug 2024-06-04 15:47:22 +08:00
liyuhua
b990f01a6e 修复bug 2024-06-03 18:59:43 +08:00
liyuhua
98cedafaae 修复bug 2024-06-03 16:38:22 +08:00
liyuhua
21eac2aceb 修复bug 2024-06-03 11:45:47 +08:00
liyuhua
79fcdb859a 修复bug 2024-06-03 11:03:41 +08:00
liyuhua
9198548b06 修复bug 2024-06-03 10:51:16 +08:00
liyuhua
bf113af79c 房间游戏 2024-05-31 19:56:25 +08:00
liyuhua
259ce7a18a 房间游戏 2024-05-30 10:58:35 +08:00
liyuhua
7e678da77d 阿语翻译更改 2024-05-29 10:16:52 +08:00
liyuhua
1012ca0f5b 房间游戏 2024-05-28 18:05:54 +08:00
liyuhua
0732e4c46f 房间游戏 2024-05-28 18:05:42 +08:00
liyuhua
30043ac21f 游戏item 2024-05-27 14:09:18 +08:00
225 changed files with 5281 additions and 214 deletions

View File

@@ -268,7 +268,6 @@
236B2E5A2AA18E13003967A8 /* XPMineGameTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E572AA18E12003967A8 /* XPMineGameTableViewCell.m */; };
236B2E5D2AA19169003967A8 /* HomeLittleGameRoomModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 236B2E5C2AA19169003967A8 /* HomeLittleGameRoomModel.m */; };
236BA4982BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 236BA4972BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m */; };
237700CD2BC697A100D661F1 /* pi_app_logo_new_bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 237700CC2BC697A100D661F1 /* pi_app_logo_new_bg.png */; };
237700CF2BC697D500D661F1 /* pi_login_new_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 237700CE2BC697D400D661F1 /* pi_login_new_logo.png */; };
237700D32BC7CC7C00D661F1 /* NSObject+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700D22BC7CC7C00D661F1 /* NSObject+MJExtension.m */; };
237700D72BC7D51400D661F1 /* UIButton+MSRTL.m in Sources */ = {isa = PBXBuildFile; fileRef = 237700D62BC7D51400D661F1 /* UIButton+MSRTL.m */; };
@@ -288,11 +287,15 @@
237701102BCF740400D661F1 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2377010F2BCF740400D661F1 /* libsqlite3.tbd */; };
237701122BCF742C00D661F1 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 237701112BCF742C00D661F1 /* libz.tbd */; };
237701192BD6143700D661F1 /* pi_happy_egg_smash.svga in Resources */ = {isa = PBXBuildFile; fileRef = 237701182BD6143700D661F1 /* pi_happy_egg_smash.svga */; };
237852A12C072D8D00E360AC /* MSRoomGameModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A02C072D8D00E360AC /* MSRoomGameModel.m */; };
237852A42C082A9800E360AC /* MSRoomGameSendTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */; };
237852A72C08764B00E360AC /* MSRoomGameResultsModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */; };
237B94BC2A984DA7007853E3 /* XPTrumpetPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94AE2A984DA7007853E3 /* XPTrumpetPresenter.m */; };
237B94BD2A984DA7007853E3 /* XPNobleTrumpetModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B32A984DA7007853E3 /* XPNobleTrumpetModel.m */; };
237B94BE2A984DA7007853E3 /* XPRoomTrumpetViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B72A984DA7007853E3 /* XPRoomTrumpetViewController.m */; };
237B94BF2A984DA7007853E3 /* XPRoomTrumpetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94B82A984DA7007853E3 /* XPRoomTrumpetView.m */; };
237B94C02A984DA7007853E3 /* Api+RoomTrumpet.m in Sources */ = {isa = PBXBuildFile; fileRef = 237B94BA2A984DA7007853E3 /* Api+RoomTrumpet.m */; };
237FD35D2C0F187B00B5335C /* pi_app_logo_new_bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */; };
238A90072BA9729200828123 /* PIUniversalBannerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 238A90062BA9729200828123 /* PIUniversalBannerView.m */; };
238A900A2BA9756600828123 /* PIUniversalBannerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 238A90092BA9756600828123 /* PIUniversalBannerModel.m */; };
238B37A32AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 238B37242AC55A2C00BFC9D5 /* XPTreasureFailyPresenter.m */; };
@@ -374,6 +377,23 @@
239D0FAD2BFCB88D002977CE /* XPRoomAnchorRankEnterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FA52BFCB88D002977CE /* XPRoomAnchorRankEnterView.m */; };
239D0FB02BFD8C4D002977CE /* MSRoomSetingBackdropVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FAF2BFD8C4D002977CE /* MSRoomSetingBackdropVC.m */; };
239D0FB32BFD8C67002977CE /* MSRoomSetingBackdropCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FB22BFD8C67002977CE /* MSRoomSetingBackdropCell.m */; };
239D0FC92C045F92002977CE /* MSRoomGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FC62C045F92002977CE /* MSRoomGameVC.m */; };
239D0FCC2C045FC9002977CE /* MSTabbarRoomGameVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */; };
239D0FCF2C046048002977CE /* MSTabbarRoomGameHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */; };
239D0FD22C046EAD002977CE /* MSTabbarRoomGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */; };
239D0FD52C0475E6002977CE /* MSTabbarBeginGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */; };
239D0FD82C047DD8002977CE /* MSTabbarRoomGameModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */; };
239D0FDB2C047F24002977CE /* MSTabbarRoomGameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */; };
239D0FE12C04850A002977CE /* MSRoomGameHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */; };
239D0FE42C048700002977CE /* MSRoomGameHeadAvatarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */; };
239D0FE72C049D61002977CE /* MSRoomGameMsgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */; };
239D0FEA2C04A9EE002977CE /* MSRoomGameSendMsgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */; };
239D0FED2C057362002977CE /* Api+MSRoomGameApi.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */; };
239D0FF02C057470002977CE /* MSRoomGamePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */; };
239D0FF42C05B9D2002977CE /* MSRoomGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF32C05B9D2002977CE /* MSRoomGameView.m */; };
239D0FF72C05BD2A002977CE /* MSRoomGameVictoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */; };
239D0FFA2C05BE9B002977CE /* MSRoomGameVictoryCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */; };
239D0FFD2C05D086002977CE /* MSRoomGameQuitGameView.m in Sources */ = {isa = PBXBuildFile; fileRef = 239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */; };
23A03F2D2B4408CD0094227A /* pi_room_lucky_gift.svga in Resources */ = {isa = PBXBuildFile; fileRef = 23A03F2C2B4408CD0094227A /* pi_room_lucky_gift.svga */; };
23A439742AA1CF7C002E6039 /* XPNewHomeHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A439732AA1CF7C002E6039 /* XPNewHomeHeadView.m */; };
23A7FB692BDDEDFA00411860 /* MSRoomGameWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A7FB682BDDEDFA00411860 /* MSRoomGameWebVC.m */; };
@@ -2059,7 +2079,6 @@
236B2E5C2AA19169003967A8 /* HomeLittleGameRoomModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HomeLittleGameRoomModel.m; sourceTree = "<group>"; };
236BA4962BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PINoblePrivilegeEmptyCell.h; sourceTree = "<group>"; };
236BA4972BB6AFED00C7C73A /* PINoblePrivilegeEmptyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PINoblePrivilegeEmptyCell.m; sourceTree = "<group>"; };
237700CC2BC697A100D661F1 /* pi_app_logo_new_bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi_app_logo_new_bg.png; sourceTree = "<group>"; };
237700CE2BC697D400D661F1 /* pi_login_new_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi_login_new_logo.png; sourceTree = "<group>"; };
237700D12BC7CC7C00D661F1 /* NSObject+MJExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MJExtension.h"; sourceTree = "<group>"; };
237700D22BC7CC7C00D661F1 /* NSObject+MJExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MJExtension.m"; sourceTree = "<group>"; };
@@ -2090,6 +2109,12 @@
2377010F2BCF740400D661F1 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
237701112BCF742C00D661F1 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
237701182BD6143700D661F1 /* pi_happy_egg_smash.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_happy_egg_smash.svga; sourceTree = "<group>"; };
2378529F2C072D8D00E360AC /* MSRoomGameModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameModel.h; sourceTree = "<group>"; };
237852A02C072D8D00E360AC /* MSRoomGameModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameModel.m; sourceTree = "<group>"; };
237852A22C082A9800E360AC /* MSRoomGameSendTextView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameSendTextView.h; sourceTree = "<group>"; };
237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameSendTextView.m; sourceTree = "<group>"; };
237852A52C08764B00E360AC /* MSRoomGameResultsModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameResultsModel.h; sourceTree = "<group>"; };
237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameResultsModel.m; sourceTree = "<group>"; };
237B94AD2A984DA7007853E3 /* XPTrumpetPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPTrumpetPresenter.h; sourceTree = "<group>"; };
237B94AE2A984DA7007853E3 /* XPTrumpetPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPTrumpetPresenter.m; sourceTree = "<group>"; };
237B94B02A984DA7007853E3 /* XPRoomTrumpetProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPRoomTrumpetProtocol.h; sourceTree = "<group>"; };
@@ -2101,6 +2126,7 @@
237B94B82A984DA7007853E3 /* XPRoomTrumpetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPRoomTrumpetView.m; sourceTree = "<group>"; };
237B94BA2A984DA7007853E3 /* Api+RoomTrumpet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Api+RoomTrumpet.m"; sourceTree = "<group>"; };
237B94BB2A984DA7007853E3 /* Api+RoomTrumpet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Api+RoomTrumpet.h"; sourceTree = "<group>"; };
237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi_app_logo_new_bg.png; sourceTree = "<group>"; };
238A90052BA9729200828123 /* PIUniversalBannerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUniversalBannerView.h; sourceTree = "<group>"; };
238A90062BA9729200828123 /* PIUniversalBannerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIUniversalBannerView.m; sourceTree = "<group>"; };
238A90082BA9756600828123 /* PIUniversalBannerModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUniversalBannerModel.h; sourceTree = "<group>"; };
@@ -2262,6 +2288,41 @@
239D0FAF2BFD8C4D002977CE /* MSRoomSetingBackdropVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomSetingBackdropVC.m; sourceTree = "<group>"; };
239D0FB12BFD8C67002977CE /* MSRoomSetingBackdropCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomSetingBackdropCell.h; sourceTree = "<group>"; };
239D0FB22BFD8C67002977CE /* MSRoomSetingBackdropCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomSetingBackdropCell.m; sourceTree = "<group>"; };
239D0FC52C045F92002977CE /* MSRoomGameVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVC.h; sourceTree = "<group>"; };
239D0FC62C045F92002977CE /* MSRoomGameVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVC.m; sourceTree = "<group>"; };
239D0FCA2C045FC9002977CE /* MSTabbarRoomGameVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameVC.h; sourceTree = "<group>"; };
239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameVC.m; sourceTree = "<group>"; };
239D0FCD2C046048002977CE /* MSTabbarRoomGameHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameHeadView.h; sourceTree = "<group>"; };
239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameHeadView.m; sourceTree = "<group>"; };
239D0FD02C046EAD002977CE /* MSTabbarRoomGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameView.h; sourceTree = "<group>"; };
239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameView.m; sourceTree = "<group>"; };
239D0FD32C0475E6002977CE /* MSTabbarBeginGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarBeginGameView.h; sourceTree = "<group>"; };
239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarBeginGameView.m; sourceTree = "<group>"; };
239D0FD62C047DD8002977CE /* MSTabbarRoomGameModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameModel.h; sourceTree = "<group>"; };
239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameModel.m; sourceTree = "<group>"; };
239D0FD92C047F24002977CE /* MSTabbarRoomGameCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSTabbarRoomGameCell.h; sourceTree = "<group>"; };
239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSTabbarRoomGameCell.m; sourceTree = "<group>"; };
239D0FDF2C04850A002977CE /* MSRoomGameHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameHeadView.h; sourceTree = "<group>"; };
239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameHeadView.m; sourceTree = "<group>"; };
239D0FE22C048700002977CE /* MSRoomGameHeadAvatarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameHeadAvatarView.h; sourceTree = "<group>"; };
239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameHeadAvatarView.m; sourceTree = "<group>"; };
239D0FE52C049D61002977CE /* MSRoomGameMsgView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameMsgView.h; sourceTree = "<group>"; };
239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameMsgView.m; sourceTree = "<group>"; };
239D0FE82C04A9EE002977CE /* MSRoomGameSendMsgView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameSendMsgView.h; sourceTree = "<group>"; };
239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameSendMsgView.m; sourceTree = "<group>"; };
239D0FEB2C057362002977CE /* Api+MSRoomGameApi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Api+MSRoomGameApi.h"; sourceTree = "<group>"; };
239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Api+MSRoomGameApi.m"; sourceTree = "<group>"; };
239D0FEE2C057470002977CE /* MSRoomGamePresenter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGamePresenter.h; sourceTree = "<group>"; };
239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGamePresenter.m; sourceTree = "<group>"; };
239D0FF12C057D2E002977CE /* MSRoomGameProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameProtocol.h; sourceTree = "<group>"; };
239D0FF22C05B9D2002977CE /* MSRoomGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameView.h; sourceTree = "<group>"; };
239D0FF32C05B9D2002977CE /* MSRoomGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameView.m; sourceTree = "<group>"; };
239D0FF52C05BD2A002977CE /* MSRoomGameVictoryView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVictoryView.h; sourceTree = "<group>"; };
239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVictoryView.m; sourceTree = "<group>"; };
239D0FF82C05BE9B002977CE /* MSRoomGameVictoryCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameVictoryCell.h; sourceTree = "<group>"; };
239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameVictoryCell.m; sourceTree = "<group>"; };
239D0FFB2C05D086002977CE /* MSRoomGameQuitGameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MSRoomGameQuitGameView.h; sourceTree = "<group>"; };
239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MSRoomGameQuitGameView.m; sourceTree = "<group>"; };
23A03F2C2B4408CD0094227A /* pi_room_lucky_gift.svga */ = {isa = PBXFileReference; lastKnownFileType = file; path = pi_room_lucky_gift.svga; sourceTree = "<group>"; };
23A439722AA1CF7C002E6039 /* XPNewHomeHeadView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = XPNewHomeHeadView.h; sourceTree = "<group>"; };
23A439732AA1CF7C002E6039 /* XPNewHomeHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XPNewHomeHeadView.m; sourceTree = "<group>"; };
@@ -4793,8 +4854,8 @@
E81C27AF26EF39B00031E639 /* AppDelegate */,
189DD53826DE255600AB55B1 /* Assets.xcassets */,
2368ECD52BC38FDA00EDF4C9 /* Launch Screen.storyboard */,
237700CC2BC697A100D661F1 /* pi_app_logo_new_bg.png */,
237700CE2BC697D400D661F1 /* pi_login_new_logo.png */,
237FD35C2C0F187B00B5335C /* pi_app_logo_new_bg.png */,
2396FCE32B22BE5D0014021D /* pi_area_info.json */,
189DD53D26DE255600AB55B1 /* Info.plist */,
2368ECD72BC38FED00EDF4C9 /* PrivacyInfo.xcprivacy */,
@@ -5992,6 +6053,110 @@
path = MSRoomOnLineView;
sourceTree = "<group>";
};
239D0FBF2C045F92002977CE /* Api */ = {
isa = PBXGroup;
children = (
239D0FEB2C057362002977CE /* Api+MSRoomGameApi.h */,
239D0FEC2C057362002977CE /* Api+MSRoomGameApi.m */,
);
path = Api;
sourceTree = "<group>";
};
239D0FC02C045F92002977CE /* Model */ = {
isa = PBXGroup;
children = (
239D0FD62C047DD8002977CE /* MSTabbarRoomGameModel.h */,
239D0FD72C047DD8002977CE /* MSTabbarRoomGameModel.m */,
2378529F2C072D8D00E360AC /* MSRoomGameModel.h */,
237852A02C072D8D00E360AC /* MSRoomGameModel.m */,
237852A52C08764B00E360AC /* MSRoomGameResultsModel.h */,
237852A62C08764B00E360AC /* MSRoomGameResultsModel.m */,
);
path = Model;
sourceTree = "<group>";
};
239D0FC12C045F92002977CE /* Presenter */ = {
isa = PBXGroup;
children = (
239D0FEE2C057470002977CE /* MSRoomGamePresenter.h */,
239D0FEF2C057470002977CE /* MSRoomGamePresenter.m */,
);
path = Presenter;
sourceTree = "<group>";
};
239D0FC22C045F92002977CE /* Protocol */ = {
isa = PBXGroup;
children = (
239D0FF12C057D2E002977CE /* MSRoomGameProtocol.h */,
);
path = Protocol;
sourceTree = "<group>";
};
239D0FC32C045F92002977CE /* Cell */ = {
isa = PBXGroup;
children = (
239D0FD92C047F24002977CE /* MSTabbarRoomGameCell.h */,
239D0FDA2C047F24002977CE /* MSTabbarRoomGameCell.m */,
239D0FF82C05BE9B002977CE /* MSRoomGameVictoryCell.h */,
239D0FF92C05BE9B002977CE /* MSRoomGameVictoryCell.m */,
);
path = Cell;
sourceTree = "<group>";
};
239D0FC42C045F92002977CE /* SubView */ = {
isa = PBXGroup;
children = (
239D0FCD2C046048002977CE /* MSTabbarRoomGameHeadView.h */,
239D0FCE2C046048002977CE /* MSTabbarRoomGameHeadView.m */,
239D0FD02C046EAD002977CE /* MSTabbarRoomGameView.h */,
239D0FD12C046EAD002977CE /* MSTabbarRoomGameView.m */,
239D0FD32C0475E6002977CE /* MSTabbarBeginGameView.h */,
239D0FD42C0475E6002977CE /* MSTabbarBeginGameView.m */,
239D0FDF2C04850A002977CE /* MSRoomGameHeadView.h */,
239D0FE02C04850A002977CE /* MSRoomGameHeadView.m */,
239D0FE22C048700002977CE /* MSRoomGameHeadAvatarView.h */,
239D0FE32C048700002977CE /* MSRoomGameHeadAvatarView.m */,
239D0FE52C049D61002977CE /* MSRoomGameMsgView.h */,
239D0FE62C049D61002977CE /* MSRoomGameMsgView.m */,
239D0FE82C04A9EE002977CE /* MSRoomGameSendMsgView.h */,
239D0FE92C04A9EE002977CE /* MSRoomGameSendMsgView.m */,
239D0FF22C05B9D2002977CE /* MSRoomGameView.h */,
239D0FF32C05B9D2002977CE /* MSRoomGameView.m */,
239D0FF52C05BD2A002977CE /* MSRoomGameVictoryView.h */,
239D0FF62C05BD2A002977CE /* MSRoomGameVictoryView.m */,
239D0FFB2C05D086002977CE /* MSRoomGameQuitGameView.h */,
239D0FFC2C05D086002977CE /* MSRoomGameQuitGameView.m */,
237852A22C082A9800E360AC /* MSRoomGameSendTextView.h */,
237852A32C082A9800E360AC /* MSRoomGameSendTextView.m */,
);
path = SubView;
sourceTree = "<group>";
};
239D0FC72C045F92002977CE /* View */ = {
isa = PBXGroup;
children = (
239D0FC32C045F92002977CE /* Cell */,
239D0FC42C045F92002977CE /* SubView */,
239D0FC52C045F92002977CE /* MSRoomGameVC.h */,
239D0FC62C045F92002977CE /* MSRoomGameVC.m */,
239D0FCA2C045FC9002977CE /* MSTabbarRoomGameVC.h */,
239D0FCB2C045FC9002977CE /* MSTabbarRoomGameVC.m */,
);
path = View;
sourceTree = "<group>";
};
239D0FC82C045F92002977CE /* RoomGame */ = {
isa = PBXGroup;
children = (
239D0FBF2C045F92002977CE /* Api */,
239D0FC02C045F92002977CE /* Model */,
239D0FC12C045F92002977CE /* Presenter */,
239D0FC22C045F92002977CE /* Protocol */,
239D0FC72C045F92002977CE /* View */,
);
path = RoomGame;
sourceTree = "<group>";
};
23CEFC082AFB8FC100576D89 /* sdkContent */ = {
isa = PBXGroup;
children = (
@@ -9978,6 +10143,7 @@
180806FA2729A354001FD836 /* ThemeColor+Room.m */,
E82325EA274E2D52003A3332 /* UserCard */,
E8A3538628FE5C5B0014A784 /* WishGift */,
239D0FC82C045F92002977CE /* RoomGame */,
E866B6E32759F96F009B002A /* XPMiniRoomView.h */,
E866B6E42759F96F009B002A /* XPMiniRoomView.m */,
E816C11327608A7500C84014 /* XPRoomMiniManager.h */,
@@ -10878,7 +11044,6 @@
E80EC86228ACD84000D133C5 /* emoji_22@2x.png in Resources */,
E80EC82528ACD84000D133C5 /* emoji_61@2x.png in Resources */,
E80EC81528ACD84000D133C5 /* emoji_145@2x.png in Resources */,
237700CD2BC697A100D661F1 /* pi_app_logo_new_bg.png in Resources */,
E80EC85428ACD84000D133C5 /* emoji_165@2x.png in Resources */,
E80EC88728ACD84000D133C5 /* emoji_29@2x.png in Resources */,
E80EC83728ACD84000D133C5 /* emoji_112@2x.png in Resources */,
@@ -11020,6 +11185,7 @@
E80EC8A328ACD84100D133C5 /* emoji_52@2x.png in Resources */,
E80EC84E28ACD84000D133C5 /* emoji_132@2x.png in Resources */,
23CEFC562AFB8FC100576D89 /* pay_off.png in Resources */,
237FD35D2C0F187B00B5335C /* pi_app_logo_new_bg.png in Resources */,
E80EC82928ACD84000D133C5 /* emoji_28@2x.png in Resources */,
E80EC82028ACD84000D133C5 /* emoji_38@2x.png in Resources */,
E80EC8A628ACD84100D133C5 /* emoji_23@2x.png in Resources */,
@@ -11166,6 +11332,7 @@
E87A24F1272935920086A794 /* XPMessageRemoteExtModel.m in Sources */,
E8D34D5028080362009C4835 /* XPMineDataGiftTableViewCell.m in Sources */,
E87C54BE2823CC5B0051AA11 /* XPMineResetLoginPwdPresenter.m in Sources */,
237852A42C082A9800E360AC /* MSRoomGameSendTextView.m in Sources */,
E85E7B322A4EB0D300B6D00A /* XPGuildAnchorIncomeSectionView.m in Sources */,
E87C0AA027D9DE6400CB2241 /* RoomFaceSendInfoModel.m in Sources */,
1464C5F629A4CA8C00AF7C94 /* XPIAPRechargeCollectionViewCell.m in Sources */,
@@ -11377,6 +11544,7 @@
E80EC80B28ACD84000D133C5 /* QInputBarViewConfiguration.m in Sources */,
2331C1772A5EB71000E1D940 /* XPNobleCenterListViewController.m in Sources */,
E880B39E278BD49E00A83B0D /* XPAcrossRoomPKViewController.m in Sources */,
239D0FE12C04850A002977CE /* MSRoomGameHeadView.m in Sources */,
2331C1AA2A60F32D00E1D940 /* XPCandyTreePresenter.m in Sources */,
E8AC723D26F4B6AA007D6E91 /* XPLoginBindPhoneResultViewController.m in Sources */,
E8AB632728AE13210023B0D2 /* XPMonentsTopicListPresenter.m in Sources */,
@@ -11412,6 +11580,7 @@
E84BF7D1277BFCDD00EF8877 /* RoomTagModel.m in Sources */,
E8AC723526F49939007D6E91 /* XPMineNotificaPresenter.m in Sources */,
1427218E29A75F6F00C7C423 /* HTTPMessage.m in Sources */,
239D0FE72C049D61002977CE /* MSRoomGameMsgView.m in Sources */,
E80DE40A277568D300BE5BCB /* ThemeColor+FirstRecharge.m in Sources */,
238B37BE2AC55A2C00BFC9D5 /* XPTreasureFairyBottomView.m in Sources */,
9B42869828C1E06B009034D2 /* XPRedPacketModel.m in Sources */,
@@ -11457,8 +11626,10 @@
23E9EAB22A84C9DE00B792F2 /* XPMineUserInfoTagViewCell.m in Sources */,
9B42869C28C1FD3D009034D2 /* XPOpenRedPacketCell.m in Sources */,
23D321D22ADD0EBC006B259C /* PIRoomPhotoAlbumItemPresenter.m in Sources */,
239D0FD22C046EAD002977CE /* MSTabbarRoomGameView.m in Sources */,
9BFE992E288142FD009DA429 /* RoomClassifyModel.m in Sources */,
2331C1B72A60F32D00E1D940 /* XPCandyRankContainerView.m in Sources */,
239D0FF72C05BD2A002977CE /* MSRoomGameVictoryView.m in Sources */,
23194DCE2AD14BF000649F51 /* ContextFilterLogFormatter.m in Sources */,
E8A88D3027E85EEA00CA8837 /* RoomPKInfoModel.m in Sources */,
E85E7B022A4EB0D200B6D00A /* XPSuperAdminManagerRoomPresenter.m in Sources */,
@@ -11523,8 +11694,10 @@
E8A3540A28FEC0510014A784 /* XPWishGiftListView.m in Sources */,
238B37BF2AC55A2C00BFC9D5 /* XPTreasureFairyStoreResultView.m in Sources */,
E88863CF278EC393004BCFAB /* XPAcrossRoomPKPrizeView.m in Sources */,
239D0FFD2C05D086002977CE /* MSRoomGameQuitGameView.m in Sources */,
23E9EA8E2A84BC9000B792F2 /* XPMineUserInfoHeaderTagCell.m in Sources */,
E87DF5082A42CE79009C1185 /* XPInRoomRecordPresenter.m in Sources */,
239D0FD82C047DD8002977CE /* MSTabbarRoomGameModel.m in Sources */,
189DD6FF26E20E5900AB55B1 /* HttpRequestHelper.m in Sources */,
238B37DE2AC55A2C00BFC9D5 /* Api+TreasureFairy.m in Sources */,
E85E7B062A4EB0D200B6D00A /* XPGuildSearchPresenter.m in Sources */,
@@ -11538,6 +11711,7 @@
E8A30BF328534B17003B4873 /* Api+FindNew.m in Sources */,
E852D7412863249F001465ED /* XPMonentsReplyTableViewCell.m in Sources */,
237B94BC2A984DA7007853E3 /* XPTrumpetPresenter.m in Sources */,
239D0FFA2C05BE9B002977CE /* MSRoomGameVictoryCell.m in Sources */,
23E9EA942A84BE4800B792F2 /* XPGiftUserDataViewController.m in Sources */,
2331C16D2A5EB71000E1D940 /* XPNobleSettingNavView.m in Sources */,
E8AEAED6271412EC0017FCE0 /* XPRoomViewController.m in Sources */,
@@ -11673,6 +11847,7 @@
E81060EB2987BE8300B772F0 /* MessageGiftModel.m in Sources */,
E8EEB91726FC7B35007C6EBA /* XPMineUserInfoDesViewController.m in Sources */,
9B1B72AC280031DB003FACE9 /* XPAnchorPKViewController.m in Sources */,
237852A12C072D8D00E360AC /* MSRoomGameModel.m in Sources */,
180806FB2729A354001FD836 /* ThemeColor+Room.m in Sources */,
9BC8C83028090C9200C24F85 /* XPRoomAnchorRankBannerView.m in Sources */,
E81A653F283511BE00F55894 /* XPMonentsInteractiveViewController.m in Sources */,
@@ -11724,6 +11899,7 @@
E85E7B372A4EB0D300B6D00A /* XPMineGuildListCell.m in Sources */,
E85E7B502A4EB0D300B6D00A /* XPMineGuildListVC.m in Sources */,
E824546126F5F4E400BE8163 /* XPMineResetPayPwdViewController.m in Sources */,
239D0FCF2C046048002977CE /* MSTabbarRoomGameHeadView.m in Sources */,
235714772BEC9E5E004C81D6 /* MSSessionContextHeadlinesView.m in Sources */,
2357146B2BEA0110004C81D6 /* MSSessionPublicChatHallTopModel.m in Sources */,
E81D58822720082A003063FE /* MicroWaveView.m in Sources */,
@@ -11878,6 +12054,7 @@
23FE47DB2BB4171C00F09D23 /* PINobleCenterListView.m in Sources */,
E84A2E932A527EC800D6AF8A /* XPIncomeRecordPresent.m in Sources */,
236B2E432AA07D06003967A8 /* NSString+RW.m in Sources */,
239D0FC92C045F92002977CE /* MSRoomGameVC.m in Sources */,
E85E7B172A4EB0D200B6D00A /* ClanMemberDetailInfoModel.m in Sources */,
9B044DA0282D32F700DE4859 /* MicroInviteExtModel.m in Sources */,
E8D7D74B282BA1EC0007D7BD /* XPMonentsTableViewCell.m in Sources */,
@@ -11889,8 +12066,10 @@
E8778AF82988F4E200CF139B /* XPSessionSayHelloHeaderView.m in Sources */,
E84150C527747E0900A7F548 /* FirstRechargeRewardModel.m in Sources */,
E8B9843328ABA2FF0022D026 /* MonentsPicResInfo.m in Sources */,
239D0FDB2C047F24002977CE /* MSTabbarRoomGameCell.m in Sources */,
239D0FB02BFD8C4D002977CE /* MSRoomSetingBackdropVC.m in Sources */,
235714982BEDF54E004C81D6 /* MsRoomMessageMainView.m in Sources */,
237852A72C08764B00E360AC /* MSRoomGameResultsModel.m in Sources */,
9BE9F10227FEE5C200667200 /* XPAnchorFansTaskDetailModel.m in Sources */,
E8E0DAE6285C280E00566A2F /* XPSessionFindNewAlertView.m in Sources */,
E85E7B1A2A4EB0D200B6D00A /* XPMineGoldIncomeRecordVC.m in Sources */,
@@ -12060,6 +12239,7 @@
E866B6E52759F96F009B002A /* XPMiniRoomView.m in Sources */,
23E9EAB52A84CB2700B792F2 /* XPMineUserInfoTagEmptyView.m in Sources */,
2331C1AE2A60F32D00E1D940 /* CandyTreeInfoModel.m in Sources */,
239D0FEA2C04A9EE002977CE /* MSRoomGameSendMsgView.m in Sources */,
E818E34B286ECABF005EDF68 /* XPMonentsPublishPresenter.m in Sources */,
E85E7B462A4EB0D300B6D00A /* XPGuildEmptyCollectionViewCell.m in Sources */,
9B7B605B27BB53060070BB72 /* XPAnchorAudienceUpMicView.m in Sources */,
@@ -12103,6 +12283,7 @@
23E45C052AC2B0A200D88BCA /* SessionDiscoverNewTableViewCell.m in Sources */,
9B42869228C1AED4009034D2 /* XPReceiveRedPacketModel.m in Sources */,
E8B846C526FDB41A00A777FE /* XPMineUserInfolbumPresenter.m in Sources */,
239D0FE42C048700002977CE /* MSRoomGameHeadAvatarView.m in Sources */,
9BFB101F2897CC4300B3985E /* XPAnchorCardView.m in Sources */,
1427218F29A75F6F00C7C423 /* HTTPConnection.m in Sources */,
9BAA5FED277A1BBE007453F3 /* XPPrivacyViewController.m in Sources */,
@@ -12114,6 +12295,7 @@
23194DD52AD292F200649F51 /* PIPageControl.m in Sources */,
23E9EA9E2A84C42B00B792F2 /* SGYProgressView.m in Sources */,
E87E91552796B6DE00A7B3F2 /* XPRoomInviteUserViewController.m in Sources */,
239D0FCC2C045FC9002977CE /* MSTabbarRoomGameVC.m in Sources */,
E880B3B5278C1FE400A83B0D /* XPAcrossRoomPKPresenter.m in Sources */,
23CEFC612AFB8FC100576D89 /* RealViewNetWorkCell_0.m in Sources */,
186A534626FC6ED900D67B2C /* TTPopup.m in Sources */,
@@ -12155,6 +12337,7 @@
186A534D26FC6ED900D67B2C /* TTActionSheetView.m in Sources */,
E81060E529876FF300B772F0 /* MessageAudioModel.m in Sources */,
23CEFC642AFB8FC100576D89 /* BSkObject.m in Sources */,
239D0FF42C05B9D2002977CE /* MSRoomGameView.m in Sources */,
E83DB481274649FB00D8CBD1 /* XPGiftBannerUserInfoModel.m in Sources */,
9B3A1DF4280571000058E2DD /* XPAnchorPKInviteView.m in Sources */,
2331C1BD2A60F69E00E1D940 /* UILabel+Utils.m in Sources */,
@@ -12188,6 +12371,7 @@
238B37BB2AC55A2C00BFC9D5 /* XPTreasureFairySummonView.m in Sources */,
236B2E4B2AA07D06003967A8 /* XPLittleGameRoomListView.m in Sources */,
9BE01AD428927E9C00B50299 /* XPDressUpShopListViewController.m in Sources */,
239D0FED2C057362002977CE /* Api+MSRoomGameApi.m in Sources */,
9B41D36E282649230048C588 /* XPWeekStarRankUserModel.m in Sources */,
E824545926F5E65900BE8163 /* XPMineVerifIdentityView.m in Sources */,
E841ED61280FB0BD00904808 /* ContentLevelUpgradeModel.m in Sources */,
@@ -12353,6 +12537,7 @@
E81060DF29876D3A00B772F0 /* MessageTimeModel.m in Sources */,
E81A65422835120200F55894 /* XPMonentsInteractivePresenter.m in Sources */,
238B37A82AC55A2C00BFC9D5 /* TreasureFairyTrialsRecordModel.m in Sources */,
239D0FD52C0475E6002977CE /* MSTabbarBeginGameView.m in Sources */,
E80EC80C28ACD84000D133C5 /* UITextView+QEmotion.m in Sources */,
E8664EE627E482EF000171BA /* RoomPKTeamModel.m in Sources */,
9BAA5FF0277A23F4007453F3 /* XPPermissionsViewController.m in Sources */,
@@ -12392,6 +12577,7 @@
E8383697298A598D00112E1C /* MessageTipsModel.m in Sources */,
E801274727E3241700BAC3F2 /* Api+RoomPK.m in Sources */,
E87DF4F82A42CCAB009C1185 /* XPHomeSearchRelateView.m in Sources */,
239D0FF02C057470002977CE /* MSRoomGamePresenter.m in Sources */,
E80CBDEA27D0C53F001E1EC2 /* XPWeakTimer.m in Sources */,
E85E7BAC2A4EC99300B6D00A /* XPMineGiveDiamondDetailsView.m in Sources */,
238B37B42AC55A2C00BFC9D5 /* XPTreasureFairyNewSummonCell.m in Sources */,
@@ -12578,7 +12764,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.21;
MARKETING_VERSION = 20.20.22;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -12616,7 +12802,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.21;
MARKETING_VERSION = 20.20.22;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -88,6 +88,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification;
}
- (void)applicationDidBecomeActive:(UIApplication *)application {
[self getAdvertisingTrackingAuthority];
[[NSNotificationCenter defaultCenter]postNotificationName:@"kAppDidBecomeActive" object:nil];
}
- (void)getAdvertisingTrackingAuthority {
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ms_room_game_victory_rank_first@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ms_room_game_victory_rank_first@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: 7.9 KiB

View File

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

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