Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
陈高翔
/
DreamSleep-iOS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit a06f6f09
由
cgx
编写于
2022-04-20 14:43:11 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
修复转场动画tabbar跳动bug
1 个父辈
833179f6
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
80 行增加
和
61 行删除
DreamSleep/DreamSleep/Launcher/LeadingController.m
DreamSleep/Pods/Pods.xcodeproj/project.pbxproj
DreamSleep/DreamSleep/Launcher/LeadingController.m
查看文件 @
a06f6f0
...
@@ -39,14 +39,32 @@
...
@@ -39,14 +39,32 @@
kSetUserDefaultsBOOL
(
YES
,
IsFirstGuide
);
kSetUserDefaultsBOOL
(
YES
,
IsFirstGuide
);
kUserDefaultsSynchronize
;
kUserDefaultsSynchronize
;
// 切换到主tabvc
// 切换到主tabVC
UIStoryboard
*
mainStoryBoard
=
[
UIStoryboard
storyboardWithName
:
@"Main"
bundle
:
nil
];
UIStoryboard
*
mainStoryBoard
=
[
UIStoryboard
storyboardWithName
:
@"Main"
bundle
:
nil
];
[
UIView
transitionWithView
:
DSKeyWindow
UIView
*
snapShot
=
[
DSKeyWindow
snapshotViewAfterScreenUpdates
:
YES
];
duration
:
0
.
5
UIViewController
*
rootVC
=
[
mainStoryBoard
instantiateViewControllerWithIdentifier
:
@"mainSB"
];
options
:
UIViewAnimationOptionTransitionFlipFromLeft
[
rootVC
.
view
addSubview
:
snapShot
];
animations
:^
{
DSKeyWindow
.
rootViewController
=
rootVC
;
DSKeyWindow
.
rootViewController
=
[
mainStoryBoard
instantiateViewControllerWithIdentifier
:
@"mainSB"
];
[
UIView
animateWithDuration
:
0
.
5
animations
:
^
{
}
completion
:
nil
];
snapShot
.
layer
.
opacity
=
0
;
snapShot
.
layer
.
transform
=
CATransform3DMakeScale
(
1
.
5
,
1
.
5
,
1
.
5
);
}
completion
:^
(
BOOL
finished
)
{
[
snapShot
removeFromSuperview
];
}];
// UIStoryboard * mainStoryBoard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
// [UIView transitionWithView:DSKeyWindow
// duration:0.3
// options:UIViewAnimationOptionCurveLinear
// animations:^{
// DSKeyWindow.rootViewController = [mainStoryBoard instantiateViewControllerWithIdentifier:@"mainSB"];
// } completion:nil];
// [UIView transitionWithView:DSKeyWindow
// duration:0.3
// options:UIViewAnimationOptionTransitionNone
// animations:^{ DSKeyWindow.rootViewController = [mainStoryBoard instantiateViewControllerWithIdentifier:@"mainSB"]; }
// completion:nil];
}
}
@end
@end
DreamSleep/Pods/Pods.xcodeproj/project.pbxproj
查看文件 @
a06f6f0
...
@@ -589,7 +589,7 @@
...
@@ -589,7 +589,7 @@
03814507AEDE12ECB04B1E0208F2DEA3 /* lottie-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "lottie-ios.release.xcconfig"; sourceTree = "<group>"; };
03814507AEDE12ECB04B1E0208F2DEA3 /* lottie-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "lottie-ios.release.xcconfig"; sourceTree = "<group>"; };
043FD1635C4E4C52EC729EECBCA335F0 /* LOTLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTLayer.h; path = "lottie-ios/Classes/Models/LOTLayer.h"; sourceTree = "<group>"; };
043FD1635C4E4C52EC729EECBCA335F0 /* LOTLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTLayer.h; path = "lottie-ios/Classes/Models/LOTLayer.h"; sourceTree = "<group>"; };
0494C9ED0578640DF6EAF7EBB76074D5 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = "<group>"; };
0494C9ED0578640DF6EAF7EBB76074D5 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = "<group>"; };
04B380B6648264692DA26C32040918AF /* DOUAudioStreamer
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DOUAudioStreamer
; path = DOUAudioStreamer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
04B380B6648264692DA26C32040918AF /* DOUAudioStreamer
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = DOUAudioStreamer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0535B5F6F2DDC1650D939D17588ADFA5 /* LOTAnimatedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTAnimatedControl.h; path = "lottie-ios/Classes/PublicHeaders/LOTAnimatedControl.h"; sourceTree = "<group>"; };
0535B5F6F2DDC1650D939D17588ADFA5 /* LOTAnimatedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTAnimatedControl.h; path = "lottie-ios/Classes/PublicHeaders/LOTAnimatedControl.h"; sourceTree = "<group>"; };
05A5D3855A2F61AE205E03B5EE6C8DFD /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = "<group>"; };
05A5D3855A2F61AE205E03B5EE6C8DFD /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = "<group>"; };
0846AB2F7181B64967FD10653B505B09 /* DOUAudioStreamer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOUAudioStreamer_Private.h; path = src/DOUAudioStreamer_Private.h; sourceTree = "<group>"; };
0846AB2F7181B64967FD10653B505B09 /* DOUAudioStreamer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOUAudioStreamer_Private.h; path = src/DOUAudioStreamer_Private.h; sourceTree = "<group>"; };
...
@@ -601,7 +601,7 @@
...
@@ -601,7 +601,7 @@
0AFFA0E04F05A403A07D6A753927090C /* DOUAudioStreamer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DOUAudioStreamer.modulemap; sourceTree = "<group>"; };
0AFFA0E04F05A403A07D6A753927090C /* DOUAudioStreamer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DOUAudioStreamer.modulemap; sourceTree = "<group>"; };
0B287BA5B52A8A5AE7C77E7B220F672F /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = "<group>"; };
0B287BA5B52A8A5AE7C77E7B220F672F /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = "<group>"; };
0BB5374DED4D78306804E076447DCE77 /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = "<group>"; };
0BB5374DED4D78306804E076447DCE77 /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = "<group>"; };
0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYImage
; path = YYImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = YYImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0CE9462BAF866965BBB4E749FB420BBF /* UIProgressView+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+Night.h"; path = "DKNightVersion/UIKit/UIProgressView+Night.h"; sourceTree = "<group>"; };
0CE9462BAF866965BBB4E749FB420BBF /* UIProgressView+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+Night.h"; path = "DKNightVersion/UIKit/UIProgressView+Night.h"; sourceTree = "<group>"; };
0E4B2AE7CF70126B2BA691E79F55E6D3 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = "<group>"; };
0E4B2AE7CF70126B2BA691E79F55E6D3 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = "<group>"; };
0F2848C788013E316DA8E5CC70184839 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = "<group>"; };
0F2848C788013E316DA8E5CC70184839 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = "<group>"; };
...
@@ -648,7 +648,7 @@
...
@@ -648,7 +648,7 @@
1F7CF4C2CA0361127401EF2112A78977 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
1F7CF4C2CA0361127401EF2112A78977 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
1FAF14FB4BD15E7DB9E6ED6225DB25F7 /* LOTInterpolatorCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTInterpolatorCallback.h; path = "lottie-ios/Classes/PublicHeaders/LOTInterpolatorCallback.h"; sourceTree = "<group>"; };
1FAF14FB4BD15E7DB9E6ED6225DB25F7 /* LOTInterpolatorCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTInterpolatorCallback.h; path = "lottie-ios/Classes/PublicHeaders/LOTInterpolatorCallback.h"; sourceTree = "<group>"; };
1FD923919E176629C8017856C984BC8D /* lottie-ios.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "lottie-ios.modulemap"; sourceTree = "<group>"; };
1FD923919E176629C8017856C984BC8D /* lottie-ios.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "lottie-ios.modulemap"; sourceTree = "<group>"; };
1FFED36A657123030ABB700256D73F15 /* Masonry
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry
; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1FFED36A657123030ABB700256D73F15 /* Masonry
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
201387A26B943E8932B11DDF26237052 /* LOTAnimationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTAnimationView.m; path = "lottie-ios/Classes/Private/LOTAnimationView.m"; sourceTree = "<group>"; };
201387A26B943E8932B11DDF26237052 /* LOTAnimationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTAnimationView.m; path = "lottie-ios/Classes/Private/LOTAnimationView.m"; sourceTree = "<group>"; };
20A0B7D5783FA961AD8961B2B4B49438 /* DKImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DKImage.m; path = DKNightVersion/Core/DKImage.m; sourceTree = "<group>"; };
20A0B7D5783FA961AD8961B2B4B49438 /* DKImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DKImage.m; path = DKNightVersion/Core/DKImage.m; sourceTree = "<group>"; };
211A1077096C7C3E78D0314CBA403B0B /* UIColor+Expanded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+Expanded.h"; path = "lottie-ios/Classes/Extensions/UIColor+Expanded.h"; sourceTree = "<group>"; };
211A1077096C7C3E78D0314CBA403B0B /* UIColor+Expanded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+Expanded.h"; path = "lottie-ios/Classes/Extensions/UIColor+Expanded.h"; sourceTree = "<group>"; };
...
@@ -743,7 +743,7 @@
...
@@ -743,7 +743,7 @@
47DEAF9A1A69FE2DF7884770007E946F /* YYAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYAnimatedImageView.h; path = YYImage/YYAnimatedImageView.h; sourceTree = "<group>"; };
47DEAF9A1A69FE2DF7884770007E946F /* YYAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYAnimatedImageView.h; path = YYImage/YYAnimatedImageView.h; sourceTree = "<group>"; };
484FBA345DE762078058968E73A931A2 /* _YYWebImageSetter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _YYWebImageSetter.m; path = YYWebImage/Categories/_YYWebImageSetter.m; sourceTree = "<group>"; };
484FBA345DE762078058968E73A931A2 /* _YYWebImageSetter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = _YYWebImageSetter.m; path = YYWebImage/Categories/_YYWebImageSetter.m; sourceTree = "<group>"; };
485F4F8AB2ADE2B1057D5020CC8FA5A1 /* UIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIColor.h; path = "lottie-ios/Classes/MacCompatibility/UIColor.h"; sourceTree = "<group>"; };
485F4F8AB2ADE2B1057D5020CC8FA5A1 /* UIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UIColor.h; path = "lottie-ios/Classes/MacCompatibility/UIColor.h"; sourceTree = "<group>"; };
48ACF38225AF5129416A1F090F6D3286 /* YYCache
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYCache
; path = YYCache.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48ACF38225AF5129416A1F090F6D3286 /* YYCache
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = YYCache.framework; sourceTree = BUILT_PRODUCTS_DIR; };
498EFB11D833E0318E43AB0569E6C393 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = "<group>"; };
498EFB11D833E0318E43AB0569E6C393 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = "<group>"; };
4A71F3B49777FE5388D75D075E83008F /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = "<group>"; };
4A71F3B49777FE5388D75D075E83008F /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = "<group>"; };
4A80BFCA5C9E23F95C4E7606689B2551 /* UIView+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Night.m"; path = "DKNightVersion/UIKit/UIView+Night.m"; sourceTree = "<group>"; };
4A80BFCA5C9E23F95C4E7606689B2551 /* UIView+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Night.m"; path = "DKNightVersion/UIKit/UIView+Night.m"; sourceTree = "<group>"; };
...
@@ -759,10 +759,10 @@
...
@@ -759,10 +759,10 @@
4DAE796534B5EE52DE9EEBBE58E954FC /* LOTShapeCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTShapeCircle.m; path = "lottie-ios/Classes/Models/LOTShapeCircle.m"; sourceTree = "<group>"; };
4DAE796534B5EE52DE9EEBBE58E954FC /* LOTShapeCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTShapeCircle.m; path = "lottie-ios/Classes/Models/LOTShapeCircle.m"; sourceTree = "<group>"; };
4F6BC7472D2DDDF9F685F9A3216EB614 /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = "<group>"; };
4F6BC7472D2DDDF9F685F9A3216EB614 /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = "<group>"; };
4F8D78E59F949F7C09C49C08478D3F6C /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = "<group>"; };
4F8D78E59F949F7C09C49C08478D3F6C /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = "<group>"; };
4FC1978206616CE319648B302B05AA8A /* YYWebImage
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYWebImage
; path = YYWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4FC1978206616CE319648B302B05AA8A /* YYWebImage
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = YYWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5190B719116A91833030FF07C429B078 /* UITextView+Keyboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+Keyboard.h"; path = "DKNightVersion/Manual/UITextView+Keyboard.h"; sourceTree = "<group>"; };
5190B719116A91833030FF07C429B078 /* UITextView+Keyboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+Keyboard.h"; path = "DKNightVersion/Manual/UITextView+Keyboard.h"; sourceTree = "<group>"; };
519FB1E9753C54294B50FA6AFC1BCEEC /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = "<group>"; };
519FB1E9753C54294B50FA6AFC1BCEEC /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = "<group>"; };
51BA97E8B5085EFFB47BC9C0B785CEA7 /*
lottie-ios */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "lottie-ios"
; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; };
51BA97E8B5085EFFB47BC9C0B785CEA7 /*
Lottie.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = Lottie.framework; sourceTree = BUILT_PRODUCTS_DIR; };
51BB91FA31AE5DD95B99187B98FD6C30 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = "<group>"; };
51BB91FA31AE5DD95B99187B98FD6C30 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = "<group>"; };
537CFD0A3044BDD53D744369CDB59232 /* LOTKeypath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTKeypath.h; path = "lottie-ios/Classes/PublicHeaders/LOTKeypath.h"; sourceTree = "<group>"; };
537CFD0A3044BDD53D744369CDB59232 /* LOTKeypath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTKeypath.h; path = "lottie-ios/Classes/PublicHeaders/LOTKeypath.h"; sourceTree = "<group>"; };
538E127FD0B61F3B1771B86D20852334 /* YTKNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YTKNetwork.h; path = YTKNetwork/YTKNetwork.h; sourceTree = "<group>"; };
538E127FD0B61F3B1771B86D20852334 /* YTKNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YTKNetwork.h; path = YTKNetwork/YTKNetwork.h; sourceTree = "<group>"; };
...
@@ -790,7 +790,7 @@
...
@@ -790,7 +790,7 @@
5E32248877F9FAF43DF3C58EAD186D2F /* Pods-DreamSleep-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DreamSleep-acknowledgements.markdown"; sourceTree = "<group>"; };
5E32248877F9FAF43DF3C58EAD186D2F /* Pods-DreamSleep-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DreamSleep-acknowledgements.markdown"; sourceTree = "<group>"; };
5E43357894FC5DB7D55CAAA14773BAAB /* LOTShapePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTShapePath.h; path = "lottie-ios/Classes/Models/LOTShapePath.h"; sourceTree = "<group>"; };
5E43357894FC5DB7D55CAAA14773BAAB /* LOTShapePath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTShapePath.h; path = "lottie-ios/Classes/Models/LOTShapePath.h"; sourceTree = "<group>"; };
5F001D935B5C94FC31582D2C1D61A566 /* YTKNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YTKNetwork-umbrella.h"; sourceTree = "<group>"; };
5F001D935B5C94FC31582D2C1D61A566 /* YTKNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YTKNetwork-umbrella.h"; sourceTree = "<group>"; };
601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YTKNetwork
; path = YTKNetwork.framework; sourceTree = BUILT_PRODUCTS_DIR; };
601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = YTKNetwork.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6107D698E416A55530CB26F9F95A7F92 /* UILabel+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+Night.m"; path = "DKNightVersion/UIKit/UILabel+Night.m"; sourceTree = "<group>"; };
6107D698E416A55530CB26F9F95A7F92 /* UILabel+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+Night.m"; path = "DKNightVersion/UIKit/UILabel+Night.m"; sourceTree = "<group>"; };
613B157557001218BCAF322C67B00186 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = "<group>"; };
613B157557001218BCAF322C67B00186 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = "<group>"; };
627348273D8B4560EC550577D78DD1DE /* LOTMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTMask.m; path = "lottie-ios/Classes/Models/LOTMask.m"; sourceTree = "<group>"; };
627348273D8B4560EC550577D78DD1DE /* LOTMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTMask.m; path = "lottie-ios/Classes/Models/LOTMask.m"; sourceTree = "<group>"; };
...
@@ -872,7 +872,7 @@
...
@@ -872,7 +872,7 @@
8A73B08867ECD7659A9FF627A852697E /* YTKNetworkAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YTKNetworkAgent.h; path = YTKNetwork/YTKNetworkAgent.h; sourceTree = "<group>"; };
8A73B08867ECD7659A9FF627A852697E /* YTKNetworkAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YTKNetworkAgent.h; path = YTKNetwork/YTKNetworkAgent.h; sourceTree = "<group>"; };
8A81528B4B742638DDFEC205BCF23DEC /* DOUAudioSpatialAnalyzer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOUAudioSpatialAnalyzer.h; path = src/DOUAudioSpatialAnalyzer.h; sourceTree = "<group>"; };
8A81528B4B742638DDFEC205BCF23DEC /* DOUAudioSpatialAnalyzer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DOUAudioSpatialAnalyzer.h; path = src/DOUAudioSpatialAnalyzer.h; sourceTree = "<group>"; };
8B4A242E2E9F7BF79F225EA0068F24CA /* YYWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-umbrella.h"; sourceTree = "<group>"; };
8B4A242E2E9F7BF79F225EA0068F24CA /* YYWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYWebImage-umbrella.h"; sourceTree = "<group>"; };
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD
; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8C20F4C53FD31197D2CAEA163940C0B9 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = "<group>"; };
8C20F4C53FD31197D2CAEA163940C0B9 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = "<group>"; };
8DC3FDA3172EBD4FADC5D40393EDE7AE /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = "<group>"; };
8DC3FDA3172EBD4FADC5D40393EDE7AE /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = "<group>"; };
8DE17301EBA9EAC90588DAC0FCC7371F /* NSValue+Compat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Compat.m"; path = "lottie-ios/Classes/MacCompatibility/NSValue+Compat.m"; sourceTree = "<group>"; };
8DE17301EBA9EAC90588DAC0FCC7371F /* NSValue+Compat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Compat.m"; path = "lottie-ios/Classes/MacCompatibility/NSValue+Compat.m"; sourceTree = "<group>"; };
...
@@ -912,10 +912,10 @@
...
@@ -912,10 +912,10 @@
9A36DFF1385A6408C3031CA98ECD1D36 /* LOTArrayInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTArrayInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTArrayInterpolator.h"; sourceTree = "<group>"; };
9A36DFF1385A6408C3031CA98ECD1D36 /* LOTArrayInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTArrayInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTArrayInterpolator.h"; sourceTree = "<group>"; };
9AF29770A48876669B2E367199CFA4BB /* LOTRenderGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTRenderGroup.m; path = "lottie-ios/Classes/RenderSystem/RenderNodes/LOTRenderGroup.m"; sourceTree = "<group>"; };
9AF29770A48876669B2E367199CFA4BB /* LOTRenderGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTRenderGroup.m; path = "lottie-ios/Classes/RenderSystem/RenderNodes/LOTRenderGroup.m"; sourceTree = "<group>"; };
9B3D3F9A9A7A016448B7AA1FEB37645C /* CGGeometry+LOTAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+LOTAdditions.h"; path = "lottie-ios/Classes/Extensions/CGGeometry+LOTAdditions.h"; sourceTree = "<group>"; };
9B3D3F9A9A7A016448B7AA1FEB37645C /* CGGeometry+LOTAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+LOTAdditions.h"; path = "lottie-ios/Classes/Extensions/CGGeometry+LOTAdditions.h"; sourceTree = "<group>"; };
9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
-DreamSleep */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-DreamSleep"
; path = Pods_DreamSleep.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
_DreamSleep.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = Pods_DreamSleep.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9C702A81B574E5A589B1307E80EB9F84 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = "<group>"; };
9C702A81B574E5A589B1307E80EB9F84 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = "<group>"; };
9D764FE88345F9342FA47AB4277BEF59 /* UIBarButtonItem+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+Night.h"; path = "DKNightVersion/UIKit/UIBarButtonItem+Night.h"; sourceTree = "<group>"; };
9D764FE88345F9342FA47AB4277BEF59 /* UIBarButtonItem+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+Night.h"; path = "DKNightVersion/UIKit/UIBarButtonItem+Night.h"; sourceTree = "<group>"; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2;
lastKnownFileType = text;
name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9DCC3F073E3B3F361C806DFF1EBBE86B /* LOTValueInterpolator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTValueInterpolator.m; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTValueInterpolator.m"; sourceTree = "<group>"; };
9DCC3F073E3B3F361C806DFF1EBBE86B /* LOTValueInterpolator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTValueInterpolator.m; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTValueInterpolator.m"; sourceTree = "<group>"; };
A0DA3FDC2852A74ADAA18329E0D209E2 /* LOTPolygonAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTPolygonAnimator.m; path = "lottie-ios/Classes/RenderSystem/AnimatorNodes/LOTPolygonAnimator.m"; sourceTree = "<group>"; };
A0DA3FDC2852A74ADAA18329E0D209E2 /* LOTPolygonAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTPolygonAnimator.m; path = "lottie-ios/Classes/RenderSystem/AnimatorNodes/LOTPolygonAnimator.m"; sourceTree = "<group>"; };
A136910DD2A4366F47D9FADF04F1C493 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = "<group>"; };
A136910DD2A4366F47D9FADF04F1C493 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = "<group>"; };
...
@@ -923,10 +923,10 @@
...
@@ -923,10 +923,10 @@
A259AC049CD8B3B7855E25B5C8BB7952 /* LOTCircleAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTCircleAnimator.m; path = "lottie-ios/Classes/RenderSystem/AnimatorNodes/LOTCircleAnimator.m"; sourceTree = "<group>"; };
A259AC049CD8B3B7855E25B5C8BB7952 /* LOTCircleAnimator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTCircleAnimator.m; path = "lottie-ios/Classes/RenderSystem/AnimatorNodes/LOTCircleAnimator.m"; sourceTree = "<group>"; };
A2B7E8E44302E6D107B271FDB375FC80 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = "<group>"; };
A2B7E8E44302E6D107B271FDB375FC80 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = "<group>"; };
A2BC4AE4EA33EDF2196DA54B2F9D64A3 /* UITextField+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+Night.m"; path = "DKNightVersion/UIKit/UITextField+Night.m"; sourceTree = "<group>"; };
A2BC4AE4EA33EDF2196DA54B2F9D64A3 /* UITextField+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+Night.m"; path = "DKNightVersion/UIKit/UITextField+Night.m"; sourceTree = "<group>"; };
A3D4FA69013D692AC19BA0FA85C90FD7 /* DKColorTable.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = DKColorTable.txt; path = DKNightVersion/ColorTable/DKColorTable.txt; sourceTree = "<group>"; };
A3D4FA69013D692AC19BA0FA85C90FD7 /* DKColorTable.txt */ = {isa = PBXFileReference; includeInIndex = 1;
lastKnownFileType = text;
name = DKColorTable.txt; path = DKNightVersion/ColorTable/DKColorTable.txt; sourceTree = "<group>"; };
A42E39D9211C48F93E7590E6E2C53A90 /* CALayer+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+Night.h"; path = "DKNightVersion/CoreAnimation/CALayer+Night.h"; sourceTree = "<group>"; };
A42E39D9211C48F93E7590E6E2C53A90 /* CALayer+Night.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CALayer+Night.h"; path = "DKNightVersion/CoreAnimation/CALayer+Night.h"; sourceTree = "<group>"; };
A4515575E48DF2ED788158BC4E1610D0 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
A4515575E48DF2ED788158BC4E1610D0 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking
; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A59A486CAAD3E6A72177CA8D44B66A0B /* DKNightVersion.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DKNightVersion.modulemap; sourceTree = "<group>"; };
A59A486CAAD3E6A72177CA8D44B66A0B /* DKNightVersion.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DKNightVersion.modulemap; sourceTree = "<group>"; };
A5ADF7E6DAA3FDCD9795FECDDD788D1C /* YTKBatchRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YTKBatchRequest.m; path = YTKNetwork/YTKBatchRequest.m; sourceTree = "<group>"; };
A5ADF7E6DAA3FDCD9795FECDDD788D1C /* YTKBatchRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YTKBatchRequest.m; path = YTKNetwork/YTKBatchRequest.m; sourceTree = "<group>"; };
A61446E97AB66CE25F717C39B0A13F8A /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = "<group>"; };
A61446E97AB66CE25F717C39B0A13F8A /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = "<group>"; };
...
@@ -1009,7 +1009,7 @@
...
@@ -1009,7 +1009,7 @@
D3501A32F6FD6CA263442DBA4C624E58 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = "<group>"; };
D3501A32F6FD6CA263442DBA4C624E58 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = "<group>"; };
D43AEE190FF841B9A9BE41E902A19164 /* YYImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.debug.xcconfig; sourceTree = "<group>"; };
D43AEE190FF841B9A9BE41E902A19164 /* YYImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYImage.debug.xcconfig; sourceTree = "<group>"; };
D4919B8A28576434557E5D6BF36DCCC2 /* CAShapeLayer+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CAShapeLayer+Night.m"; path = "DKNightVersion/CoreAnimation/CAShapeLayer+Night.m"; sourceTree = "<group>"; };
D4919B8A28576434557E5D6BF36DCCC2 /* CAShapeLayer+Night.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CAShapeLayer+Night.m"; path = "DKNightVersion/CoreAnimation/CAShapeLayer+Night.m"; sourceTree = "<group>"; };
D49390DC16189A74052FAC3455F18249 /* DKNightVersion
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DKNightVersion
; path = DKNightVersion.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D49390DC16189A74052FAC3455F18249 /* DKNightVersion
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = DKNightVersion.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D5862E7602A25BA72619B360387F3448 /* LOTSizeInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTSizeInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTSizeInterpolator.h"; sourceTree = "<group>"; };
D5862E7602A25BA72619B360387F3448 /* LOTSizeInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTSizeInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTSizeInterpolator.h"; sourceTree = "<group>"; };
D66BFB05F6A5E832BBA7D86055C84FD2 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = "<group>"; };
D66BFB05F6A5E832BBA7D86055C84FD2 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = "<group>"; };
D6CF76B9EB35305F9FCD91391E95F42F /* DKNightVersionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DKNightVersionManager.m; path = DKNightVersion/Core/DKNightVersionManager.m; sourceTree = "<group>"; };
D6CF76B9EB35305F9FCD91391E95F42F /* DKNightVersionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DKNightVersionManager.m; path = DKNightVersion/Core/DKNightVersionManager.m; sourceTree = "<group>"; };
...
@@ -1042,8 +1042,8 @@
...
@@ -1042,8 +1042,8 @@
E224D2A6BA59AAB5DA6E99FF8C21B6C0 /* LOTPointInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTPointInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTPointInterpolator.h"; sourceTree = "<group>"; };
E224D2A6BA59AAB5DA6E99FF8C21B6C0 /* LOTPointInterpolator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTPointInterpolator.h; path = "lottie-ios/Classes/RenderSystem/InterpolatorNodes/LOTPointInterpolator.h"; sourceTree = "<group>"; };
E3753984671C298498121C110F83E202 /* LOTModels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTModels.h; path = "lottie-ios/Classes/Models/LOTModels.h"; sourceTree = "<group>"; };
E3753984671C298498121C110F83E202 /* LOTModels.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LOTModels.h; path = "lottie-ios/Classes/Models/LOTModels.h"; sourceTree = "<group>"; };
E42866A695CAB218857DF4D68617A7AF /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = "<group>"; };
E42866A695CAB218857DF4D68617A7AF /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = "<group>"; };
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYModel
; path = YYModel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = YYModel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh
*/ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh
; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh
.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0
; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E5523ECF66B84F2AB486B7D33749BECD /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYWebImage.m"; path = "YYWebImage/Categories/UIImage+YYWebImage.m"; sourceTree = "<group>"; };
E5523ECF66B84F2AB486B7D33749BECD /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+YYWebImage.m"; path = "YYWebImage/Categories/UIImage+YYWebImage.m"; sourceTree = "<group>"; };
E63E41D7270D17FCCAA86496EE719A02 /* _YYWebImageSetter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _YYWebImageSetter.h; path = YYWebImage/Categories/_YYWebImageSetter.h; sourceTree = "<group>"; };
E63E41D7270D17FCCAA86496EE719A02 /* _YYWebImageSetter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = _YYWebImageSetter.h; path = YYWebImage/Categories/_YYWebImageSetter.h; sourceTree = "<group>"; };
E652CA0DD07563E44298FF75B9AD8E04 /* LOTAnimationCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTAnimationCache.m; path = "lottie-ios/Classes/Private/LOTAnimationCache.m"; sourceTree = "<group>"; };
E652CA0DD07563E44298FF75B9AD8E04 /* LOTAnimationCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LOTAnimationCache.m; path = "lottie-ios/Classes/Private/LOTAnimationCache.m"; sourceTree = "<group>"; };
...
@@ -1253,7 +1253,6 @@
...
@@ -1253,7 +1253,6 @@
9E032F135F4EE577059033CDEED14BA4 /* Serialization */,
9E032F135F4EE577059033CDEED14BA4 /* Serialization */,
C9BA8B274494C3E75E9183FC73C987AF /* Support Files */,
C9BA8B274494C3E75E9183FC73C987AF /* Support Files */,
);
);
name = AFNetworking;
path = AFNetworking;
path = AFNetworking;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1359,7 +1358,6 @@
...
@@ -1359,7 +1358,6 @@
7039DF2332997E5F4935F6C8247C60B4 /* NSData+DOUAudioMappedFile.m */,
7039DF2332997E5F4935F6C8247C60B4 /* NSData+DOUAudioMappedFile.m */,
8A6F8A5CD93D78CF5C3E4797A0537DC8 /* Support Files */,
8A6F8A5CD93D78CF5C3E4797A0537DC8 /* Support Files */,
);
);
name = DOUAudioStreamer;
path = DOUAudioStreamer;
path = DOUAudioStreamer;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1512,7 +1510,6 @@
...
@@ -1512,7 +1510,6 @@
6F4EB2D3E2E56200DAE2E7D516103523 /* UIColor+Expanded.m */,
6F4EB2D3E2E56200DAE2E7D516103523 /* UIColor+Expanded.m */,
51F0757C0764918B024FF74828D69606 /* Support Files */,
51F0757C0764918B024FF74828D69606 /* Support Files */,
);
);
name = "lottie-ios";
path = "lottie-ios";
path = "lottie-ios";
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1618,7 +1615,6 @@
...
@@ -1618,7 +1615,6 @@
4B00CD358300A02DED361FD20E404D2B /* Support Files */,
4B00CD358300A02DED361FD20E404D2B /* Support Files */,
14B9E5D278F40390674E29FBE63BF8B9 /* UIKit */,
14B9E5D278F40390674E29FBE63BF8B9 /* UIKit */,
);
);
name = DKNightVersion;
path = DKNightVersion;
path = DKNightVersion;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1629,7 +1625,6 @@
...
@@ -1629,7 +1625,6 @@
33599F8858C3CE6C17E1574FD8AF73E6 /* MBProgressHUD.m */,
33599F8858C3CE6C17E1574FD8AF73E6 /* MBProgressHUD.m */,
C6BB0B9316458333FD8CA83744D530A6 /* Support Files */,
C6BB0B9316458333FD8CA83744D530A6 /* Support Files */,
);
);
name = MBProgressHUD;
path = MBProgressHUD;
path = MBProgressHUD;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1659,7 +1654,6 @@
...
@@ -1659,7 +1654,6 @@
5515FC048B54B90E0C67DC948BF45F69 /* Support Files */,
5515FC048B54B90E0C67DC948BF45F69 /* Support Files */,
C500DA13F15FAD4EF86F08744FC0DD19 /* WebP */,
C500DA13F15FAD4EF86F08744FC0DD19 /* WebP */,
);
);
name = YYImage;
path = YYImage;
path = YYImage;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1673,7 +1667,6 @@
...
@@ -1673,7 +1667,6 @@
CF24236E038E81761AB05567FC5E38E2 /* YYModel.h */,
CF24236E038E81761AB05567FC5E38E2 /* YYModel.h */,
3EEDF330336109985506730CA2D464AD /* Support Files */,
3EEDF330336109985506730CA2D464AD /* Support Files */,
);
);
name = YYModel;
path = YYModel;
path = YYModel;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1747,7 +1740,6 @@
...
@@ -1747,7 +1740,6 @@
01400A68C54DAD764C4E6C68528797DD /* ViewController+MASAdditions.m */,
01400A68C54DAD764C4E6C68528797DD /* ViewController+MASAdditions.m */,
BF57E6BEC427EC75B0E7993F3F4B210F /* Support Files */,
BF57E6BEC427EC75B0E7993F3F4B210F /* Support Files */,
);
);
name = Masonry;
path = Masonry;
path = Masonry;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1775,7 +1767,6 @@
...
@@ -1775,7 +1767,6 @@
17EA9F761AFFE2848A80FB18ABA96BDF /* YYWebImageOperation.m */,
17EA9F761AFFE2848A80FB18ABA96BDF /* YYWebImageOperation.m */,
1D5391B8118891AF14E6DCE6E44885BF /* Support Files */,
1D5391B8118891AF14E6DCE6E44885BF /* Support Files */,
);
);
name = YYWebImage;
path = YYWebImage;
path = YYWebImage;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1809,7 +1800,6 @@
...
@@ -1809,7 +1800,6 @@
8DC3FDA3172EBD4FADC5D40393EDE7AE /* YYMemoryCache.m */,
8DC3FDA3172EBD4FADC5D40393EDE7AE /* YYMemoryCache.m */,
90F6A2886192E42EC881FF9A9C4B90D9 /* Support Files */,
90F6A2886192E42EC881FF9A9C4B90D9 /* Support Files */,
);
);
name = YYCache;
path = YYCache;
path = YYCache;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1868,7 +1858,6 @@
...
@@ -1868,7 +1858,6 @@
7A343EB9C1BC314B16D4BCCABFE538A0 /* Resources */,
7A343EB9C1BC314B16D4BCCABFE538A0 /* Resources */,
4BEB21FC41A730699F64522673139BA4 /* Support Files */,
4BEB21FC41A730699F64522673139BA4 /* Support Files */,
);
);
name = MJRefresh;
path = MJRefresh;
path = MJRefresh;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -1899,19 +1888,19 @@
...
@@ -1899,19 +1888,19 @@
8EBED1F8E09ECFA915D1609640CD2F9B /* Products */ = {
8EBED1F8E09ECFA915D1609640CD2F9B /* Products */ = {
isa = PBXGroup;
isa = PBXGroup;
children = (
children = (
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */,
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking
.framework
*/,
D49390DC16189A74052FAC3455F18249 /* DKNightVersion */,
D49390DC16189A74052FAC3455F18249 /* DKNightVersion
.framework
*/,
04B380B6648264692DA26C32040918AF /* DOUAudioStreamer */,
04B380B6648264692DA26C32040918AF /* DOUAudioStreamer
.framework
*/,
51BA97E8B5085EFFB47BC9C0B785CEA7 /*
lottie-ios
*/,
51BA97E8B5085EFFB47BC9C0B785CEA7 /*
Lottie.framework
*/,
1FFED36A657123030ABB700256D73F15 /* Masonry */,
1FFED36A657123030ABB700256D73F15 /* Masonry
.framework
*/,
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */,
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD
.framework
*/,
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */,
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh
.framework
*/,
9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
-DreamSleep
*/,
9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
_DreamSleep.framework
*/,
601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork */,
601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork
.framework
*/,
48ACF38225AF5129416A1F090F6D3286 /* YYCache */,
48ACF38225AF5129416A1F090F6D3286 /* YYCache
.framework
*/,
0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage */,
0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage
.framework
*/,
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */,
E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel
.framework
*/,
4FC1978206616CE319648B302B05AA8A /* YYWebImage */,
4FC1978206616CE319648B302B05AA8A /* YYWebImage
.framework
*/,
);
);
name = Products;
name = Products;
sourceTree = "<group>";
sourceTree = "<group>";
...
@@ -1969,7 +1958,6 @@
...
@@ -1969,7 +1958,6 @@
4CA243760AD75922B7C1C120B76BB492 /* YTKRequestEventAccessory.m */,
4CA243760AD75922B7C1C120B76BB492 /* YTKRequestEventAccessory.m */,
E98938C41AB4B1CE8EDCA831E3C036D9 /* Support Files */,
E98938C41AB4B1CE8EDCA831E3C036D9 /* Support Files */,
);
);
name = YTKNetwork;
path = YTKNetwork;
path = YTKNetwork;
sourceTree = "<group>";
sourceTree = "<group>";
};
};
...
@@ -2460,7 +2448,7 @@
...
@@ -2460,7 +2448,7 @@
);
);
name = AFNetworking;
name = AFNetworking;
productName = AFNetworking;
productName = AFNetworking;
productReference = A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */;
productReference = A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
0B967D7F8561D42493EE289EC8D450D1 /* lottie-ios */ = {
0B967D7F8561D42493EE289EC8D450D1 /* lottie-ios */ = {
...
@@ -2478,7 +2466,7 @@
...
@@ -2478,7 +2466,7 @@
);
);
name = "lottie-ios";
name = "lottie-ios";
productName = Lottie;
productName = Lottie;
productReference = 51BA97E8B5085EFFB47BC9C0B785CEA7 /*
lottie-ios
*/;
productReference = 51BA97E8B5085EFFB47BC9C0B785CEA7 /*
Lottie.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */ = {
488E8C830C5A5694EE916251B9ADAADA /* YYWebImage */ = {
...
@@ -2498,7 +2486,7 @@
...
@@ -2498,7 +2486,7 @@
);
);
name = YYWebImage;
name = YYWebImage;
productName = YYWebImage;
productName = YYWebImage;
productReference = 4FC1978206616CE319648B302B05AA8A /* YYWebImage */;
productReference = 4FC1978206616CE319648B302B05AA8A /* YYWebImage
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
55AF53E6C77A10ED4985E04D74A8878E /* Masonry */ = {
55AF53E6C77A10ED4985E04D74A8878E /* Masonry */ = {
...
@@ -2516,7 +2504,7 @@
...
@@ -2516,7 +2504,7 @@
);
);
name = Masonry;
name = Masonry;
productName = Masonry;
productName = Masonry;
productReference = 1FFED36A657123030ABB700256D73F15 /* Masonry */;
productReference = 1FFED36A657123030ABB700256D73F15 /* Masonry
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
5B27019314D6E0AFC98D212A7729D0CD /* Pods-DreamSleep */ = {
5B27019314D6E0AFC98D212A7729D0CD /* Pods-DreamSleep */ = {
...
@@ -2546,7 +2534,7 @@
...
@@ -2546,7 +2534,7 @@
);
);
name = "Pods-DreamSleep";
name = "Pods-DreamSleep";
productName = Pods_DreamSleep;
productName = Pods_DreamSleep;
productReference = 9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
-DreamSleep
*/;
productReference = 9BD6F0B21CDAE9FA26016DC870A83047 /* Pods
_DreamSleep.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
5CEB6950CD05DCBC58038F439D626086 /* DOUAudioStreamer */ = {
5CEB6950CD05DCBC58038F439D626086 /* DOUAudioStreamer */ = {
...
@@ -2564,7 +2552,7 @@
...
@@ -2564,7 +2552,7 @@
);
);
name = DOUAudioStreamer;
name = DOUAudioStreamer;
productName = DOUAudioStreamer;
productName = DOUAudioStreamer;
productReference = 04B380B6648264692DA26C32040918AF /* DOUAudioStreamer */;
productReference = 04B380B6648264692DA26C32040918AF /* DOUAudioStreamer
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */ = {
6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */ = {
...
@@ -2582,7 +2570,7 @@
...
@@ -2582,7 +2570,7 @@
);
);
name = MJRefresh;
name = MJRefresh;
productName = MJRefresh;
productName = MJRefresh;
productReference = E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh */;
productReference = E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
822E44240F2922DAB12018A6B649BD19 /* YYImage */ = {
822E44240F2922DAB12018A6B649BD19 /* YYImage */ = {
...
@@ -2600,7 +2588,7 @@
...
@@ -2600,7 +2588,7 @@
);
);
name = YYImage;
name = YYImage;
productName = YYImage;
productName = YYImage;
productReference = 0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage */;
productReference = 0C6F4829D47D1826F47CDC4264F9F6A8 /* YYImage
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */ = {
82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */ = {
...
@@ -2618,7 +2606,7 @@
...
@@ -2618,7 +2606,7 @@
);
);
name = MBProgressHUD;
name = MBProgressHUD;
productName = MBProgressHUD;
productName = MBProgressHUD;
productReference = 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD */;
productReference = 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
84B44807A12996D487A4A591A481D6A0 /* YYModel */ = {
84B44807A12996D487A4A591A481D6A0 /* YYModel */ = {
...
@@ -2636,7 +2624,7 @@
...
@@ -2636,7 +2624,7 @@
);
);
name = YYModel;
name = YYModel;
productName = YYModel;
productName = YYModel;
productReference = E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */;
productReference = E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
A10D306FBCE61B6A00F5D9E74036D1E9 /* DKNightVersion */ = {
A10D306FBCE61B6A00F5D9E74036D1E9 /* DKNightVersion */ = {
...
@@ -2654,7 +2642,7 @@
...
@@ -2654,7 +2642,7 @@
);
);
name = DKNightVersion;
name = DKNightVersion;
productName = DKNightVersion;
productName = DKNightVersion;
productReference = D49390DC16189A74052FAC3455F18249 /* DKNightVersion */;
productReference = D49390DC16189A74052FAC3455F18249 /* DKNightVersion
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
AC51EA5BE1682F8277BE5F13677E147C /* YTKNetwork */ = {
AC51EA5BE1682F8277BE5F13677E147C /* YTKNetwork */ = {
...
@@ -2673,7 +2661,7 @@
...
@@ -2673,7 +2661,7 @@
);
);
name = YTKNetwork;
name = YTKNetwork;
productName = YTKNetwork;
productName = YTKNetwork;
productReference = 601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork */;
productReference = 601EEA66C9A6080A11C1ADE5E2A91AE1 /* YTKNetwork
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */ = {
CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */ = {
...
@@ -2691,7 +2679,7 @@
...
@@ -2691,7 +2679,7 @@
);
);
name = YYCache;
name = YYCache;
productName = YYCache;
productName = YYCache;
productReference = 48ACF38225AF5129416A1F090F6D3286 /* YYCache */;
productReference = 48ACF38225AF5129416A1F090F6D3286 /* YYCache
.framework
*/;
productType = "com.apple.product-type.framework";
productType = "com.apple.product-type.framework";
};
};
/* End PBXNativeTarget section */
/* End PBXNativeTarget section */
...
@@ -3335,6 +3323,7 @@
...
@@ -3335,6 +3323,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/MJRefresh/MJRefresh.modulemap";
MODULEMAP_FILE = "Target Support Files/MJRefresh/MJRefresh.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = MJRefresh;
PRODUCT_MODULE_NAME = MJRefresh;
PRODUCT_NAME = MJRefresh;
PRODUCT_NAME = MJRefresh;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -3438,6 +3427,7 @@
...
@@ -3438,6 +3427,7 @@
);
);
MACH_O_TYPE = staticlib;
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-DreamSleep/Pods-DreamSleep.modulemap";
MODULEMAP_FILE = "Target Support Files/Pods-DreamSleep/Pods-DreamSleep.modulemap";
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PODS_ROOT = "$(SRCROOT)";
...
@@ -3473,6 +3463,7 @@
...
@@ -3473,6 +3463,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap";
MODULEMAP_FILE = "Target Support Files/YYImage/YYImage.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = YYImage;
PRODUCT_MODULE_NAME = YYImage;
PRODUCT_NAME = YYImage;
PRODUCT_NAME = YYImage;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -3574,6 +3565,7 @@
...
@@ -3574,6 +3565,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/lottie-ios/lottie-ios.modulemap";
MODULEMAP_FILE = "Target Support Files/lottie-ios/lottie-ios.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = Lottie;
PRODUCT_MODULE_NAME = Lottie;
PRODUCT_NAME = Lottie;
PRODUCT_NAME = Lottie;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -3709,6 +3701,7 @@
...
@@ -3709,6 +3701,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap";
MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = AFNetworking;
PRODUCT_MODULE_NAME = AFNetworking;
PRODUCT_NAME = AFNetworking;
PRODUCT_NAME = AFNetworking;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -3742,6 +3735,7 @@
...
@@ -3742,6 +3735,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/DKNightVersion/DKNightVersion.modulemap";
MODULEMAP_FILE = "Target Support Files/DKNightVersion/DKNightVersion.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = DKNightVersion;
PRODUCT_MODULE_NAME = DKNightVersion;
PRODUCT_NAME = DKNightVersion;
PRODUCT_NAME = DKNightVersion;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -3843,6 +3837,7 @@
...
@@ -3843,6 +3837,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/YYWebImage/YYWebImage.modulemap";
MODULEMAP_FILE = "Target Support Files/YYWebImage/YYWebImage.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = YYWebImage;
PRODUCT_MODULE_NAME = YYWebImage;
PRODUCT_NAME = YYWebImage;
PRODUCT_NAME = YYWebImage;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4016,6 +4011,7 @@
...
@@ -4016,6 +4011,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap";
MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = YYModel;
PRODUCT_MODULE_NAME = YYModel;
PRODUCT_NAME = YYModel;
PRODUCT_NAME = YYModel;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4381,6 +4377,7 @@
...
@@ -4381,6 +4377,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/YYCache/YYCache.modulemap";
MODULEMAP_FILE = "Target Support Files/YYCache/YYCache.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = YYCache;
PRODUCT_MODULE_NAME = YYCache;
PRODUCT_NAME = YYCache;
PRODUCT_NAME = YYCache;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4414,6 +4411,7 @@
...
@@ -4414,6 +4411,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/MBProgressHUD/MBProgressHUD.modulemap";
MODULEMAP_FILE = "Target Support Files/MBProgressHUD/MBProgressHUD.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = MBProgressHUD;
PRODUCT_MODULE_NAME = MBProgressHUD;
PRODUCT_NAME = MBProgressHUD;
PRODUCT_NAME = MBProgressHUD;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4481,6 +4479,7 @@
...
@@ -4481,6 +4479,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/YTKNetwork/YTKNetwork.modulemap";
MODULEMAP_FILE = "Target Support Files/YTKNetwork/YTKNetwork.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = YTKNetwork;
PRODUCT_MODULE_NAME = YTKNetwork;
PRODUCT_NAME = YTKNetwork;
PRODUCT_NAME = YTKNetwork;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4548,6 +4547,7 @@
...
@@ -4548,6 +4547,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/DOUAudioStreamer/DOUAudioStreamer.modulemap";
MODULEMAP_FILE = "Target Support Files/DOUAudioStreamer/DOUAudioStreamer.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = DOUAudioStreamer;
PRODUCT_MODULE_NAME = DOUAudioStreamer;
PRODUCT_NAME = DOUAudioStreamer;
PRODUCT_NAME = DOUAudioStreamer;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
@@ -4715,6 +4715,7 @@
...
@@ -4715,6 +4715,7 @@
"@loader_path/Frameworks",
"@loader_path/Frameworks",
);
);
MODULEMAP_FILE = "Target Support Files/Masonry/Masonry.modulemap";
MODULEMAP_FILE = "Target Support Files/Masonry/Masonry.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_MODULE_NAME = Masonry;
PRODUCT_MODULE_NAME = Masonry;
PRODUCT_NAME = Masonry;
PRODUCT_NAME = Masonry;
SDKROOT = iphoneos;
SDKROOT = iphoneos;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论