房间代码更改
@@ -47,7 +47,15 @@ target 'yinmeng-ios' do
|
||||
pod 'IQKeyboardManager', '~> 6.5.11'
|
||||
#调试
|
||||
pod 'LookinServer', :configurations => ['Debug']
|
||||
|
||||
pod 'SnapKit'
|
||||
pod 'RxSwift'
|
||||
pod 'RxCocoa'
|
||||
pod 'RxDataSources'
|
||||
pod 'Moya/RxSwift'
|
||||
pod 'Moya-ObjectMapper/RxSwift'
|
||||
pod 'CryptoSwift'
|
||||
pod 'R.swift'
|
||||
pod 'SwiftyJSON'
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
|
@@ -14,7 +14,10 @@ PODS:
|
||||
- AFNetworking/Serialization (4.0.1)
|
||||
- AFNetworking/UIKit (4.0.1):
|
||||
- AFNetworking/NSURLSession
|
||||
- Alamofire (5.8.1)
|
||||
- Base64 (1.1.2)
|
||||
- CryptoSwift (1.8.0)
|
||||
- Differentiator (4.0.1)
|
||||
- FFPopup (1.1.5)
|
||||
- FLAnimatedImage (1.0.17)
|
||||
- HappyDNS (1.0.3)
|
||||
@@ -27,23 +30,50 @@ PODS:
|
||||
- MBProgressHUD (1.2.0)
|
||||
- MJExtension (3.4.1)
|
||||
- MJRefresh (3.7.5)
|
||||
- Moya (14.0.0):
|
||||
- Moya/Core (= 14.0.0)
|
||||
- Moya-ObjectMapper/Core (2.9):
|
||||
- Moya (~> 14.0.0-beta.6)
|
||||
- ObjectMapper
|
||||
- Moya-ObjectMapper/RxSwift (2.9):
|
||||
- Moya-ObjectMapper/Core
|
||||
- Moya/RxSwift
|
||||
- RxSwift
|
||||
- Moya/Core (14.0.0):
|
||||
- Alamofire (~> 5.0)
|
||||
- Moya/RxSwift (14.0.0):
|
||||
- Moya/Core
|
||||
- RxSwift (~> 5.0)
|
||||
- NIMSDK_LITE (8.9.119)
|
||||
- NTESBaseComponent (1.8)
|
||||
- NTESQuickPass (3.4.5):
|
||||
- NTESBaseComponent
|
||||
- ObjectMapper (4.2.0)
|
||||
- pop (1.0.12)
|
||||
- Protobuf (3.25.0)
|
||||
- QGVAPlayer (1.0.19)
|
||||
- Qiniu (8.7.0):
|
||||
- HappyDNS (~> 1.0.3)
|
||||
- QY_NIM_iOS_SDK (6.6.1)
|
||||
- R.swift (7.3.2)
|
||||
- ReactiveObjC (3.1.1)
|
||||
- RxCocoa (5.1.3):
|
||||
- RxRelay (~> 5)
|
||||
- RxSwift (~> 5)
|
||||
- RxDataSources (4.0.1):
|
||||
- Differentiator (~> 4.0)
|
||||
- RxCocoa (~> 5.0)
|
||||
- RxSwift (~> 5.0)
|
||||
- RxRelay (5.1.3):
|
||||
- RxSwift (~> 5)
|
||||
- RxSwift (5.1.3)
|
||||
- SDWebImage (5.18.3):
|
||||
- SDWebImage/Core (= 5.18.3)
|
||||
- SDWebImage/Core (5.18.3)
|
||||
- SDWebImageFLPlugin (0.6.0):
|
||||
- FLAnimatedImage (>= 1.0.11)
|
||||
- SDWebImage/Core (~> 5.10)
|
||||
- SnapKit (5.6.0)
|
||||
- SSKeychain (1.4.1)
|
||||
- SSZipArchive (2.4.3)
|
||||
- SVGAPlayer (2.5.7):
|
||||
@@ -54,6 +84,7 @@ PODS:
|
||||
- SVGAPlayer/ProtoFiles
|
||||
- SVGAPlayer/ProtoFiles (2.5.7):
|
||||
- Protobuf (~> 3.4)
|
||||
- SwiftyJSON (5.0.1)
|
||||
- TXLiteAVSDK_TRTC (10.3.12363):
|
||||
- TXLiteAVSDK_TRTC/TRTC (= 10.3.12363)
|
||||
- TXLiteAVSDK_TRTC/TRTC (10.3.12363)
|
||||
@@ -67,6 +98,7 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- AFNetworking
|
||||
- Base64
|
||||
- CryptoSwift
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- IAPHelper
|
||||
@@ -76,17 +108,25 @@ DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- MJExtension
|
||||
- MJRefresh
|
||||
- Moya-ObjectMapper/RxSwift
|
||||
- Moya/RxSwift
|
||||
- NIMSDK_LITE (~> 8.9.0)
|
||||
- NTESQuickPass
|
||||
- pop
|
||||
- QGVAPlayer
|
||||
- Qiniu
|
||||
- QY_NIM_iOS_SDK (~> 6.6.1)
|
||||
- R.swift
|
||||
- ReactiveObjC
|
||||
- RxCocoa
|
||||
- RxDataSources
|
||||
- RxSwift
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SnapKit
|
||||
- SSKeychain
|
||||
- SVGAPlayer
|
||||
- SwiftyJSON
|
||||
- TXLiteAVSDK_TRTC (~> 10.3.12271)
|
||||
- TZImagePickerController
|
||||
- YYText
|
||||
@@ -94,7 +134,10 @@ DEPENDENCIES:
|
||||
SPEC REPOS:
|
||||
https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git:
|
||||
- AFNetworking
|
||||
- Alamofire
|
||||
- Base64
|
||||
- CryptoSwift
|
||||
- Differentiator
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- HappyDNS
|
||||
@@ -105,27 +148,40 @@ SPEC REPOS:
|
||||
- MBProgressHUD
|
||||
- MJExtension
|
||||
- MJRefresh
|
||||
- Moya
|
||||
- Moya-ObjectMapper
|
||||
- NIMSDK_LITE
|
||||
- NTESBaseComponent
|
||||
- NTESQuickPass
|
||||
- ObjectMapper
|
||||
- pop
|
||||
- Protobuf
|
||||
- QGVAPlayer
|
||||
- Qiniu
|
||||
- QY_NIM_iOS_SDK
|
||||
- R.swift
|
||||
- ReactiveObjC
|
||||
- RxCocoa
|
||||
- RxDataSources
|
||||
- RxRelay
|
||||
- RxSwift
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SnapKit
|
||||
- SSKeychain
|
||||
- SSZipArchive
|
||||
- SVGAPlayer
|
||||
- SwiftyJSON
|
||||
- TXLiteAVSDK_TRTC
|
||||
- TZImagePickerController
|
||||
- YYText
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
Alamofire: 3ca42e259043ee0dc5c0cdd76c4bc568b8e42af7
|
||||
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
|
||||
CryptoSwift: 52aaf3fce7337552863b1d952e408085f0e65030
|
||||
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
|
||||
FFPopup: a208dcee8db3e54ec4a88fcd6481f6f5d85b7a83
|
||||
FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b
|
||||
HappyDNS: 5421fc84775a299517e994afadb9e732b265ec65
|
||||
@@ -136,24 +192,34 @@ SPEC CHECKSUMS:
|
||||
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
||||
MJExtension: 21c5f6f8c4d5d8844b7ae8fbae08fed0b501f961
|
||||
MJRefresh: fdf5e979eb406a0341468932d1dfc8b7f9fce961
|
||||
Moya: 5b45dacb75adb009f97fde91c204c1e565d31916
|
||||
Moya-ObjectMapper: 967a99d9ea3aa9c93ddbe112aeca3667f53bfe93
|
||||
NIMSDK_LITE: c4895574b3e519c34e2c70ae013f0863efc87661
|
||||
NTESBaseComponent: 7b310e7e80bb6c27183176188b98356d200dbbc5
|
||||
NTESQuickPass: 7baf2a68a091fd69dbf70b84ecdc4eb6aa7dd7ad
|
||||
ObjectMapper: 1eb41f610210777375fa806bf161dc39fb832b81
|
||||
pop: d582054913807fd11fd50bfe6a539d91c7e1a55a
|
||||
Protobuf: 6a4183ec1d51649eb2be7b86ccc286e5c539219c
|
||||
QGVAPlayer: a0bca68c9bd6f1c8de5ac2d10ddf98be6038cce9
|
||||
Qiniu: da7204f1bf7d0ce18f2b8c541c7fafb301aab624
|
||||
QY_NIM_iOS_SDK: 7fbf411c9c299f3b904fcc5b494542f41a11f70c
|
||||
R.swift: 0af0d882f49f03711415cb4e5215daa977d8a480
|
||||
ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040
|
||||
RxCocoa: e2ed092d5432e4296aa818021d27de4090ac0354
|
||||
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
|
||||
RxRelay: 5a18c2eb2d68326ebaf0112f80d837ae41b92b97
|
||||
RxSwift: 915abbdfb62214aa89ccd0b194d44fb478019b27
|
||||
SDWebImage: 96e0c18ef14010b7485210e92fac888587ebb958
|
||||
SDWebImageFLPlugin: 72efd2cfbf565bc438421abb426f4bcf7b670754
|
||||
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
|
||||
SSKeychain: 55cc80f66f5c73da827e3077f02e43528897db41
|
||||
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
|
||||
SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86
|
||||
SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e
|
||||
TXLiteAVSDK_TRTC: c4e42ef113788558b7c5f4250bad5f81925bcfb4
|
||||
TZImagePickerController: e9909edbadf7381140efc5b5c9f5bdbfd630f7d4
|
||||
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
||||
|
||||
PODFILE CHECKSUM: cc88fa05da662ee682fc0eeb502faab221faa032
|
||||
PODFILE CHECKSUM: df3727b44d7c6d0114a23d493fb475de24f13655
|
||||
|
||||
COCOAPODS: 1.12.1
|
||||
|
539
yinmeng-ios/R.generated.swift
Normal file
@@ -0,0 +1,539 @@
|
||||
//
|
||||
// This is a generated file, do not edit!
|
||||
// Generated by R.swift, see https://github.com/mac-cain13/R.swift
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import RswiftResources
|
||||
import UIKit
|
||||
|
||||
private class BundleFinder {}
|
||||
let R = _R(bundle: Bundle(for: BundleFinder.self))
|
||||
|
||||
struct _R {
|
||||
let bundle: Foundation.Bundle
|
||||
|
||||
let entitlements = entitlements()
|
||||
|
||||
var color: color { .init(bundle: bundle) }
|
||||
var image: image { .init(bundle: bundle) }
|
||||
var storyboard: storyboard { .init(bundle: bundle) }
|
||||
|
||||
func color(bundle: Foundation.Bundle) -> color {
|
||||
.init(bundle: bundle)
|
||||
}
|
||||
func image(bundle: Foundation.Bundle) -> image {
|
||||
.init(bundle: bundle)
|
||||
}
|
||||
func storyboard(bundle: Foundation.Bundle) -> storyboard {
|
||||
.init(bundle: bundle)
|
||||
}
|
||||
func validate() throws {
|
||||
try self.storyboard.validate()
|
||||
}
|
||||
|
||||
struct project {
|
||||
let developmentRegion = "en"
|
||||
}
|
||||
|
||||
/// This `_R.color` struct is generated, and contains static references to 9 colors.
|
||||
struct color {
|
||||
let bundle: Foundation.Bundle
|
||||
|
||||
/// Color `AccentColor`.
|
||||
var accentColor: RswiftResources.ColorResource { .init(name: "AccentColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewAppBgColor`.
|
||||
var mewAppBgColor: RswiftResources.ColorResource { .init(name: "mewAppBgColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewAppMainTextColor`.
|
||||
var mewAppMainTextColor: RswiftResources.ColorResource { .init(name: "mewAppMainTextColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewCellBgColor`.
|
||||
var mewCellBgColor: RswiftResources.ColorResource { .init(name: "mewCellBgColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewRoomMicSeatColor`.
|
||||
var mewRoomMicSeatColor: RswiftResources.ColorResource { .init(name: "mewRoomMicSeatColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewRoomMsgHeadBg`.
|
||||
var mewRoomMsgHeadBg: RswiftResources.ColorResource { .init(name: "mewRoomMsgHeadBg", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewRoomMsgTextColor`.
|
||||
var mewRoomMsgTextColor: RswiftResources.ColorResource { .init(name: "mewRoomMsgTextColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewRoomSendMsgColor`.
|
||||
var mewRoomSendMsgColor: RswiftResources.ColorResource { .init(name: "mewRoomSendMsgColor", path: [], bundle: bundle) }
|
||||
|
||||
/// Color `mewRoomTopLineColor`.
|
||||
var mewRoomTopLineColor: RswiftResources.ColorResource { .init(name: "mewRoomTopLineColor", path: [], bundle: bundle) }
|
||||
}
|
||||
|
||||
/// This `_R.image` struct is generated, and contains static references to 137 images.
|
||||
struct image {
|
||||
let bundle: Foundation.Bundle
|
||||
|
||||
/// Image `Mew_home_push_voice_bg`.
|
||||
var mew_home_push_voice_bg: RswiftResources.ImageResource { .init(name: "Mew_home_push_voice_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_common_back_white_left`.
|
||||
var mew_common_back_white_left: RswiftResources.ImageResource { .init(name: "mew_common_back_white_left", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_common_nav_back`.
|
||||
var mew_common_nav_back: RswiftResources.ImageResource { .init(name: "mew_common_nav_back", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_common_white_right`.
|
||||
var mew_common_white_right: RswiftResources.ImageResource { .init(name: "mew_common_white_right", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_bg`.
|
||||
var mew_home_bg: RswiftResources.ImageResource { .init(name: "mew_home_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_change_voice_bg`.
|
||||
var mew_home_change_voice_bg: RswiftResources.ImageResource { .init(name: "mew_home_change_voice_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_change_voice_close`.
|
||||
var mew_home_change_voice_close: RswiftResources.ImageResource { .init(name: "mew_home_change_voice_close", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_change_voice_defalut`.
|
||||
var mew_home_change_voice_defalut: RswiftResources.ImageResource { .init(name: "mew_home_change_voice_defalut", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_change_voice_nomarl`.
|
||||
var mew_home_change_voice_nomarl: RswiftResources.ImageResource { .init(name: "mew_home_change_voice_nomarl", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_guide_bubble`.
|
||||
var mew_home_guide_bubble: RswiftResources.ImageResource { .init(name: "mew_home_guide_bubble", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_guide_hand`.
|
||||
var mew_home_guide_hand: RswiftResources.ImageResource { .init(name: "mew_home_guide_hand", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_header_bg`.
|
||||
var mew_home_header_bg: RswiftResources.ImageResource { .init(name: "mew_home_header_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_header_person`.
|
||||
var mew_home_header_person: RswiftResources.ImageResource { .init(name: "mew_home_header_person", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_header_person_bg`.
|
||||
var mew_home_header_person_bg: RswiftResources.ImageResource { .init(name: "mew_home_header_person_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_header_renew_voice`.
|
||||
var mew_home_header_renew_voice: RswiftResources.ImageResource { .init(name: "mew_home_header_renew_voice", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_header_voice_filter`.
|
||||
var mew_home_header_voice_filter: RswiftResources.ImageResource { .init(name: "mew_home_header_voice_filter", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_nav_click_rank`.
|
||||
var mew_home_nav_click_rank: RswiftResources.ImageResource { .init(name: "mew_home_nav_click_rank", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_nav_click_room`.
|
||||
var mew_home_nav_click_room: RswiftResources.ImageResource { .init(name: "mew_home_nav_click_room", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_nav_search_icon`.
|
||||
var mew_home_nav_search_icon: RswiftResources.ImageResource { .init(name: "mew_home_nav_search_icon", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_owner_rechage`.
|
||||
var mew_home_owner_rechage: RswiftResources.ImageResource { .init(name: "mew_home_owner_rechage", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_party_head_hot_arrow`.
|
||||
var mew_home_party_head_hot_arrow: RswiftResources.ImageResource { .init(name: "mew_home_party_head_hot_arrow", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_party_head_hot_bg`.
|
||||
var mew_home_party_head_hot_bg: RswiftResources.ImageResource { .init(name: "mew_home_party_head_hot_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_party_head_morn`.
|
||||
var mew_home_party_head_morn: RswiftResources.ImageResource { .init(name: "mew_home_party_head_morn", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_user_speaking`.
|
||||
var mew_home_play_user_speaking: RswiftResources.ImageResource { .init(name: "mew_home_play_user_speaking", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_user_voice_start`.
|
||||
var mew_home_play_user_voice_start: RswiftResources.ImageResource { .init(name: "mew_home_play_user_voice_start", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_user_voice_stop`.
|
||||
var mew_home_play_user_voice_stop: RswiftResources.ImageResource { .init(name: "mew_home_play_user_voice_stop", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_voice_bg`.
|
||||
var mew_home_play_voice_bg: RswiftResources.ImageResource { .init(name: "mew_home_play_voice_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_voice_disc_small`.
|
||||
var mew_home_play_voice_disc_small: RswiftResources.ImageResource { .init(name: "mew_home_play_voice_disc_small", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_voice_more_left`.
|
||||
var mew_home_play_voice_more_left: RswiftResources.ImageResource { .init(name: "mew_home_play_voice_more_left", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_play_voice_more_right`.
|
||||
var mew_home_play_voice_more_right: RswiftResources.ImageResource { .init(name: "mew_home_play_voice_more_right", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_push_voice`.
|
||||
var mew_home_push_voice: RswiftResources.ImageResource { .init(name: "mew_home_push_voice", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_top_bg_image`.
|
||||
var mew_home_top_bg_image: RswiftResources.ImageResource { .init(name: "mew_home_top_bg_image", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_top_choose_icon`.
|
||||
var mew_home_top_choose_icon: RswiftResources.ImageResource { .init(name: "mew_home_top_choose_icon", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_chat`.
|
||||
var mew_home_user_chat: RswiftResources.ImageResource { .init(name: "mew_home_user_chat", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_collection`.
|
||||
var mew_home_user_collection: RswiftResources.ImageResource { .init(name: "mew_home_user_collection", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_follown`.
|
||||
var mew_home_user_follown: RswiftResources.ImageResource { .init(name: "mew_home_user_follown", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_followned`.
|
||||
var mew_home_user_followned: RswiftResources.ImageResource { .init(name: "mew_home_user_followned", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_man`.
|
||||
var mew_home_user_man: RswiftResources.ImageResource { .init(name: "mew_home_user_man", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_setting`.
|
||||
var mew_home_user_setting: RswiftResources.ImageResource { .init(name: "mew_home_user_setting", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_user_woman`.
|
||||
var mew_home_user_woman: RswiftResources.ImageResource { .init(name: "mew_home_user_woman", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_disc`.
|
||||
var mew_home_voice_disc: RswiftResources.ImageResource { .init(name: "mew_home_voice_disc", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_machine_play`.
|
||||
var mew_home_voice_machine_play: RswiftResources.ImageResource { .init(name: "mew_home_voice_machine_play", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_machine_stop`.
|
||||
var mew_home_voice_machine_stop: RswiftResources.ImageResource { .init(name: "mew_home_voice_machine_stop", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_play`.
|
||||
var mew_home_voice_play: RswiftResources.ImageResource { .init(name: "mew_home_voice_play", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_record_end`.
|
||||
var mew_home_voice_record_end: RswiftResources.ImageResource { .init(name: "mew_home_voice_record_end", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_record_play`.
|
||||
var mew_home_voice_record_play: RswiftResources.ImageResource { .init(name: "mew_home_voice_record_play", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_record_restart`.
|
||||
var mew_home_voice_record_restart: RswiftResources.ImageResource { .init(name: "mew_home_voice_record_restart", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_record_start`.
|
||||
var mew_home_voice_record_start: RswiftResources.ImageResource { .init(name: "mew_home_voice_record_start", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_record_stop`.
|
||||
var mew_home_voice_record_stop: RswiftResources.ImageResource { .init(name: "mew_home_voice_record_stop", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_replay`.
|
||||
var mew_home_voice_replay: RswiftResources.ImageResource { .init(name: "mew_home_voice_replay", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_home_voice_stop`.
|
||||
var mew_home_voice_stop: RswiftResources.ImageResource { .init(name: "mew_home_voice_stop", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_launch_logo`.
|
||||
var mew_launch_logo: RswiftResources.ImageResource { .init(name: "mew_launch_logo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_account`.
|
||||
var mew_login_account: RswiftResources.ImageResource { .init(name: "mew_login_account", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_agree_normal`.
|
||||
var mew_login_agree_normal: RswiftResources.ImageResource { .init(name: "mew_login_agree_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_agree_sel`.
|
||||
var mew_login_agree_sel: RswiftResources.ImageResource { .init(name: "mew_login_agree_sel", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_apple`.
|
||||
var mew_login_apple: RswiftResources.ImageResource { .init(name: "mew_login_apple", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_full_man_normal`.
|
||||
var mew_login_full_man_normal: RswiftResources.ImageResource { .init(name: "mew_login_full_man_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_full_man_select`.
|
||||
var mew_login_full_man_select: RswiftResources.ImageResource { .init(name: "mew_login_full_man_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_full_waman_normal`.
|
||||
var mew_login_full_waman_normal: RswiftResources.ImageResource { .init(name: "mew_login_full_waman_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_full_waman_select`.
|
||||
var mew_login_full_waman_select: RswiftResources.ImageResource { .init(name: "mew_login_full_waman_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_line_bg`.
|
||||
var mew_login_line_bg: RswiftResources.ImageResource { .init(name: "mew_login_line_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_logo`.
|
||||
var mew_login_logo: RswiftResources.ImageResource { .init(name: "mew_login_logo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_login_next`.
|
||||
var mew_login_next: RswiftResources.ImageResource { .init(name: "mew_login_next", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_mainHome_more_game_back`.
|
||||
var mew_mainHome_more_game_back: RswiftResources.ImageResource { .init(name: "mew_mainHome_more_game_back", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_no_play`.
|
||||
var mew_main_home_friend_cell_no_play: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_no_play", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_play`.
|
||||
var mew_main_home_friend_cell_play: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_play", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_play_bg`.
|
||||
var mew_main_home_friend_cell_play_bg: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_play_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_play_icom_bg`.
|
||||
var mew_main_home_friend_cell_play_icom_bg: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_play_icom_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_player`.
|
||||
var mew_main_home_friend_cell_player: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_player", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_room`.
|
||||
var mew_main_home_friend_cell_room: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_room", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_cell_room_bg`.
|
||||
var mew_main_home_friend_cell_room_bg: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_cell_room_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_empty_bg`.
|
||||
var mew_main_home_friend_empty_bg: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_empty_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_empty_icon`.
|
||||
var mew_main_home_friend_empty_icon: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_empty_icon", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_head_change`.
|
||||
var mew_main_home_friend_head_change: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_head_change", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_head_matching`.
|
||||
var mew_main_home_friend_head_matching: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_head_matching", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_friend_head_selecte`.
|
||||
var mew_main_home_friend_head_selecte: RswiftResources.ImageResource { .init(name: "mew_main_home_friend_head_selecte", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_more_game_add`.
|
||||
var mew_main_home_more_game_add: RswiftResources.ImageResource { .init(name: "mew_main_home_more_game_add", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_more_game_friend`.
|
||||
var mew_main_home_more_game_friend: RswiftResources.ImageResource { .init(name: "mew_main_home_more_game_friend", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_more_game_hot`.
|
||||
var mew_main_home_more_game_hot: RswiftResources.ImageResource { .init(name: "mew_main_home_more_game_hot", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_more_game_mic`.
|
||||
var mew_main_home_more_game_mic: RswiftResources.ImageResource { .init(name: "mew_main_home_more_game_mic", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_party_cell_hot`.
|
||||
var mew_main_home_party_cell_hot: RswiftResources.ImageResource { .init(name: "mew_main_home_party_cell_hot", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_party_cell_mask`.
|
||||
var mew_main_home_party_cell_mask: RswiftResources.ImageResource { .init(name: "mew_main_home_party_cell_mask", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_main_home_party_cell_pk`.
|
||||
var mew_main_home_party_cell_pk: RswiftResources.ImageResource { .init(name: "mew_main_home_party_cell_pk", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_content_audio_playing_first`.
|
||||
var mew_message_content_audio_playing_first: RswiftResources.ImageResource { .init(name: "mew_message_content_audio_playing_first", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_content_audio_playing_second`.
|
||||
var mew_message_content_audio_playing_second: RswiftResources.ImageResource { .init(name: "mew_message_content_audio_playing_second", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_content_audio_playing_third`.
|
||||
var mew_message_content_audio_playing_third: RswiftResources.ImageResource { .init(name: "mew_message_content_audio_playing_third", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_download_fail`.
|
||||
var mew_message_session_download_fail: RswiftResources.ImageResource { .init(name: "mew_message_session_download_fail", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_menu_photo`.
|
||||
var mew_message_session_menu_photo: RswiftResources.ImageResource { .init(name: "mew_message_session_menu_photo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_nav_report`.
|
||||
var mew_message_session_nav_report: RswiftResources.ImageResource { .init(name: "mew_message_session_nav_report", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_tool_audio`.
|
||||
var mew_message_session_tool_audio: RswiftResources.ImageResource { .init(name: "mew_message_session_tool_audio", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_tool_more_normal`.
|
||||
var mew_message_session_tool_more_normal: RswiftResources.ImageResource { .init(name: "mew_message_session_tool_more_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_session_tool_text`.
|
||||
var mew_message_session_tool_text: RswiftResources.ImageResource { .init(name: "mew_message_session_tool_text", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_tool_audio_record_cancel`.
|
||||
var mew_message_tool_audio_record_cancel: RswiftResources.ImageResource { .init(name: "mew_message_tool_audio_record_cancel", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_tool_audio_record_first`.
|
||||
var mew_message_tool_audio_record_first: RswiftResources.ImageResource { .init(name: "mew_message_tool_audio_record_first", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_tool_audio_record_second`.
|
||||
var mew_message_tool_audio_record_second: RswiftResources.ImageResource { .init(name: "mew_message_tool_audio_record_second", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_message_tool_audio_record_third`.
|
||||
var mew_message_tool_audio_record_third: RswiftResources.ImageResource { .init(name: "mew_message_tool_audio_record_third", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_mine_aboutus_logo`.
|
||||
var mew_mine_aboutus_logo: RswiftResources.ImageResource { .init(name: "mew_mine_aboutus_logo", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_mine_user_info_chat_arrow`.
|
||||
var mew_mine_user_info_chat_arrow: RswiftResources.ImageResource { .init(name: "mew_mine_user_info_chat_arrow", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_mine_user_info_in_room_bg`.
|
||||
var mew_mine_user_info_in_room_bg: RswiftResources.ImageResource { .init(name: "mew_mine_user_info_in_room_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_collection_bg`.
|
||||
var mew_party_collection_bg: RswiftResources.ImageResource { .init(name: "mew_party_collection_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_compan_bg`.
|
||||
var mew_party_compan_bg: RswiftResources.ImageResource { .init(name: "mew_party_compan_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_cp_bg`.
|
||||
var mew_party_cp_bg: RswiftResources.ImageResource { .init(name: "mew_party_cp_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_friend_bg`.
|
||||
var mew_party_friend_bg: RswiftResources.ImageResource { .init(name: "mew_party_friend_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_game_bg`.
|
||||
var mew_party_game_bg: RswiftResources.ImageResource { .init(name: "mew_party_game_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_header_bg`.
|
||||
var mew_party_header_bg: RswiftResources.ImageResource { .init(name: "mew_party_header_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_mine_collect`.
|
||||
var mew_party_mine_collect: RswiftResources.ImageResource { .init(name: "mew_party_mine_collect", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_music_bg`.
|
||||
var mew_party_music_bg: RswiftResources.ImageResource { .init(name: "mew_party_music_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_party_recreation_bg`.
|
||||
var mew_party_recreation_bg: RswiftResources.ImageResource { .init(name: "mew_party_recreation_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_recharge_balance_bg`.
|
||||
var mew_recharge_balance_bg: RswiftResources.ImageResource { .init(name: "mew_recharge_balance_bg", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_recharge_diamond_big`.
|
||||
var mew_recharge_diamond_big: RswiftResources.ImageResource { .init(name: "mew_recharge_diamond_big", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_recharge_diamond_small`.
|
||||
var mew_recharge_diamond_small: RswiftResources.ImageResource { .init(name: "mew_recharge_diamond_small", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_chat`.
|
||||
var mew_room_chat: RswiftResources.ImageResource { .init(name: "mew_room_chat", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_collect`.
|
||||
var mew_room_collect: RswiftResources.ImageResource { .init(name: "mew_room_collect", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_collected`.
|
||||
var mew_room_collected: RswiftResources.ImageResource { .init(name: "mew_room_collected", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_emoji`.
|
||||
var mew_room_emoji: RswiftResources.ImageResource { .init(name: "mew_room_emoji", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_emoji_deyi`.
|
||||
var mew_room_emoji_deyi: RswiftResources.ImageResource { .init(name: "mew_room_emoji_deyi", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_emoji_happy`.
|
||||
var mew_room_emoji_happy: RswiftResources.ImageResource { .init(name: "mew_room_emoji_happy", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_emoji_sex`.
|
||||
var mew_room_emoji_sex: RswiftResources.ImageResource { .init(name: "mew_room_emoji_sex", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_emoji_suprise`.
|
||||
var mew_room_emoji_suprise: RswiftResources.ImageResource { .init(name: "mew_room_emoji_suprise", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_exit`.
|
||||
var mew_room_exit: RswiftResources.ImageResource { .init(name: "mew_room_exit", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_gift`.
|
||||
var mew_room_gift: RswiftResources.ImageResource { .init(name: "mew_room_gift", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_gift_Sslideshow_arrow`.
|
||||
var mew_room_gift_Sslideshow_arrow: RswiftResources.ImageResource { .init(name: "mew_room_gift_Sslideshow_arrow", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_more`.
|
||||
var mew_room_more: RswiftResources.ImageResource { .init(name: "mew_room_more", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_position_empty`.
|
||||
var mew_room_position_empty: RswiftResources.ImageResource { .init(name: "mew_room_position_empty", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_position_first_empty`.
|
||||
var mew_room_position_first_empty: RswiftResources.ImageResource { .init(name: "mew_room_position_first_empty", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_room_report`.
|
||||
var mew_room_report: RswiftResources.ImageResource { .init(name: "mew_room_report", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_session_list_clean`.
|
||||
var mew_session_list_clean: RswiftResources.ImageResource { .init(name: "mew_session_list_clean", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_home_normal`.
|
||||
var mew_tabbar_home_normal: RswiftResources.ImageResource { .init(name: "mew_tabbar_home_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_home_select`.
|
||||
var mew_tabbar_home_select: RswiftResources.ImageResource { .init(name: "mew_tabbar_home_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_message_normal`.
|
||||
var mew_tabbar_message_normal: RswiftResources.ImageResource { .init(name: "mew_tabbar_message_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_message_select`.
|
||||
var mew_tabbar_message_select: RswiftResources.ImageResource { .init(name: "mew_tabbar_message_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_mine_normal`.
|
||||
var mew_tabbar_mine_normal: RswiftResources.ImageResource { .init(name: "mew_tabbar_mine_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_mine_select`.
|
||||
var mew_tabbar_mine_select: RswiftResources.ImageResource { .init(name: "mew_tabbar_mine_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_party_normal`.
|
||||
var mew_tabbar_party_normal: RswiftResources.ImageResource { .init(name: "mew_tabbar_party_normal", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mew_tabbar_party_select`.
|
||||
var mew_tabbar_party_select: RswiftResources.ImageResource { .init(name: "mew_tabbar_party_select", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mine_setting_modif_pay_pwd_hidden`.
|
||||
var mine_setting_modif_pay_pwd_hidden: RswiftResources.ImageResource { .init(name: "mine_setting_modif_pay_pwd_hidden", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
|
||||
/// Image `mine_setting_modif_pay_pwd_show`.
|
||||
var mine_setting_modif_pay_pwd_show: RswiftResources.ImageResource { .init(name: "mine_setting_modif_pay_pwd_show", path: [], bundle: bundle, locale: nil, onDemandResourceTags: nil) }
|
||||
}
|
||||
|
||||
/// This `_R.entitlements` struct is generated, and contains static references to 1 properties.
|
||||
struct entitlements {
|
||||
let comAppleDeveloperApplesignin = comAppleDeveloperApplesignin()
|
||||
struct comAppleDeveloperApplesignin {
|
||||
let `default`: String = "Default"
|
||||
}
|
||||
}
|
||||
|
||||
/// This `_R.storyboard` struct is generated, and contains static references to 2 storyboards.
|
||||
struct storyboard {
|
||||
let bundle: Foundation.Bundle
|
||||
var launchScreen: launchScreen { .init(bundle: bundle) }
|
||||
var main: main { .init(bundle: bundle) }
|
||||
|
||||
func launchScreen(bundle: Foundation.Bundle) -> launchScreen {
|
||||
.init(bundle: bundle)
|
||||
}
|
||||
func main(bundle: Foundation.Bundle) -> main {
|
||||
.init(bundle: bundle)
|
||||
}
|
||||
func validate() throws {
|
||||
try self.launchScreen.validate()
|
||||
try self.main.validate()
|
||||
}
|
||||
|
||||
|
||||
/// Storyboard `LaunchScreen`.
|
||||
struct launchScreen: RswiftResources.StoryboardReference, RswiftResources.InitialControllerContainer {
|
||||
typealias InitialController = UIKit.UIViewController
|
||||
|
||||
let bundle: Foundation.Bundle
|
||||
|
||||
let name = "LaunchScreen"
|
||||
func validate() throws {
|
||||
if UIKit.UIImage(named: "mew_home_bg", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_home_bg' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
|
||||
if UIKit.UIImage(named: "mew_home_header_bg", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_home_header_bg' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
|
||||
if UIKit.UIImage(named: "mew_launch_logo", in: bundle, compatibleWith: nil) == nil { throw RswiftResources.ValidationError("[R.swift] Image named 'mew_launch_logo' is used in storyboard 'LaunchScreen', but couldn't be loaded.") }
|
||||
}
|
||||
}
|
||||
|
||||
/// Storyboard `Main`.
|
||||
struct main: RswiftResources.StoryboardReference, RswiftResources.InitialControllerContainer {
|
||||
typealias InitialController = UIKit.UIViewController
|
||||
|
||||
let bundle: Foundation.Bundle
|
||||
|
||||
let name = "Main"
|
||||
func validate() throws {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -7,6 +7,28 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
230D62E42B553BAB00DADC14 /* MewRoomPlayVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D62E22B553BAB00DADC14 /* MewRoomPlayVC.swift */; };
|
||||
230D62E62B553BE800DADC14 /* MewRoomPlayTopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D62E52B553BE800DADC14 /* MewRoomPlayTopView.swift */; };
|
||||
230D62E82B553CB100DADC14 /* MewRoomPlayTopFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D62E72B553CB100DADC14 /* MewRoomPlayTopFilterView.swift */; };
|
||||
230D62EB2B5540C500DADC14 /* MewAppColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D62EA2B5540C500DADC14 /* MewAppColor.swift */; };
|
||||
230D62F12B55463500DADC14 /* R.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D62F02B55463500DADC14 /* R.generated.swift */; };
|
||||
230D62F62B554F5E00DADC14 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 230D62F42B554F5E00DADC14 /* Main.storyboard */; };
|
||||
230D63142B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 230D63122B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.m */; };
|
||||
230D63182B557DE700DADC14 /* MewServerApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63172B557DE700DADC14 /* MewServerApi.swift */; };
|
||||
230D631F2B5585AE00DADC14 /* MewEncryptManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 230D631E2B5585AE00DADC14 /* MewEncryptManager.m */; };
|
||||
230D63212B558B8800DADC14 /* MewBaseMapModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63202B558B8800DADC14 /* MewBaseMapModel.swift */; };
|
||||
230D63252B55955900DADC14 /* MewDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63242B55955900DADC14 /* MewDevice.swift */; };
|
||||
230D63272B55989400DADC14 /* MewProvideManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63262B55989400DADC14 /* MewProvideManager.swift */; };
|
||||
230D632B2B561F9200DADC14 /* MewRoomPlayRightView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D632A2B561F9200DADC14 /* MewRoomPlayRightView.swift */; };
|
||||
230D632D2B56229400DADC14 /* MewRoomMsgView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D632C2B56229400DADC14 /* MewRoomMsgView.swift */; };
|
||||
230D63322B56289900DADC14 /* MewRoomMsgHeadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63312B56289900DADC14 /* MewRoomMsgHeadView.swift */; };
|
||||
230D63342B56580C00DADC14 /* MewRoomMsgCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63332B56580C00DADC14 /* MewRoomMsgCell.swift */; };
|
||||
230D63372B5669F800DADC14 /* MewServerApiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63362B5669F800DADC14 /* MewServerApiManager.swift */; };
|
||||
230D63392B56855F00DADC14 /* MewRoomMicSeatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D63382B56855F00DADC14 /* MewRoomMicSeatView.swift */; };
|
||||
230D633B2B56A15500DADC14 /* MewRoomTransferMsgView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D633A2B56A15500DADC14 /* MewRoomTransferMsgView.swift */; };
|
||||
230D633D2B57875C00DADC14 /* MewRoomMicSeatImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 230D633C2B57875C00DADC14 /* MewRoomMicSeatImageView.swift */; };
|
||||
230D633F2B58C8B100DADC14 /* MewBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 230D633E2B58C8B100DADC14 /* MewBaseModel.m */; };
|
||||
230D63412B58F75F00DADC14 /* mew_launch_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 230D63402B58F75F00DADC14 /* mew_launch_logo.png */; };
|
||||
23270C292B0E037300B9303B /* MewMessageConentAudioView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23270C272B0E037300B9303B /* MewMessageConentAudioView.m */; };
|
||||
23270C2C2B0E041300B9303B /* MewMessageAudioCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 23270C2B2B0E041300B9303B /* MewMessageAudioCenter.m */; };
|
||||
233757562B0CB577001D0B7F /* MewMessagePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 233757262B0CB577001D0B7F /* MewMessagePresenter.m */; };
|
||||
@@ -98,10 +120,8 @@
|
||||
237054A62B1F3B3200F5DE14 /* MEWBase64.m in Sources */ = {isa = PBXBuildFile; fileRef = 2370545E2B1F3B3200F5DE14 /* MEWBase64.m */; };
|
||||
237054A72B1F3B3200F5DE14 /* MewHUDTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 2370545F2B1F3B3200F5DE14 /* MewHUDTool.m */; };
|
||||
237054A82B1F3B3200F5DE14 /* MewTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054612B1F3B3200F5DE14 /* MewTimer.m */; };
|
||||
237054A92B1F3B3200F5DE14 /* MewEncryptTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054642B1F3B3200F5DE14 /* MewEncryptTool.m */; };
|
||||
237054AA2B1F3B3200F5DE14 /* MewGCDHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054682B1F3B3200F5DE14 /* MewGCDHelper.m */; };
|
||||
237054AB2B1F3B3200F5DE14 /* MewThemeColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 2370546B2B1F3B3200F5DE14 /* MewThemeColor.m */; };
|
||||
237054AC2B1F3B3200F5DE14 /* MewRechargeStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2370546E2B1F3B3200F5DE14 /* MewRechargeStorage.m */; };
|
||||
237054AD2B1F3B3200F5DE14 /* YYReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054722B1F3B3200F5DE14 /* YYReachability.m */; };
|
||||
237054AE2B1F3B3200F5DE14 /* NSObject+MEWExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054742B1F3B3200F5DE14 /* NSObject+MEWExtension.m */; };
|
||||
237054AF2B1F3B3200F5DE14 /* MewPaymentAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 237054772B1F3B3200F5DE14 /* MewPaymentAction.swift */; };
|
||||
@@ -112,7 +132,6 @@
|
||||
237054BE2B1F419300F5DE14 /* MewBaseMvpPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054BD2B1F419300F5DE14 /* MewBaseMvpPresenter.m */; };
|
||||
237054C32B20179800F5DE14 /* MewAccountInfoStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054C22B20179800F5DE14 /* MewAccountInfoStorage.m */; };
|
||||
237054C62B20265D00F5DE14 /* MewAccountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054C52B20265D00F5DE14 /* MewAccountModel.m */; };
|
||||
237054C92B2027E000F5DE14 /* MewBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054C82B2027E000F5DE14 /* MewBaseModel.m */; };
|
||||
237054DB2B204ADE00F5DE14 /* MewUserInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054D92B204ADD00F5DE14 /* MewUserInfoModel.m */; };
|
||||
237054DE2B204C4E00F5DE14 /* MewUserVipInfoVo.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054DD2B204C4E00F5DE14 /* MewUserVipInfoVo.m */; };
|
||||
237054E12B204DA400F5DE14 /* MewMvpViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054E02B204DA400F5DE14 /* MewMvpViewController.m */; };
|
||||
@@ -120,7 +139,6 @@
|
||||
237054E72B204F1000F5DE14 /* MewUtility+MewApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054E62B204F1000F5DE14 /* MewUtility+MewApp.m */; };
|
||||
237054EA2B204F4500F5DE14 /* MewUtility+MewDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054E92B204F4400F5DE14 /* MewUtility+MewDevice.m */; };
|
||||
237054ED2B20550400F5DE14 /* NSObject+MewAutoCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 237054EC2B20550400F5DE14 /* NSObject+MewAutoCoding.m */; };
|
||||
8C4D535A2AFD4CF600238AE6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8C4D53582AFD4CF600238AE6 /* Main.storyboard */; };
|
||||
8C4D535C2AFD4CF700238AE6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8C4D535B2AFD4CF700238AE6 /* Assets.xcassets */; };
|
||||
8C4D535F2AFD4CF700238AE6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8C4D535D2AFD4CF700238AE6 /* LaunchScreen.storyboard */; };
|
||||
8C4D53622AFD4CF700238AE6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C4D53612AFD4CF700238AE6 /* main.m */; };
|
||||
@@ -196,6 +214,32 @@
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1797344FB85F47F60D0CC2A0 /* Pods_yinmeng_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_yinmeng_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
230D62E22B553BAB00DADC14 /* MewRoomPlayVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MewRoomPlayVC.swift; sourceTree = "<group>"; };
|
||||
230D62E52B553BE800DADC14 /* MewRoomPlayTopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomPlayTopView.swift; sourceTree = "<group>"; };
|
||||
230D62E72B553CB100DADC14 /* MewRoomPlayTopFilterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomPlayTopFilterView.swift; sourceTree = "<group>"; };
|
||||
230D62EA2B5540C500DADC14 /* MewAppColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewAppColor.swift; sourceTree = "<group>"; };
|
||||
230D62F02B55463500DADC14 /* R.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = R.generated.swift; sourceTree = SOURCE_ROOT; };
|
||||
230D62F52B554F5E00DADC14 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
230D63122B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewMainHomeLittleGameInfoModel.m; sourceTree = "<group>"; };
|
||||
230D63132B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewMainHomeLittleGameInfoModel.h; sourceTree = "<group>"; };
|
||||
230D63152B55567300DADC14 /* MewPrefixHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewPrefixHeader.h; sourceTree = "<group>"; };
|
||||
230D63172B557DE700DADC14 /* MewServerApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewServerApi.swift; sourceTree = "<group>"; };
|
||||
230D63192B557F1400DADC14 /* MewServerBaseApi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewServerBaseApi.h; sourceTree = "<group>"; };
|
||||
230D631D2B5585AE00DADC14 /* MewEncryptManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewEncryptManager.h; sourceTree = "<group>"; };
|
||||
230D631E2B5585AE00DADC14 /* MewEncryptManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MewEncryptManager.m; sourceTree = "<group>"; };
|
||||
230D63202B558B8800DADC14 /* MewBaseMapModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewBaseMapModel.swift; sourceTree = "<group>"; };
|
||||
230D63242B55955900DADC14 /* MewDevice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewDevice.swift; sourceTree = "<group>"; };
|
||||
230D63262B55989400DADC14 /* MewProvideManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewProvideManager.swift; sourceTree = "<group>"; };
|
||||
230D632A2B561F9200DADC14 /* MewRoomPlayRightView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomPlayRightView.swift; sourceTree = "<group>"; };
|
||||
230D632C2B56229400DADC14 /* MewRoomMsgView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomMsgView.swift; sourceTree = "<group>"; };
|
||||
230D63312B56289900DADC14 /* MewRoomMsgHeadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomMsgHeadView.swift; sourceTree = "<group>"; };
|
||||
230D63332B56580C00DADC14 /* MewRoomMsgCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomMsgCell.swift; sourceTree = "<group>"; };
|
||||
230D63362B5669F800DADC14 /* MewServerApiManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewServerApiManager.swift; sourceTree = "<group>"; };
|
||||
230D63382B56855F00DADC14 /* MewRoomMicSeatView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomMicSeatView.swift; sourceTree = "<group>"; };
|
||||
230D633A2B56A15500DADC14 /* MewRoomTransferMsgView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomTransferMsgView.swift; sourceTree = "<group>"; };
|
||||
230D633C2B57875C00DADC14 /* MewRoomMicSeatImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MewRoomMicSeatImageView.swift; sourceTree = "<group>"; };
|
||||
230D633E2B58C8B100DADC14 /* MewBaseModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewBaseModel.m; sourceTree = "<group>"; };
|
||||
230D63402B58F75F00DADC14 /* mew_launch_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mew_launch_logo.png; sourceTree = "<group>"; };
|
||||
23270C272B0E037300B9303B /* MewMessageConentAudioView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewMessageConentAudioView.m; sourceTree = "<group>"; };
|
||||
23270C282B0E037300B9303B /* MewMessageConentAudioView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewMessageConentAudioView.h; sourceTree = "<group>"; };
|
||||
23270C2A2B0E041300B9303B /* MewMessageAudioCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewMessageAudioCenter.h; sourceTree = "<group>"; };
|
||||
@@ -386,22 +430,17 @@
|
||||
2370545F2B1F3B3200F5DE14 /* MewHUDTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewHUDTool.m; sourceTree = "<group>"; };
|
||||
237054612B1F3B3200F5DE14 /* MewTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewTimer.m; sourceTree = "<group>"; };
|
||||
237054622B1F3B3200F5DE14 /* MewTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewTimer.h; sourceTree = "<group>"; };
|
||||
237054642B1F3B3200F5DE14 /* MewEncryptTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewEncryptTool.m; sourceTree = "<group>"; };
|
||||
237054652B1F3B3200F5DE14 /* MewEncryptTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewEncryptTool.h; sourceTree = "<group>"; };
|
||||
237054662B1F3B3200F5DE14 /* NSObject+MEWExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MEWExtension.h"; sourceTree = "<group>"; };
|
||||
237054682B1F3B3200F5DE14 /* MewGCDHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewGCDHelper.m; sourceTree = "<group>"; };
|
||||
237054692B1F3B3200F5DE14 /* MewGCDHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewGCDHelper.h; sourceTree = "<group>"; };
|
||||
2370546B2B1F3B3200F5DE14 /* MewThemeColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewThemeColor.m; sourceTree = "<group>"; };
|
||||
2370546C2B1F3B3200F5DE14 /* MewThemeColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewThemeColor.h; sourceTree = "<group>"; };
|
||||
2370546E2B1F3B3200F5DE14 /* MewRechargeStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewRechargeStorage.m; sourceTree = "<group>"; };
|
||||
2370546F2B1F3B3200F5DE14 /* MewRechargeStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewRechargeStorage.h; sourceTree = "<group>"; };
|
||||
237054712B1F3B3200F5DE14 /* YYReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYReachability.h; sourceTree = "<group>"; };
|
||||
237054722B1F3B3200F5DE14 /* YYReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYReachability.m; sourceTree = "<group>"; };
|
||||
237054732B1F3B3200F5DE14 /* MewHUDTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewHUDTool.h; sourceTree = "<group>"; };
|
||||
237054742B1F3B3200F5DE14 /* NSObject+MEWExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MEWExtension.m"; sourceTree = "<group>"; };
|
||||
237054762B1F3B3200F5DE14 /* yinmeng-ios-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "yinmeng-ios-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
237054772B1F3B3200F5DE14 /* MewPaymentAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MewPaymentAction.swift; sourceTree = "<group>"; };
|
||||
237054792B1F3B3200F5DE14 /* MewApiHost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewApiHost.h; sourceTree = "<group>"; };
|
||||
2370547A2B1F3B3200F5DE14 /* MewHttpRequestHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewHttpRequestHelper.h; sourceTree = "<group>"; };
|
||||
2370547B2B1F3B3200F5DE14 /* MewHttpRequestHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewHttpRequestHelper.m; sourceTree = "<group>"; };
|
||||
2370547D2B1F3B3200F5DE14 /* UIButton+MewEnlargeTouchArea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+MewEnlargeTouchArea.h"; sourceTree = "<group>"; };
|
||||
@@ -419,7 +458,6 @@
|
||||
237054C42B20265D00F5DE14 /* MewAccountModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewAccountModel.h; sourceTree = "<group>"; };
|
||||
237054C52B20265D00F5DE14 /* MewAccountModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MewAccountModel.m; sourceTree = "<group>"; };
|
||||
237054C72B2027E000F5DE14 /* MewBaseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewBaseModel.h; sourceTree = "<group>"; };
|
||||
237054C82B2027E000F5DE14 /* MewBaseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MewBaseModel.m; sourceTree = "<group>"; };
|
||||
237054D92B204ADD00F5DE14 /* MewUserInfoModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewUserInfoModel.m; sourceTree = "<group>"; };
|
||||
237054DA2B204ADD00F5DE14 /* MewUserInfoModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewUserInfoModel.h; sourceTree = "<group>"; };
|
||||
237054DC2B204C4E00F5DE14 /* MewUserVipInfoVo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MewUserVipInfoVo.h; sourceTree = "<group>"; };
|
||||
@@ -435,7 +473,6 @@
|
||||
237054EB2B20550400F5DE14 /* NSObject+MewAutoCoding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSObject+MewAutoCoding.h"; sourceTree = "<group>"; };
|
||||
237054EC2B20550400F5DE14 /* NSObject+MewAutoCoding.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MewAutoCoding.m"; sourceTree = "<group>"; };
|
||||
8C4D534C2AFD4CF600238AE6 /* yinmeng-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "yinmeng-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8C4D53592AFD4CF600238AE6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
8C4D535B2AFD4CF700238AE6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
8C4D535E2AFD4CF700238AE6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
8C4D53602AFD4CF700238AE6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
@@ -460,7 +497,6 @@
|
||||
8C9C821C2B0C694900A601BC /* AppDelegate+ThirdConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppDelegate+ThirdConfig.h"; sourceTree = "<group>"; };
|
||||
8C9C821D2B0C694900A601BC /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||
8C9C821E2B0C694900A601BC /* AppDelegate+ThirdConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppDelegate+ThirdConfig.m"; sourceTree = "<group>"; };
|
||||
8C9C82A52B0C695600A601BC /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = "<group>"; };
|
||||
8C9C82F02B0C697A00A601BC /* MewRoomPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MewRoomPresenter.m; sourceTree = "<group>"; };
|
||||
8C9C82F12B0C697A00A601BC /* MewRoomPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewRoomPresenter.h; sourceTree = "<group>"; };
|
||||
8C9C82F32B0C697A00A601BC /* MewRoomProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MewRoomProtocol.h; sourceTree = "<group>"; };
|
||||
@@ -612,6 +648,82 @@
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
230D62DE2B553B4A00DADC14 /* Swift */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62E12B553BAB00DADC14 /* MewView */,
|
||||
);
|
||||
path = Swift;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D62E12B553BAB00DADC14 /* MewView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D63352B5669E600DADC14 /* MewServerApiManager */,
|
||||
230D632E2B56232000DADC14 /* MewModel */,
|
||||
230D62E22B553BAB00DADC14 /* MewRoomPlayVC.swift */,
|
||||
230D62E32B553BAB00DADC14 /* MewSubView */,
|
||||
);
|
||||
path = MewView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D62E32B553BAB00DADC14 /* MewSubView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62E52B553BE800DADC14 /* MewRoomPlayTopView.swift */,
|
||||
230D62E72B553CB100DADC14 /* MewRoomPlayTopFilterView.swift */,
|
||||
230D632A2B561F9200DADC14 /* MewRoomPlayRightView.swift */,
|
||||
230D632C2B56229400DADC14 /* MewRoomMsgView.swift */,
|
||||
230D63312B56289900DADC14 /* MewRoomMsgHeadView.swift */,
|
||||
230D63332B56580C00DADC14 /* MewRoomMsgCell.swift */,
|
||||
230D63382B56855F00DADC14 /* MewRoomMicSeatView.swift */,
|
||||
230D633C2B57875C00DADC14 /* MewRoomMicSeatImageView.swift */,
|
||||
230D633A2B56A15500DADC14 /* MewRoomTransferMsgView.swift */,
|
||||
);
|
||||
path = MewSubView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D62E92B5540AA00DADC14 /* Swift */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62EA2B5540C500DADC14 /* MewAppColor.swift */,
|
||||
);
|
||||
path = Swift;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D63162B557DBD00DADC14 /* MewApi */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D63172B557DE700DADC14 /* MewServerApi.swift */,
|
||||
230D63262B55989400DADC14 /* MewProvideManager.swift */,
|
||||
);
|
||||
path = MewApi;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D631A2B5581E400DADC14 /* MewEncryptManager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D631D2B5585AE00DADC14 /* MewEncryptManager.h */,
|
||||
230D631E2B5585AE00DADC14 /* MewEncryptManager.m */,
|
||||
);
|
||||
path = MewEncryptManager;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D632E2B56232000DADC14 /* MewModel */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = MewModel;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
230D63352B5669E600DADC14 /* MewServerApiManager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D63362B5669F800DADC14 /* MewServerApiManager.swift */,
|
||||
);
|
||||
path = MewServerApiManager;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
233757242B0CB577001D0B7F /* Message */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -740,8 +852,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053212B1F3AA000F5DE14 /* MewSocialStageView.h */,
|
||||
237053222B1F3AA000F5DE14 /* RoomMicroView */,
|
||||
237053252B1F3AA000F5DE14 /* MewSocialStageView.m */,
|
||||
237053222B1F3AA000F5DE14 /* RoomMicroView */,
|
||||
);
|
||||
path = RoomStageView;
|
||||
sourceTree = "<group>";
|
||||
@@ -749,8 +861,8 @@
|
||||
237053222B1F3AA000F5DE14 /* RoomMicroView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053232B1F3AA000F5DE14 /* MewSocialMicroView.m */,
|
||||
237053242B1F3AA000F5DE14 /* MewSocialMicroView.h */,
|
||||
237053232B1F3AA000F5DE14 /* MewSocialMicroView.m */,
|
||||
);
|
||||
path = RoomMicroView;
|
||||
sourceTree = "<group>";
|
||||
@@ -776,8 +888,8 @@
|
||||
2370532D2B1F3AA000F5DE14 /* RoomMessageView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370532E2B1F3AA000F5DE14 /* MewRoomMessageTableCell.m */,
|
||||
2370532F2B1F3AA000F5DE14 /* MewRoomMessageTableCell.h */,
|
||||
2370532E2B1F3AA000F5DE14 /* MewRoomMessageTableCell.m */,
|
||||
);
|
||||
path = RoomMessageView;
|
||||
sourceTree = "<group>";
|
||||
@@ -786,9 +898,9 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370533E2B1F3AA000F5DE14 /* MewLoginPasswordView.h */,
|
||||
2370533F2B1F3AA000F5DE14 /* MewLoginPhoneView.m */,
|
||||
237053402B1F3AA000F5DE14 /* MewLoginPhoneView.h */,
|
||||
237053412B1F3AA000F5DE14 /* MewLoginPasswordView.m */,
|
||||
237053402B1F3AA000F5DE14 /* MewLoginPhoneView.h */,
|
||||
2370533F2B1F3AA000F5DE14 /* MewLoginPhoneView.m */,
|
||||
);
|
||||
path = SubView;
|
||||
sourceTree = "<group>";
|
||||
@@ -837,9 +949,11 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053522B1F3AA100F5DE14 /* MewHomeRecommendRoomModel.h */,
|
||||
237053552B1F3AA100F5DE14 /* MewHomeRecommendRoomModel.m */,
|
||||
230D63132B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.h */,
|
||||
230D63122B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.m */,
|
||||
237053532B1F3AA100F5DE14 /* MewPartyModel.h */,
|
||||
237053542B1F3AA100F5DE14 /* MewPartyModel.m */,
|
||||
237053552B1F3AA100F5DE14 /* MewHomeRecommendRoomModel.m */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -969,10 +1083,10 @@
|
||||
237053F42B1F3B3200F5DE14 /* UIImage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053F52B1F3B3200F5DE14 /* UIView+MewFilletCorner.h */,
|
||||
237053F62B1F3B3200F5DE14 /* UIImage+MewUtils.h */,
|
||||
237053F72B1F3B3200F5DE14 /* UIView+MewFilletCorner.m */,
|
||||
237053F82B1F3B3200F5DE14 /* UIImage+MewUtils.m */,
|
||||
237053F52B1F3B3200F5DE14 /* UIView+MewFilletCorner.h */,
|
||||
237053F72B1F3B3200F5DE14 /* UIView+MewFilletCorner.m */,
|
||||
);
|
||||
path = UIImage;
|
||||
sourceTree = "<group>";
|
||||
@@ -980,12 +1094,12 @@
|
||||
237053FC2B1F3B3200F5DE14 /* UIImageView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053FD2B1F3B3200F5DE14 /* UIImageConstant.m */,
|
||||
237054012B1F3B3200F5DE14 /* NetImageConfig.h */,
|
||||
237053FE2B1F3B3200F5DE14 /* NetImageConfig.m */,
|
||||
237053FF2B1F3B3200F5DE14 /* NetImageView.h */,
|
||||
237054002B1F3B3200F5DE14 /* UIImageConstant.h */,
|
||||
237054012B1F3B3200F5DE14 /* NetImageConfig.h */,
|
||||
237054022B1F3B3200F5DE14 /* NetImageView.m */,
|
||||
237054002B1F3B3200F5DE14 /* UIImageConstant.h */,
|
||||
237053FD2B1F3B3200F5DE14 /* UIImageConstant.m */,
|
||||
);
|
||||
path = UIImageView;
|
||||
sourceTree = "<group>";
|
||||
@@ -993,8 +1107,8 @@
|
||||
237054032B1F3B3200F5DE14 /* Button */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054042B1F3B3200F5DE14 /* MewButton.m */,
|
||||
237054052B1F3B3200F5DE14 /* MewButton.h */,
|
||||
237054042B1F3B3200F5DE14 /* MewButton.m */,
|
||||
);
|
||||
path = Button;
|
||||
sourceTree = "<group>";
|
||||
@@ -1011,13 +1125,13 @@
|
||||
2370540A2B1F3B3200F5DE14 /* TTPopup */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370540B2B1F3B3200F5DE14 /* TTPopup.m */,
|
||||
2370540C2B1F3B3200F5DE14 /* Config */,
|
||||
237054152B1F3B3200F5DE14 /* Manager */,
|
||||
237054192B1F3B3200F5DE14 /* TTPopup.h */,
|
||||
2370541A2B1F3B3200F5DE14 /* View */,
|
||||
2370541F2B1F3B3200F5DE14 /* Service */,
|
||||
237054232B1F3B3200F5DE14 /* Header */,
|
||||
237054152B1F3B3200F5DE14 /* Manager */,
|
||||
2370541F2B1F3B3200F5DE14 /* Service */,
|
||||
237054192B1F3B3200F5DE14 /* TTPopup.h */,
|
||||
2370540B2B1F3B3200F5DE14 /* TTPopup.m */,
|
||||
2370541A2B1F3B3200F5DE14 /* View */,
|
||||
);
|
||||
path = TTPopup;
|
||||
sourceTree = "<group>";
|
||||
@@ -1025,14 +1139,14 @@
|
||||
2370540C2B1F3B3200F5DE14 /* Config */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054102B1F3B3200F5DE14 /* TTActionSheetConfig.h */,
|
||||
237054142B1F3B3200F5DE14 /* TTActionSheetConfig.m */,
|
||||
2370540F2B1F3B3200F5DE14 /* TTAlertButtonConfig.h */,
|
||||
237054122B1F3B3200F5DE14 /* TTAlertButtonConfig.m */,
|
||||
237054112B1F3B3200F5DE14 /* TTAlertConfig.h */,
|
||||
2370540D2B1F3B3200F5DE14 /* TTAlertConfig.m */,
|
||||
2370540E2B1F3B3200F5DE14 /* TTAlertMessageAttributedConfig.h */,
|
||||
2370540F2B1F3B3200F5DE14 /* TTAlertButtonConfig.h */,
|
||||
237054102B1F3B3200F5DE14 /* TTActionSheetConfig.h */,
|
||||
237054112B1F3B3200F5DE14 /* TTAlertConfig.h */,
|
||||
237054122B1F3B3200F5DE14 /* TTAlertButtonConfig.m */,
|
||||
237054132B1F3B3200F5DE14 /* TTAlertMessageAttributedConfig.m */,
|
||||
237054142B1F3B3200F5DE14 /* TTActionSheetConfig.m */,
|
||||
);
|
||||
path = Config;
|
||||
sourceTree = "<group>";
|
||||
@@ -1040,9 +1154,9 @@
|
||||
237054152B1F3B3200F5DE14 /* Manager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054162B1F3B3200F5DE14 /* TTPopupManagerServiceProtocol.h */,
|
||||
237054172B1F3B3200F5DE14 /* TTPopupManagerService.h */,
|
||||
237054182B1F3B3200F5DE14 /* TTPopupManagerService.m */,
|
||||
237054162B1F3B3200F5DE14 /* TTPopupManagerServiceProtocol.h */,
|
||||
);
|
||||
path = Manager;
|
||||
sourceTree = "<group>";
|
||||
@@ -1050,10 +1164,10 @@
|
||||
2370541A2B1F3B3200F5DE14 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370541B2B1F3B3200F5DE14 /* TTAlertView.m */,
|
||||
2370541C2B1F3B3200F5DE14 /* TTActionSheetView.h */,
|
||||
2370541D2B1F3B3200F5DE14 /* TTAlertView.h */,
|
||||
2370541E2B1F3B3200F5DE14 /* TTActionSheetView.m */,
|
||||
2370541D2B1F3B3200F5DE14 /* TTAlertView.h */,
|
||||
2370541B2B1F3B3200F5DE14 /* TTAlertView.m */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -1061,9 +1175,9 @@
|
||||
2370541F2B1F3B3200F5DE14 /* Service */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054222B1F3B3200F5DE14 /* TTPopupService.h */,
|
||||
237054202B1F3B3200F5DE14 /* TTPopupService.m */,
|
||||
237054212B1F3B3200F5DE14 /* TTPopupServiceProtocol.h */,
|
||||
237054222B1F3B3200F5DE14 /* TTPopupService.h */,
|
||||
);
|
||||
path = Service;
|
||||
sourceTree = "<group>";
|
||||
@@ -1113,13 +1227,14 @@
|
||||
237054C42B20265D00F5DE14 /* MewAccountModel.h */,
|
||||
237054C52B20265D00F5DE14 /* MewAccountModel.m */,
|
||||
237054C72B2027E000F5DE14 /* MewBaseModel.h */,
|
||||
237054C82B2027E000F5DE14 /* MewBaseModel.m */,
|
||||
230D633E2B58C8B100DADC14 /* MewBaseModel.m */,
|
||||
237054DA2B204ADD00F5DE14 /* MewUserInfoModel.h */,
|
||||
237054D92B204ADD00F5DE14 /* MewUserInfoModel.m */,
|
||||
237054DC2B204C4E00F5DE14 /* MewUserVipInfoVo.h */,
|
||||
237054DD2B204C4E00F5DE14 /* MewUserVipInfoVo.m */,
|
||||
237054EB2B20550400F5DE14 /* NSObject+MewAutoCoding.h */,
|
||||
237054EC2B20550400F5DE14 /* NSObject+MewAutoCoding.m */,
|
||||
230D63202B558B8800DADC14 /* MewBaseMapModel.swift */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -1145,6 +1260,7 @@
|
||||
237054422B1F3B3200F5DE14 /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D631A2B5581E400DADC14 /* MewEncryptManager */,
|
||||
237054432B1F3B3200F5DE14 /* YYUtility */,
|
||||
237054492B1F3B3200F5DE14 /* UIImage */,
|
||||
2370544C2B1F3B3200F5DE14 /* Safe */,
|
||||
@@ -1154,14 +1270,13 @@
|
||||
2370545A2B1F3B3200F5DE14 /* Security */,
|
||||
2370545F2B1F3B3200F5DE14 /* MewHUDTool.m */,
|
||||
237054602B1F3B3200F5DE14 /* Timer */,
|
||||
237054632B1F3B3200F5DE14 /* EncryptTool */,
|
||||
237054662B1F3B3200F5DE14 /* NSObject+MEWExtension.h */,
|
||||
237054672B1F3B3200F5DE14 /* GCDHelper */,
|
||||
2370546A2B1F3B3200F5DE14 /* ThemeColor */,
|
||||
2370546D2B1F3B3200F5DE14 /* IAPHelper */,
|
||||
237054702B1F3B3200F5DE14 /* Reachability */,
|
||||
237054732B1F3B3200F5DE14 /* MewHUDTool.h */,
|
||||
237054742B1F3B3200F5DE14 /* NSObject+MEWExtension.m */,
|
||||
230D63242B55955900DADC14 /* MewDevice.swift */,
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
@@ -1246,15 +1361,6 @@
|
||||
path = Timer;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
237054632B1F3B3200F5DE14 /* EncryptTool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054642B1F3B3200F5DE14 /* MewEncryptTool.m */,
|
||||
237054652B1F3B3200F5DE14 /* MewEncryptTool.h */,
|
||||
);
|
||||
path = EncryptTool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
237054672B1F3B3200F5DE14 /* GCDHelper */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1267,21 +1373,13 @@
|
||||
2370546A2B1F3B3200F5DE14 /* ThemeColor */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62E92B5540AA00DADC14 /* Swift */,
|
||||
2370546B2B1F3B3200F5DE14 /* MewThemeColor.m */,
|
||||
2370546C2B1F3B3200F5DE14 /* MewThemeColor.h */,
|
||||
);
|
||||
path = ThemeColor;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2370546D2B1F3B3200F5DE14 /* IAPHelper */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370546E2B1F3B3200F5DE14 /* MewRechargeStorage.m */,
|
||||
2370546F2B1F3B3200F5DE14 /* MewRechargeStorage.h */,
|
||||
);
|
||||
path = IAPHelper;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
237054702B1F3B3200F5DE14 /* Reachability */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -1303,7 +1401,7 @@
|
||||
237054782B1F3B3200F5DE14 /* Net */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054792B1F3B3200F5DE14 /* MewApiHost.h */,
|
||||
230D63192B557F1400DADC14 /* MewServerBaseApi.h */,
|
||||
2370547A2B1F3B3200F5DE14 /* MewHttpRequestHelper.h */,
|
||||
2370547B2B1F3B3200F5DE14 /* MewHttpRequestHelper.m */,
|
||||
);
|
||||
@@ -1339,8 +1437,8 @@
|
||||
237054B72B1F3BF600F5DE14 /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237054B82B1F3BF600F5DE14 /* MewTabBarController.m */,
|
||||
237054B92B1F3BF600F5DE14 /* MewTabBarController.h */,
|
||||
237054B82B1F3BF600F5DE14 /* MewTabBarController.m */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -1375,14 +1473,16 @@
|
||||
8C4D534E2AFD4CF600238AE6 /* yinmeng-ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62F02B55463500DADC14 /* R.generated.swift */,
|
||||
8C9C84B22B0E94FA00A601BC /* yinmeng-ios.entitlements */,
|
||||
8C9C83B72B0C697A00A601BC /* ClientConfig */,
|
||||
8C9C82DE2B0C697A00A601BC /* Main */,
|
||||
8C9C82D72B0C696900A601BC /* Global */,
|
||||
8C9C82212B0C695600A601BC /* Base */,
|
||||
8C9C821A2B0C694900A601BC /* AppDelegate */,
|
||||
8C4D53582AFD4CF600238AE6 /* Main.storyboard */,
|
||||
8C4D535B2AFD4CF700238AE6 /* Assets.xcassets */,
|
||||
230D62F42B554F5E00DADC14 /* Main.storyboard */,
|
||||
230D63402B58F75F00DADC14 /* mew_launch_logo.png */,
|
||||
8C4D535D2AFD4CF700238AE6 /* LaunchScreen.storyboard */,
|
||||
8C4D53602AFD4CF700238AE6 /* Info.plist */,
|
||||
8C4D53612AFD4CF700238AE6 /* main.m */,
|
||||
@@ -1413,7 +1513,8 @@
|
||||
8C9C82212B0C695600A601BC /* Base */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C82A52B0C695600A601BC /* Base.h */,
|
||||
230D63162B557DBD00DADC14 /* MewApi */,
|
||||
230D63152B55567300DADC14 /* MewPrefixHeader.h */,
|
||||
237054752B1F3B3200F5DE14 /* MewIAP */,
|
||||
237054272B1F3B3200F5DE14 /* MVP */,
|
||||
237054782B1F3B3200F5DE14 /* Net */,
|
||||
@@ -1496,6 +1597,7 @@
|
||||
8C9C82F72B0C697A00A601BC /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
230D62DE2B553B4A00DADC14 /* Swift */,
|
||||
8CAB973B2B239F4A00ED8639 /* MewView */,
|
||||
8C9C84912B0D659800A601BC /* AnimationView */,
|
||||
8C9C82F82B0C697A00A601BC /* MewMicroQueueProtocol.h */,
|
||||
@@ -1533,8 +1635,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C83002B0C697A00A601BC /* MicroView.h */,
|
||||
8C9C83012B0C697A00A601BC /* MicroViewProtocol.h */,
|
||||
8C9C83022B0C697A00A601BC /* MicroView.m */,
|
||||
8C9C83012B0C697A00A601BC /* MicroViewProtocol.h */,
|
||||
);
|
||||
path = MicroView;
|
||||
sourceTree = "<group>";
|
||||
@@ -1569,10 +1671,10 @@
|
||||
8C9C83102B0C697A00A601BC /* Model */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C83112B0C697A00A601BC /* MewMessageInfoModel.m */,
|
||||
8C9C83122B0C697A00A601BC /* MewMessageRemoteExtModel.m */,
|
||||
8C9C83132B0C697A00A601BC /* MewMessageRemoteExtModel.h */,
|
||||
8C9C83142B0C697A00A601BC /* MewMessageInfoModel.h */,
|
||||
8C9C83112B0C697A00A601BC /* MewMessageInfoModel.m */,
|
||||
8C9C83132B0C697A00A601BC /* MewMessageRemoteExtModel.h */,
|
||||
8C9C83122B0C697A00A601BC /* MewMessageRemoteExtModel.m */,
|
||||
);
|
||||
path = Model;
|
||||
sourceTree = "<group>";
|
||||
@@ -1580,8 +1682,8 @@
|
||||
8C9C83152B0C697A00A601BC /* View */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C83162B0C697A00A601BC /* MewNetImageLabel.m */,
|
||||
8C9C83172B0C697A00A601BC /* MewNetImageLabel.h */,
|
||||
8C9C83162B0C697A00A601BC /* MewNetImageLabel.m */,
|
||||
);
|
||||
path = View;
|
||||
sourceTree = "<group>";
|
||||
@@ -1589,11 +1691,11 @@
|
||||
8C9C83182B0C697A00A601BC /* Tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C83192B0C697A00A601BC /* MewRoomMessageParser.h */,
|
||||
8C9C831A2B0C697A00A601BC /* MewRoomMessageParser.m */,
|
||||
8C9C831B2B0C697A00A601BC /* MewRoomMessageConstant.h */,
|
||||
8C9C848E2B0D439800A601BC /* MewRoomMessageFilter.h */,
|
||||
8C9C848F2B0D439800A601BC /* MewRoomMessageFilter.m */,
|
||||
8C9C83192B0C697A00A601BC /* MewRoomMessageParser.h */,
|
||||
8C9C831A2B0C697A00A601BC /* MewRoomMessageParser.m */,
|
||||
);
|
||||
path = Tool;
|
||||
sourceTree = "<group>";
|
||||
@@ -1623,10 +1725,10 @@
|
||||
children = (
|
||||
8C9C83542B0C697A00A601BC /* MewBaseRtcImpl.h */,
|
||||
8C9C83502B0C697A00A601BC /* MewBaseRtcImpl.m */,
|
||||
8C9C83522B0C697A00A601BC /* MewRtcImplDelegate.h */,
|
||||
8C9C834F2B0C697A00A601BC /* MewRtcInterface.h */,
|
||||
8C9C83532B0C697A00A601BC /* MewTRTCRtcImpl.h */,
|
||||
8C9C83512B0C697A00A601BC /* MewTRTCRtcImpl.m */,
|
||||
8C9C834F2B0C697A00A601BC /* MewRtcInterface.h */,
|
||||
8C9C83522B0C697A00A601BC /* MewRtcImplDelegate.h */,
|
||||
);
|
||||
path = Impl;
|
||||
sourceTree = "<group>";
|
||||
@@ -1868,10 +1970,10 @@
|
||||
8C9C83A22B0C697A00A601BC /* CustomView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8C9C83A42B0C697A00A601BC /* MewLoginForgetEditView.h */,
|
||||
8C9C83A62B0C697A00A601BC /* MewLoginForgetEditView.m */,
|
||||
8C9C83A52B0C697A00A601BC /* MewLoginInputView.h */,
|
||||
8C9C83A32B0C697A00A601BC /* MewLoginInputView.m */,
|
||||
8C9C83A62B0C697A00A601BC /* MewLoginForgetEditView.m */,
|
||||
8C9C83A42B0C697A00A601BC /* MewLoginForgetEditView.h */,
|
||||
);
|
||||
path = CustomView;
|
||||
sourceTree = "<group>";
|
||||
@@ -1987,11 +2089,11 @@
|
||||
8CAB97392B239ECE00ED8639 /* MewView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2370533B2B1F3AA000F5DE14 /* MewLoginViewController.h */,
|
||||
2370533C2B1F3AA000F5DE14 /* MewLoginNumberViewController.h */,
|
||||
2370533D2B1F3AA000F5DE14 /* SubView */,
|
||||
237053422B1F3AA000F5DE14 /* MewLoginNumberViewController.m */,
|
||||
2370533B2B1F3AA000F5DE14 /* MewLoginViewController.h */,
|
||||
237053432B1F3AA000F5DE14 /* MewLoginViewController.m */,
|
||||
2370533D2B1F3AA000F5DE14 /* SubView */,
|
||||
);
|
||||
path = MewView;
|
||||
sourceTree = "<group>";
|
||||
@@ -1999,12 +2101,12 @@
|
||||
8CAB973A2B239F1900ED8639 /* MiewMineView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053332B1F3AA000F5DE14 /* MewRechargeViewController.m */,
|
||||
237053342B1F3AA000F5DE14 /* MewMineCollectionViewController.h */,
|
||||
237053352B1F3AA000F5DE14 /* MewRechargeSubView.h */,
|
||||
237053362B1F3AA000F5DE14 /* MewMineCollectionViewController.m */,
|
||||
237053372B1F3AA000F5DE14 /* MewRechargeViewController.h */,
|
||||
237053352B1F3AA000F5DE14 /* MewRechargeSubView.h */,
|
||||
237053382B1F3AA000F5DE14 /* MewRechargeSubView.m */,
|
||||
237053372B1F3AA000F5DE14 /* MewRechargeViewController.h */,
|
||||
237053332B1F3AA000F5DE14 /* MewRechargeViewController.m */,
|
||||
);
|
||||
path = MiewMineView;
|
||||
sourceTree = "<group>";
|
||||
@@ -2012,12 +2114,12 @@
|
||||
8CAB973B2B239F4A00ED8639 /* MewView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
237053202B1F3AA000F5DE14 /* RoomStageView */,
|
||||
237053262B1F3AA000F5DE14 /* MewRoomViewController.h */,
|
||||
237053272B1F3AA000F5DE14 /* RoomRightView */,
|
||||
237053302B1F3AA000F5DE14 /* MewRoomViewController.m */,
|
||||
2370532A2B1F3AA000F5DE14 /* RoomHeaderView */,
|
||||
2370532D2B1F3AA000F5DE14 /* RoomMessageView */,
|
||||
237053302B1F3AA000F5DE14 /* MewRoomViewController.m */,
|
||||
237053272B1F3AA000F5DE14 /* RoomRightView */,
|
||||
237053202B1F3AA000F5DE14 /* RoomStageView */,
|
||||
);
|
||||
path = MewView;
|
||||
sourceTree = "<group>";
|
||||
@@ -2050,6 +2152,7 @@
|
||||
buildConfigurationList = 8C4D53652AFD4CF700238AE6 /* Build configuration list for PBXNativeTarget "yinmeng-ios" */;
|
||||
buildPhases = (
|
||||
05C78DE9F5D8AF729D5C07A5 /* [CP] Check Pods Manifest.lock */,
|
||||
230D62ED2B55438900DADC14 /* ShellScript */,
|
||||
8C4D53482AFD4CF600238AE6 /* Sources */,
|
||||
8C4D53492AFD4CF600238AE6 /* Frameworks */,
|
||||
8C4D534A2AFD4CF600238AE6 /* Resources */,
|
||||
@@ -2103,9 +2206,10 @@
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
230D62F62B554F5E00DADC14 /* Main.storyboard in Resources */,
|
||||
230D63412B58F75F00DADC14 /* mew_launch_logo.png in Resources */,
|
||||
8C4D535F2AFD4CF700238AE6 /* LaunchScreen.storyboard in Resources */,
|
||||
8C4D535C2AFD4CF700238AE6 /* Assets.xcassets in Resources */,
|
||||
8C4D535A2AFD4CF600238AE6 /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -2134,6 +2238,25 @@
|
||||
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
230D62ED2B55438900DADC14 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$TEMP_DIR/rswift-lastrun",
|
||||
);
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
$SRCROOT/R.generated.swift,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"$PODS_ROOT/R.swift/rswift\" generate \"$SRCROOT/R.generated.swift\"\n";
|
||||
};
|
||||
D550463D226DF98945DA2E1C /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
@@ -2184,8 +2307,8 @@
|
||||
2337575C2B0CB577001D0B7F /* MewSessionMessageCell.m in Sources */,
|
||||
8C9C821F2B0C694900A601BC /* AppDelegate.m in Sources */,
|
||||
8C92A8182B0EF3E9008F362C /* MewMineModifPayPwdView.m in Sources */,
|
||||
230D632B2B561F9200DADC14 /* MewRoomPlayRightView.swift in Sources */,
|
||||
237053F12B1F3B1700F5DE14 /* MewHtmlUrl.m in Sources */,
|
||||
237054A92B1F3B3200F5DE14 /* MewEncryptTool.m in Sources */,
|
||||
237054A82B1F3B3200F5DE14 /* MewTimer.m in Sources */,
|
||||
2370547F2B1F3B3200F5DE14 /* UIView+MewFilletCorner.m in Sources */,
|
||||
8C9C84462B0C697A00A601BC /* MewMineSettingViewController.m in Sources */,
|
||||
@@ -2193,6 +2316,7 @@
|
||||
237054AA2B1F3B3200F5DE14 /* MewGCDHelper.m in Sources */,
|
||||
237054872B1F3B3200F5DE14 /* MewButton.m in Sources */,
|
||||
237053142B1F3A3D00F5DE14 /* MewClientConfig.m in Sources */,
|
||||
230D63252B55955900DADC14 /* MewDevice.swift in Sources */,
|
||||
8C9C843D2B0C697A00A601BC /* MewMineCollectRoomPresenter.m in Sources */,
|
||||
2370531D2B1F3A6E00F5DE14 /* MewWebViewController.m in Sources */,
|
||||
237054E12B204DA400F5DE14 /* MewMvpViewController.m in Sources */,
|
||||
@@ -2201,10 +2325,12 @@
|
||||
23270C292B0E037300B9303B /* MewMessageConentAudioView.m in Sources */,
|
||||
8C9C84892B0D286F00A601BC /* Api+Gift.m in Sources */,
|
||||
237053902B1F3AA100F5DE14 /* MewSessionListViewController.m in Sources */,
|
||||
230D62F12B55463500DADC14 /* R.generated.swift in Sources */,
|
||||
237054A72B1F3B3200F5DE14 /* MewHUDTool.m in Sources */,
|
||||
237053862B1F3AA100F5DE14 /* MewRoomMessageTableCell.m in Sources */,
|
||||
8C9C849E2B0D6A5C00A601BC /* MewGiftStorage.m in Sources */,
|
||||
237053F22B1F3B1700F5DE14 /* MewConstant.m in Sources */,
|
||||
230D633B2B56A15500DADC14 /* MewRoomTransferMsgView.swift in Sources */,
|
||||
237054DE2B204C4E00F5DE14 /* MewUserVipInfoVo.m in Sources */,
|
||||
237054AD2B1F3B3200F5DE14 /* YYReachability.m in Sources */,
|
||||
237054DB2B204ADE00F5DE14 /* MewUserInfoModel.m in Sources */,
|
||||
@@ -2212,22 +2338,24 @@
|
||||
8CAB96F52B1AB15200ED8639 /* MewRoomAnimationGroup.m in Sources */,
|
||||
237054B12B1F3B3200F5DE14 /* UIButton+MewEnlargeTouchArea.m in Sources */,
|
||||
237054E72B204F1000F5DE14 /* MewUtility+MewApp.m in Sources */,
|
||||
237054AC2B1F3B3200F5DE14 /* MewRechargeStorage.m in Sources */,
|
||||
237053962B1F3AA100F5DE14 /* Api+MewParty.m in Sources */,
|
||||
237054812B1F3B3200F5DE14 /* MewStackManager.m in Sources */,
|
||||
8C92A80E2B0EEF3A008F362C /* MewLoginBindPhoneViewController.m in Sources */,
|
||||
237054902B1F3B3200F5DE14 /* TTActionSheetView.m in Sources */,
|
||||
8C9C84432B0C697A00A601BC /* MewWalletInfoModel.m in Sources */,
|
||||
230D63322B56289900DADC14 /* MewRoomMsgHeadView.swift in Sources */,
|
||||
8C9C84552B0C697A00A601BC /* MewLoginForgetEditView.m in Sources */,
|
||||
8C9C84542B0C697A00A601BC /* MewLoginInputView.m in Sources */,
|
||||
233757632B0CB577001D0B7F /* MewMessageContentUnSupportView.m in Sources */,
|
||||
2337575E2B0CB577001D0B7F /* MewNIMMessageMaker.m in Sources */,
|
||||
233757622B0CB577001D0B7F /* MewMessageContentImage.m in Sources */,
|
||||
237053822B1F3AA100F5DE14 /* MewSocialMicroView.m in Sources */,
|
||||
230D62EB2B5540C500DADC14 /* MewAppColor.swift in Sources */,
|
||||
8C9C84532B0C697A00A601BC /* MewLoginForgetPasswordViewController.m in Sources */,
|
||||
237054BB2B1F3BF600F5DE14 /* MewTabBarController.m in Sources */,
|
||||
237053882B1F3AA100F5DE14 /* MewRechargeViewController.m in Sources */,
|
||||
2370539E2B1F3AA100F5DE14 /* MewPlayVoiceView.m in Sources */,
|
||||
230D62E62B553BE800DADC14 /* MewRoomPlayTopView.swift in Sources */,
|
||||
8C9C841C2B0C697A00A601BC /* MewRoomInfoModel.m in Sources */,
|
||||
2337575B2B0CB577001D0B7F /* UIView+NIM.m in Sources */,
|
||||
237054892B1F3B3200F5DE14 /* TTPopup.m in Sources */,
|
||||
@@ -2240,6 +2368,7 @@
|
||||
237054A42B1F3B3200F5DE14 /* MewTimeIntervalUtils.m in Sources */,
|
||||
233757562B0CB577001D0B7F /* MewMessagePresenter.m in Sources */,
|
||||
8C9C84512B0C697A00A601BC /* MewLoginPasswordPresent.m in Sources */,
|
||||
230D62E42B553BAB00DADC14 /* MewRoomPlayVC.swift in Sources */,
|
||||
8C9C841F2B0C697A00A601BC /* MewStageView.m in Sources */,
|
||||
237054C32B20179800F5DE14 /* MewAccountInfoStorage.m in Sources */,
|
||||
237053892B1F3AA100F5DE14 /* MewMineCollectionViewController.m in Sources */,
|
||||
@@ -2252,6 +2381,7 @@
|
||||
237053A32B1F3AA100F5DE14 /* MewRightFollowVoiceCollectionCell.m in Sources */,
|
||||
8C9C84402B0C697A00A601BC /* MewMineSettingItemModel.m in Sources */,
|
||||
237054AE2B1F3B3200F5DE14 /* NSObject+MEWExtension.m in Sources */,
|
||||
230D633D2B57875C00DADC14 /* MewRoomMicSeatImageView.swift in Sources */,
|
||||
8C9C84232B0C697A00A601BC /* MewMicroStateModel.m in Sources */,
|
||||
8C9C84212B0C697A00A601BC /* MewMicroQueueModel.m in Sources */,
|
||||
8C9C844F2B0C697A00A601BC /* MewLoginFullInfoPresenter.m in Sources */,
|
||||
@@ -2261,6 +2391,7 @@
|
||||
2370538C2B1F3AA100F5DE14 /* MewLoginPasswordView.m in Sources */,
|
||||
8C9C841E2B0C697A00A601BC /* MewRoomSendTextView.m in Sources */,
|
||||
237053992B1F3AA100F5DE14 /* MewHomeViewController.m in Sources */,
|
||||
230D63342B56580C00DADC14 /* MewRoomMsgCell.swift in Sources */,
|
||||
8C9C843E2B0C697A00A601BC /* MewMineSettingPresenter.m in Sources */,
|
||||
8C4D53622AFD4CF700238AE6 /* main.m in Sources */,
|
||||
233757642B0CB577001D0B7F /* MewMessageContentText.m in Sources */,
|
||||
@@ -2274,9 +2405,13 @@
|
||||
237054A62B1F3B3200F5DE14 /* MEWBase64.m in Sources */,
|
||||
237054912B1F3B3200F5DE14 /* TTPopupService.m in Sources */,
|
||||
233757582B0CB577001D0B7F /* MewChatLimitModel.m in Sources */,
|
||||
230D63372B5669F800DADC14 /* MewServerApiManager.swift in Sources */,
|
||||
2370539A2B1F3AA100F5DE14 /* MewVoiceGuideView.m in Sources */,
|
||||
8C9C84492B0C697A00A601BC /* MewMineAboutUsViewController.m in Sources */,
|
||||
230D63392B56855F00DADC14 /* MewRoomMicSeatView.swift in Sources */,
|
||||
237054BE2B1F419300F5DE14 /* MewBaseMvpPresenter.m in Sources */,
|
||||
230D63142B55560A00DADC14 /* MewMainHomeLittleGameInfoModel.m in Sources */,
|
||||
230D63212B558B8800DADC14 /* MewBaseMapModel.swift in Sources */,
|
||||
237053972B1F3AA100F5DE14 /* MewHomePresenter.m in Sources */,
|
||||
8C92A80B2B0EEE73008F362C /* MewLoginVerifBindPhonePresenter.m in Sources */,
|
||||
237054AF2B1F3B3200F5DE14 /* MewPaymentAction.swift in Sources */,
|
||||
@@ -2284,14 +2419,15 @@
|
||||
8C9C84502B0C697A00A601BC /* MewLoginVerifCodePresent.m in Sources */,
|
||||
8C9C844C2B0C697A00A601BC /* MewCustomAttachmentDecoder.m in Sources */,
|
||||
2370538B2B1F3AA100F5DE14 /* MewLoginPhoneView.m in Sources */,
|
||||
237054C92B2027E000F5DE14 /* MewBaseModel.m in Sources */,
|
||||
237054A32B1F3B3200F5DE14 /* MEWCountDownHelper.m in Sources */,
|
||||
230D631F2B5585AE00DADC14 /* MewEncryptManager.m in Sources */,
|
||||
2370548E2B1F3B3200F5DE14 /* TTPopupManagerService.m in Sources */,
|
||||
2370538F2B1F3AA100F5DE14 /* MewSessionListTableViewCell.m in Sources */,
|
||||
237053842B1F3AA100F5DE14 /* MewRoomRightView.m in Sources */,
|
||||
237054C62B20265D00F5DE14 /* MewAccountModel.m in Sources */,
|
||||
8C9C848C2B0D2B8500A601BC /* MewGiftReceiveInfoModel.m in Sources */,
|
||||
8C9C84572B0C697A00A601BC /* Api+Login.m in Sources */,
|
||||
230D632D2B56229400DADC14 /* MewRoomMsgView.swift in Sources */,
|
||||
2337575D2B0CB577001D0B7F /* MewSessionToolbarView.m in Sources */,
|
||||
233757612B0CB577001D0B7F /* MewMessageToolMenuCollectionCell.m in Sources */,
|
||||
237053872B1F3AA100F5DE14 /* MewRoomViewController.m in Sources */,
|
||||
@@ -2300,7 +2436,9 @@
|
||||
233757662B0CB577001D0B7F /* MewSessionAudioRecordView.m in Sources */,
|
||||
237053832B1F3AA100F5DE14 /* MewSocialStageView.m in Sources */,
|
||||
233757672B0CB577001D0B7F /* Api+Message.m in Sources */,
|
||||
230D62E82B553CB100DADC14 /* MewRoomPlayTopFilterView.swift in Sources */,
|
||||
8C9C84422B0C697A00A601BC /* MewRechargeListModel.m in Sources */,
|
||||
230D63272B55989400DADC14 /* MewProvideManager.swift in Sources */,
|
||||
8C9C84972B0D65E200A601BC /* MewRoomAnimationView.m in Sources */,
|
||||
8C9C82202B0C694900A601BC /* AppDelegate+ThirdConfig.m in Sources */,
|
||||
237054A52B1F3B3200F5DE14 /* DESEncrypt.m in Sources */,
|
||||
@@ -2315,8 +2453,10 @@
|
||||
2370538E2B1F3AA100F5DE14 /* MewLoginViewController.m in Sources */,
|
||||
237054842B1F3B3200F5DE14 /* UIImageConstant.m in Sources */,
|
||||
8C9C842A2B0C697A00A601BC /* Api+Room.m in Sources */,
|
||||
230D633F2B58C8B100DADC14 /* MewBaseModel.m in Sources */,
|
||||
2370549F2B1F3B3200F5DE14 /* UIImage+RW.m in Sources */,
|
||||
8C9C84902B0D439800A601BC /* MewRoomMessageFilter.m in Sources */,
|
||||
230D63182B557DE700DADC14 /* MewServerApi.swift in Sources */,
|
||||
237054E42B204ED000F5DE14 /* MewUtility.m in Sources */,
|
||||
8C92A8072B0EEDD0008F362C /* MewLoginVerifBindPhoneViewController.m in Sources */,
|
||||
237054AB2B1F3B3200F5DE14 /* MewThemeColor.m in Sources */,
|
||||
@@ -2359,10 +2499,10 @@
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
8C4D53582AFD4CF600238AE6 /* Main.storyboard */ = {
|
||||
230D62F42B554F5E00DADC14 /* Main.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
8C4D53592AFD4CF600238AE6 /* Base */,
|
||||
230D62F52B554F5E00DADC14 /* Base */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
@@ -2502,13 +2642,14 @@
|
||||
DEVELOPMENT_TEAM = 48UCG35Q9W;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
GCC_NO_COMMON_BLOCKS = NO;
|
||||
GCC_PREFIX_HEADER = "yinmeng-ios/Base/MewPrefixHeader.h";
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "yinmeng-ios/Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "音萌";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "“音萌”需要您的同意,才能访问进行拍照并上传您的图片,便于他人查看";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "“音萌”需要您的同意,才可以访问进行拍照,才可以在聊天中分享图片给他人查看,或上传图片以更新头像";
|
||||
INFOPLIST_KEY_NSMicrophoneUsageDescription = "\"音萌\"需要您的同意,才可以进行语音聊天";
|
||||
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "“音萌”需要您的同意,才可以存储相片到相册";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "“音萌”需要您的同意,才可以访问相册并选择您需要上传的图片,便于他人查看";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "“音萌”需要您的同意,才可以访问相册并选择图片,然后在聊天中分享图片给他人查看,或上传图片以更新头像";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
||||
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
||||
@@ -2549,13 +2690,14 @@
|
||||
DEVELOPMENT_TEAM = 48UCG35Q9W;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
GCC_NO_COMMON_BLOCKS = NO;
|
||||
GCC_PREFIX_HEADER = "yinmeng-ios/Base/MewPrefixHeader.h";
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "yinmeng-ios/Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "音萌";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "“音萌”需要您的同意,才能访问进行拍照并上传您的图片,便于他人查看";
|
||||
INFOPLIST_KEY_NSCameraUsageDescription = "“音萌”需要您的同意,才可以访问进行拍照,才可以在聊天中分享图片给他人查看,或上传图片以更新头像";
|
||||
INFOPLIST_KEY_NSMicrophoneUsageDescription = "\"音萌\"需要您的同意,才可以进行语音聊天";
|
||||
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "“音萌”需要您的同意,才可以存储相片到相册";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "“音萌”需要您的同意,才可以访问相册并选择您需要上传的图片,便于他人查看";
|
||||
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "“音萌”需要您的同意,才可以访问相册并选择图片,然后在聊天中分享图片给他人查看,或上传图片以更新头像";
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
||||
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
||||
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 55 KiB |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/Mew/Tabbar/mew_tabbar_mine_normal.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_tabbar_mine_normal@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_tabbar_mine_normal@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 734 B |
After Width: | Height: | Size: 1.2 KiB |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/Mew/Tabbar/mew_tabbar_mine_select.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_tabbar_message_select@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_tabbar_message_select@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 8.3 KiB |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.984",
|
||||
"green" : "0.973",
|
||||
"red" : "0.973"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.157",
|
||||
"green" : "0.157",
|
||||
"red" : "0.157"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "0.322",
|
||||
"red" : "0.584"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "0.150",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.612",
|
||||
"green" : "0.545",
|
||||
"red" : "0.529"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "0.322",
|
||||
"red" : "0.584"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"colors" : [
|
||||
{
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.898",
|
||||
"green" : "0.882",
|
||||
"red" : "0.871"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "1.000",
|
||||
"green" : "1.000",
|
||||
"red" : "1.000"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/MewHome/mew_home_nav_click_rank.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_click_rank@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_click_rank@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 4.2 KiB |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/MewHome/mew_home_nav_click_room.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_click_room@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_click_room@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 596 B |
After Width: | Height: | Size: 864 B |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/MewHome/mew_home_nav_search_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_search_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_nav_search_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 849 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_hot_arrow@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_hot_arrow@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 280 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_hot_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_hot_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 21 KiB |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/MewHome/mew_home_party_head_morn.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_morn@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_party_head_morn@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 12 KiB |
@@ -5,12 +5,12 @@
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_launch_logo@2x.png",
|
||||
"filename" : "mew_home_top_bg_image@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_launch_logo@3x.png",
|
||||
"filename" : "mew_home_top_bg_image@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 74 KiB |
22
yinmeng-ios/yinmeng-ios/Assets.xcassets/MewHome/mew_home_top_choose_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_top_choose_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_home_top_choose_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 969 B |
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_mainHome_more_game_back@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_mainHome_more_game_back@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 339 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_no_play@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_no_play@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 375 B |
After Width: | Height: | Size: 617 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 348 B |
After Width: | Height: | Size: 519 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 658 B |
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play_icom_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_play_icom_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 969 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_player@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_player@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_room@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_room@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 417 B |
After Width: | Height: | Size: 624 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_room_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_cell_room_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 907 B |
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_empty_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_empty_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_empty_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_empty_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 67 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_change@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_change@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 406 B |
After Width: | Height: | Size: 616 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_matching@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_matching@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 26 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_selecte@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_friend_head_selecte@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 254 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_add@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_add@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 773 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_friend@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_friend@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_hot@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_hot@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 815 B |
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_mic@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_more_game_mic@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_party_cell_hot@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mew_main_home_party_cell_hot@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 815 B |