├── .gitignore ├── .travis.yml ├── BangumiAPI.swift.enc ├── L10N ├── FromLocalizer │ └── Percolator │ │ └── zh-Hans.xliff └── ToLocalizer │ ├── Percolator-2016-7-14 │ └── zh-Hans.xliff │ ├── Percolator-2016-7-19 │ └── en.xliff │ └── Percolator │ └── zh-Hans.xliff ├── LICENSE ├── Percolator ├── .swiftlint.yml ├── Bangumi M Tests │ ├── BangumiRequestLoginTest.swift │ ├── Bangumi_M_Tests.swift │ ├── Info.plist │ ├── KeychainAsscessTests.swift │ ├── Parser.swift │ ├── TableViewDataSource+DataProvider.swift │ └── Tests.storyboard ├── Bangumi M UITests │ ├── Bangumi_M_UITests.swift │ └── Info.plist ├── Bangumi M.entitlements ├── Percolator.xcodeproj │ ├── project.pbxproj │ └── project.xcworkspace │ │ └── contents.xcworkspacedata ├── Percolator.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings ├── Percolator │ ├── Actor.swift │ ├── AnimeListTableViewCell.swift │ ├── AnimeListTableViewCellDelegate.swift │ ├── AnimeListTableViewController.swift │ ├── AnimeListTableViewModel.swift │ ├── AppDelegate.swift │ ├── Avatar.swift │ ├── BangumiKey.swift │ ├── BangumiRequest+Collection.swift │ ├── BangumiRequest+EP.swift │ ├── BangumiRequest+Error.swift │ ├── BangumiRequest+Login.swift │ ├── BangumiRequest+Progress.swift │ ├── BangumiRequest+Search.swift │ ├── BangumiRequest+Subject.swift │ ├── BangumiRequest+URL.swift │ ├── BangumiRequest.swift │ ├── Base.lproj │ │ ├── Main.storyboard │ │ └── infoPlist.strings │ ├── CDSubject.swift │ ├── CGPoint.swift │ ├── CMKCollectButton.swift │ ├── CollectInfo.swift │ ├── CollectTableViewController.swift │ ├── Collection.swift │ ├── CollectionViewDataSource.swift │ ├── ConfigurableCell.swift │ ├── ConfigurableHeader.swift │ ├── ConsolePrint.swift │ ├── CoreDataStack.swift │ ├── Crt.swift │ ├── DataProvider.swift │ ├── DataSource.swift │ ├── Delay.swift │ ├── DeleteActivity.swift │ ├── DetailTableView.swift │ ├── DetailTableViewBannerCell.swift │ ├── DetailTableViewBannerCellDelegate.swift │ ├── DetailTableViewCell+CollectionView.swift │ ├── DetailTableViewCell.swift │ ├── DetailTableViewEPSCell.swift │ ├── DetailTableViewEPSCellDelegate.swift │ ├── DetailTableViewEPSHeaderFooterView.swift │ ├── DetailTableViewEPSHeaderFooterView.xib │ ├── DetailTableViewModel.swift │ ├── DetailTableViewMoreSubjectCell.swift │ ├── DetailTableViewMoreTopicCell.swift │ ├── DetailViewController.swift │ ├── DispatchQueue.swift │ ├── Episode.swift │ ├── ErrorProtocol.swift │ ├── Images.swift │ ├── Images.xcassets │ │ ├── 404.imageset │ │ │ ├── 404.jpg │ │ │ └── Contents.json │ │ ├── AddArrow.imageset │ │ │ ├── AddArrow.pdf │ │ │ └── Contents.json │ │ ├── Bangumi M.appiconset │ │ │ ├── 1024@1x.png │ │ │ ├── 1024_20@1x.png │ │ │ ├── 1024_20@3x.png │ │ │ ├── 1024_29@1x-1.png │ │ │ ├── 1024_29@1x.png │ │ │ ├── 1024_29@2x-1.png │ │ │ ├── 1024_29@2x.png │ │ │ ├── 1024_29@3x.png │ │ │ ├── 1024_40@1x-1.png │ │ │ ├── 1024_40@1x-2.png │ │ │ ├── 1024_40@1x.png │ │ │ ├── 1024_40@2x-1.png │ │ │ ├── 1024_40@2x.png │ │ │ ├── 1024_40@3x.png │ │ │ ├── 1024_57@1x.png │ │ │ ├── 1024_57@2x.png │ │ │ ├── 1024_60@2x.png │ │ │ ├── 1024_60@3x.png │ │ │ ├── 1024_76@1x.png │ │ │ ├── 1024_76@2x.png │ │ │ ├── 1024_83.5@2x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── RemoveArrow.imageset │ │ │ ├── Contents.json │ │ │ └── RemoveArrow.pdf │ │ ├── SavedArrow.imageset │ │ │ ├── Contents.json │ │ │ └── SavedArrow.pdf │ │ ├── arrow_8_bottom.imageset │ │ │ ├── Contents.json │ │ │ └── arrow_8_bottom.pdf │ │ ├── btn_tag_delete.imageset │ │ │ ├── Contents.json │ │ │ └── btn_tag_delete.png │ │ ├── cyaika.imageset │ │ │ ├── 35521_0Z6c8.jpg │ │ │ └── Contents.json │ │ ├── hyouka.imageset │ │ │ ├── 27364_f432B.jpg │ │ │ └── Contents.json │ │ ├── icon-close.imageset │ │ │ ├── Contents.json │ │ │ └── icon-close.pdf │ │ ├── menu.imageset │ │ │ ├── Contents.json │ │ │ ├── menu.png │ │ │ ├── menu@2x.png │ │ │ └── menu@3x.png │ │ ├── more.imageset │ │ │ ├── Contents.json │ │ │ ├── more.png │ │ │ ├── more@2x.png │ │ │ └── more@3x.png │ │ ├── saenai.imageset │ │ │ ├── 129010_1bpx4.jpg │ │ │ └── Contents.json │ │ ├── search.imageset │ │ │ ├── Contents.json │ │ │ ├── search.png │ │ │ ├── search@2x.png │ │ │ └── search@3x.png │ │ └── searchBarTextFieldBackgroundImage.imageset │ │ │ ├── Contents.json │ │ │ └── grayBackgroundImage.pdf │ ├── Info.plist │ ├── LoginViewController.swift │ ├── LoginViewPresentTransition.swift │ ├── NSURL.swift │ ├── NetworkSpinner.swift │ ├── Percolator-Bridging-Header.h │ ├── Percolator.xcdatamodeld │ │ └── Percolator.xcdatamodel │ │ │ └── contents │ ├── PercolatorAlertController.swift │ ├── PercolatorKey.swift │ ├── Progress.swift │ ├── Rating.swift │ ├── Reachability.h │ ├── Reachability.m │ ├── Result.swift │ ├── SVProgress+Style.swift │ ├── SaveActivity.swift │ ├── SearchBoxTabelViewCell.swift │ ├── SearchBoxTableViewController.swift │ ├── SearchBoxTableViewModel.swift │ ├── Settings.bundle │ │ ├── Root.plist │ │ ├── acknowledgements.plist │ │ └── en.lproj │ │ │ └── Root.strings │ ├── Staff.swift │ ├── String.swift │ ├── Subject.swift │ ├── SubjectCollectionReusableHeaderView.swift │ ├── SubjectCollectionReusableView.swift │ ├── SubjectCollectionViewBookCell.swift │ ├── SubjectCollectionViewBookCell.xib │ ├── SubjectCollectionViewCell.swift │ ├── SubjectCollectionViewController.swift │ ├── SubjectCollectionViewLayout.swift │ ├── SubjectCollectionViewLayoutAttributes.swift │ ├── SubjectCollectionViewModel.swift │ ├── SubjectCollectionViewNotBookCell.swift │ ├── SubjectCollectionViewNotBookCell.xib │ ├── SubjectWrapper.swift │ ├── TableViewDataSource.swift │ ├── TagWriteView.swift │ ├── TopicTableViewCell.swift │ ├── TopicTableViewController.swift │ ├── TopicTableViewHeaderFooterView.swift │ ├── TopicTableViewHeaderFooterView.xib │ ├── TopicTableViewModel.swift │ ├── TransitionDelegate.swift │ ├── UIAlertController.swift │ ├── UIApplication.swift │ ├── UIButton.swift │ ├── UIColor.swift │ ├── UIDevice.swift │ ├── UIFont.swift │ ├── UIImage.swift │ ├── UILabel.swift │ ├── UINavigationController.swift │ ├── UISearchController.swift │ ├── User.swift │ ├── UserDefaults.swift │ ├── en.lproj │ │ ├── Localizable.strings │ │ └── infoPlist.strings │ └── zh-Hans.lproj │ │ ├── Localizable.strings │ │ ├── Main.strings │ │ └── infoPlist.strings ├── PercolatorTests │ └── zh-Hans.lproj │ │ └── InfoPlist.strings ├── Playground.playground │ ├── Contents.swift │ ├── Resources │ │ └── autolayout.png │ ├── contents.xcplayground │ ├── playground.xcworkspace │ │ └── contents.xcworkspacedata │ └── timeline.xctimeline ├── Podfile ├── Podfile.lock ├── Pods │ ├── Alamofire │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ │ ├── AFError.swift │ │ │ ├── Alamofire.swift │ │ │ ├── DispatchQueue+Alamofire.swift │ │ │ ├── MultipartFormData.swift │ │ │ ├── NetworkReachabilityManager.swift │ │ │ ├── Notifications.swift │ │ │ ├── ParameterEncoding.swift │ │ │ ├── Request.swift │ │ │ ├── Response.swift │ │ │ ├── ResponseSerialization.swift │ │ │ ├── Result.swift │ │ │ ├── ServerTrustPolicy.swift │ │ │ ├── SessionDelegate.swift │ │ │ ├── SessionManager.swift │ │ │ ├── TaskDelegate.swift │ │ │ ├── Timeline.swift │ │ │ └── Validation.swift │ ├── AlamofireImage │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ │ ├── AFIError.swift │ │ │ ├── Image.swift │ │ │ ├── ImageCache.swift │ │ │ ├── ImageDownloader.swift │ │ │ ├── ImageFilter.swift │ │ │ ├── Request+AlamofireImage.swift │ │ │ ├── UIButton+AlamofireImage.swift │ │ │ ├── UIImage+AlamofireImage.swift │ │ │ └── UIImageView+AlamofireImage.swift │ ├── Canvas │ │ ├── CanvasLibrary │ │ │ ├── CSAnimation.h │ │ │ ├── CSAnimation.m │ │ │ ├── CSAnimationView.h │ │ │ ├── CSAnimationView.m │ │ │ ├── CSBlurView.h │ │ │ ├── CSBlurView.m │ │ │ ├── CSNavigationController.h │ │ │ ├── CSNavigationController.m │ │ │ ├── Canvas.h │ │ │ ├── UIButton+TCCustomFont.h │ │ │ ├── UIButton+TCCustomFont.m │ │ │ ├── UILabel+TCCustomFont.h │ │ │ ├── UILabel+TCCustomFont.m │ │ │ ├── UINavigationBar+TCCustomFont.h │ │ │ ├── UINavigationBar+TCCustomFont.m │ │ │ ├── UITextField+PlaceholderColor.h │ │ │ ├── UITextField+PlaceholderColor.m │ │ │ ├── UITextField+TCCustomFont.h │ │ │ ├── UITextField+TCCustomFont.m │ │ │ ├── UITextView+TCCustomFont.h │ │ │ └── UITextView+TCCustomFont.m │ │ ├── LICENSE │ │ └── README.md │ ├── Cosmos │ │ ├── Cosmos │ │ │ ├── CosmosAccessibility.swift │ │ │ ├── CosmosDefaultSettings.swift │ │ │ ├── CosmosLayerHelper.swift │ │ │ ├── CosmosLayers.swift │ │ │ ├── CosmosLocalizedRating.swift │ │ │ ├── CosmosRating.swift │ │ │ ├── CosmosSettings.swift │ │ │ ├── CosmosSize.swift │ │ │ ├── CosmosText.swift │ │ │ ├── CosmosTouch.swift │ │ │ ├── CosmosView.swift │ │ │ ├── Helpers │ │ │ │ ├── CosmosTouchTarget.swift │ │ │ │ └── RightToLeft.swift │ │ │ ├── StarFillMode.swift │ │ │ └── StarLayer.swift │ │ ├── LICENSE │ │ └── README.md │ ├── EUMTouchPointView │ │ ├── LICENSE │ │ ├── Pod │ │ │ └── Classes │ │ │ │ ├── EUMShowTouchWindow.h │ │ │ │ ├── EUMShowTouchWindow.m │ │ │ │ ├── EUMTouchPointView.h │ │ │ │ ├── EUMTouchPointView.m │ │ │ │ ├── UITouch+EUMUITouch.h │ │ │ │ └── UITouch+EUMUITouch.m │ │ └── README.md │ ├── IGListKit │ │ ├── LICENSE.md │ │ ├── README.md │ │ └── Source │ │ │ ├── Common │ │ │ ├── IGListAssert.h │ │ │ ├── IGListBatchUpdateData.h │ │ │ ├── IGListBatchUpdateData.mm │ │ │ ├── IGListCompatibility.h │ │ │ ├── IGListDiff.h │ │ │ ├── IGListDiff.mm │ │ │ ├── IGListDiffKit.h │ │ │ ├── IGListDiffable.h │ │ │ ├── IGListExperiments.h │ │ │ ├── IGListIndexPathResult.h │ │ │ ├── IGListIndexPathResult.m │ │ │ ├── IGListIndexSetResult.h │ │ │ ├── IGListIndexSetResult.m │ │ │ ├── IGListMacros.h │ │ │ ├── IGListMoveIndex.h │ │ │ ├── IGListMoveIndex.m │ │ │ ├── IGListMoveIndexPath.h │ │ │ ├── IGListMoveIndexPath.m │ │ │ ├── Internal │ │ │ │ ├── IGListIndexPathResultInternal.h │ │ │ │ ├── IGListIndexSetResultInternal.h │ │ │ │ ├── IGListMoveIndexInternal.h │ │ │ │ └── IGListMoveIndexPathInternal.h │ │ │ ├── NSNumber+IGListDiffable.h │ │ │ ├── NSNumber+IGListDiffable.m │ │ │ ├── NSString+IGListDiffable.h │ │ │ └── NSString+IGListDiffable.m │ │ │ ├── IGListAdapter.h │ │ │ ├── IGListAdapter.m │ │ │ ├── IGListAdapterDataSource.h │ │ │ ├── IGListAdapterDelegate.h │ │ │ ├── IGListAdapterUpdater.h │ │ │ ├── IGListAdapterUpdater.m │ │ │ ├── IGListAdapterUpdaterDelegate.h │ │ │ ├── IGListBatchContext.h │ │ │ ├── IGListBindable.h │ │ │ ├── IGListBindingSectionController.h │ │ │ ├── IGListBindingSectionController.m │ │ │ ├── IGListBindingSectionControllerDataSource.h │ │ │ ├── IGListBindingSectionControllerSelectionDelegate.h │ │ │ ├── IGListCollectionContext.h │ │ │ ├── IGListCollectionViewLayout.h │ │ │ ├── IGListCollectionViewLayout.mm │ │ │ ├── IGListDisplayDelegate.h │ │ │ ├── IGListGenericSectionController.h │ │ │ ├── IGListGenericSectionController.m │ │ │ ├── IGListKit.h │ │ │ ├── IGListReloadDataUpdater.h │ │ │ ├── IGListReloadDataUpdater.m │ │ │ ├── IGListScrollDelegate.h │ │ │ ├── IGListSectionController.h │ │ │ ├── IGListSectionController.m │ │ │ ├── IGListSingleSectionController.h │ │ │ ├── IGListSingleSectionController.m │ │ │ ├── IGListStackedSectionController.h │ │ │ ├── IGListStackedSectionController.m │ │ │ ├── IGListSupplementaryViewSource.h │ │ │ ├── IGListUpdatingDelegate.h │ │ │ ├── IGListWorkingRangeDelegate.h │ │ │ └── Internal │ │ │ ├── IGListAdapter+DebugDescription.h │ │ │ ├── IGListAdapter+DebugDescription.m │ │ │ ├── IGListAdapter+UICollectionView.h │ │ │ ├── IGListAdapter+UICollectionView.m │ │ │ ├── IGListAdapterInternal.h │ │ │ ├── IGListAdapterProxy.h │ │ │ ├── IGListAdapterProxy.m │ │ │ ├── IGListAdapterUpdater+DebugDescription.h │ │ │ ├── IGListAdapterUpdater+DebugDescription.m │ │ │ ├── IGListAdapterUpdaterInternal.h │ │ │ ├── IGListBatchUpdateData+DebugDescription.h │ │ │ ├── IGListBatchUpdateData+DebugDescription.m │ │ │ ├── IGListBatchUpdateState.h │ │ │ ├── IGListBatchUpdates.h │ │ │ ├── IGListBatchUpdates.m │ │ │ ├── IGListBindingSectionController+DebugDescription.h │ │ │ ├── IGListBindingSectionController+DebugDescription.m │ │ │ ├── IGListCollectionViewLayoutInternal.h │ │ │ ├── IGListDebugger.h │ │ │ ├── IGListDebugger.m │ │ │ ├── IGListDebuggingUtilities.h │ │ │ ├── IGListDebuggingUtilities.m │ │ │ ├── IGListDisplayHandler.h │ │ │ ├── IGListDisplayHandler.m │ │ │ ├── IGListReloadIndexPath.h │ │ │ ├── IGListReloadIndexPath.m │ │ │ ├── IGListSectionControllerInternal.h │ │ │ ├── IGListSectionMap+DebugDescription.h │ │ │ ├── IGListSectionMap+DebugDescription.m │ │ │ ├── IGListSectionMap.h │ │ │ ├── IGListSectionMap.m │ │ │ ├── IGListStackedSectionControllerInternal.h │ │ │ ├── IGListWorkingRangeHandler.h │ │ │ ├── IGListWorkingRangeHandler.mm │ │ │ ├── UICollectionView+DebugDescription.h │ │ │ ├── UICollectionView+DebugDescription.m │ │ │ ├── UICollectionView+IGListBatchUpdateData.h │ │ │ └── UICollectionView+IGListBatchUpdateData.m │ ├── Kanna │ │ ├── LICENSE │ │ ├── Modules │ │ │ ├── libxml2-kanna.h │ │ │ └── module.modulemap │ │ ├── README.md │ │ └── Sources │ │ │ └── Kanna │ │ │ ├── CSS.swift │ │ │ ├── Deprecated.swift │ │ │ ├── Kanna.h │ │ │ ├── Kanna.swift │ │ │ ├── libxmlHTMLDocument.swift │ │ │ ├── libxmlHTMLNode.swift │ │ │ └── libxmlParserOption.swift │ ├── KeychainAccess │ │ ├── LICENSE │ │ ├── Lib │ │ │ └── KeychainAccess │ │ │ │ └── Keychain.swift │ │ └── README.md │ ├── Local Podspecs │ │ ├── Alamofire.podspec.json │ │ ├── AlamofireImage.podspec.json │ │ ├── Kanna.podspec.json │ │ ├── KeychainAccess.podspec.json │ │ ├── SVProgressHUD.podspec.json │ │ └── SwiftyJSON.podspec.json │ ├── MGSwipeTableCell │ │ ├── LICENSE │ │ ├── MGSwipeTableCell │ │ │ ├── MGSwipeButton.h │ │ │ ├── MGSwipeButton.m │ │ │ ├── MGSwipeTableCell.h │ │ │ └── MGSwipeTableCell.m │ │ └── README.md │ ├── MJRefresh │ │ ├── LICENSE │ │ ├── MJRefresh │ │ │ ├── Base │ │ │ │ ├── MJRefreshAutoFooter.h │ │ │ │ ├── MJRefreshAutoFooter.m │ │ │ │ ├── MJRefreshBackFooter.h │ │ │ │ ├── MJRefreshBackFooter.m │ │ │ │ ├── MJRefreshComponent.h │ │ │ │ ├── MJRefreshComponent.m │ │ │ │ ├── MJRefreshFooter.h │ │ │ │ ├── MJRefreshFooter.m │ │ │ │ ├── MJRefreshHeader.h │ │ │ │ └── MJRefreshHeader.m │ │ │ ├── Custom │ │ │ │ ├── Footer │ │ │ │ │ ├── Auto │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.h │ │ │ │ │ │ ├── MJRefreshAutoGifFooter.m │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.h │ │ │ │ │ │ ├── MJRefreshAutoNormalFooter.m │ │ │ │ │ │ ├── MJRefreshAutoStateFooter.h │ │ │ │ │ │ └── MJRefreshAutoStateFooter.m │ │ │ │ │ └── Back │ │ │ │ │ │ ├── MJRefreshBackGifFooter.h │ │ │ │ │ │ ├── MJRefreshBackGifFooter.m │ │ │ │ │ │ ├── MJRefreshBackNormalFooter.h │ │ │ │ │ │ ├── MJRefreshBackNormalFooter.m │ │ │ │ │ │ ├── MJRefreshBackStateFooter.h │ │ │ │ │ │ └── MJRefreshBackStateFooter.m │ │ │ │ └── Header │ │ │ │ │ ├── MJRefreshGifHeader.h │ │ │ │ │ ├── MJRefreshGifHeader.m │ │ │ │ │ ├── MJRefreshNormalHeader.h │ │ │ │ │ ├── MJRefreshNormalHeader.m │ │ │ │ │ ├── MJRefreshStateHeader.h │ │ │ │ │ └── MJRefreshStateHeader.m │ │ │ ├── MJRefresh.bundle │ │ │ │ ├── arrow@2x.png │ │ │ │ ├── en.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh-Hans.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ └── zh-Hant.lproj │ │ │ │ │ └── Localizable.strings │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshConst.m │ │ │ ├── NSBundle+MJRefresh.h │ │ │ ├── NSBundle+MJRefresh.m │ │ │ ├── UIScrollView+MJExtension.h │ │ │ ├── UIScrollView+MJExtension.m │ │ │ ├── UIScrollView+MJRefresh.h │ │ │ ├── UIScrollView+MJRefresh.m │ │ │ ├── UIView+MJExtension.h │ │ │ └── UIView+MJExtension.m │ │ └── README.md │ ├── Manifest.lock │ ├── OHHTTPStubs │ │ ├── LICENSE │ │ ├── OHHTTPStubs │ │ │ └── Sources │ │ │ │ ├── Compatibility.h │ │ │ │ ├── JSON │ │ │ │ ├── OHHTTPStubsResponse+JSON.h │ │ │ │ └── OHHTTPStubsResponse+JSON.m │ │ │ │ ├── NSURLSession │ │ │ │ ├── NSURLRequest+HTTPBodyTesting.h │ │ │ │ ├── NSURLRequest+HTTPBodyTesting.m │ │ │ │ ├── OHHTTPStubs+NSURLSessionConfiguration.m │ │ │ │ ├── OHHTTPStubsMethodSwizzling.h │ │ │ │ └── OHHTTPStubsMethodSwizzling.m │ │ │ │ ├── OHHTTPStubs.h │ │ │ │ ├── OHHTTPStubs.m │ │ │ │ ├── OHHTTPStubsResponse.h │ │ │ │ ├── OHHTTPStubsResponse.m │ │ │ │ └── OHPathHelpers │ │ │ │ ├── OHPathHelpers.h │ │ │ │ └── OHPathHelpers.m │ │ └── README.md │ ├── PPCopiableLabel │ │ ├── Classes │ │ │ ├── PPCopiableLabel.h │ │ │ └── PPCopiableLabel.m │ │ ├── LICENSE │ │ └── README.md │ ├── Pods.xcodeproj │ │ └── project.pbxproj │ ├── SVProgressHUD │ │ ├── LICENSE.txt │ │ ├── README.md │ │ └── SVProgressHUD │ │ │ ├── SVIndefiniteAnimatedView.h │ │ │ ├── SVIndefiniteAnimatedView.m │ │ │ ├── SVProgressAnimatedView.h │ │ │ ├── SVProgressAnimatedView.m │ │ │ ├── SVProgressHUD.bundle │ │ │ ├── angle-mask.png │ │ │ ├── angle-mask@2x.png │ │ │ ├── angle-mask@3x.png │ │ │ ├── error.png │ │ │ ├── error@2x.png │ │ │ ├── error@3x.png │ │ │ ├── info.png │ │ │ ├── info@2x.png │ │ │ ├── info@3x.png │ │ │ ├── success.png │ │ │ ├── success@2x.png │ │ │ └── success@3x.png │ │ │ ├── SVProgressHUD.h │ │ │ ├── SVProgressHUD.m │ │ │ ├── SVRadialGradientLayer.h │ │ │ └── SVRadialGradientLayer.m │ ├── SimulatorStatusMagic │ │ ├── LICENSE │ │ ├── README.md │ │ └── SDStatusBarManager │ │ │ ├── SDStatusBarManager.h │ │ │ ├── SDStatusBarManager.m │ │ │ ├── SDStatusBarOverrider.h │ │ │ ├── SDStatusBarOverriderPost10_0.h │ │ │ ├── SDStatusBarOverriderPost10_0.m │ │ │ ├── SDStatusBarOverriderPost10_3.h │ │ │ ├── SDStatusBarOverriderPost10_3.m │ │ │ ├── SDStatusBarOverriderPost11_0.h │ │ │ ├── SDStatusBarOverriderPost11_0.m │ │ │ ├── SDStatusBarOverriderPost8_3.h │ │ │ ├── SDStatusBarOverriderPost8_3.m │ │ │ ├── SDStatusBarOverriderPost9_0.h │ │ │ ├── SDStatusBarOverriderPost9_0.m │ │ │ ├── SDStatusBarOverriderPost9_3.h │ │ │ ├── SDStatusBarOverriderPost9_3.m │ │ │ ├── SDStatusBarOverriderPre8_3.h │ │ │ └── SDStatusBarOverriderPre8_3.m │ ├── SwiftyJSON │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ │ └── SwiftyJSON │ │ │ └── SwiftyJSON.swift │ ├── Target Support Files │ │ ├── Alamofire │ │ │ ├── Alamofire-Info.plist │ │ │ ├── Alamofire-dummy.m │ │ │ ├── Alamofire-prefix.pch │ │ │ ├── Alamofire-umbrella.h │ │ │ ├── Alamofire.debug.xcconfig │ │ │ ├── Alamofire.modulemap │ │ │ ├── Alamofire.release.xcconfig │ │ │ ├── Alamofire.xcconfig │ │ │ └── Info.plist │ │ ├── AlamofireImage │ │ │ ├── AlamofireImage-Info.plist │ │ │ ├── AlamofireImage-dummy.m │ │ │ ├── AlamofireImage-prefix.pch │ │ │ ├── AlamofireImage-umbrella.h │ │ │ ├── AlamofireImage.debug.xcconfig │ │ │ ├── AlamofireImage.modulemap │ │ │ ├── AlamofireImage.release.xcconfig │ │ │ ├── AlamofireImage.xcconfig │ │ │ └── Info.plist │ │ ├── Canvas │ │ │ ├── Canvas-Info.plist │ │ │ ├── Canvas-dummy.m │ │ │ ├── Canvas-prefix.pch │ │ │ ├── Canvas-umbrella.h │ │ │ ├── Canvas.debug.xcconfig │ │ │ ├── Canvas.modulemap │ │ │ ├── Canvas.release.xcconfig │ │ │ ├── Canvas.xcconfig │ │ │ └── Info.plist │ │ ├── Cosmos │ │ │ ├── Cosmos-Info.plist │ │ │ ├── Cosmos-dummy.m │ │ │ ├── Cosmos-prefix.pch │ │ │ ├── Cosmos-umbrella.h │ │ │ ├── Cosmos.debug.xcconfig │ │ │ ├── Cosmos.modulemap │ │ │ ├── Cosmos.release.xcconfig │ │ │ ├── Cosmos.xcconfig │ │ │ └── Info.plist │ │ ├── EUMTouchPointView │ │ │ ├── EUMTouchPointView-Info.plist │ │ │ ├── EUMTouchPointView-dummy.m │ │ │ ├── EUMTouchPointView-prefix.pch │ │ │ ├── EUMTouchPointView-umbrella.h │ │ │ ├── EUMTouchPointView.debug.xcconfig │ │ │ ├── EUMTouchPointView.modulemap │ │ │ ├── EUMTouchPointView.release.xcconfig │ │ │ ├── EUMTouchPointView.xcconfig │ │ │ ├── Info.plist │ │ │ ├── ResourceBundle-EUMTouchPointView-EUMTouchPointView-Info.plist │ │ │ └── ResourceBundle-EUMTouchPointView-Info.plist │ │ ├── IGListKit │ │ │ ├── IGListKit-Info.plist │ │ │ ├── IGListKit-dummy.m │ │ │ ├── IGListKit-prefix.pch │ │ │ ├── IGListKit-umbrella.h │ │ │ ├── IGListKit.debug.xcconfig │ │ │ ├── IGListKit.modulemap │ │ │ ├── IGListKit.release.xcconfig │ │ │ ├── IGListKit.xcconfig │ │ │ └── Info.plist │ │ ├── Kanna │ │ │ ├── Info.plist │ │ │ ├── Kanna-Info.plist │ │ │ ├── Kanna-dummy.m │ │ │ ├── Kanna-prefix.pch │ │ │ ├── Kanna-umbrella.h │ │ │ ├── Kanna.debug.xcconfig │ │ │ ├── Kanna.modulemap │ │ │ ├── Kanna.release.xcconfig │ │ │ └── Kanna.xcconfig │ │ ├── KeychainAccess │ │ │ ├── Info.plist │ │ │ ├── KeychainAccess-Info.plist │ │ │ ├── KeychainAccess-dummy.m │ │ │ ├── KeychainAccess-prefix.pch │ │ │ ├── KeychainAccess-umbrella.h │ │ │ ├── KeychainAccess.debug.xcconfig │ │ │ ├── KeychainAccess.modulemap │ │ │ ├── KeychainAccess.release.xcconfig │ │ │ └── KeychainAccess.xcconfig │ │ ├── MGSwipeTableCell │ │ │ ├── Info.plist │ │ │ ├── MGSwipeTableCell-Info.plist │ │ │ ├── MGSwipeTableCell-dummy.m │ │ │ ├── MGSwipeTableCell-prefix.pch │ │ │ ├── MGSwipeTableCell-umbrella.h │ │ │ ├── MGSwipeTableCell.debug.xcconfig │ │ │ ├── MGSwipeTableCell.modulemap │ │ │ ├── MGSwipeTableCell.release.xcconfig │ │ │ └── MGSwipeTableCell.xcconfig │ │ ├── MJRefresh │ │ │ ├── Info.plist │ │ │ ├── MJRefresh-Info.plist │ │ │ ├── MJRefresh-dummy.m │ │ │ ├── MJRefresh-prefix.pch │ │ │ ├── MJRefresh-umbrella.h │ │ │ ├── MJRefresh.debug.xcconfig │ │ │ ├── MJRefresh.modulemap │ │ │ ├── MJRefresh.release.xcconfig │ │ │ └── MJRefresh.xcconfig │ │ ├── OHHTTPStubs │ │ │ ├── Info.plist │ │ │ ├── OHHTTPStubs-Info.plist │ │ │ ├── OHHTTPStubs-dummy.m │ │ │ ├── OHHTTPStubs-prefix.pch │ │ │ ├── OHHTTPStubs-umbrella.h │ │ │ ├── OHHTTPStubs.debug.xcconfig │ │ │ ├── OHHTTPStubs.modulemap │ │ │ ├── OHHTTPStubs.release.xcconfig │ │ │ └── OHHTTPStubs.xcconfig │ │ ├── PPCopiableLabel │ │ │ ├── Info.plist │ │ │ ├── PPCopiableLabel-Info.plist │ │ │ ├── PPCopiableLabel-dummy.m │ │ │ ├── PPCopiableLabel-prefix.pch │ │ │ ├── PPCopiableLabel-umbrella.h │ │ │ ├── PPCopiableLabel.debug.xcconfig │ │ │ ├── PPCopiableLabel.modulemap │ │ │ ├── PPCopiableLabel.release.xcconfig │ │ │ └── PPCopiableLabel.xcconfig │ │ ├── Pods-Bangumi M Tests │ │ │ ├── Info.plist │ │ │ ├── Pods-Bangumi M Tests-Info.plist │ │ │ ├── Pods-Bangumi M Tests-acknowledgements.markdown │ │ │ ├── Pods-Bangumi M Tests-acknowledgements.plist │ │ │ ├── Pods-Bangumi M Tests-dummy.m │ │ │ ├── Pods-Bangumi M Tests-frameworks.sh │ │ │ ├── Pods-Bangumi M Tests-resources.sh │ │ │ ├── Pods-Bangumi M Tests-umbrella.h │ │ │ ├── Pods-Bangumi M Tests.debug.xcconfig │ │ │ ├── Pods-Bangumi M Tests.modulemap │ │ │ └── Pods-Bangumi M Tests.release.xcconfig │ │ ├── Pods-Bangumi M UITests │ │ │ ├── Info.plist │ │ │ ├── Pods-Bangumi M UITests-Info.plist │ │ │ ├── Pods-Bangumi M UITests-acknowledgements.markdown │ │ │ ├── Pods-Bangumi M UITests-acknowledgements.plist │ │ │ ├── Pods-Bangumi M UITests-dummy.m │ │ │ ├── Pods-Bangumi M UITests-frameworks.sh │ │ │ ├── Pods-Bangumi M UITests-resources.sh │ │ │ ├── Pods-Bangumi M UITests-umbrella.h │ │ │ ├── Pods-Bangumi M UITests.debug.xcconfig │ │ │ ├── Pods-Bangumi M UITests.modulemap │ │ │ └── Pods-Bangumi M UITests.release.xcconfig │ │ ├── Pods-Bangumi M │ │ │ ├── Info.plist │ │ │ ├── Pods-Bangumi M-Info.plist │ │ │ ├── Pods-Bangumi M-acknowledgements.markdown │ │ │ ├── Pods-Bangumi M-acknowledgements.plist │ │ │ ├── Pods-Bangumi M-dummy.m │ │ │ ├── Pods-Bangumi M-frameworks.sh │ │ │ ├── Pods-Bangumi M-resources.sh │ │ │ ├── Pods-Bangumi M-umbrella.h │ │ │ ├── Pods-Bangumi M.debug.xcconfig │ │ │ ├── Pods-Bangumi M.modulemap │ │ │ └── Pods-Bangumi M.release.xcconfig │ │ ├── SVProgressHUD │ │ │ ├── Info.plist │ │ │ ├── SVProgressHUD-Info.plist │ │ │ ├── SVProgressHUD-dummy.m │ │ │ ├── SVProgressHUD-prefix.pch │ │ │ ├── SVProgressHUD-umbrella.h │ │ │ ├── SVProgressHUD.debug.xcconfig │ │ │ ├── SVProgressHUD.modulemap │ │ │ ├── SVProgressHUD.release.xcconfig │ │ │ └── SVProgressHUD.xcconfig │ │ ├── SimulatorStatusMagic │ │ │ ├── Info.plist │ │ │ ├── SimulatorStatusMagic-Info.plist │ │ │ ├── SimulatorStatusMagic-dummy.m │ │ │ ├── SimulatorStatusMagic-prefix.pch │ │ │ ├── SimulatorStatusMagic-umbrella.h │ │ │ ├── SimulatorStatusMagic.debug.xcconfig │ │ │ ├── SimulatorStatusMagic.modulemap │ │ │ ├── SimulatorStatusMagic.release.xcconfig │ │ │ └── SimulatorStatusMagic.xcconfig │ │ ├── SwiftyJSON │ │ │ ├── Info.plist │ │ │ ├── SwiftyJSON-Info.plist │ │ │ ├── SwiftyJSON-dummy.m │ │ │ ├── SwiftyJSON-prefix.pch │ │ │ ├── SwiftyJSON-umbrella.h │ │ │ ├── SwiftyJSON.debug.xcconfig │ │ │ ├── SwiftyJSON.modulemap │ │ │ ├── SwiftyJSON.release.xcconfig │ │ │ └── SwiftyJSON.xcconfig │ │ └── UITextField+Shake │ │ │ ├── Info.plist │ │ │ ├── UITextField+Shake-Info.plist │ │ │ ├── UITextField+Shake-dummy.m │ │ │ ├── UITextField+Shake-prefix.pch │ │ │ ├── UITextField+Shake-umbrella.h │ │ │ ├── UITextField+Shake.debug.xcconfig │ │ │ ├── UITextField+Shake.modulemap │ │ │ ├── UITextField+Shake.release.xcconfig │ │ │ └── UITextField+Shake.xcconfig │ └── UITextField+Shake │ │ ├── LICENSE │ │ ├── README.md │ │ └── Source │ │ ├── UITextField+Shake.h │ │ └── UITextField+Shake.m └── licenses │ ├── Alamofire.license │ ├── AlamofireImage.license │ ├── BangumiM.license │ ├── Canvas.license │ ├── Cosmos.license │ ├── HKKTagWriteView.license │ ├── Kanna.license │ ├── KeychainAccess.license │ ├── MGSwipeTableCell.license │ ├── MJRefresh.license │ ├── SVProgressHUD.license │ ├── SwiftyJSON.license │ └── UITextField+Shake.license ├── README.md └── screenshots ├── App Store Badge Localized ├── English │ ├── App Store Marketing Getting Started Guide.pdf │ ├── Print EPS │ │ └── Download_on_the_App_Store_Badge_US-UK_135x40.eps │ └── Web SVG │ │ └── Download_on_the_App_Store_Badge_US-UK_135x40.svg ├── 日本語 (Japanese) │ ├── App Store マーケティングガイドはじめに.pdf │ ├── Print EPS │ │ └── Download_on_the_App_Store_JP_135x40.eps │ └── Web SVG │ │ └── Download_on_the_App_Store_JP_135x40.svg ├── 简体中文 (Chinese Simplified) │ ├── App Store 营销入门指南.pdf │ ├── Download_on_the_App_Store_Badge_CN_135x40.png │ ├── Print EPS │ │ └── Download_on_the_App_Store_Badge_CN_135x40.eps │ └── Web SVG │ │ └── Download_on_the_App_Store_Badge_CN_135x40.svg ├── 繁體中文 (Chinese Traditional) │ ├── App Store 行銷入門指南.pdf │ ├── Print EPS │ │ └── Download_on_the_App_Store_Badge_HK_TW_135x40.eps │ └── Web SVG │ │ └── Download_on_the_App_Store_Badge_HK_TW_135x40.svg └── 한국어 (Korean) │ ├── App Store 마케팅 시작 안내서.pdf │ ├── Print EPS │ └── Download_on_the_App_Store_Badge_KR_135x40.eps │ └── Web SVG │ └── Download_on_the_App_Store_Badge_KR_135x40.svg ├── edit ├── iPad Air │ ├── Simulator Screen Shot 2016年8月3日 23.24.09.png │ ├── Simulator Screen Shot 2016年8月3日 23.24.17.png │ ├── Simulator Screen Shot 2016年8月3日 23.24.31.png │ └── Simulator Screen Shot 2016年8月3日 23.25.20.png ├── iPad Pro 12.9 inch │ ├── Simulator Screen Shot 2016年8月3日 23.36.34.png │ ├── Simulator Screen Shot 2016年8月3日 23.37.01.png │ ├── Simulator Screen Shot 2016年8月3日 23.40.51.png │ └── Simulator Screen Shot 2016年8月3日 23.43.57.png ├── iPhone 4S │ ├── Simulator Screen Shot 2016年8月3日 23.04.35.png │ ├── Simulator Screen Shot 2016年8月3日 23.04.39.png │ ├── Simulator Screen Shot 2016年8月3日 23.04.46.png │ └── Simulator Screen Shot 2016年8月3日 23.05.05.png ├── iPhone 5s │ ├── Simulator Screen Shot 2016年8月3日 23.09.16.png │ ├── Simulator Screen Shot 2016年8月3日 23.09.19.png │ ├── Simulator Screen Shot 2016年8月3日 23.09.25.png │ └── Simulator Screen Shot 2016年8月3日 23.09.48.png ├── iPhone 6 │ ├── Simulator Screen Shot 2016年8月3日 23.12.05.png │ ├── Simulator Screen Shot 2016年8月3日 23.12.29.png │ ├── Simulator Screen Shot 2016年8月3日 23.12.40.png │ └── Simulator Screen Shot 2016年8月3日 23.13.19.png └── iPhone 6s │ ├── Simulator Screen Shot 2016年8月3日 23.16.07.png │ ├── Simulator Screen Shot 2016年8月3日 23.16.12.png │ ├── Simulator Screen Shot 2016年8月3日 23.16.29.png │ └── Simulator Screen Shot 2016年8月3日 23.17.06.png ├── origin ├── iPad Air │ ├── Simulator Screen Shot 2016年8月3日 23.24.09.png │ ├── Simulator Screen Shot 2016年8月3日 23.24.17.png │ ├── Simulator Screen Shot 2016年8月3日 23.24.31.png │ └── Simulator Screen Shot 2016年8月3日 23.25.20.png ├── iPad Pro 12.9 inch │ ├── Simulator Screen Shot 2016年8月3日 23.36.34.png │ ├── Simulator Screen Shot 2016年8月3日 23.37.01.png │ ├── Simulator Screen Shot 2016年8月3日 23.40.51.png │ └── Simulator Screen Shot 2016年8月3日 23.43.57.png ├── iPhone 4S │ ├── Simulator Screen Shot 2016年8月3日 23.04.35.png │ ├── Simulator Screen Shot 2016年8月3日 23.04.39.png │ ├── Simulator Screen Shot 2016年8月3日 23.04.46.png │ └── Simulator Screen Shot 2016年8月3日 23.05.05.png ├── iPhone 5s │ ├── Simulator Screen Shot 2016年8月3日 23.09.16.png │ ├── Simulator Screen Shot 2016年8月3日 23.09.19.png │ ├── Simulator Screen Shot 2016年8月3日 23.09.25.png │ └── Simulator Screen Shot 2016年8月3日 23.09.48.png ├── iPhone 6 │ ├── Simulator Screen Shot 2016年8月3日 23.12.05.png │ ├── Simulator Screen Shot 2016年8月3日 23.12.29.png │ ├── Simulator Screen Shot 2016年8月3日 23.12.40.png │ └── Simulator Screen Shot 2016年8月3日 23.13.19.png └── iPhone 6s │ ├── Simulator Screen Shot 2016年8月3日 23.16.07.png │ ├── Simulator Screen Shot 2016年8月3日 23.16.12.png │ ├── Simulator Screen Shot 2016年8月3日 23.16.29.png │ └── Simulator Screen Shot 2016年8月3日 23.17.06.png └── press ├── IMG_0234.PNG ├── iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical-clear-no-compress.png ├── iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical-clear.png ├── iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical-no-compress.png └── iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/.travis.yml -------------------------------------------------------------------------------- /BangumiAPI.swift.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/BangumiAPI.swift.enc -------------------------------------------------------------------------------- /L10N/FromLocalizer/Percolator/zh-Hans.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/L10N/FromLocalizer/Percolator/zh-Hans.xliff -------------------------------------------------------------------------------- /L10N/ToLocalizer/Percolator-2016-7-14/zh-Hans.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/L10N/ToLocalizer/Percolator-2016-7-14/zh-Hans.xliff -------------------------------------------------------------------------------- /L10N/ToLocalizer/Percolator-2016-7-19/en.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/L10N/ToLocalizer/Percolator-2016-7-19/en.xliff -------------------------------------------------------------------------------- /L10N/ToLocalizer/Percolator/zh-Hans.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/L10N/ToLocalizer/Percolator/zh-Hans.xliff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/LICENSE -------------------------------------------------------------------------------- /Percolator/.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/.swiftlint.yml -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/BangumiRequestLoginTest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/BangumiRequestLoginTest.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/Bangumi_M_Tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/Bangumi_M_Tests.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/Info.plist -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/KeychainAsscessTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/KeychainAsscessTests.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/Parser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/Parser.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/TableViewDataSource+DataProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/TableViewDataSource+DataProvider.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M Tests/Tests.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M Tests/Tests.storyboard -------------------------------------------------------------------------------- /Percolator/Bangumi M UITests/Bangumi_M_UITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M UITests/Bangumi_M_UITests.swift -------------------------------------------------------------------------------- /Percolator/Bangumi M UITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M UITests/Info.plist -------------------------------------------------------------------------------- /Percolator/Bangumi M.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Bangumi M.entitlements -------------------------------------------------------------------------------- /Percolator/Percolator.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Percolator/Percolator.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Percolator/Percolator.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Percolator/Percolator.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Percolator/Percolator.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Percolator/Percolator/Actor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Actor.swift -------------------------------------------------------------------------------- /Percolator/Percolator/AnimeListTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/AnimeListTableViewCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/AnimeListTableViewCellDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/AnimeListTableViewCellDelegate.swift -------------------------------------------------------------------------------- /Percolator/Percolator/AnimeListTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/AnimeListTableViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/AnimeListTableViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/AnimeListTableViewModel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/AppDelegate.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Avatar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Avatar.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiKey.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiKey.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Collection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Collection.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+EP.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+EP.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Error.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Error.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Login.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Login.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Progress.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Progress.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Search.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Search.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+Subject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+Subject.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest+URL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest+URL.swift -------------------------------------------------------------------------------- /Percolator/Percolator/BangumiRequest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/BangumiRequest.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Percolator/Percolator/Base.lproj/infoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Base.lproj/infoPlist.strings -------------------------------------------------------------------------------- /Percolator/Percolator/CDSubject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CDSubject.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CGPoint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CGPoint.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CMKCollectButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CMKCollectButton.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CollectInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CollectInfo.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CollectTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CollectTableViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Collection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Collection.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CollectionViewDataSource.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CollectionViewDataSource.swift -------------------------------------------------------------------------------- /Percolator/Percolator/ConfigurableCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/ConfigurableCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/ConfigurableHeader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/ConfigurableHeader.swift -------------------------------------------------------------------------------- /Percolator/Percolator/ConsolePrint.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/ConsolePrint.swift -------------------------------------------------------------------------------- /Percolator/Percolator/CoreDataStack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/CoreDataStack.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Crt.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Crt.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DataProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DataProvider.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DataSource.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DataSource.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Delay.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Delay.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DeleteActivity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DeleteActivity.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewBannerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewBannerCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewBannerCellDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewBannerCellDelegate.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewCell+CollectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewCell+CollectionView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewEPSCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewEPSCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewEPSCellDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewEPSCellDelegate.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewEPSHeaderFooterView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewEPSHeaderFooterView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewEPSHeaderFooterView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewEPSHeaderFooterView.xib -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewModel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewMoreSubjectCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewMoreSubjectCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailTableViewMoreTopicCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailTableViewMoreTopicCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DetailViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DetailViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/DispatchQueue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/DispatchQueue.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Episode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Episode.swift -------------------------------------------------------------------------------- /Percolator/Percolator/ErrorProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/ErrorProtocol.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Images.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/404.imageset/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/404.imageset/404.jpg -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/404.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/404.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/AddArrow.imageset/AddArrow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/AddArrow.imageset/AddArrow.pdf -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/AddArrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/AddArrow.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_20@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_20@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@1x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@1x-1.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@2x-1.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_29@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x-1.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x-2.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@2x-1.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_40@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_57@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_57@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_57@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_57@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_60@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_60@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_76@1x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_76@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/1024_83.5@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Bangumi M.appiconset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/RemoveArrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/RemoveArrow.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/RemoveArrow.imageset/RemoveArrow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/RemoveArrow.imageset/RemoveArrow.pdf -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/SavedArrow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/SavedArrow.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/SavedArrow.imageset/SavedArrow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/SavedArrow.imageset/SavedArrow.pdf -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/arrow_8_bottom.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/arrow_8_bottom.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/arrow_8_bottom.imageset/arrow_8_bottom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/arrow_8_bottom.imageset/arrow_8_bottom.pdf -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/btn_tag_delete.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/btn_tag_delete.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/btn_tag_delete.imageset/btn_tag_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/btn_tag_delete.imageset/btn_tag_delete.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/cyaika.imageset/35521_0Z6c8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/cyaika.imageset/35521_0Z6c8.jpg -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/cyaika.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/cyaika.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/hyouka.imageset/27364_f432B.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/hyouka.imageset/27364_f432B.jpg -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/hyouka.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/hyouka.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/icon-close.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/icon-close.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/icon-close.imageset/icon-close.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/icon-close.imageset/icon-close.pdf -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/menu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/menu.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/menu.imageset/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/menu.imageset/menu.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/menu.imageset/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/menu.imageset/menu@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/menu.imageset/menu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/menu.imageset/menu@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/more.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/more.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/more.imageset/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/more.imageset/more.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/more.imageset/more@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/more.imageset/more@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/more.imageset/more@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/more.imageset/more@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/saenai.imageset/129010_1bpx4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/saenai.imageset/129010_1bpx4.jpg -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/saenai.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/saenai.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/search.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/search.imageset/Contents.json -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/search.imageset/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/search.imageset/search.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/search.imageset/search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/search.imageset/search@2x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Images.xcassets/search.imageset/search@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Images.xcassets/search.imageset/search@3x.png -------------------------------------------------------------------------------- /Percolator/Percolator/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Info.plist -------------------------------------------------------------------------------- /Percolator/Percolator/LoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/LoginViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/LoginViewPresentTransition.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/LoginViewPresentTransition.swift -------------------------------------------------------------------------------- /Percolator/Percolator/NSURL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/NSURL.swift -------------------------------------------------------------------------------- /Percolator/Percolator/NetworkSpinner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/NetworkSpinner.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Percolator-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Percolator-Bridging-Header.h -------------------------------------------------------------------------------- /Percolator/Percolator/Percolator.xcdatamodeld/Percolator.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Percolator.xcdatamodeld/Percolator.xcdatamodel/contents -------------------------------------------------------------------------------- /Percolator/Percolator/PercolatorAlertController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/PercolatorAlertController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/PercolatorKey.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/PercolatorKey.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Progress.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Progress.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Rating.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Rating.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Reachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Reachability.h -------------------------------------------------------------------------------- /Percolator/Percolator/Reachability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Reachability.m -------------------------------------------------------------------------------- /Percolator/Percolator/Result.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Result.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SVProgress+Style.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SVProgress+Style.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SaveActivity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SaveActivity.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SearchBoxTabelViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SearchBoxTabelViewCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SearchBoxTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SearchBoxTableViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SearchBoxTableViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SearchBoxTableViewModel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Settings.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Settings.bundle/Root.plist -------------------------------------------------------------------------------- /Percolator/Percolator/Settings.bundle/acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Settings.bundle/acknowledgements.plist -------------------------------------------------------------------------------- /Percolator/Percolator/Settings.bundle/en.lproj/Root.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Settings.bundle/en.lproj/Root.strings -------------------------------------------------------------------------------- /Percolator/Percolator/Staff.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Staff.swift -------------------------------------------------------------------------------- /Percolator/Percolator/String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/String.swift -------------------------------------------------------------------------------- /Percolator/Percolator/Subject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/Subject.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionReusableHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionReusableHeaderView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionReusableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionReusableView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewBookCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewBookCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewBookCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewBookCell.xib -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewLayout.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewLayoutAttributes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewLayoutAttributes.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewModel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewNotBookCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewNotBookCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectCollectionViewNotBookCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectCollectionViewNotBookCell.xib -------------------------------------------------------------------------------- /Percolator/Percolator/SubjectWrapper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/SubjectWrapper.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TableViewDataSource.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TableViewDataSource.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TagWriteView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TagWriteView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TopicTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TopicTableViewCell.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TopicTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TopicTableViewController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TopicTableViewHeaderFooterView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TopicTableViewHeaderFooterView.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TopicTableViewHeaderFooterView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TopicTableViewHeaderFooterView.xib -------------------------------------------------------------------------------- /Percolator/Percolator/TopicTableViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TopicTableViewModel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/TransitionDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/TransitionDelegate.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIAlertController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIAlertController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIApplication.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIApplication.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIButton.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIColor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIColor.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIDevice.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIDevice.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIFont.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIFont.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UIImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UIImage.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UILabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UILabel.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UINavigationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UINavigationController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UISearchController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UISearchController.swift -------------------------------------------------------------------------------- /Percolator/Percolator/User.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/User.swift -------------------------------------------------------------------------------- /Percolator/Percolator/UserDefaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/UserDefaults.swift -------------------------------------------------------------------------------- /Percolator/Percolator/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Percolator/Percolator/en.lproj/infoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/en.lproj/infoPlist.strings -------------------------------------------------------------------------------- /Percolator/Percolator/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Percolator/Percolator/zh-Hans.lproj/Main.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/zh-Hans.lproj/Main.strings -------------------------------------------------------------------------------- /Percolator/Percolator/zh-Hans.lproj/infoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Percolator/zh-Hans.lproj/infoPlist.strings -------------------------------------------------------------------------------- /Percolator/PercolatorTests/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* No Localized Strings */ -------------------------------------------------------------------------------- /Percolator/Playground.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Playground.playground/Contents.swift -------------------------------------------------------------------------------- /Percolator/Playground.playground/Resources/autolayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Playground.playground/Resources/autolayout.png -------------------------------------------------------------------------------- /Percolator/Playground.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Playground.playground/contents.xcplayground -------------------------------------------------------------------------------- /Percolator/Playground.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Playground.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Percolator/Playground.playground/timeline.xctimeline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Playground.playground/timeline.xctimeline -------------------------------------------------------------------------------- /Percolator/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Podfile -------------------------------------------------------------------------------- /Percolator/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Podfile.lock -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/AFError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/AFError.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Alamofire.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Alamofire.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/MultipartFormData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/MultipartFormData.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/NetworkReachabilityManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/NetworkReachabilityManager.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Notifications.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Notifications.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/ParameterEncoding.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/ParameterEncoding.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Request.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Request.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Response.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Response.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/ResponseSerialization.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/ResponseSerialization.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Result.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Result.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/ServerTrustPolicy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/ServerTrustPolicy.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/SessionDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/SessionDelegate.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/SessionManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/SessionManager.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/TaskDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/TaskDelegate.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Timeline.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Timeline.swift -------------------------------------------------------------------------------- /Percolator/Pods/Alamofire/Source/Validation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Alamofire/Source/Validation.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/README.md -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/AFIError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/AFIError.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/Image.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/Image.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/ImageCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/ImageCache.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/ImageDownloader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/ImageDownloader.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/ImageFilter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/ImageFilter.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/Request+AlamofireImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/Request+AlamofireImage.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/UIButton+AlamofireImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/UIButton+AlamofireImage.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/UIImage+AlamofireImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/UIImage+AlamofireImage.swift -------------------------------------------------------------------------------- /Percolator/Pods/AlamofireImage/Source/UIImageView+AlamofireImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/AlamofireImage/Source/UIImageView+AlamofireImage.swift -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSAnimation.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSAnimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSAnimation.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSAnimationView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSAnimationView.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSAnimationView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSAnimationView.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSBlurView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSBlurView.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSBlurView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSBlurView.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSNavigationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSNavigationController.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/CSNavigationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/CSNavigationController.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/Canvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/Canvas.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UIButton+TCCustomFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UIButton+TCCustomFont.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UIButton+TCCustomFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UIButton+TCCustomFont.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UILabel+TCCustomFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UILabel+TCCustomFont.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UILabel+TCCustomFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UILabel+TCCustomFont.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UINavigationBar+TCCustomFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UINavigationBar+TCCustomFont.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UINavigationBar+TCCustomFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UINavigationBar+TCCustomFont.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextField+PlaceholderColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextField+PlaceholderColor.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextField+PlaceholderColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextField+PlaceholderColor.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextField+TCCustomFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextField+TCCustomFont.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextField+TCCustomFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextField+TCCustomFont.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextView+TCCustomFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextView+TCCustomFont.h -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/CanvasLibrary/UITextView+TCCustomFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/CanvasLibrary/UITextView+TCCustomFont.m -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/Canvas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Canvas/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosAccessibility.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosAccessibility.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosDefaultSettings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosDefaultSettings.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosLayerHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosLayerHelper.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosLayers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosLayers.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosLocalizedRating.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosLocalizedRating.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosRating.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosRating.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosSettings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosSettings.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosSize.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosSize.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosText.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosText.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosTouch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosTouch.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/CosmosView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/CosmosView.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/Helpers/CosmosTouchTarget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/Helpers/CosmosTouchTarget.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/Helpers/RightToLeft.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/Helpers/RightToLeft.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/StarFillMode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/StarFillMode.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/Cosmos/StarLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/Cosmos/StarLayer.swift -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/Cosmos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Cosmos/README.md -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMShowTouchWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMShowTouchWindow.h -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMShowTouchWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMShowTouchWindow.m -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMTouchPointView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMTouchPointView.h -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMTouchPointView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/EUMTouchPointView.m -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/UITouch+EUMUITouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/UITouch+EUMUITouch.h -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/Pod/Classes/UITouch+EUMUITouch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/Pod/Classes/UITouch+EUMUITouch.m -------------------------------------------------------------------------------- /Percolator/Pods/EUMTouchPointView/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/EUMTouchPointView/README.md -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/LICENSE.md -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/README.md -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListAssert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListAssert.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListBatchUpdateData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListBatchUpdateData.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListBatchUpdateData.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListBatchUpdateData.mm -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListCompatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListCompatibility.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListDiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListDiff.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListDiff.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListDiff.mm -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListDiffKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListDiffKit.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListDiffable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListDiffable.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListExperiments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListExperiments.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListIndexPathResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListIndexPathResult.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListIndexPathResult.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListIndexPathResult.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListIndexSetResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListIndexSetResult.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListIndexSetResult.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListIndexSetResult.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListMacros.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListMoveIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListMoveIndex.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListMoveIndex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListMoveIndex.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListMoveIndexPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListMoveIndexPath.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/IGListMoveIndexPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/IGListMoveIndexPath.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/Internal/IGListIndexPathResultInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/Internal/IGListIndexPathResultInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/Internal/IGListIndexSetResultInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/Internal/IGListIndexSetResultInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/Internal/IGListMoveIndexInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/Internal/IGListMoveIndexInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/Internal/IGListMoveIndexPathInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/Internal/IGListMoveIndexPathInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/NSNumber+IGListDiffable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/NSNumber+IGListDiffable.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/NSNumber+IGListDiffable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/NSNumber+IGListDiffable.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/NSString+IGListDiffable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/NSString+IGListDiffable.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Common/NSString+IGListDiffable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Common/NSString+IGListDiffable.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapter.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapter.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapterDataSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapterDataSource.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapterDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapterDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapterUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapterUpdater.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapterUpdater.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapterUpdater.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListAdapterUpdaterDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListAdapterUpdaterDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBatchContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBatchContext.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBindable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBindable.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBindingSectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBindingSectionController.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBindingSectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBindingSectionController.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBindingSectionControllerDataSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBindingSectionControllerDataSource.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListBindingSectionControllerSelectionDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListBindingSectionControllerSelectionDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListCollectionContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListCollectionContext.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListCollectionViewLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListCollectionViewLayout.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListCollectionViewLayout.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListCollectionViewLayout.mm -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListDisplayDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListDisplayDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListGenericSectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListGenericSectionController.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListGenericSectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListGenericSectionController.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListKit.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListReloadDataUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListReloadDataUpdater.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListReloadDataUpdater.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListReloadDataUpdater.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListScrollDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListScrollDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListSectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListSectionController.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListSectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListSectionController.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListSingleSectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListSingleSectionController.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListSingleSectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListSingleSectionController.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListStackedSectionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListStackedSectionController.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListStackedSectionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListStackedSectionController.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListSupplementaryViewSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListSupplementaryViewSource.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListUpdatingDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListUpdatingDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/IGListWorkingRangeDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/IGListWorkingRangeDelegate.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+DebugDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+DebugDescription.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+DebugDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+DebugDescription.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+UICollectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+UICollectionView.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+UICollectionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapter+UICollectionView.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterProxy.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterProxy.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdater+DebugDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdater+DebugDescription.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdater+DebugDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdater+DebugDescription.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdaterInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListAdapterUpdaterInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateData+DebugDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateData+DebugDescription.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateData+DebugDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateData+DebugDescription.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdateState.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdates.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdates.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListBatchUpdates.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListCollectionViewLayoutInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListCollectionViewLayoutInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDebugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDebugger.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDebugger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDebugger.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDebuggingUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDebuggingUtilities.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDebuggingUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDebuggingUtilities.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDisplayHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDisplayHandler.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListDisplayHandler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListDisplayHandler.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListReloadIndexPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListReloadIndexPath.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListReloadIndexPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListReloadIndexPath.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListSectionControllerInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListSectionControllerInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap+DebugDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap+DebugDescription.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap+DebugDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap+DebugDescription.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListSectionMap.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListStackedSectionControllerInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListStackedSectionControllerInternal.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListWorkingRangeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListWorkingRangeHandler.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/IGListWorkingRangeHandler.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/IGListWorkingRangeHandler.mm -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/UICollectionView+DebugDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/UICollectionView+DebugDescription.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/UICollectionView+DebugDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/UICollectionView+DebugDescription.m -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/UICollectionView+IGListBatchUpdateData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/UICollectionView+IGListBatchUpdateData.h -------------------------------------------------------------------------------- /Percolator/Pods/IGListKit/Source/Internal/UICollectionView+IGListBatchUpdateData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/IGListKit/Source/Internal/UICollectionView+IGListBatchUpdateData.m -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Modules/libxml2-kanna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Modules/libxml2-kanna.h -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Modules/module.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/CSS.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/CSS.swift -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/Deprecated.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/Deprecated.swift -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/Kanna.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/Kanna.h -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/Kanna.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/Kanna.swift -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/libxmlHTMLDocument.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/libxmlHTMLDocument.swift -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/libxmlHTMLNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/libxmlHTMLNode.swift -------------------------------------------------------------------------------- /Percolator/Pods/Kanna/Sources/Kanna/libxmlParserOption.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Kanna/Sources/Kanna/libxmlParserOption.swift -------------------------------------------------------------------------------- /Percolator/Pods/KeychainAccess/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/KeychainAccess/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/KeychainAccess/Lib/KeychainAccess/Keychain.swift -------------------------------------------------------------------------------- /Percolator/Pods/KeychainAccess/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/KeychainAccess/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/Alamofire.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/Alamofire.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/AlamofireImage.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/AlamofireImage.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/Kanna.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/Kanna.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/KeychainAccess.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/KeychainAccess.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/SVProgressHUD.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/SVProgressHUD.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/Local Podspecs/SwiftyJSON.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Local Podspecs/SwiftyJSON.podspec.json -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeButton.h -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeButton.m -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeTableCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeTableCell.h -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeTableCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/MGSwipeTableCell/MGSwipeTableCell.m -------------------------------------------------------------------------------- /Percolator/Pods/MGSwipeTableCell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MGSwipeTableCell/README.md -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshBackFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshComponent.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshGifHeader.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshNormalHeader.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/Custom/Header/MJRefreshStateHeader.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/arrow@2x.png -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.bundle/zh-Hant.lproj/Localizable.strings -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefreshConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/MJRefreshConst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/MJRefreshConst.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/NSBundle+MJRefresh.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJExtension.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIScrollView+MJRefresh.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIView+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIView+MJExtension.h -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/MJRefresh/UIView+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/MJRefresh/UIView+MJExtension.m -------------------------------------------------------------------------------- /Percolator/Pods/MJRefresh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/MJRefresh/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Manifest.lock -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/Compatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/Compatibility.h -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.h -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/JSON/OHHTTPStubsResponse+JSON.m -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubs.h -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubs.m -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubsResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubsResponse.h -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubsResponse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHHTTPStubsResponse.m -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.h -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/OHHTTPStubs/Sources/OHPathHelpers/OHPathHelpers.m -------------------------------------------------------------------------------- /Percolator/Pods/OHHTTPStubs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/OHHTTPStubs/README.md -------------------------------------------------------------------------------- /Percolator/Pods/PPCopiableLabel/Classes/PPCopiableLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/PPCopiableLabel/Classes/PPCopiableLabel.h -------------------------------------------------------------------------------- /Percolator/Pods/PPCopiableLabel/Classes/PPCopiableLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/PPCopiableLabel/Classes/PPCopiableLabel.m -------------------------------------------------------------------------------- /Percolator/Pods/PPCopiableLabel/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/PPCopiableLabel/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/PPCopiableLabel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/PPCopiableLabel/README.md -------------------------------------------------------------------------------- /Percolator/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/LICENSE.txt -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/README.md -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.m -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.h -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressAnimatedView.m -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@2x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/angle-mask@3x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/error@3x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@2x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/info@3x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle/success@3x.png -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.m -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.h -------------------------------------------------------------------------------- /Percolator/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SVProgressHUD/SVProgressHUD/SVRadialGradientLayer.m -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/README.md -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarManager.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarManager.m -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverrider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverrider.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_0.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_0.m -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_3.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost10_3.m -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost11_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost11_0.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost11_0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost11_0.m -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost8_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPost8_3.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPre8_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPre8_3.h -------------------------------------------------------------------------------- /Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPre8_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SimulatorStatusMagic/SDStatusBarManager/SDStatusBarOverriderPre8_3.m -------------------------------------------------------------------------------- /Percolator/Pods/SwiftyJSON/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SwiftyJSON/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/SwiftyJSON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SwiftyJSON/README.md -------------------------------------------------------------------------------- /Percolator/Pods/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Alamofire.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Alamofire.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Alamofire/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Alamofire/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/AlamofireImage.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/AlamofireImage/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/AlamofireImage/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Canvas.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Canvas.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Canvas/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Canvas/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Cosmos.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Cosmos.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Cosmos/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Cosmos/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/EUMTouchPointView.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/EUMTouchPointView/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/EUMTouchPointView/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/IGListKit.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/IGListKit.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/IGListKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/IGListKit/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Kanna/Kanna.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Kanna/Kanna.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/KeychainAccess/KeychainAccess.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MGSwipeTableCell/MGSwipeTableCell.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/MJRefresh/MJRefresh.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/OHHTTPStubs/OHHTTPStubs.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/PPCopiableLabel/PPCopiableLabel.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M Tests/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M UITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M UITests/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-frameworks.sh -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-resources.sh -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/Pods-Bangumi M/Pods-Bangumi M.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SVProgressHUD/SVProgressHUD.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SimulatorStatusMagic/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SimulatorStatusMagic/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.debug.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.release.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/SwiftyJSON/SwiftyJSON.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-Info.plist -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-dummy.m -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-prefix.pch -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake-umbrella.h -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake.modulemap -------------------------------------------------------------------------------- /Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/Target Support Files/UITextField+Shake/UITextField+Shake.xcconfig -------------------------------------------------------------------------------- /Percolator/Pods/UITextField+Shake/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/UITextField+Shake/LICENSE -------------------------------------------------------------------------------- /Percolator/Pods/UITextField+Shake/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/UITextField+Shake/README.md -------------------------------------------------------------------------------- /Percolator/Pods/UITextField+Shake/Source/UITextField+Shake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/UITextField+Shake/Source/UITextField+Shake.h -------------------------------------------------------------------------------- /Percolator/Pods/UITextField+Shake/Source/UITextField+Shake.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/Pods/UITextField+Shake/Source/UITextField+Shake.m -------------------------------------------------------------------------------- /Percolator/licenses/Alamofire.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/Alamofire.license -------------------------------------------------------------------------------- /Percolator/licenses/AlamofireImage.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/AlamofireImage.license -------------------------------------------------------------------------------- /Percolator/licenses/BangumiM.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/BangumiM.license -------------------------------------------------------------------------------- /Percolator/licenses/Canvas.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/Canvas.license -------------------------------------------------------------------------------- /Percolator/licenses/Cosmos.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/Cosmos.license -------------------------------------------------------------------------------- /Percolator/licenses/HKKTagWriteView.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/HKKTagWriteView.license -------------------------------------------------------------------------------- /Percolator/licenses/Kanna.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/Kanna.license -------------------------------------------------------------------------------- /Percolator/licenses/KeychainAccess.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/KeychainAccess.license -------------------------------------------------------------------------------- /Percolator/licenses/MGSwipeTableCell.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/MGSwipeTableCell.license -------------------------------------------------------------------------------- /Percolator/licenses/MJRefresh.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/MJRefresh.license -------------------------------------------------------------------------------- /Percolator/licenses/SVProgressHUD.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/SVProgressHUD.license -------------------------------------------------------------------------------- /Percolator/licenses/SwiftyJSON.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/SwiftyJSON.license -------------------------------------------------------------------------------- /Percolator/licenses/UITextField+Shake.license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/Percolator/licenses/UITextField+Shake.license -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/App Store Badge Localized/日本語 (Japanese) /App Store マーケティングガイドはじめに.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/App Store Badge Localized/日本語 (Japanese) /App Store マーケティングガイドはじめに.pdf -------------------------------------------------------------------------------- /screenshots/App Store Badge Localized/简体中文 (Chinese Simplified)/App Store 营销入门指南.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/App Store Badge Localized/简体中文 (Chinese Simplified)/App Store 营销入门指南.pdf -------------------------------------------------------------------------------- /screenshots/App Store Badge Localized/한국어 (Korean)/App Store 마케팅 시작 안내서.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/App Store Badge Localized/한국어 (Korean)/App Store 마케팅 시작 안내서.pdf -------------------------------------------------------------------------------- /screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.09.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.17.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.31.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.25.20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Air/Simulator Screen Shot 2016年8月3日 23.25.20.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.36.34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.36.34.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.37.01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.37.01.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.40.51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.40.51.png -------------------------------------------------------------------------------- /screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.43.57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.43.57.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.35.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.39.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.46.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.05.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.05.05.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.16.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.19.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.25.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.48.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.05.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.29.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.40.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.13.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6/Simulator Screen Shot 2016年8月3日 23.13.19.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.07.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.12.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.29.png -------------------------------------------------------------------------------- /screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.17.06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/edit/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.17.06.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.09.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.17.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.24.31.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.25.20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Air/Simulator Screen Shot 2016年8月3日 23.25.20.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.36.34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.36.34.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.37.01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.37.01.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.40.51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.40.51.png -------------------------------------------------------------------------------- /screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.43.57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPad Pro 12.9 inch/Simulator Screen Shot 2016年8月3日 23.43.57.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.35.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.39.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.04.46.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.05.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 4S/Simulator Screen Shot 2016年8月3日 23.05.05.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.16.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.19.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.25.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 5s/Simulator Screen Shot 2016年8月3日 23.09.48.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.05.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.29.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.12.40.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.13.19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6/Simulator Screen Shot 2016年8月3日 23.13.19.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.07.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.12.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.16.29.png -------------------------------------------------------------------------------- /screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.17.06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/origin/iPhone 6s/Simulator Screen Shot 2016年8月3日 23.17.06.png -------------------------------------------------------------------------------- /screenshots/press/IMG_0234.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/press/IMG_0234.PNG -------------------------------------------------------------------------------- /screenshots/press/iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/press/iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical-clear.png -------------------------------------------------------------------------------- /screenshots/press/iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MainasuK/Bangumi-M/HEAD/screenshots/press/iPad-Pro-Silver-horizontal-iPhone-6s-Silver-vertical.png --------------------------------------------------------------------------------