Compare commits
77 Commits
ent_v1.1.0
...
v1.5.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
eac71b03e1 | ||
![]() |
f8dfb745a0 | ||
![]() |
19b3bd7040 | ||
![]() |
906be04310 | ||
![]() |
498bbd4f11 | ||
![]() |
3acc2b76be | ||
![]() |
baddafffa9 | ||
![]() |
cfb2f06841 | ||
![]() |
2690ddb445 | ||
![]() |
fbdc95a39c | ||
![]() |
32db5f877c | ||
![]() |
5ce292102f | ||
![]() |
f74d614ef8 | ||
![]() |
c376a59d66 | ||
![]() |
4c7e41c3de | ||
![]() |
665df1a770 | ||
![]() |
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 |
20
Podfile
@@ -18,6 +18,8 @@ target 'xplan-ios' do
|
||||
pod 'MJExtension'
|
||||
#图片加载
|
||||
pod 'SDWebImage'
|
||||
pod 'FLAnimatedImage'
|
||||
pod 'SDWebImageFLPlugin' # 对FLAnimatedImage和SDWebImage的桥接
|
||||
#输入
|
||||
pod 'SZTextView'
|
||||
#轮播图
|
||||
@@ -32,9 +34,9 @@ target 'xplan-ios' do
|
||||
#文字自动滚动
|
||||
pod 'MarqueeLabel-ObjC'
|
||||
#声网
|
||||
pod 'AgoraRtcEngine_iOS', '~> 3.0.1'
|
||||
pod 'AgoraRtcEngine_iOS', '~> 4.2.2'
|
||||
#TRTC
|
||||
pod 'TXLiteAVSDK_TRTC', '~> 10.3.12271'
|
||||
pod 'TXLiteAVSDK_TRTC', '~> 11.4.14530'
|
||||
#pop动画
|
||||
pod 'pop', '~> 1.0.12'
|
||||
#云信
|
||||
@@ -72,3 +74,17 @@ target 'xplan-ios' do
|
||||
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'
|
||||
xcconfig_path = config.base_configuration_reference.real_path
|
||||
xcconfig = File.read(xcconfig_path)
|
||||
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
|
||||
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
88
Podfile.lock
@@ -14,12 +14,41 @@ PODS:
|
||||
- AFNetworking/Serialization (4.0.1)
|
||||
- AFNetworking/UIKit (4.0.1):
|
||||
- AFNetworking/NSURLSession
|
||||
- AgoraRtcEngine_iOS (3.0.1.1)
|
||||
- AlipaySDK-iOS (15.8.8)
|
||||
- AgoraRtcEngine_iOS (4.2.2):
|
||||
- AgoraRtcEngine_iOS/AIAEC (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/AINS (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/AudioBeauty (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/ClearVision (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/ContentInspect (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/DRM (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/FaceDetection (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/ReplayKit (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/RtcBasic (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/SpatialAudio (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/VideoCodecDec (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/VideoCodecEnc (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/VirtualBackground (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/VQA (= 4.2.2)
|
||||
- AgoraRtcEngine_iOS/AIAEC (4.2.2)
|
||||
- AgoraRtcEngine_iOS/AINS (4.2.2)
|
||||
- AgoraRtcEngine_iOS/AudioBeauty (4.2.2)
|
||||
- AgoraRtcEngine_iOS/ClearVision (4.2.2)
|
||||
- AgoraRtcEngine_iOS/ContentInspect (4.2.2)
|
||||
- AgoraRtcEngine_iOS/DRM (4.2.2)
|
||||
- AgoraRtcEngine_iOS/FaceDetection (4.2.2)
|
||||
- AgoraRtcEngine_iOS/ReplayKit (4.2.2)
|
||||
- AgoraRtcEngine_iOS/RtcBasic (4.2.2)
|
||||
- AgoraRtcEngine_iOS/SpatialAudio (4.2.2)
|
||||
- AgoraRtcEngine_iOS/VideoCodecDec (4.2.2)
|
||||
- AgoraRtcEngine_iOS/VideoCodecEnc (4.2.2)
|
||||
- AgoraRtcEngine_iOS/VirtualBackground (4.2.2)
|
||||
- AgoraRtcEngine_iOS/VQA (4.2.2)
|
||||
- AlipaySDK-iOS (15.8.11)
|
||||
- Base64 (1.1.2)
|
||||
- Bugly (2.5.93)
|
||||
- CocoaAsyncSocket (7.6.5)
|
||||
- FFPopup (1.1.5)
|
||||
- FLAnimatedImage (1.0.17)
|
||||
- HappyDNS (0.3.17)
|
||||
- IAPHelper (1.1)
|
||||
- IQKeyboardManager (6.5.9)
|
||||
@@ -32,24 +61,24 @@ PODS:
|
||||
- MBProgressHUD (1.2.0)
|
||||
- MJExtension (3.3.0)
|
||||
- MJRefresh (3.7.3)
|
||||
- mob_sharesdk (4.4.12):
|
||||
- mob_sharesdk/ShareSDK (= 4.4.12)
|
||||
- mob_sharesdk (4.4.13):
|
||||
- mob_sharesdk/ShareSDK (= 4.4.13)
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDK (4.4.12):
|
||||
- mob_sharesdk/ShareSDK (4.4.13):
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKExtension (4.4.12):
|
||||
- mob_sharesdk/ShareSDKExtension (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/Apple (4.4.12):
|
||||
- mob_sharesdk/ShareSDKPlatforms/Apple (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/QQ (4.4.12):
|
||||
- mob_sharesdk/ShareSDKPlatforms/QQ (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat_Lite (4.4.12):
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat_Lite (4.4.13):
|
||||
- mob_sharesdk/ShareSDK
|
||||
- MOBFoundation (>= 3.2.9)
|
||||
- MOBFoundation (3.2.44)
|
||||
- MOBFoundation (3.2.48)
|
||||
- NIMSDK_LITE (8.9.110)
|
||||
- NTESBaseComponent (1.4)
|
||||
- NTESQuickPass (3.2.6):
|
||||
@@ -66,6 +95,9 @@ PODS:
|
||||
- SDWebImage (5.11.1):
|
||||
- SDWebImage/Core (= 5.11.1)
|
||||
- SDWebImage/Core (5.11.1)
|
||||
- SDWebImageFLPlugin (0.6.0):
|
||||
- FLAnimatedImage (>= 1.0.11)
|
||||
- SDWebImage/Core (~> 5.10)
|
||||
- SSKeychain (1.4.1)
|
||||
- SSZipArchive (2.4.2)
|
||||
- SVGAPlayer (2.5.7):
|
||||
@@ -77,14 +109,14 @@ PODS:
|
||||
- SVGAPlayer/ProtoFiles (2.5.7):
|
||||
- Protobuf (~> 3.4)
|
||||
- SZTextView (1.3.0)
|
||||
- TXLiteAVSDK_TRTC (10.3.12288):
|
||||
- TXLiteAVSDK_TRTC/TRTC (= 10.3.12288)
|
||||
- TXLiteAVSDK_TRTC/TRTC (10.3.12288)
|
||||
- TXLiteAVSDK_TRTC (11.4.14530):
|
||||
- TXLiteAVSDK_TRTC/TRTC (= 11.4.14530)
|
||||
- TXLiteAVSDK_TRTC/TRTC (11.4.14530)
|
||||
- TZImagePickerController (3.8.1)
|
||||
- UMCommon (7.3.5):
|
||||
- UMDevice
|
||||
- UMDevice (2.0.5)
|
||||
- WechatOpenSDK (1.8.7.1)
|
||||
- WechatOpenSDK (2.0.2)
|
||||
- YYCache (1.0.4)
|
||||
- YYImage (1.0.4):
|
||||
- YYImage/Core (= 1.0.4)
|
||||
@@ -96,12 +128,13 @@ PODS:
|
||||
|
||||
DEPENDENCIES:
|
||||
- AFNetworking
|
||||
- AgoraRtcEngine_iOS (~> 3.0.1)
|
||||
- AgoraRtcEngine_iOS (~> 4.2.2)
|
||||
- AlipaySDK-iOS
|
||||
- Base64
|
||||
- Bugly
|
||||
- CocoaAsyncSocket
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- IAPHelper
|
||||
- IQKeyboardManager (~> 6.5.5)
|
||||
- JXCategoryView
|
||||
@@ -120,17 +153,18 @@ DEPENDENCIES:
|
||||
- mob_sharesdk/ShareSDKPlatforms/WeChat_Lite
|
||||
- NIMSDK_LITE (~> 8.9.0)
|
||||
- NTESQuickPass
|
||||
- pop (~> 1.0.12)
|
||||
- pop
|
||||
- QGVAPlayer
|
||||
- Qiniu
|
||||
- QY_NIM_iOS_SDK (~> 6.6.1)
|
||||
- ReactiveObjC
|
||||
- SDCycleScrollView
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SSKeychain
|
||||
- SVGAPlayer (~> 2.3)
|
||||
- SZTextView
|
||||
- TXLiteAVSDK_TRTC (~> 10.3.12271)
|
||||
- TXLiteAVSDK_TRTC (~> 11.4.14530)
|
||||
- TZImagePickerController
|
||||
- UMCommon
|
||||
- UMDevice
|
||||
@@ -147,6 +181,7 @@ SPEC REPOS:
|
||||
- Bugly
|
||||
- CocoaAsyncSocket
|
||||
- FFPopup
|
||||
- FLAnimatedImage
|
||||
- HappyDNS
|
||||
- IAPHelper
|
||||
- IQKeyboardManager
|
||||
@@ -172,6 +207,7 @@ SPEC REPOS:
|
||||
- ReactiveObjC
|
||||
- SDCycleScrollView
|
||||
- SDWebImage
|
||||
- SDWebImageFLPlugin
|
||||
- SSKeychain
|
||||
- SSZipArchive
|
||||
- SVGAPlayer
|
||||
@@ -188,12 +224,13 @@ SPEC REPOS:
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58
|
||||
AgoraRtcEngine_iOS: 8ccceaaecff2e80ab28fcd33f3dfd2b417eb5365
|
||||
AlipaySDK-iOS: 9289d94792535cd14c5c241c720a7e981edd7035
|
||||
AgoraRtcEngine_iOS: c510de329cd905daff3f01fa4c872ea6d5eaee23
|
||||
AlipaySDK-iOS: a07b6eafa847a5b29acb6c150ea16d9792d5d167
|
||||
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
|
||||
Bugly: b8715e6ec4004b7f7fbffab0643ba80545aee3da
|
||||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||
FFPopup: a208dcee8db3e54ec4a88fcd6481f6f5d85b7a83
|
||||
FLAnimatedImage: bbf914596368867157cc71b38a8ec834b3eeb32b
|
||||
HappyDNS: 848ef73e24f2b0e2752064223ce2dc0dd88900ea
|
||||
IAPHelper: fd74f53b0ac142eed085777b88b86a11746a2dd4
|
||||
IQKeyboardManager: 241cc94ccabc9deb8f8bd7d12f00d73288d13ecc
|
||||
@@ -206,8 +243,8 @@ SPEC CHECKSUMS:
|
||||
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
|
||||
MJExtension: 01704cca2b60a214c10761b6491eab74069d68a9
|
||||
MJRefresh: ec9c53ff4abf3a9237b4283862f1bd51c2ee3fdb
|
||||
mob_sharesdk: 0f0508e54fc8c0bc00c448ab9b236d6fc9eee105
|
||||
MOBFoundation: 9e9f2275f146ee864f23a881e327744c5e6f0bbd
|
||||
mob_sharesdk: e8efde8dc7a872064c197a0af13eb5d06a2b143c
|
||||
MOBFoundation: 5135f9e8310989a32b5ed4f130c01f4d8abc011a
|
||||
NIMSDK_LITE: 299ff39677d705b91413d14ad352b32a1b0e72fe
|
||||
NTESBaseComponent: 9e97373eec7e5a26c39db26477bf99a37ee9e71a
|
||||
NTESQuickPass: 781bd12ee63681389fe9b646c837fa76e3a00e6e
|
||||
@@ -219,20 +256,21 @@ SPEC CHECKSUMS:
|
||||
ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040
|
||||
SDCycleScrollView: a0d74c3384caa72bdfc81470bdbc8c14b3e1fbcf
|
||||
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
|
||||
SDWebImageFLPlugin: 72efd2cfbf565bc438421abb426f4bcf7b670754
|
||||
SSKeychain: 55cc80f66f5c73da827e3077f02e43528897db41
|
||||
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
||||
SVGAPlayer: 318b85a78b61292d6ae9dfcd651f3f0d1cdadd86
|
||||
SZTextView: 094dc6acc9beec537685c545d6e3e0d4975174e1
|
||||
TXLiteAVSDK_TRTC: feed0da4a473927afd3ca7e5a59d11ab0654ad5b
|
||||
TXLiteAVSDK_TRTC: 72ff3c596f55555be2dd733291501eef5fae9ce5
|
||||
TZImagePickerController: 943511626019431372cf908f24c114521e484f0e
|
||||
UMCommon: ab4d875ddefe1b06c60b577e4a58bc4d433ee067
|
||||
UMDevice: c13bbb2e8ca6c67d1e23e03162553e3ec5a8b5b0
|
||||
WechatOpenSDK: 6a4d1436c15b3b5fe2a0bd383f3046010186da44
|
||||
WechatOpenSDK: e79349b37d44c015210f39fd6d2379f0ec60efe2
|
||||
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
|
||||
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
|
||||
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
|
||||
YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928
|
||||
|
||||
PODFILE CHECKSUM: 1350d4bbe4b1dc436d08543f1b1c7e8bbb3f8ec6
|
||||
PODFILE CHECKSUM: f44d894b616b0165722154f819e116f0d23597ff
|
||||
|
||||
COCOAPODS: 1.12.0
|
||||
COCOAPODS: 1.12.1
|
||||
|
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,14 +41,21 @@ 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://f02efc69cbad775287063e8ee37733a5.share2dlink.com/";
|
||||
NSString *qqUniversalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/qq_conn/102044928";
|
||||
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:YES universalLink:qqUniversalLink];
|
||||
// NSString *qqUniversalLink = @"https://f02efc69cbad775287063e8ee37733a5.share2dlink.com/qq_conn/102044928";
|
||||
[platformsRegister setupQQWithAppId:KeyWithType(KeyType_QQAppid) appkey:KeyWithType(KeyType_QQSecret) enableUniversalLink:NO universalLink:nil];
|
||||
[platformsRegister setupWeChatWithAppId:KeyWithType(KeyType_WechatAppid) appSecret:KeyWithType(KeyType_WechatSecret) universalLink:universalLink];
|
||||
}];
|
||||
}
|
||||
|
16
xplan-ios/Appdelegate/YYTextAsyncLayer+XPTextAsyncLayer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// YYTextAsyncLayer+XPTextAsyncLayer.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by duoban on 2023/10/28.
|
||||
//
|
||||
|
||||
#import <YYText/YYTextAsyncLayer.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface YYTextAsyncLayer (XPTextAsyncLayer)
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
26
xplan-ios/Appdelegate/YYTextAsyncLayer+XPTextAsyncLayer.m
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// YYTextAsyncLayer+XPTextAsyncLayer.m
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by duoban on 2023/10/28.
|
||||
//
|
||||
|
||||
#import "YYTextAsyncLayer+XPTextAsyncLayer.h"
|
||||
|
||||
@implementation YYTextAsyncLayer (XPTextAsyncLayer)
|
||||
///iOS17bug,如果不把方法替换会闪退
|
||||
+(void)load {
|
||||
Method xp_displayMethod = class_getInstanceMethod(self, @selector(display));
|
||||
Method xp_swizzingMethod = class_getInstanceMethod(self, @selector(xp_swizzing_display));
|
||||
method_exchangeImplementations(xp_displayMethod, xp_swizzingMethod);
|
||||
}
|
||||
-(void)xp_swizzing_display{
|
||||
//通过变量名称获取类中的实例成员变量
|
||||
if (self.bounds.size.width <= 0 || self.bounds.size.height <= 0) {
|
||||
self.contents = nil;
|
||||
return;
|
||||
} else {
|
||||
[self xp_swizzing_display];
|
||||
}
|
||||
}
|
||||
@end
|
6
xplan-ios/Assets.xcassets/Charm/Contents.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
@@ -5,12 +5,12 @@
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "anchor_hourRank_btn@2x.png",
|
||||
"filename" : "new_charm_01@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "anchor_hourRank_btn@3x.png",
|
||||
"filename" : "new_charm_01@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_01.imageset/new_charm_01@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_01.imageset/new_charm_01@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.2 KiB |
@@ -5,12 +5,12 @@
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "message_session_nav_like@2x.png",
|
||||
"filename" : "new_charm_02@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "message_session_nav_like@3x.png",
|
||||
"filename" : "new_charm_02@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_02.imageset/new_charm_02@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_02.imageset/new_charm_02@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_03.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_03@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_03@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_03.imageset/new_charm_03@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_03.imageset/new_charm_03@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_04.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_04@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_04@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_04.imageset/new_charm_04@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_04.imageset/new_charm_04@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_05.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_05@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_05@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_05.imageset/new_charm_05@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_05.imageset/new_charm_05@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_06.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_06@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_06@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_06.imageset/new_charm_06@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_06.imageset/new_charm_06@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_07.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_07@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_07@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_07.imageset/new_charm_07@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_07.imageset/new_charm_07@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_08.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_08@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_08@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_08.imageset/new_charm_08@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_08.imageset/new_charm_08@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_09.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_09@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_09@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_09.imageset/new_charm_09@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_09.imageset/new_charm_09@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_10.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_10@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_10@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_10.imageset/new_charm_10@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_10.imageset/new_charm_10@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_100.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_100@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_100@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_100.imageset/new_charm_100@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_100.imageset/new_charm_100@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_101.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_101@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_101@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_101.imageset/new_charm_101@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_101.imageset/new_charm_101@3x.png
vendored
Normal file
After Width: | Height: | Size: 11 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_102.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_102@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_102@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_102.imageset/new_charm_102@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_102.imageset/new_charm_102@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_103.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_103@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_103@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_103.imageset/new_charm_103@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_103.imageset/new_charm_103@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_104.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_104@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_104@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_104.imageset/new_charm_104@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_104.imageset/new_charm_104@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_105.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_105@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_105@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_105.imageset/new_charm_105@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_105.imageset/new_charm_105@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_106.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_106@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_106@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_106.imageset/new_charm_106@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_106.imageset/new_charm_106@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_107.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_107@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_107@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_107.imageset/new_charm_107@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_107.imageset/new_charm_107@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_108.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_108@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_108@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_108.imageset/new_charm_108@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_108.imageset/new_charm_108@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_109.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_109@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_109@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_109.imageset/new_charm_109@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_109.imageset/new_charm_109@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_11.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_11@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_11@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_11.imageset/new_charm_11@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_11.imageset/new_charm_11@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.2 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_110.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_110@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_110@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_110.imageset/new_charm_110@2x.png
vendored
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_110.imageset/new_charm_110@3x.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_12.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_12@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_12@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_12.imageset/new_charm_12@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_12.imageset/new_charm_12@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_13.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_13@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_13@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_13.imageset/new_charm_13@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_13.imageset/new_charm_13@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_14.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_14@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_14@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_14.imageset/new_charm_14@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_14.imageset/new_charm_14@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_15.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_15@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_15@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_15.imageset/new_charm_15@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_15.imageset/new_charm_15@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_16.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_16@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_16@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_16.imageset/new_charm_16@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_16.imageset/new_charm_16@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_17.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_17@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_17@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_17.imageset/new_charm_17@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_17.imageset/new_charm_17@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.5 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_18.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_18@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_18@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_18.imageset/new_charm_18@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_18.imageset/new_charm_18@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.7 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_19.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_19@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_19@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_19.imageset/new_charm_19@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_19.imageset/new_charm_19@3x.png
vendored
Normal file
After Width: | Height: | Size: 9.6 KiB |
22
xplan-ios/Assets.xcassets/Charm/new_charm_20.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_20@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "new_charm_20@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
xplan-ios/Assets.xcassets/Charm/new_charm_20.imageset/new_charm_20@2x.png
vendored
Normal file
After Width: | Height: | Size: 4.6 KiB |