Compare commits
61 Commits
ent_v1.1.0
...
v1.3.0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d87ac12794 | ||
![]() |
ab9061580a | ||
![]() |
385212a3f5 | ||
![]() |
8c21f5117c | ||
![]() |
09cbeb72a6 | ||
![]() |
a1ff09f33f | ||
![]() |
8b4710fe18 | ||
![]() |
acf568b8b5 | ||
![]() |
02d145bda7 | ||
![]() |
d9234acb0c | ||
![]() |
ce68453c9c | ||
![]() |
ed0c4498f0 | ||
![]() |
02b66cc73a | ||
![]() |
e538e35761 | ||
![]() |
5dacaee843 | ||
![]() |
856bc8064a | ||
![]() |
8590c15241 | ||
![]() |
bb7b0df415 | ||
![]() |
93f3145e18 | ||
![]() |
386a77b908 | ||
![]() |
34106f4199 | ||
![]() |
a20ce65a2f | ||
![]() |
3a5972c5be | ||
![]() |
0f0dceda9e | ||
![]() |
fa9094df83 | ||
![]() |
bd61ce4503 | ||
![]() |
ccef364a05 | ||
![]() |
4b6068b9c1 | ||
![]() |
fde7698ca1 | ||
![]() |
b34d2f8e60 | ||
![]() |
288fad5ca4 | ||
![]() |
bbbe01d39a | ||
![]() |
cf21da1cc4 | ||
![]() |
39412ed46b | ||
![]() |
77e59bdd00 | ||
![]() |
d3d351b344 | ||
![]() |
162e689078 | ||
![]() |
d7c6691d33 | ||
![]() |
aa82c2ba60 | ||
![]() |
992b8232c9 | ||
![]() |
c606fdb802 | ||
![]() |
a2c3da9dc8 | ||
![]() |
347b4afe3e | ||
![]() |
6a5b31c6d1 | ||
![]() |
706fbc754e | ||
![]() |
aaba02f65c | ||
![]() |
a6e9106fda | ||
![]() |
487258c76e | ||
![]() |
d6ffba21ab | ||
![]() |
102c53c06b | ||
![]() |
cc59db460c | ||
![]() |
73b1eaa5a4 | ||
![]() |
380ed4146b | ||
![]() |
5d0c285d47 | ||
![]() |
d916974a0a | ||
![]() |
45ab82e995 | ||
![]() |
75711701ba | ||
![]() |
91ac09536b | ||
![]() |
540c03d99f | ||
![]() |
5534faa65f | ||
![]() |
e9cccc7199 |
17
Podfile
@@ -18,6 +18,8 @@ target 'xplan-ios' do
|
||||
pod 'MJExtension'
|
||||
#图片加载
|
||||
pod 'SDWebImage'
|
||||
pod 'FLAnimatedImage'
|
||||
pod 'SDWebImageFLPlugin' # 对FLAnimatedImage和SDWebImage的桥接
|
||||
#输入
|
||||
pod 'SZTextView'
|
||||
#轮播图
|
||||
@@ -44,7 +46,7 @@ target 'xplan-ios' do
|
||||
#登录的
|
||||
pod 'mob_sharesdk'
|
||||
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
|
||||
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
|
||||
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat_Lite'
|
||||
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
|
||||
pod 'mob_sharesdk/ShareSDKExtension'
|
||||
pod 'SVGAPlayer', '~> 2.3'
|
||||
@@ -65,7 +67,20 @@ target 'xplan-ios' do
|
||||
pod 'LinkedME_LinkPage'
|
||||
#上传音乐
|
||||
pod 'CocoaAsyncSocket',:modular_headers => true
|
||||
#微信支付,支付宝支付
|
||||
pod 'AlipaySDK-iOS'
|
||||
pod 'WechatOpenSDK'
|
||||
#调试
|
||||
pod 'LookinServer', :configurations => ['Debug']
|
||||
|
||||
end
|
||||
post_install do |installer|
|
||||
installer.generated_projects.each do |project|
|
||||
project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
44
Podfile.lock
@@ -15,10 +15,12 @@ PODS:
|
||||
- AFNetworking/UIKit (4.0.1):
|
||||
- AFNetworking/NSURLSession
|
||||
- AgoraRtcEngine_iOS (3.0.1.1)
|
||||
- AlipaySDK-iOS (15.8.11)
|
||||
- Base64 (1.1.2)
|
||||
- Bugly (2.5.93)
|
||||
- CocoaAsyncSocket (7.6.5)
|
||||
- FFPopup (1.1.5)
|
||||
- FLAnimatedImage (1.0.17)
|
||||
- HappyDNS (0.3.17)
|
||||
- IAPHelper (1.1)
|
||||
- IQKeyboardManager (6.5.9)
|
||||
@@ -31,24 +33,24 @@ PODS:
|
||||
- MBProgressHUD (1.2.0)
|
||||
- MJExtension (3.3.0)
|
||||
- MJRefresh (3.7.3)
|
||||
- mob_sharesdk (4.4.2):
|
||||
- mob_sharesdk/ShareSDK (= 4.4.2)
|
||||
- mob_sharesdk (4.4.13):
|
||||
- mob_sharesdk/ShareSDK (= 4.4.13)
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDK (4.4.2):
|
||||
- mob_sharesdk/ShareSDK (4.4.13):
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKExtension (4.4.2):
|
||||
- mob_sharesdk/ShareSDKExtension (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/Apple (4.4.2):
|
||||
- mob_sharesdk/ShareSDKPlatforms/Apple (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/QQ (4.4.2):
|
||||
- mob_sharesdk/ShareSDKPlatforms/QQ (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat (4.4.2):
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat_Lite (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- MOBFoundation (3.2.27)
|
||||
- MOBFoundation (3.2.48)
|
||||
- NIMSDK_LITE (8.9.110)
|
||||
- NTESBaseComponent (1.4)
|
||||
- NTESQuickPass (3.2.6):
|
||||
@@ -65,6 +67,9 @@ PODS:
|
||||
- SDWebImage (5.11.1):
|
||||
- SDWebImage/Core (= 5.11.1)
|
||||
- SDWebImage/Core (5.11.1)
|
||||
- SDWebImageFLPlugin (0.6.0):
|
||||
- FLAnimatedImage (>= 1.0.11)
|
||||
- SDWebImage/Core (~> 5.10)
|
||||
- SSKeychain (1.4.1)
|
||||
- SSZipArchive (2.4.2)
|
||||
- SVGAPlayer (2.5.7):
|
||||
@@ -83,6 +88,7 @@ PODS:
|
||||
- UMCommon (7.3.5):
|
||||
- UMDevice
|
||||
- UMDevice (2.0.5)
|
||||
- WechatOpenSDK (2.0.2)
|
||||
- YYCache (1.0.4)
|
||||
- YYImage (1.0.4):
|
||||
- YYImage/Core (= 1.0.4)
|
||||
@@ -95,10 +101,12 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- AFNetworking
|
||||
- AgoraRtcEngine_iOS (~> 3.0.1)
|
||||
- AlipaySDK-iOS
|
||||
- Base64
|
||||
- Bugly
|
||||
- CocoaAsyncSocket
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- IAPHelper
|
||||
- IQKeyboardManager (~> 6.5.5)
|
||||
- JXCategoryView
|
||||
@@ -114,7 +122,7 @@ DEPENDENCIES:
|
||||
- mob_sharesdk/ShareSDKExtension
|
||||
- mob_sharesdk/ShareSDKPlatforms/Apple
|
||||
- mob_sharesdk/ShareSDKPlatforms/QQ
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat_Lite
|
||||
- NIMSDK_LITE (~> 8.9.0)
|
||||
- NTESQuickPass
|
||||
- pop (~> 1.0.12)
|
||||
@@ -124,6 +132,7 @@ DEPENDENCIES:
|
||||
- ReactiveObjC
|
||||
- SDCycleScrollView
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SSKeychain
|
||||
- SVGAPlayer (~> 2.3)
|
||||
- SZTextView
|
||||
@@ -131,6 +140,7 @@ DEPENDENCIES:
|
||||
- TZImagePickerController
|
||||
- UMCommon
|
||||
- UMDevice
|
||||
- WechatOpenSDK
|
||||
- YYText
|
||||
- YYWebImage (~> 1.0.5)
|
||||
|
||||
@@ -138,10 +148,12 @@ SPEC REPOS:
|
||||
https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git:
|
||||
- AFNetworking
|
||||
- AgoraRtcEngine_iOS
|
||||
- AlipaySDK-iOS
|
||||
- Base64
|
||||
- Bugly
|
||||
- CocoaAsyncSocket
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- HappyDNS
|
||||
- IAPHelper
|
||||
- IQKeyboardManager
|
||||
@@ -167,6 +179,7 @@ SPEC REPOS:
|
||||
- ReactiveObjC
|
||||
- SDCycleScrollView
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SSKeychain
|
||||
- SSZipArchive
|
||||
- SVGAPlayer
|
||||
@@ -175,6 +188,7 @@ SPEC REPOS:
|
||||
- TZImagePickerController
|
||||
- UMCommon
|
||||
- UMDevice
|
||||
- WechatOpenSDK
|
||||
- YYCache
|
||||
- YYImage
|
||||
- YYText
|
||||
@@ -183,10 +197,12 @@ SPEC REPOS:
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
AgoraRtcEngine_iOS: 8ccceaaecff2e80ab28fcd33f3dfd2b417eb5365
|
||||
AlipaySDK-iOS: a07b6eafa847a5b29acb6c150ea16d9792d5d167
|
||||
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
|
||||
Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da
|
||||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||
FFPopup: a208dcee8db3e54ec4a88fcd6481f6f5d85b7a83
|
||||
FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b
|
||||
HappyDNS: 848ef73e24f2b0e2752064223ce2dc0dd88900ea
|
||||
IAPHelper: fd74f53b0ac142eed085777b88b86a11746a2dd4
|
||||
IQKeyboardManager: 241cc94ccabc9deb8f8bd7d12f00d73288d13ecc
|
||||
@@ -199,8 +215,8 @@ SPEC CHECKSUMS:
|
||||
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
||||
MJExtension: 01704cca2b60a214c10761b6491eab74069d68a9
|
||||
MJRefresh: ec9c53ff4abf3a9237b4283862f1bd51c2ee3fdb
|
||||
mob_sharesdk: a60006891a079486ff3269ed326adfa05a967c01
|
||||
MOBFoundation: efdc3ce6b843fbc10ae8c1c6122a02b0d845b39b
|
||||
mob_sharesdk: e8efde8dc7a872064c197a0af13eb5d06a2b143c
|
||||
MOBFoundation: 5135f9e8310989a32b5ed4f130c01f4d8abc011a
|
||||
NIMSDK_LITE: 299ff39677d705b91413d14ad352b32a1b0e72fe
|
||||
NTESBaseComponent: 9e97373eec7e5a26c39db26477bf99a37ee9e71a
|
||||
NTESQuickPass: 781bd12ee63681389fe9b646c837fa76e3a00e6e
|
||||
@@ -212,6 +228,7 @@ SPEC CHECKSUMS:
|
||||
ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040
|
||||
SDCycleScrollView: a0d74c3384caa72bdfc81470bdbc8c14b3e1fbcf
|
||||
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
|
||||
SDWebImageFLPlugin: 72efd2cfbf565bc438421abb426f4bcf7b670754
|
||||
SSKeychain: 55cc80f66f5c73da827e3077f02e43528897db41
|
||||
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
||||
SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86
|
||||
@@ -220,11 +237,12 @@ SPEC CHECKSUMS:
|
||||
TZImagePickerController: 943511626019431372cf908f24c114521e484f0e
|
||||
UMCommon: ab4d875ddefe1b06c60b577e4a58bc4d433ee067
|
||||
UMDevice: c13bbb2e8ca6c67d1e23e03162553e3ec5a8b5b0
|
||||
WechatOpenSDK: e79349b37d44c015210f39fd6d2379f0ec60efe2
|
||||
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
|
||||
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
|
||||
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
||||
YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928
|
||||
|
||||
PODFILE CHECKSUM: 80e5d8c189fc55c6d05dc07c7cd910f6559c0b38
|
||||
PODFILE CHECKSUM: 10dc54bd2806dc12b35318f86874b0d5a0ac5246
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
COCOAPODS: 1.12.1
|
||||
|
@@ -64,7 +64,7 @@ platform :ios do
|
||||
desc "2. 发布iOS Release ipa 到 firim 网站"
|
||||
lane :r do
|
||||
CONFIGURATION = "Release"
|
||||
EXPORT_METHOD = "development"
|
||||
EXPORT_METHOD = "ad-hoc"
|
||||
|
||||
archiveAction
|
||||
end
|
||||
|
@@ -31,7 +31,7 @@
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
Before Width: | Height: | Size: 1.4 MiB |
@@ -25,6 +25,7 @@
|
||||
#import "XPWebViewController.h"
|
||||
#import "XPRoomViewController.h"
|
||||
#import "XCCurrentVCStackManager.h"
|
||||
#import <RPSDK/RPSDK.h>
|
||||
|
||||
UIKIT_EXTERN NSString * kYinyouPrivateKey;
|
||||
UIKIT_EXTERN NSString * adImageName;
|
||||
@@ -40,13 +41,20 @@ UIKIT_EXTERN NSString * adImageName;
|
||||
[self initEmojiData];
|
||||
[self configBugly];
|
||||
[self configQIYUSDK];
|
||||
[self configCloudShield];
|
||||
}
|
||||
- (void)configCloudShield {
|
||||
[RPSDK setup];
|
||||
#if !TARGET_OS_SIMULATOR
|
||||
// [RPSDK initialize:RPSDKEnvOnline]; //必须为RPSDKEnvOnline
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)configShareSDK {
|
||||
[ShareSDK registPlatforms:^(SSDKRegister *platformsRegister) {
|
||||
//QQ
|
||||
NSString *universalLink = @"https://a6lno.share2dlink.com/";
|
||||
NSString *qqUniversalLink = @"https://a6lno.share2dlink.com/qq_conn/101902443";
|
||||
NSString *universalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/";
|
||||
NSString *qqUniversalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/qq_conn/102044928";
|
||||
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:YES universalLink:qqUniversalLink];
|
||||
[platformsRegister setupWeChatWithAppId:KeyWithType(KeyType_WechatAppid) appSecret:KeyWithType(KeyType_WechatSecret) universalLink:universalLink];
|
||||
}];
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 4.5 KiB |
@@ -5,12 +5,12 @@
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "message_session_nav_like@2x.png",
|
||||
"filename" : "王者@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "message_session_nav_like@3x.png",
|
||||
"filename" : "王者@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Home/home_game_type.imageset/王者@2x.png
vendored
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
xplan-ios/Assets.xcassets/Home/home_game_type.imageset/王者@3x.png
vendored
Normal file
After Width: | Height: | Size: 4.0 KiB |
22
xplan-ios/Assets.xcassets/Home/home_gamge_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_gamge_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_gamge_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Home/home_gamge_icon.imageset/home_gamge_icon@2x.png
vendored
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
xplan-ios/Assets.xcassets/Home/home_gamge_icon.imageset/home_gamge_icon@3x.png
vendored
Normal file
After Width: | Height: | Size: 4.1 KiB |
22
xplan-ios/Assets.xcassets/Home/home_party_hot_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_hot_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_hot_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Home/home_party_hot_icon.imageset/home_party_hot_icon@2x.png
vendored
Normal file
After Width: | Height: | Size: 631 B |
BIN
xplan-ios/Assets.xcassets/Home/home_party_hot_icon.imageset/home_party_hot_icon@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.0 KiB |
22
xplan-ios/Assets.xcassets/Home/home_party_mask.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_mask@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_mask@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Home/home_party_mask.imageset/home_party_mask@2x.png
vendored
Normal file
After Width: | Height: | Size: 718 B |
BIN
xplan-ios/Assets.xcassets/Home/home_party_mask.imageset/home_party_mask@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.1 KiB |
22
xplan-ios/Assets.xcassets/Home/home_party_tag_bg.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_tag_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_party_tag_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Home/home_party_tag_bg.imageset/home_party_tag_bg@2x.png
vendored
Normal file
After Width: | Height: | Size: 592 B |
BIN
xplan-ios/Assets.xcassets/Home/home_party_tag_bg.imageset/home_party_tag_bg@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
@@ -5,12 +5,12 @@
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_recommend_room_placeholder@2x.png",
|
||||
"filename" : "common_avatar@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "home_recommend_room_placeholder@3x.png",
|
||||
"filename" : "common_avatar@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
|
BIN
xplan-ios/Assets.xcassets/Home/home_recommend_room_placeholder.imageset/common_avatar@2x.png
vendored
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xplan-ios/Assets.xcassets/Home/home_recommend_room_placeholder.imageset/common_avatar@3x.png
vendored
Normal file
After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 7.3 KiB |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_bill_record.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_bill_record.imageset/mine_guild_bill_record@2x.png
vendored
Normal file
After Width: | Height: | Size: 250 B |
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_bill_record.imageset/mine_guild_bill_record@3x.png
vendored
Normal file
After Width: | Height: | Size: 386 B |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_bill_record_arrow.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record_arrow@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record_arrow@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 151 B |
After Width: | Height: | Size: 179 B |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_bill_record_bg.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_bill_record_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 99 KiB |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_check.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_check@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_check@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_check.imageset/mine_guild_guild_check@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_check.imageset/mine_guild_guild_check@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 680 B |
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 875 B |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_manager.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_manager@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_manager@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 11 KiB |
22
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_meber.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_meber@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_guild_guild_meber@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_meber.imageset/mine_guild_guild_meber@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
xplan-ios/Assets.xcassets/Mine/Guild/mine_guild_guild_meber.imageset/mine_guild_guild_meber@3x.png
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
6
xplan-ios/Assets.xcassets/Mine/Recharge/Contents.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
22
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_alipay.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_alipay@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_alipay@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_alipay.imageset/mine_recharge_alipay@2x.png
vendored
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_alipay.imageset/mine_recharge_alipay@3x.png
vendored
Normal file
After Width: | Height: | Size: 5.0 KiB |
22
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_choose_normal.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_choose_normal@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_choose_normal@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 320 B |
After Width: | Height: | Size: 459 B |
22
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_choose_select.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_choose_select@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_choose_select@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 520 B |
After Width: | Height: | Size: 804 B |
22
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_wechat.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_wechat@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_wechat@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_wechat.imageset/mine_recharge_wechat@2x.png
vendored
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
xplan-ios/Assets.xcassets/Mine/Recharge/mine_recharge_wechat.imageset/mine_recharge_wechat@3x.png
vendored
Normal file
After Width: | Height: | Size: 4.2 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_game_copy.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_copy@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_copy@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_copy.imageset/mine_game_copy@2x.png
vendored
Normal file
After Width: | Height: | Size: 294 B |
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_copy.imageset/mine_game_copy@3x.png
vendored
Normal file
After Width: | Height: | Size: 400 B |
22
xplan-ios/Assets.xcassets/Mine/mine_game_diamond.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_diamond@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_diamond@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_diamond.imageset/mine_game_diamond@2x.png
vendored
Normal file
After Width: | Height: | Size: 913 B |
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_diamond.imageset/mine_game_diamond@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_game_new_diamond.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_new_diamond@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_game_new_diamond@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_new_diamond.imageset/mine_game_new_diamond@2x.png
vendored
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
xplan-ios/Assets.xcassets/Mine/mine_game_new_diamond.imageset/mine_game_new_diamond@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.9 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_green_protection_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_green_protection_icon@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_green_protection_icon@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_green_protection_icon.imageset/mine_green_protection_icon@2x.png
vendored
Normal file
After Width: | Height: | Size: 502 B |
BIN
xplan-ios/Assets.xcassets/Mine/mine_green_protection_icon.imageset/mine_green_protection_icon@3x.png
vendored
Normal file
After Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 64 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_recharge_halt_pay_choose.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_halt_pay_choose@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_recharge_halt_pay_choose@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 900 B |
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 136 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_bg.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_game_cell_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_game_cell_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_bg.imageset/mine_user_game_cell_bg@2x.png
vendored
Normal file
After Width: | Height: | Size: 900 B |
BIN
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_bg.imageset/mine_user_game_cell_bg@3x.png
vendored
Normal file
After Width: | Height: | Size: 1.4 KiB |
22
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_pay_bg.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_game_cell_pay_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_game_cell_pay_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_pay_bg.imageset/mine_user_game_cell_pay_bg@2x.png
vendored
Normal file
After Width: | Height: | Size: 434 B |
BIN
xplan-ios/Assets.xcassets/Mine/mine_user_game_cell_pay_bg.imageset/mine_user_game_cell_pay_bg@3x.png
vendored
Normal file
After Width: | Height: | Size: 711 B |
22
xplan-ios/Assets.xcassets/Mine/mine_user_info_bottom_ban_normal.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_info_bottom_ban_normal@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_info_bottom_ban_normal@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 428 B |
After Width: | Height: | Size: 659 B |
22
xplan-ios/Assets.xcassets/Mine/mine_user_info_bottom_new_attention_select.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_info_bottom_new_attention_select@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "mine_user_info_bottom_new_attention_select@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 423 B |
After Width: | Height: | Size: 687 B |
22
xplan-ios/Assets.xcassets/Room/Activity/room_game_invite_banner_back.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "room_game_invite_banner_back@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "room_game_invite_banner_back@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 412 B |
22
xplan-ios/Assets.xcassets/Room/Activity/room_game_invite_banner_bg.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "room_game_invite_banner_bg@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "room_game_invite_banner_bg@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 4.2 KiB |