wallpaperAI
21
Podfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Uncomment the next line to define a global platform for your project
|
||||||
|
# platform :ios, '9.0'
|
||||||
|
|
||||||
|
target 'wallpaper_BProject' do
|
||||||
|
# Comment the next line if you don't want to use dynamic frameworks
|
||||||
|
use_frameworks!
|
||||||
|
|
||||||
|
# Pods for wallpaper_BProject
|
||||||
|
pod 'SnapKit'
|
||||||
|
pod 'IQKeyboardManagerSwift'
|
||||||
|
pod 'BRPickerView'
|
||||||
|
pod 'Alamofire'
|
||||||
|
pod 'FSPagerView'
|
||||||
|
pod 'SVProgressHUD'
|
||||||
|
pod 'JXSegmentedView'
|
||||||
|
pod 'GYSide'
|
||||||
|
pod 'MJExtension'
|
||||||
|
pod 'MJRefresh'
|
||||||
|
pod 'SDWebImage'
|
||||||
|
|
||||||
|
end
|
||||||
731
wallpaper_BProject.xcodeproj/project.pbxproj
Normal file
@ -0,0 +1,731 @@
|
|||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 56;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
2902F06D986615E685CF8F03 /* Pods_wallpaper_BProject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9209E4A8EAAC3ADF69414885 /* Pods_wallpaper_BProject.framework */; };
|
||||||
|
750B32432C8565950043BC13 /* SegmentedPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750B323F2C8565950043BC13 /* SegmentedPageViewController.swift */; };
|
||||||
|
750B32442C8565950043BC13 /* SPSegmentedControll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750B32402C8565950043BC13 /* SPSegmentedControll.swift */; };
|
||||||
|
750B32452C8565950043BC13 /* SPSegmentedControllItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750B32412C8565950043BC13 /* SPSegmentedControllItem.swift */; };
|
||||||
|
75373B892C859DC7002D37EB /* NW_LauncVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75373B872C859DC7002D37EB /* NW_LauncVC.swift */; };
|
||||||
|
75373B8A2C859DC7002D37EB /* NW_LauncVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75373B882C859DC7002D37EB /* NW_LauncVC.xib */; };
|
||||||
|
756496992C815BF6009976AE /* NW_CommunityCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756496972C815BF6009976AE /* NW_CommunityCell.swift */; };
|
||||||
|
7564969A2C815BF6009976AE /* NW_CommunityCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 756496982C815BF6009976AE /* NW_CommunityCell.xib */; };
|
||||||
|
757405A12C816ADC0096CE18 /* Ranking.json in Resources */ = {isa = PBXBuildFile; fileRef = 757405A02C816ACD0096CE18 /* Ranking.json */; };
|
||||||
|
757405A42C816EC90096CE18 /* NW_RankingModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757405A32C816EC90096CE18 /* NW_RankingModel.swift */; };
|
||||||
|
757405A72C81954A0096CE18 /* NW_RankingFSpageCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 757405A62C81954A0096CE18 /* NW_RankingFSpageCell.xib */; };
|
||||||
|
757405A82C81954A0096CE18 /* NW_RankingFSpageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757405A52C81954A0096CE18 /* NW_RankingFSpageCell.swift */; };
|
||||||
|
757405AC2C81B96C0096CE18 /* CustomIndicatorImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757405AB2C81B96C0096CE18 /* CustomIndicatorImageView.swift */; };
|
||||||
|
759C5C3D2C7EFDCE001FCB67 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C3C2C7EFDCE001FCB67 /* AppDelegate.swift */; };
|
||||||
|
759C5C412C7EFDCE001FCB67 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C402C7EFDCE001FCB67 /* ViewController.swift */; };
|
||||||
|
759C5C442C7EFDCE001FCB67 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C432C7EFDCE001FCB67 /* Base */; };
|
||||||
|
759C5C462C7EFDD2001FCB67 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C452C7EFDD2001FCB67 /* Assets.xcassets */; };
|
||||||
|
759C5C492C7EFDD2001FCB67 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C482C7EFDD2001FCB67 /* Base */; };
|
||||||
|
759C5C522C7EFEB8001FCB67 /* NW_RootVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C512C7EFEB8001FCB67 /* NW_RootVC.swift */; };
|
||||||
|
759C5C542C7EFF25001FCB67 /* NW_RootNAVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C532C7EFF25001FCB67 /* NW_RootNAVC.swift */; };
|
||||||
|
759C5C562C7EFF3C001FCB67 /* NW_RootTabBarVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C552C7EFF3C001FCB67 /* NW_RootTabBarVC.swift */; };
|
||||||
|
759C5C632C7F18F7001FCB67 /* NW_HomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C612C7F18F7001FCB67 /* NW_HomeVC.swift */; };
|
||||||
|
759C5C642C7F18F7001FCB67 /* NW_HomeVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C622C7F18F7001FCB67 /* NW_HomeVC.xib */; };
|
||||||
|
759C5C6D2C7F1937001FCB67 /* NW_CommunityVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C6B2C7F1937001FCB67 /* NW_CommunityVC.swift */; };
|
||||||
|
759C5C6E2C7F1937001FCB67 /* NW_CommunityVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C6C2C7F1937001FCB67 /* NW_CommunityVC.xib */; };
|
||||||
|
759C5C712C7F1949001FCB67 /* NW_MineVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C6F2C7F1949001FCB67 /* NW_MineVC.swift */; };
|
||||||
|
759C5C722C7F1949001FCB67 /* NW_MineVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C702C7F1949001FCB67 /* NW_MineVC.xib */; };
|
||||||
|
759C5C752C7F195C001FCB67 /* NW_RankingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 759C5C732C7F195C001FCB67 /* NW_RankingVC.swift */; };
|
||||||
|
759C5C762C7F195C001FCB67 /* NW_RankingVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 759C5C742C7F195C001FCB67 /* NW_RankingVC.xib */; };
|
||||||
|
75A998282C804368007E2DCA /* color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A998272C804368007E2DCA /* color.swift */; };
|
||||||
|
75A9982C2C8057B5007E2DCA /* NW_PGBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A9982A2C8057B5007E2DCA /* NW_PGBannerCell.swift */; };
|
||||||
|
75A9982D2C8057B5007E2DCA /* NW_PGBannerCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A9982B2C8057B5007E2DCA /* NW_PGBannerCell.xib */; };
|
||||||
|
75A998312C805972007E2DCA /* NW_JXOneVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A9982F2C805971007E2DCA /* NW_JXOneVC.swift */; };
|
||||||
|
75A998322C805972007E2DCA /* NW_JXOneVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A998302C805971007E2DCA /* NW_JXOneVC.xib */; };
|
||||||
|
75A998372C80598D007E2DCA /* NW_JXTwoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A998352C80598D007E2DCA /* NW_JXTwoVC.swift */; };
|
||||||
|
75A998382C80598D007E2DCA /* NW_JXTwoVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A998362C80598D007E2DCA /* NW_JXTwoVC.xib */; };
|
||||||
|
75A9983B2C80599C007E2DCA /* NW_JXThreeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A998392C80599C007E2DCA /* NW_JXThreeVC.swift */; };
|
||||||
|
75A9983C2C80599C007E2DCA /* NW_JXThreeVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A9983A2C80599C007E2DCA /* NW_JXThreeVC.xib */; };
|
||||||
|
75A9983F2C805CCB007E2DCA /* NW_WallpaperCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A9983D2C805CCB007E2DCA /* NW_WallpaperCollectionCell.swift */; };
|
||||||
|
75A998402C805CCB007E2DCA /* NW_WallpaperCollectionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A9983E2C805CCB007E2DCA /* NW_WallpaperCollectionCell.xib */; };
|
||||||
|
75A998422C80600B007E2DCA /* WaterfallFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A998412C80600B007E2DCA /* WaterfallFlowLayout.swift */; };
|
||||||
|
75A998462C80718F007E2DCA /* NW_RankingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75A998442C80718F007E2DCA /* NW_RankingCell.swift */; };
|
||||||
|
75A998472C80718F007E2DCA /* NW_RankingCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75A998452C80718F007E2DCA /* NW_RankingCell.xib */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
187497666FAFB0D4BB4CB9CB /* Pods-wallpaper_BProject.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wallpaper_BProject.release.xcconfig"; path = "Target Support Files/Pods-wallpaper_BProject/Pods-wallpaper_BProject.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
5D447EB98EE5070AB5D117F1 /* Pods-wallpaper_BProject.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wallpaper_BProject.debug.xcconfig"; path = "Target Support Files/Pods-wallpaper_BProject/Pods-wallpaper_BProject.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
750B323F2C8565950043BC13 /* SegmentedPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SegmentedPageViewController.swift; sourceTree = "<group>"; };
|
||||||
|
750B32402C8565950043BC13 /* SPSegmentedControll.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPSegmentedControll.swift; sourceTree = "<group>"; };
|
||||||
|
750B32412C8565950043BC13 /* SPSegmentedControllItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SPSegmentedControllItem.swift; sourceTree = "<group>"; };
|
||||||
|
75373B872C859DC7002D37EB /* NW_LauncVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_LauncVC.swift; sourceTree = "<group>"; };
|
||||||
|
75373B882C859DC7002D37EB /* NW_LauncVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_LauncVC.xib; sourceTree = "<group>"; };
|
||||||
|
756496972C815BF6009976AE /* NW_CommunityCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_CommunityCell.swift; sourceTree = "<group>"; };
|
||||||
|
756496982C815BF6009976AE /* NW_CommunityCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_CommunityCell.xib; sourceTree = "<group>"; };
|
||||||
|
757405A02C816ACD0096CE18 /* Ranking.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = Ranking.json; sourceTree = "<group>"; };
|
||||||
|
757405A32C816EC90096CE18 /* NW_RankingModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RankingModel.swift; sourceTree = "<group>"; };
|
||||||
|
757405A52C81954A0096CE18 /* NW_RankingFSpageCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RankingFSpageCell.swift; sourceTree = "<group>"; };
|
||||||
|
757405A62C81954A0096CE18 /* NW_RankingFSpageCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_RankingFSpageCell.xib; sourceTree = "<group>"; };
|
||||||
|
757405AB2C81B96C0096CE18 /* CustomIndicatorImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomIndicatorImageView.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C392C7EFDCE001FCB67 /* wallpaper_BProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = wallpaper_BProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
759C5C3C2C7EFDCE001FCB67 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C402C7EFDCE001FCB67 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C432C7EFDCE001FCB67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||||
|
759C5C452C7EFDD2001FCB67 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
|
759C5C482C7EFDD2001FCB67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
|
759C5C4A2C7EFDD2001FCB67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
|
759C5C512C7EFEB8001FCB67 /* NW_RootVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RootVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C532C7EFF25001FCB67 /* NW_RootNAVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RootNAVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C552C7EFF3C001FCB67 /* NW_RootTabBarVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RootTabBarVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C612C7F18F7001FCB67 /* NW_HomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_HomeVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C622C7F18F7001FCB67 /* NW_HomeVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_HomeVC.xib; sourceTree = "<group>"; };
|
||||||
|
759C5C6B2C7F1937001FCB67 /* NW_CommunityVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_CommunityVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C6C2C7F1937001FCB67 /* NW_CommunityVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_CommunityVC.xib; sourceTree = "<group>"; };
|
||||||
|
759C5C6F2C7F1949001FCB67 /* NW_MineVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_MineVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C702C7F1949001FCB67 /* NW_MineVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_MineVC.xib; sourceTree = "<group>"; };
|
||||||
|
759C5C732C7F195C001FCB67 /* NW_RankingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RankingVC.swift; sourceTree = "<group>"; };
|
||||||
|
759C5C742C7F195C001FCB67 /* NW_RankingVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_RankingVC.xib; sourceTree = "<group>"; };
|
||||||
|
75A998272C804368007E2DCA /* color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = color.swift; sourceTree = "<group>"; };
|
||||||
|
75A9982A2C8057B5007E2DCA /* NW_PGBannerCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_PGBannerCell.swift; sourceTree = "<group>"; };
|
||||||
|
75A9982B2C8057B5007E2DCA /* NW_PGBannerCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_PGBannerCell.xib; sourceTree = "<group>"; };
|
||||||
|
75A9982F2C805971007E2DCA /* NW_JXOneVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_JXOneVC.swift; sourceTree = "<group>"; };
|
||||||
|
75A998302C805971007E2DCA /* NW_JXOneVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_JXOneVC.xib; sourceTree = "<group>"; };
|
||||||
|
75A998352C80598D007E2DCA /* NW_JXTwoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_JXTwoVC.swift; sourceTree = "<group>"; };
|
||||||
|
75A998362C80598D007E2DCA /* NW_JXTwoVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_JXTwoVC.xib; sourceTree = "<group>"; };
|
||||||
|
75A998392C80599C007E2DCA /* NW_JXThreeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_JXThreeVC.swift; sourceTree = "<group>"; };
|
||||||
|
75A9983A2C80599C007E2DCA /* NW_JXThreeVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_JXThreeVC.xib; sourceTree = "<group>"; };
|
||||||
|
75A9983D2C805CCB007E2DCA /* NW_WallpaperCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_WallpaperCollectionCell.swift; sourceTree = "<group>"; };
|
||||||
|
75A9983E2C805CCB007E2DCA /* NW_WallpaperCollectionCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_WallpaperCollectionCell.xib; sourceTree = "<group>"; };
|
||||||
|
75A998412C80600B007E2DCA /* WaterfallFlowLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterfallFlowLayout.swift; sourceTree = "<group>"; };
|
||||||
|
75A998442C80718F007E2DCA /* NW_RankingCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NW_RankingCell.swift; sourceTree = "<group>"; };
|
||||||
|
75A998452C80718F007E2DCA /* NW_RankingCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NW_RankingCell.xib; sourceTree = "<group>"; };
|
||||||
|
9209E4A8EAAC3ADF69414885 /* Pods_wallpaper_BProject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_wallpaper_BProject.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
759C5C362C7EFDCE001FCB67 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2902F06D986615E685CF8F03 /* Pods_wallpaper_BProject.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
275B09557A545E072A9CEFAE /* Pods */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
5D447EB98EE5070AB5D117F1 /* Pods-wallpaper_BProject.debug.xcconfig */,
|
||||||
|
187497666FAFB0D4BB4CB9CB /* Pods-wallpaper_BProject.release.xcconfig */,
|
||||||
|
);
|
||||||
|
path = Pods;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
750B32422C8565950043BC13 /* SegmentedPageViewController */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
750B323F2C8565950043BC13 /* SegmentedPageViewController.swift */,
|
||||||
|
750B32402C8565950043BC13 /* SPSegmentedControll.swift */,
|
||||||
|
750B32412C8565950043BC13 /* SPSegmentedControllItem.swift */,
|
||||||
|
);
|
||||||
|
path = SegmentedPageViewController;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
7574059F2C816AC30096CE18 /* Json */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
757405A02C816ACD0096CE18 /* Ranking.json */,
|
||||||
|
);
|
||||||
|
path = Json;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
757405A22C816EB40096CE18 /* M */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
757405A32C816EC90096CE18 /* NW_RankingModel.swift */,
|
||||||
|
);
|
||||||
|
path = M;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C302C7EFDCE001FCB67 = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C3B2C7EFDCE001FCB67 /* wallpaper_BProject */,
|
||||||
|
759C5C3A2C7EFDCE001FCB67 /* Products */,
|
||||||
|
275B09557A545E072A9CEFAE /* Pods */,
|
||||||
|
D156A583ED8767EF4F1CA53F /* Frameworks */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C3A2C7EFDCE001FCB67 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C392C7EFDCE001FCB67 /* wallpaper_BProject.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C3B2C7EFDCE001FCB67 /* wallpaper_BProject */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A998262C80434D007E2DCA /* Tool */,
|
||||||
|
759C5C5A2C7F1891001FCB67 /* Ranking */,
|
||||||
|
759C5C592C7F1881001FCB67 /* Mine */,
|
||||||
|
759C5C582C7F1879001FCB67 /* Community */,
|
||||||
|
759C5C572C7F1865001FCB67 /* Home */,
|
||||||
|
759C5C502C7EFE9F001FCB67 /* Main */,
|
||||||
|
759C5C3C2C7EFDCE001FCB67 /* AppDelegate.swift */,
|
||||||
|
759C5C402C7EFDCE001FCB67 /* ViewController.swift */,
|
||||||
|
759C5C422C7EFDCE001FCB67 /* Main.storyboard */,
|
||||||
|
759C5C452C7EFDD2001FCB67 /* Assets.xcassets */,
|
||||||
|
759C5C472C7EFDD2001FCB67 /* LaunchScreen.storyboard */,
|
||||||
|
759C5C4A2C7EFDD2001FCB67 /* Info.plist */,
|
||||||
|
);
|
||||||
|
path = wallpaper_BProject;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C502C7EFE9F001FCB67 /* Main */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C512C7EFEB8001FCB67 /* NW_RootVC.swift */,
|
||||||
|
759C5C532C7EFF25001FCB67 /* NW_RootNAVC.swift */,
|
||||||
|
759C5C552C7EFF3C001FCB67 /* NW_RootTabBarVC.swift */,
|
||||||
|
75373B872C859DC7002D37EB /* NW_LauncVC.swift */,
|
||||||
|
75373B882C859DC7002D37EB /* NW_LauncVC.xib */,
|
||||||
|
);
|
||||||
|
path = Main;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C572C7F1865001FCB67 /* Home */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A998292C805791007E2DCA /* V */,
|
||||||
|
759C5C5B2C7F18A8001FCB67 /* C */,
|
||||||
|
);
|
||||||
|
path = Home;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C582C7F1879001FCB67 /* Community */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A998482C807CE4007E2DCA /* V */,
|
||||||
|
759C5C5C2C7F18AC001FCB67 /* C */,
|
||||||
|
);
|
||||||
|
path = Community;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C592C7F1881001FCB67 /* Mine */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C5D2C7F18B0001FCB67 /* C */,
|
||||||
|
);
|
||||||
|
path = Mine;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C5A2C7F1891001FCB67 /* Ranking */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
757405A22C816EB40096CE18 /* M */,
|
||||||
|
75A998432C80717A007E2DCA /* V */,
|
||||||
|
759C5C5E2C7F18B4001FCB67 /* C */,
|
||||||
|
);
|
||||||
|
path = Ranking;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C5B2C7F18A8001FCB67 /* C */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A9982E2C805941007E2DCA /* JX */,
|
||||||
|
759C5C612C7F18F7001FCB67 /* NW_HomeVC.swift */,
|
||||||
|
759C5C622C7F18F7001FCB67 /* NW_HomeVC.xib */,
|
||||||
|
);
|
||||||
|
path = C;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C5C2C7F18AC001FCB67 /* C */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C6B2C7F1937001FCB67 /* NW_CommunityVC.swift */,
|
||||||
|
759C5C6C2C7F1937001FCB67 /* NW_CommunityVC.xib */,
|
||||||
|
);
|
||||||
|
path = C;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C5D2C7F18B0001FCB67 /* C */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C6F2C7F1949001FCB67 /* NW_MineVC.swift */,
|
||||||
|
759C5C702C7F1949001FCB67 /* NW_MineVC.xib */,
|
||||||
|
);
|
||||||
|
path = C;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C5E2C7F18B4001FCB67 /* C */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
759C5C732C7F195C001FCB67 /* NW_RankingVC.swift */,
|
||||||
|
759C5C742C7F195C001FCB67 /* NW_RankingVC.xib */,
|
||||||
|
);
|
||||||
|
path = C;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
75A998262C80434D007E2DCA /* Tool */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
750B32422C8565950043BC13 /* SegmentedPageViewController */,
|
||||||
|
7574059F2C816AC30096CE18 /* Json */,
|
||||||
|
75A998272C804368007E2DCA /* color.swift */,
|
||||||
|
75A998412C80600B007E2DCA /* WaterfallFlowLayout.swift */,
|
||||||
|
757405AB2C81B96C0096CE18 /* CustomIndicatorImageView.swift */,
|
||||||
|
);
|
||||||
|
path = Tool;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
75A998292C805791007E2DCA /* V */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A9982A2C8057B5007E2DCA /* NW_PGBannerCell.swift */,
|
||||||
|
75A9982B2C8057B5007E2DCA /* NW_PGBannerCell.xib */,
|
||||||
|
75A9983D2C805CCB007E2DCA /* NW_WallpaperCollectionCell.swift */,
|
||||||
|
75A9983E2C805CCB007E2DCA /* NW_WallpaperCollectionCell.xib */,
|
||||||
|
);
|
||||||
|
path = V;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
75A9982E2C805941007E2DCA /* JX */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A9982F2C805971007E2DCA /* NW_JXOneVC.swift */,
|
||||||
|
75A998302C805971007E2DCA /* NW_JXOneVC.xib */,
|
||||||
|
75A998352C80598D007E2DCA /* NW_JXTwoVC.swift */,
|
||||||
|
75A998362C80598D007E2DCA /* NW_JXTwoVC.xib */,
|
||||||
|
75A998392C80599C007E2DCA /* NW_JXThreeVC.swift */,
|
||||||
|
75A9983A2C80599C007E2DCA /* NW_JXThreeVC.xib */,
|
||||||
|
);
|
||||||
|
path = JX;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
75A998432C80717A007E2DCA /* V */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
75A998442C80718F007E2DCA /* NW_RankingCell.swift */,
|
||||||
|
75A998452C80718F007E2DCA /* NW_RankingCell.xib */,
|
||||||
|
757405A52C81954A0096CE18 /* NW_RankingFSpageCell.swift */,
|
||||||
|
757405A62C81954A0096CE18 /* NW_RankingFSpageCell.xib */,
|
||||||
|
);
|
||||||
|
path = V;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
75A998482C807CE4007E2DCA /* V */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
756496972C815BF6009976AE /* NW_CommunityCell.swift */,
|
||||||
|
756496982C815BF6009976AE /* NW_CommunityCell.xib */,
|
||||||
|
);
|
||||||
|
path = V;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
D156A583ED8767EF4F1CA53F /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
9209E4A8EAAC3ADF69414885 /* Pods_wallpaper_BProject.framework */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
759C5C382C7EFDCE001FCB67 /* wallpaper_BProject */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 759C5C4D2C7EFDD2001FCB67 /* Build configuration list for PBXNativeTarget "wallpaper_BProject" */;
|
||||||
|
buildPhases = (
|
||||||
|
6F31EDBD7CC0232646C0D180 /* [CP] Check Pods Manifest.lock */,
|
||||||
|
759C5C352C7EFDCE001FCB67 /* Sources */,
|
||||||
|
759C5C362C7EFDCE001FCB67 /* Frameworks */,
|
||||||
|
759C5C372C7EFDCE001FCB67 /* Resources */,
|
||||||
|
2098BFE7F8BC0967589C93B9 /* [CP] Embed Pods Frameworks */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = wallpaper_BProject;
|
||||||
|
productName = wallpaper_BProject;
|
||||||
|
productReference = 759C5C392C7EFDCE001FCB67 /* wallpaper_BProject.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
759C5C312C7EFDCE001FCB67 /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
BuildIndependentTargetsInParallel = 1;
|
||||||
|
CLASSPREFIX = NW_;
|
||||||
|
LastSwiftUpdateCheck = 1530;
|
||||||
|
LastUpgradeCheck = 1530;
|
||||||
|
TargetAttributes = {
|
||||||
|
759C5C382C7EFDCE001FCB67 = {
|
||||||
|
CreatedOnToolsVersion = 15.3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
buildConfigurationList = 759C5C342C7EFDCE001FCB67 /* Build configuration list for PBXProject "wallpaper_BProject" */;
|
||||||
|
compatibilityVersion = "Xcode 14.0";
|
||||||
|
developmentRegion = en;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
Base,
|
||||||
|
);
|
||||||
|
mainGroup = 759C5C302C7EFDCE001FCB67;
|
||||||
|
productRefGroup = 759C5C3A2C7EFDCE001FCB67 /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
759C5C382C7EFDCE001FCB67 /* wallpaper_BProject */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
759C5C372C7EFDCE001FCB67 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
75373B8A2C859DC7002D37EB /* NW_LauncVC.xib in Resources */,
|
||||||
|
759C5C642C7F18F7001FCB67 /* NW_HomeVC.xib in Resources */,
|
||||||
|
759C5C462C7EFDD2001FCB67 /* Assets.xcassets in Resources */,
|
||||||
|
759C5C762C7F195C001FCB67 /* NW_RankingVC.xib in Resources */,
|
||||||
|
759C5C722C7F1949001FCB67 /* NW_MineVC.xib in Resources */,
|
||||||
|
75A9983C2C80599C007E2DCA /* NW_JXThreeVC.xib in Resources */,
|
||||||
|
759C5C6E2C7F1937001FCB67 /* NW_CommunityVC.xib in Resources */,
|
||||||
|
75A9982D2C8057B5007E2DCA /* NW_PGBannerCell.xib in Resources */,
|
||||||
|
75A998382C80598D007E2DCA /* NW_JXTwoVC.xib in Resources */,
|
||||||
|
75A998322C805972007E2DCA /* NW_JXOneVC.xib in Resources */,
|
||||||
|
75A998472C80718F007E2DCA /* NW_RankingCell.xib in Resources */,
|
||||||
|
759C5C492C7EFDD2001FCB67 /* Base in Resources */,
|
||||||
|
757405A12C816ADC0096CE18 /* Ranking.json in Resources */,
|
||||||
|
759C5C442C7EFDCE001FCB67 /* Base in Resources */,
|
||||||
|
757405A72C81954A0096CE18 /* NW_RankingFSpageCell.xib in Resources */,
|
||||||
|
7564969A2C815BF6009976AE /* NW_CommunityCell.xib in Resources */,
|
||||||
|
75A998402C805CCB007E2DCA /* NW_WallpaperCollectionCell.xib in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
|
2098BFE7F8BC0967589C93B9 /* [CP] Embed Pods Frameworks */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
"${PODS_ROOT}/Target Support Files/Pods-wallpaper_BProject/Pods-wallpaper_BProject-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
|
);
|
||||||
|
name = "[CP] Embed Pods Frameworks";
|
||||||
|
outputFileListPaths = (
|
||||||
|
"${PODS_ROOT}/Target Support Files/Pods-wallpaper_BProject/Pods-wallpaper_BProject-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-wallpaper_BProject/Pods-wallpaper_BProject-frameworks.sh\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
|
6F31EDBD7CC0232646C0D180 /* [CP] Check Pods Manifest.lock */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||||
|
"${PODS_ROOT}/Manifest.lock",
|
||||||
|
);
|
||||||
|
name = "[CP] Check Pods Manifest.lock";
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
"$(DERIVED_FILE_DIR)/Pods-wallpaper_BProject-checkManifestLockResult.txt",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
759C5C352C7EFDCE001FCB67 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
759C5C712C7F1949001FCB67 /* NW_MineVC.swift in Sources */,
|
||||||
|
759C5C6D2C7F1937001FCB67 /* NW_CommunityVC.swift in Sources */,
|
||||||
|
759C5C412C7EFDCE001FCB67 /* ViewController.swift in Sources */,
|
||||||
|
75A998282C804368007E2DCA /* color.swift in Sources */,
|
||||||
|
750B32442C8565950043BC13 /* SPSegmentedControll.swift in Sources */,
|
||||||
|
75A998312C805972007E2DCA /* NW_JXOneVC.swift in Sources */,
|
||||||
|
757405A82C81954A0096CE18 /* NW_RankingFSpageCell.swift in Sources */,
|
||||||
|
759C5C3D2C7EFDCE001FCB67 /* AppDelegate.swift in Sources */,
|
||||||
|
759C5C632C7F18F7001FCB67 /* NW_HomeVC.swift in Sources */,
|
||||||
|
759C5C542C7EFF25001FCB67 /* NW_RootNAVC.swift in Sources */,
|
||||||
|
75A9983F2C805CCB007E2DCA /* NW_WallpaperCollectionCell.swift in Sources */,
|
||||||
|
750B32432C8565950043BC13 /* SegmentedPageViewController.swift in Sources */,
|
||||||
|
75373B892C859DC7002D37EB /* NW_LauncVC.swift in Sources */,
|
||||||
|
75A9982C2C8057B5007E2DCA /* NW_PGBannerCell.swift in Sources */,
|
||||||
|
759C5C752C7F195C001FCB67 /* NW_RankingVC.swift in Sources */,
|
||||||
|
75A998462C80718F007E2DCA /* NW_RankingCell.swift in Sources */,
|
||||||
|
759C5C522C7EFEB8001FCB67 /* NW_RootVC.swift in Sources */,
|
||||||
|
75A998422C80600B007E2DCA /* WaterfallFlowLayout.swift in Sources */,
|
||||||
|
757405A42C816EC90096CE18 /* NW_RankingModel.swift in Sources */,
|
||||||
|
756496992C815BF6009976AE /* NW_CommunityCell.swift in Sources */,
|
||||||
|
750B32452C8565950043BC13 /* SPSegmentedControllItem.swift in Sources */,
|
||||||
|
759C5C562C7EFF3C001FCB67 /* NW_RootTabBarVC.swift in Sources */,
|
||||||
|
75A9983B2C80599C007E2DCA /* NW_JXThreeVC.swift in Sources */,
|
||||||
|
757405AC2C81B96C0096CE18 /* CustomIndicatorImageView.swift in Sources */,
|
||||||
|
75A998372C80598D007E2DCA /* NW_JXTwoVC.swift in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
759C5C422C7EFDCE001FCB67 /* Main.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
759C5C432C7EFDCE001FCB67 /* Base */,
|
||||||
|
);
|
||||||
|
name = Main.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
759C5C472C7EFDD2001FCB67 /* LaunchScreen.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
759C5C482C7EFDD2001FCB67 /* Base */,
|
||||||
|
);
|
||||||
|
name = LaunchScreen.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
759C5C4B2C7EFDD2001FCB67 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||||
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||||
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
ENABLE_TESTABILITY = YES;
|
||||||
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
|
"DEBUG=1",
|
||||||
|
"$(inherited)",
|
||||||
|
);
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||||
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
|
||||||
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
|
MTL_FAST_MATH = YES;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
759C5C4C2C7EFDD2001FCB67 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||||
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
||||||
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu17;
|
||||||
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||||
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
|
||||||
|
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
|
MTL_FAST_MATH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_COMPILATION_MODE = wholemodule;
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
759C5C4E2C7EFDD2001FCB67 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 5D447EB98EE5070AB5D117F1 /* Pods-wallpaper_BProject.debug.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
|
CODE_SIGN_STYLE = Automatic;
|
||||||
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
|
DEVELOPMENT_TEAM = 6HWQW9JC74;
|
||||||
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
|
INFOPLIST_FILE = wallpaper_BProject/Info.plist;
|
||||||
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||||
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
||||||
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
||||||
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
||||||
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"@executable_path/Frameworks",
|
||||||
|
);
|
||||||
|
MARKETING_VERSION = 1.0;
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.520.cn.wallpaper-BProject";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||||
|
SUPPORTS_MACCATALYST = NO;
|
||||||
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||||
|
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||||
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||||
|
SWIFT_VERSION = 5.0;
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
759C5C4F2C7EFDD2001FCB67 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 187497666FAFB0D4BB4CB9CB /* Pods-wallpaper_BProject.release.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
|
CODE_SIGN_STYLE = Automatic;
|
||||||
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
|
DEVELOPMENT_TEAM = 6HWQW9JC74;
|
||||||
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||||
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
|
INFOPLIST_FILE = wallpaper_BProject/Info.plist;
|
||||||
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||||
|
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
|
||||||
|
INFOPLIST_KEY_UIMainStoryboardFile = Main;
|
||||||
|
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
||||||
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"@executable_path/Frameworks",
|
||||||
|
);
|
||||||
|
MARKETING_VERSION = 1.0;
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.520.cn.wallpaper-BProject";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
||||||
|
SUPPORTS_MACCATALYST = NO;
|
||||||
|
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||||
|
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||||
|
SWIFT_EMIT_LOC_STRINGS = YES;
|
||||||
|
SWIFT_VERSION = 5.0;
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
759C5C342C7EFDCE001FCB67 /* Build configuration list for PBXProject "wallpaper_BProject" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
759C5C4B2C7EFDD2001FCB67 /* Debug */,
|
||||||
|
759C5C4C2C7EFDD2001FCB67 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
759C5C4D2C7EFDD2001FCB67 /* Build configuration list for PBXNativeTarget "wallpaper_BProject" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
759C5C4E2C7EFDD2001FCB67 /* Debug */,
|
||||||
|
759C5C4F2C7EFDD2001FCB67 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 759C5C312C7EFDCE001FCB67 /* Project object */;
|
||||||
|
}
|
||||||
27
wallpaper_BProject/AppDelegate.swift
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
//
|
||||||
|
// AppDelegate.swift
|
||||||
|
// wallpaper_BProject
|
||||||
|
//
|
||||||
|
// Created by 忆海16 on 2024/8/28.
|
||||||
|
//
|
||||||
|
|
||||||
|
import UIKit
|
||||||
|
|
||||||
|
@main
|
||||||
|
class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||||
|
|
||||||
|
var window: UIWindow?
|
||||||
|
|
||||||
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
||||||
|
self.window?.frame = UIScreen.main.bounds
|
||||||
|
// let vc = NW_LauncVC()
|
||||||
|
// self.window?.rootViewController = vc
|
||||||
|
let vc = NW_RootTabBarVC()
|
||||||
|
window?.rootViewController = NW_RootNAVC(rootViewController: vc)
|
||||||
|
window?.makeKeyAndVisible()
|
||||||
|
|
||||||
|
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"colors" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"platform" : "ios",
|
||||||
|
"size" : "1024x1024"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
6
wallpaper_BProject/Assets.xcassets/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
6
wallpaper_BProject/Assets.xcassets/Ranking/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
23
wallpaper_BProject/Assets.xcassets/Ranking/RankingTop.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_7.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_7@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_7@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/Ranking/RankingTop.imageset/编组_7.png
vendored
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/RankingTop.imageset/编组_7@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 385 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/RankingTop.imageset/编组_7@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 792 KiB |
23
wallpaper_BProject/Assets.xcassets/Ranking/rankingSure.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_2.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_2@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_2@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/Ranking/rankingSure.imageset/编组_2.png
vendored
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/rankingSure.imageset/编组_2@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/rankingSure.imageset/编组_2@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 48 KiB |
23
wallpaper_BProject/Assets.xcassets/Ranking/zw.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "zhanwei.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "zhanwei@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "zhanwei@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/Ranking/zw.imageset/zhanwei.png
vendored
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/zw.imageset/zhanwei@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
wallpaper_BProject/Assets.xcassets/Ranking/zw.imageset/zhanwei@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 40 KiB |
6
wallpaper_BProject/Assets.xcassets/banner/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
22
wallpaper_BProject/Assets.xcassets/banner/banner_0.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner1@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner1@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_0.imageset/banner1@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 212 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_0.imageset/banner1@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 426 KiB |
22
wallpaper_BProject/Assets.xcassets/banner/banner_1.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner2@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner2@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_1.imageset/banner2@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_1.imageset/banner2@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 359 KiB |
22
wallpaper_BProject/Assets.xcassets/banner/banner_2.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_2.imageset/banner3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_2.imageset/banner3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 306 KiB |
22
wallpaper_BProject/Assets.xcassets/banner/banner_3.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_3.imageset/banner3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_3.imageset/banner3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 306 KiB |
22
wallpaper_BProject/Assets.xcassets/banner/banner_4.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_4.imageset/banner3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_4.imageset/banner3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 306 KiB |
22
wallpaper_BProject/Assets.xcassets/banner/banner_5.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "banner3@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_5.imageset/banner3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
wallpaper_BProject/Assets.xcassets/banner/banner_5.imageset/banner3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 306 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
23
wallpaper_BProject/Assets.xcassets/community/browse.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_3.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_3@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_3@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/browse.imageset/编组_3.png
vendored
Normal file
|
After Width: | Height: | Size: 433 B |
BIN
wallpaper_BProject/Assets.xcassets/community/browse.imageset/编组_3@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 998 B |
BIN
wallpaper_BProject/Assets.xcassets/community/browse.imageset/编组_3@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
23
wallpaper_BProject/Assets.xcassets/community/capturezoo.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_7.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_7@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_7@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/capturezoo.imageset/编组_7.png
vendored
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
wallpaper_BProject/Assets.xcassets/community/capturezoo.imageset/编组_7@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
wallpaper_BProject/Assets.xcassets/community/capturezoo.imageset/编组_7@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 46 KiB |
23
wallpaper_BProject/Assets.xcassets/community/comment_light.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_1.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_1@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_1@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/comment_light.imageset/编组_1.png
vendored
Normal file
|
After Width: | Height: | Size: 462 B |
BIN
wallpaper_BProject/Assets.xcassets/community/comment_light.imageset/编组_1@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
wallpaper_BProject/Assets.xcassets/community/comment_light.imageset/编组_1@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
23
wallpaper_BProject/Assets.xcassets/community/forward.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_2.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_2@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_2@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/forward.imageset/编组_2.png
vendored
Normal file
|
After Width: | Height: | Size: 432 B |
BIN
wallpaper_BProject/Assets.xcassets/community/forward.imageset/编组_2@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 925 B |
BIN
wallpaper_BProject/Assets.xcassets/community/forward.imageset/编组_2@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
23
wallpaper_BProject/Assets.xcassets/community/like_n.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_4.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_4@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_4@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/like_n.imageset/编组_4.png
vendored
Normal file
|
After Width: | Height: | Size: 460 B |
BIN
wallpaper_BProject/Assets.xcassets/community/like_n.imageset/编组_4@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 909 B |
BIN
wallpaper_BProject/Assets.xcassets/community/like_n.imageset/编组_4@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
23
wallpaper_BProject/Assets.xcassets/community/like_s.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/like_s.imageset/编组.png
vendored
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
wallpaper_BProject/Assets.xcassets/community/like_s.imageset/编组@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
wallpaper_BProject/Assets.xcassets/community/like_s.imageset/编组@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
23
wallpaper_BProject/Assets.xcassets/community/upload.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_8.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_8@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_8@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/community/upload.imageset/编组_8.png
vendored
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
wallpaper_BProject/Assets.xcassets/community/upload.imageset/编组_8@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
wallpaper_BProject/Assets.xcassets/community/upload.imageset/编组_8@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 44 KiB |
6
wallpaper_BProject/Assets.xcassets/home/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
23
wallpaper_BProject/Assets.xcassets/home/bg.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "bg.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "bg@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "bg@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/home/bg.imageset/bg.png
vendored
Normal file
|
After Width: | Height: | Size: 728 B |
BIN
wallpaper_BProject/Assets.xcassets/home/bg.imageset/bg@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/bg.imageset/bg@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
26
wallpaper_BProject/Assets.xcassets/home/flbg.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_9.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_9@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_9@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
},
|
||||||
|
"properties" : {
|
||||||
|
"template-rendering-intent" : "original"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/home/flbg.imageset/编组_9.png
vendored
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/flbg.imageset/编组_9@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/flbg.imageset/编组_9@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 26 KiB |
23
wallpaper_BProject/Assets.xcassets/home/homebg.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "编组_8.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_8@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "编组_8@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/home/homebg.imageset/编组_8.png
vendored
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/homebg.imageset/编组_8@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/homebg.imageset/编组_8@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 47 KiB |
23
wallpaper_BProject/Assets.xcassets/home/panda.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "panda.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "panda@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "panda@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/home/panda.imageset/panda.png
vendored
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/panda.imageset/panda@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
wallpaper_BProject/Assets.xcassets/home/panda.imageset/panda@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
23
wallpaper_BProject/Assets.xcassets/launch.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "bg.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "bg@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "bg@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/launch.imageset/bg.png
vendored
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
wallpaper_BProject/Assets.xcassets/launch.imageset/bg@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 483 KiB |
BIN
wallpaper_BProject/Assets.xcassets/launch.imageset/bg@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 1016 KiB |
6
wallpaper_BProject/Assets.xcassets/mien/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
23
wallpaper_BProject/Assets.xcassets/mien/avatar_zhanqwei.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "avatar_zhanqwei.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "avatar_zhanqwei@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "avatar_zhanqwei@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/mien/avatar_zhanqwei.imageset/avatar_zhanqwei.png
vendored
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
wallpaper_BProject/Assets.xcassets/mien/avatar_zhanqwei.imageset/avatar_zhanqwei@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
wallpaper_BProject/Assets.xcassets/mien/avatar_zhanqwei.imageset/avatar_zhanqwei@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 24 KiB |
23
wallpaper_BProject/Assets.xcassets/mien/login.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "login.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "login@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "login@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/mien/login.imageset/login.png
vendored
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
wallpaper_BProject/Assets.xcassets/mien/login.imageset/login@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
wallpaper_BProject/Assets.xcassets/mien/login.imageset/login@3x.png
vendored
Normal file
|
After Width: | Height: | Size: 40 KiB |
23
wallpaper_BProject/Assets.xcassets/mien/minetitle.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"filename" : "icon.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
wallpaper_BProject/Assets.xcassets/mien/minetitle.imageset/icon.png
vendored
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
wallpaper_BProject/Assets.xcassets/mien/minetitle.imageset/icon@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 9.1 KiB |