123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 55;
- objects = {
- /* Begin PBXBuildFile section */
- 2281B61AEFC76AFFBF9C29DD /* Pods_JSJP_Student_sw.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C45679F20E7108A4E8C08D40 /* Pods_JSJP_Student_sw.framework */; };
- 90A64B902A25A49500D8BED6 /* URLNavigationMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B8F2A25A49500D8BED6 /* URLNavigationMap.swift */; };
- 90A64B922A25A4DC00D8BED6 /* NYSwRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B912A25A4DC00D8BED6 /* NYSwRouter.swift */; };
- 90A64B972A25A57C00D8BED6 /* NYSwToaster.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B962A25A57C00D8BED6 /* NYSwToaster.swift */; };
- 90A64B992A25A7F100D8BED6 /* MainNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B982A25A7F100D8BED6 /* MainNavigationController.swift */; };
- 90A64B9B2A25A91B00D8BED6 /* HomeService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B9A2A25A91B00D8BED6 /* HomeService.swift */; };
- 90A64BA02A25AA0900D8BED6 /* SplashModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64B9F2A25AA0900D8BED6 /* SplashModel.swift */; };
- 90A64BA42A25BD1400D8BED6 /* LoadingPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BA32A25BD1400D8BED6 /* LoadingPlugin.swift */; };
- 90A64BA62A25BD3A00D8BED6 /* Networking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BA52A25BD3A00D8BED6 /* Networking.swift */; };
- 90A64BA82A25BF8100D8BED6 /* HomeAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BA72A25BF8100D8BED6 /* HomeAPI.swift */; };
- 90A64BAD2A25C32900D8BED6 /* HomeParentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BAC2A25C32900D8BED6 /* HomeParentViewController.swift */; };
- 90A64BAF2A25C35700D8BED6 /* HomeEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BAE2A25C35700D8BED6 /* HomeEnum.swift */; };
- 90A64BB12A25D03700D8BED6 /* SplashViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BB02A25D03700D8BED6 /* SplashViewController.swift */; };
- 90A64BB32A25D11800D8BED6 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BB22A25D11800D8BED6 /* BaseViewController.swift */; };
- 90A64BB72A25D56700D8BED6 /* TimeKeepParentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BB62A25D56700D8BED6 /* TimeKeepParentViewController.swift */; };
- 90A64BBB2A25D76100D8BED6 /* MineParentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BBA2A25D76100D8BED6 /* MineParentViewController.swift */; };
- 90A64BBD2A25D9D300D8BED6 /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BBC2A25D9D300D8BED6 /* MainTabBarController.swift */; };
- 90A64BBF2A25DFDB00D8BED6 /* MainTabBarViewReactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BBE2A25DFDA00D8BED6 /* MainTabBarViewReactor.swift */; };
- 90A64BC12A25E1CF00D8BED6 /* TogetherDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BC02A25E1CF00D8BED6 /* TogetherDataManager.swift */; };
- 90A64BC82A25E98C00D8BED6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 90A64BC62A25E98B00D8BED6 /* Main.storyboard */; };
- 90A64BC92A25E98C00D8BED6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BC72A25E98C00D8BED6 /* ViewController.swift */; };
- 90A64BCC2A2603CB00D8BED6 /* HomeNavBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */; };
- 90A64BCE2A2603DD00D8BED6 /* HomeNavBar.xib in Resources */ = {isa = PBXBuildFile; fileRef = 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */; };
- 90A64BD82A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */; };
- 90A64BD92A2604F600D8BED6 /* GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */; };
- 90A64BDA2A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */; };
- B204266C2A1B0E50009FAC45 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204266B2A1B0E50009FAC45 /* AppDelegate.swift */; };
- B20426752A1B0E52009FAC45 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B20426742A1B0E52009FAC45 /* Assets.xcassets */; };
- B20426782A1B0E52009FAC45 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B20426762A1B0E52009FAC45 /* LaunchScreen.storyboard */; };
- B20426802A1B397E009FAC45 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B204267F2A1B397E009FAC45 /* libz.tbd */; };
- B20426822A1B39C2009FAC45 /* libbz2.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426812A1B39C2009FAC45 /* libbz2.tbd */; };
- B20426842A1B39E3009FAC45 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426832A1B39E2009FAC45 /* libc++.tbd */; };
- B20426862A1B39FA009FAC45 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426852A1B39FA009FAC45 /* CoreVideo.framework */; };
- B20426882A1B3A03009FAC45 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426872A1B3A03009FAC45 /* CoreGraphics.framework */; };
- B204268A2A1B3A14009FAC45 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426892A1B3A14009FAC45 /* CoreMedia.framework */; };
- B204268C2A1B3A22009FAC45 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B204268B2A1B3A22009FAC45 /* MediaPlayer.framework */; };
- B204268E2A1B3A3C009FAC45 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B204268D2A1B3A3C009FAC45 /* OpenGLES.framework */; };
- B20426902A1B3A5C009FAC45 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B204268F2A1B3A5C009FAC45 /* QuartzCore.framework */; };
- B20426922A1B3A66009FAC45 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426912A1B3A66009FAC45 /* AVFoundation.framework */; };
- B20426942A1B3A6E009FAC45 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426932A1B3A6E009FAC45 /* UIKit.framework */; };
- B20426972A1B3A91009FAC45 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426952A1B3A91009FAC45 /* AudioToolbox.framework */; };
- B20426982A1B3A91009FAC45 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426962A1B3A91009FAC45 /* VideoToolbox.framework */; };
- B204269A2A1B3A9B009FAC45 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B20426992A1B3A9B009FAC45 /* CoreServices.framework */; };
- B20426AB2A1B4738009FAC45 /* Moya+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A12A1B4738009FAC45 /* Moya+Rx.swift */; };
- B20426AC2A1B4738009FAC45 /* UIScrollView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A22A1B4738009FAC45 /* UIScrollView+Rx.swift */; };
- B20426AD2A1B4738009FAC45 /* UILabel+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A32A1B4738009FAC45 /* UILabel+Rx.swift */; };
- B20426AE2A1B4738009FAC45 /* NotificationCenter+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A42A1B4738009FAC45 /* NotificationCenter+Rx.swift */; };
- B20426AF2A1B4738009FAC45 /* UIView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A52A1B4738009FAC45 /* UIView+Rx.swift */; };
- B20426B02A1B4738009FAC45 /* UICollectionViewFlexLayout+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A62A1B4738009FAC45 /* UICollectionViewFlexLayout+Rx.swift */; };
- B20426B12A1B4738009FAC45 /* UICollectionView+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A72A1B4738009FAC45 /* UICollectionView+Rx.swift */; };
- B20426B22A1B4738009FAC45 /* PullToRefresh+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426A82A1B4738009FAC45 /* PullToRefresh+Rx.swift */; };
- B20426B32A1B4738009FAC45 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426AA2A1B4738009FAC45 /* Logger.swift */; };
- B20426C72A1B4DB6009FAC45 /* Data+Cache.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426B52A1B4DB6009FAC45 /* Data+Cache.swift */; };
- B20426C82A1B4DB6009FAC45 /* DefaultsKeys+Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426B62A1B4DB6009FAC45 /* DefaultsKeys+Key.swift */; };
- B20426C92A1B4DB6009FAC45 /* UIColor+Hex.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426B72A1B4DB6009FAC45 /* UIColor+Hex.swift */; };
- B20426CA2A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426B82A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift */; };
- B20426CB2A1B4DB6009FAC45 /* DispatchQueue+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426B92A1B4DB6009FAC45 /* DispatchQueue+Extension.swift */; };
- B20426CC2A1B4DB6009FAC45 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BA2A1B4DB6009FAC45 /* UIButton+Kingfisher.swift */; };
- B20426CD2A1B4DB6009FAC45 /* String+BoundingRect.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BB2A1B4DB6009FAC45 /* String+BoundingRect.swift */; };
- B20426CE2A1B4DB6009FAC45 /* UIImage+Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BC2A1B4DB6009FAC45 /* UIImage+Placeholder.swift */; };
- B20426CF2A1B4DB6009FAC45 /* UIScrollView+Direction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BD2A1B4DB6009FAC45 /* UIScrollView+Direction.swift */; };
- B20426D02A1B4DB6009FAC45 /* UIBarButtonItem+Init.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BE2A1B4DB6009FAC45 /* UIBarButtonItem+Init.swift */; };
- B20426D12A1B4DB6009FAC45 /* UIBarButtonItem+FixSpace.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426BF2A1B4DB6009FAC45 /* UIBarButtonItem+FixSpace.swift */; };
- B20426D22A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C02A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift */; };
- B20426D32A1B4DB6009FAC45 /* Array+SectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C12A1B4DB6009FAC45 /* Array+SectionModel.swift */; };
- B20426D42A1B4DB6009FAC45 /* UIView+CornerRadius.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C22A1B4DB6009FAC45 /* UIView+CornerRadius.swift */; };
- B20426D52A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C32A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift */; };
- B20426D62A1B4DB6009FAC45 /* UIColor+Bilibili.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C42A1B4DB6009FAC45 /* UIColor+Bilibili.swift */; };
- B20426D72A1B4DB6009FAC45 /* NSAttributedString+BoundingRect.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C52A1B4DB6009FAC45 /* NSAttributedString+BoundingRect.swift */; };
- B20426D82A1B4DB6009FAC45 /* VTContentView+Gesture.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426C62A1B4DB6009FAC45 /* VTContentView+Gesture.swift */; };
- B204270F2A1B4ED2009FAC45 /* LWPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426DC2A1B4ED1009FAC45 /* LWPlayer.swift */; };
- B20427102A1B4ED2009FAC45 /* LWPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426DD2A1B4ED1009FAC45 /* LWPlayerView.swift */; };
- B20427112A1B4ED2009FAC45 /* LWPlayerManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426DE2A1B4ED1009FAC45 /* LWPlayerManager.swift */; };
- B20427122A1B4ED2009FAC45 /* LWPlayerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426DF2A1B4ED1009FAC45 /* LWPlayerControlView.swift */; };
- B20427132A1B4ED2009FAC45 /* LWPlayerSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E02A1B4ED1009FAC45 /* LWPlayerSlider.swift */; };
- B20427142A1B4ED2009FAC45 /* AVPlayer+LWPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E22A1B4ED1009FAC45 /* AVPlayer+LWPlayer.swift */; };
- B20427152A1B4ED2009FAC45 /* Timer+LWPlayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E32A1B4ED1009FAC45 /* Timer+LWPlayer.swift */; };
- B20427162A1B4ED2009FAC45 /* LWPlayerUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E52A1B4ED1009FAC45 /* LWPlayerUtils.swift */; };
- B20427172A1B4ED2009FAC45 /* LWPlayerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E62A1B4ED1009FAC45 /* LWPlayerDelegate.swift */; };
- B20427182A1B4ED2009FAC45 /* LWPlayerEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E72A1B4ED1009FAC45 /* LWPlayerEnum.swift */; };
- B20427192A1B4ED2009FAC45 /* LWPlayerFullScreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426E92A1B4ED1009FAC45 /* LWPlayerFullScreenViewController.swift */; };
- B204271A2A1B4ED2009FAC45 /* Refreshable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426EB2A1B4ED1009FAC45 /* Refreshable.swift */; };
- B204271B2A1B4ED2009FAC45 /* NetAnimationLoadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426EC2A1B4ED1009FAC45 /* NetAnimationLoadable.swift */; };
- B204271C2A1B4ED2009FAC45 /* NibLoadable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426ED2A1B4ED1009FAC45 /* NibLoadable.swift */; };
- B204271E2A1B4ED2009FAC45 /* BilibiliCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426F22A1B4ED2009FAC45 /* BilibiliCollectionViewLayout.swift */; };
- B204271F2A1B4ED2009FAC45 /* GesConflictCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426F42A1B4ED2009FAC45 /* GesConflictCollectionView.swift */; };
- B20427232A1B4ED2009FAC45 /* SearchBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426FA2A1B4ED2009FAC45 /* SearchBarView.swift */; };
- B20427242A1B4ED2009FAC45 /* SearchBarView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B20426FB2A1B4ED2009FAC45 /* SearchBarView.xib */; };
- B20427252A1B4ED2009FAC45 /* EmptyView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B20426FD2A1B4ED2009FAC45 /* EmptyView.xib */; };
- B20427262A1B4ED2009FAC45 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20426FE2A1B4ED2009FAC45 /* EmptyView.swift */; };
- B20427272A1B4ED2009FAC45 /* NetAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427002A1B4ED2009FAC45 /* NetAnimationView.swift */; };
- B204272E2A1B4ED2009FAC45 /* PopOverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204270A2A1B4ED2009FAC45 /* PopOverView.swift */; };
- B204272F2A1B4ED2009FAC45 /* PopOverViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204270B2A1B4ED2009FAC45 /* PopOverViewCell.swift */; };
- B20427302A1B4ED2009FAC45 /* PopOverViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = B204270C2A1B4ED2009FAC45 /* PopOverViewCell.xib */; };
- B20427312A1B4ED2009FAC45 /* PopOverViewSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204270D2A1B4ED2009FAC45 /* PopOverViewSettings.swift */; };
- B20427322A1B4ED2009FAC45 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204270E2A1B4ED2009FAC45 /* Action.swift */; };
- B20427342A1B5167009FAC45 /* CompositionRoot.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427332A1B5167009FAC45 /* CompositionRoot.swift */; };
- B20427362A1B5420009FAC45 /* NetEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427352A1B5420009FAC45 /* NetEnvironment.swift */; };
- B20427382A1B549F009FAC45 /* RequestError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427372A1B549F009FAC45 /* RequestError.swift */; };
- B204273A2A1B558F009FAC45 /* NYAppCongfigure.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427392A1B558F009FAC45 /* NYAppCongfigure.swift */; };
- B204273D2A1B567A009FAC45 /* NYImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204273C2A1B567A009FAC45 /* NYImage.swift */; };
- B204273F2A1B5691009FAC45 /* NYFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = B204273E2A1B5691009FAC45 /* NYFont.swift */; };
- B20427412A1B56B1009FAC45 /* NYNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427402A1B56B1009FAC45 /* NYNumber.swift */; };
- B20427432A1B5846009FAC45 /* Snap.swift in Sources */ = {isa = PBXBuildFile; fileRef = B20427422A1B5846009FAC45 /* Snap.swift */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- 0F56AF3A85733CC3ECD33CC5 /* Pods-JSJP_Student_sw.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JSJP_Student_sw.debug.xcconfig"; path = "Target Support Files/Pods-JSJP_Student_sw/Pods-JSJP_Student_sw.debug.xcconfig"; sourceTree = "<group>"; };
- 90A64B8F2A25A49500D8BED6 /* URLNavigationMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLNavigationMap.swift; sourceTree = "<group>"; };
- 90A64B912A25A4DC00D8BED6 /* NYSwRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYSwRouter.swift; sourceTree = "<group>"; };
- 90A64B962A25A57C00D8BED6 /* NYSwToaster.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYSwToaster.swift; sourceTree = "<group>"; };
- 90A64B982A25A7F100D8BED6 /* MainNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainNavigationController.swift; sourceTree = "<group>"; };
- 90A64B9A2A25A91B00D8BED6 /* HomeService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeService.swift; sourceTree = "<group>"; };
- 90A64B9F2A25AA0900D8BED6 /* SplashModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashModel.swift; sourceTree = "<group>"; };
- 90A64BA32A25BD1400D8BED6 /* LoadingPlugin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoadingPlugin.swift; sourceTree = "<group>"; };
- 90A64BA52A25BD3A00D8BED6 /* Networking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Networking.swift; sourceTree = "<group>"; };
- 90A64BA72A25BF8100D8BED6 /* HomeAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeAPI.swift; sourceTree = "<group>"; };
- 90A64BAC2A25C32900D8BED6 /* HomeParentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeParentViewController.swift; sourceTree = "<group>"; };
- 90A64BAE2A25C35700D8BED6 /* HomeEnum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeEnum.swift; sourceTree = "<group>"; };
- 90A64BB02A25D03700D8BED6 /* SplashViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplashViewController.swift; sourceTree = "<group>"; };
- 90A64BB22A25D11800D8BED6 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
- 90A64BB62A25D56700D8BED6 /* TimeKeepParentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeKeepParentViewController.swift; sourceTree = "<group>"; };
- 90A64BBA2A25D76100D8BED6 /* MineParentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineParentViewController.swift; sourceTree = "<group>"; };
- 90A64BBC2A25D9D300D8BED6 /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = "<group>"; };
- 90A64BBE2A25DFDA00D8BED6 /* MainTabBarViewReactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarViewReactor.swift; sourceTree = "<group>"; };
- 90A64BC02A25E1CF00D8BED6 /* TogetherDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TogetherDataManager.swift; sourceTree = "<group>"; };
- 90A64BC62A25E98B00D8BED6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
- 90A64BC72A25E98C00D8BED6 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeNavBar.swift; sourceTree = "<group>"; };
- 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeNavBar.xib; sourceTree = "<group>"; };
- 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+GJRatioAutoLayout.m"; sourceTree = "<group>"; };
- 90A64BD22A2604F600D8BED6 /* GJRatioAutoLayoutDefine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GJRatioAutoLayoutDefine.h; sourceTree = "<group>"; };
- 90A64BD32A2604F600D8BED6 /* GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GJRatioAutoLayout.h; sourceTree = "<group>"; };
- 90A64BD42A2604F600D8BED6 /* UIView+GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+GJRatioAutoLayout.h"; sourceTree = "<group>"; };
- 90A64BD52A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+GJRatioAutoLayout.h"; sourceTree = "<group>"; };
- 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GJRatioAutoLayout.m; sourceTree = "<group>"; };
- 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+GJRatioAutoLayout.m"; sourceTree = "<group>"; };
- 90A64BDB2A2605C500D8BED6 /* JSJP-Brigding-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "JSJP-Brigding-Header.h"; sourceTree = "<group>"; };
- B20426682A1B0E50009FAC45 /* JSJP_Student_sw.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JSJP_Student_sw.app; sourceTree = BUILT_PRODUCTS_DIR; };
- B204266B2A1B0E50009FAC45 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- B20426742A1B0E52009FAC45 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- B20426772A1B0E52009FAC45 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- B20426792A1B0E52009FAC45 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- B204267F2A1B397E009FAC45 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
- B20426812A1B39C2009FAC45 /* libbz2.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.tbd; path = usr/lib/libbz2.tbd; sourceTree = SDKROOT; };
- B20426832A1B39E2009FAC45 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
- B20426852A1B39FA009FAC45 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
- B20426872A1B3A03009FAC45 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- B20426892A1B3A14009FAC45 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; };
- B204268B2A1B3A22009FAC45 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
- B204268D2A1B3A3C009FAC45 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
- B204268F2A1B3A5C009FAC45 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- B20426912A1B3A66009FAC45 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
- B20426932A1B3A6E009FAC45 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- B20426952A1B3A91009FAC45 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
- B20426962A1B3A91009FAC45 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
- B20426992A1B3A9B009FAC45 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
- B20426A12A1B4738009FAC45 /* Moya+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Moya+Rx.swift"; sourceTree = "<group>"; };
- B20426A22A1B4738009FAC45 /* UIScrollView+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Rx.swift"; sourceTree = "<group>"; };
- B20426A32A1B4738009FAC45 /* UILabel+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UILabel+Rx.swift"; sourceTree = "<group>"; };
- B20426A42A1B4738009FAC45 /* NotificationCenter+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NotificationCenter+Rx.swift"; sourceTree = "<group>"; };
- B20426A52A1B4738009FAC45 /* UIView+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Rx.swift"; sourceTree = "<group>"; };
- B20426A62A1B4738009FAC45 /* UICollectionViewFlexLayout+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UICollectionViewFlexLayout+Rx.swift"; sourceTree = "<group>"; };
- B20426A72A1B4738009FAC45 /* UICollectionView+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Rx.swift"; sourceTree = "<group>"; };
- B20426A82A1B4738009FAC45 /* PullToRefresh+Rx.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PullToRefresh+Rx.swift"; sourceTree = "<group>"; };
- B20426AA2A1B4738009FAC45 /* Logger.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
- B20426B52A1B4DB6009FAC45 /* Data+Cache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data+Cache.swift"; sourceTree = "<group>"; };
- B20426B62A1B4DB6009FAC45 /* DefaultsKeys+Key.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DefaultsKeys+Key.swift"; sourceTree = "<group>"; };
- B20426B72A1B4DB6009FAC45 /* UIColor+Hex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Hex.swift"; sourceTree = "<group>"; };
- B20426B82A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImageView+Kingfisher.swift"; sourceTree = "<group>"; };
- B20426B92A1B4DB6009FAC45 /* DispatchQueue+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+Extension.swift"; sourceTree = "<group>"; };
- B20426BA2A1B4DB6009FAC45 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIButton+Kingfisher.swift"; sourceTree = "<group>"; };
- B20426BB2A1B4DB6009FAC45 /* String+BoundingRect.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BoundingRect.swift"; sourceTree = "<group>"; };
- B20426BC2A1B4DB6009FAC45 /* UIImage+Placeholder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Placeholder.swift"; sourceTree = "<group>"; };
- B20426BD2A1B4DB6009FAC45 /* UIScrollView+Direction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Direction.swift"; sourceTree = "<group>"; };
- B20426BE2A1B4DB6009FAC45 /* UIBarButtonItem+Init.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIBarButtonItem+Init.swift"; sourceTree = "<group>"; };
- B20426BF2A1B4DB6009FAC45 /* UIBarButtonItem+FixSpace.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIBarButtonItem+FixSpace.swift"; sourceTree = "<group>"; };
- B20426C02A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+NetAnimation.swift"; sourceTree = "<group>"; };
- B20426C12A1B4DB6009FAC45 /* Array+SectionModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+SectionModel.swift"; sourceTree = "<group>"; };
- B20426C22A1B4DB6009FAC45 /* UIView+CornerRadius.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+CornerRadius.swift"; sourceTree = "<group>"; };
- B20426C32A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScrollView+ScrollToBottom.swift"; sourceTree = "<group>"; };
- B20426C42A1B4DB6009FAC45 /* UIColor+Bilibili.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Bilibili.swift"; sourceTree = "<group>"; };
- B20426C52A1B4DB6009FAC45 /* NSAttributedString+BoundingRect.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+BoundingRect.swift"; sourceTree = "<group>"; };
- B20426C62A1B4DB6009FAC45 /* VTContentView+Gesture.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "VTContentView+Gesture.swift"; sourceTree = "<group>"; };
- B20426DC2A1B4ED1009FAC45 /* LWPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayer.swift; sourceTree = "<group>"; };
- B20426DD2A1B4ED1009FAC45 /* LWPlayerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerView.swift; sourceTree = "<group>"; };
- B20426DE2A1B4ED1009FAC45 /* LWPlayerManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerManager.swift; sourceTree = "<group>"; };
- B20426DF2A1B4ED1009FAC45 /* LWPlayerControlView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerControlView.swift; sourceTree = "<group>"; };
- B20426E02A1B4ED1009FAC45 /* LWPlayerSlider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerSlider.swift; sourceTree = "<group>"; };
- B20426E22A1B4ED1009FAC45 /* AVPlayer+LWPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AVPlayer+LWPlayer.swift"; sourceTree = "<group>"; };
- B20426E32A1B4ED1009FAC45 /* Timer+LWPlayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Timer+LWPlayer.swift"; sourceTree = "<group>"; };
- B20426E52A1B4ED1009FAC45 /* LWPlayerUtils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerUtils.swift; sourceTree = "<group>"; };
- B20426E62A1B4ED1009FAC45 /* LWPlayerDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerDelegate.swift; sourceTree = "<group>"; };
- B20426E72A1B4ED1009FAC45 /* LWPlayerEnum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerEnum.swift; sourceTree = "<group>"; };
- B20426E92A1B4ED1009FAC45 /* LWPlayerFullScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LWPlayerFullScreenViewController.swift; sourceTree = "<group>"; };
- B20426EB2A1B4ED1009FAC45 /* Refreshable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Refreshable.swift; sourceTree = "<group>"; };
- B20426EC2A1B4ED1009FAC45 /* NetAnimationLoadable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetAnimationLoadable.swift; sourceTree = "<group>"; };
- B20426ED2A1B4ED1009FAC45 /* NibLoadable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NibLoadable.swift; sourceTree = "<group>"; };
- B20426F22A1B4ED2009FAC45 /* BilibiliCollectionViewLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BilibiliCollectionViewLayout.swift; sourceTree = "<group>"; };
- B20426F42A1B4ED2009FAC45 /* GesConflictCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GesConflictCollectionView.swift; sourceTree = "<group>"; };
- B20426FA2A1B4ED2009FAC45 /* SearchBarView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchBarView.swift; sourceTree = "<group>"; };
- B20426FB2A1B4ED2009FAC45 /* SearchBarView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SearchBarView.xib; sourceTree = "<group>"; };
- B20426FD2A1B4ED2009FAC45 /* EmptyView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = EmptyView.xib; sourceTree = "<group>"; };
- B20426FE2A1B4ED2009FAC45 /* EmptyView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; };
- B20427002A1B4ED2009FAC45 /* NetAnimationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetAnimationView.swift; sourceTree = "<group>"; };
- B204270A2A1B4ED2009FAC45 /* PopOverView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopOverView.swift; sourceTree = "<group>"; };
- B204270B2A1B4ED2009FAC45 /* PopOverViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopOverViewCell.swift; sourceTree = "<group>"; };
- B204270C2A1B4ED2009FAC45 /* PopOverViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PopOverViewCell.xib; sourceTree = "<group>"; };
- B204270D2A1B4ED2009FAC45 /* PopOverViewSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopOverViewSettings.swift; sourceTree = "<group>"; };
- B204270E2A1B4ED2009FAC45 /* Action.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Action.swift; sourceTree = "<group>"; };
- B20427332A1B5167009FAC45 /* CompositionRoot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompositionRoot.swift; sourceTree = "<group>"; };
- B20427352A1B5420009FAC45 /* NetEnvironment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetEnvironment.swift; sourceTree = "<group>"; };
- B20427372A1B549F009FAC45 /* RequestError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestError.swift; sourceTree = "<group>"; };
- B20427392A1B558F009FAC45 /* NYAppCongfigure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYAppCongfigure.swift; sourceTree = "<group>"; };
- B204273C2A1B567A009FAC45 /* NYImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYImage.swift; sourceTree = "<group>"; };
- B204273E2A1B5691009FAC45 /* NYFont.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYFont.swift; sourceTree = "<group>"; };
- B20427402A1B56B1009FAC45 /* NYNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NYNumber.swift; sourceTree = "<group>"; };
- B20427422A1B5846009FAC45 /* Snap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Snap.swift; sourceTree = "<group>"; };
- C45679F20E7108A4E8C08D40 /* Pods_JSJP_Student_sw.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_JSJP_Student_sw.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- CD9D09C8A577A2C67B753E0D /* Pods-JSJP_Student_sw.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JSJP_Student_sw.release.xcconfig"; path = "Target Support Files/Pods-JSJP_Student_sw/Pods-JSJP_Student_sw.release.xcconfig"; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- B20426652A1B0E50009FAC45 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- B204269A2A1B3A9B009FAC45 /* CoreServices.framework in Frameworks */,
- B20426972A1B3A91009FAC45 /* AudioToolbox.framework in Frameworks */,
- B20426982A1B3A91009FAC45 /* VideoToolbox.framework in Frameworks */,
- B20426942A1B3A6E009FAC45 /* UIKit.framework in Frameworks */,
- B20426922A1B3A66009FAC45 /* AVFoundation.framework in Frameworks */,
- B20426902A1B3A5C009FAC45 /* QuartzCore.framework in Frameworks */,
- B204268E2A1B3A3C009FAC45 /* OpenGLES.framework in Frameworks */,
- B204268C2A1B3A22009FAC45 /* MediaPlayer.framework in Frameworks */,
- B204268A2A1B3A14009FAC45 /* CoreMedia.framework in Frameworks */,
- B20426882A1B3A03009FAC45 /* CoreGraphics.framework in Frameworks */,
- B20426862A1B39FA009FAC45 /* CoreVideo.framework in Frameworks */,
- B20426842A1B39E3009FAC45 /* libc++.tbd in Frameworks */,
- B20426822A1B39C2009FAC45 /* libbz2.tbd in Frameworks */,
- B20426802A1B397E009FAC45 /* libz.tbd in Frameworks */,
- 2281B61AEFC76AFFBF9C29DD /* Pods_JSJP_Student_sw.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 90A64B932A25A55F00D8BED6 /* Toaster */ = {
- isa = PBXGroup;
- children = (
- 90A64B962A25A57C00D8BED6 /* NYSwToaster.swift */,
- );
- path = Toaster;
- sourceTree = "<group>";
- };
- 90A64B9C2A25A9BE00D8BED6 /* Models */ = {
- isa = PBXGroup;
- children = (
- );
- path = Models;
- sourceTree = "<group>";
- };
- 90A64B9D2A25A9D000D8BED6 /* Modulars */ = {
- isa = PBXGroup;
- children = (
- 90A64BB82A25D60500D8BED6 /* Mine */,
- 90A64BB42A25D4E600D8BED6 /* Timekeep */,
- 90A64BA92A25C28A00D8BED6 /* Home */,
- 90A64B9E2A25A9E500D8BED6 /* Splash */,
- );
- path = Modulars;
- sourceTree = "<group>";
- };
- 90A64B9E2A25A9E500D8BED6 /* Splash */ = {
- isa = PBXGroup;
- children = (
- 90A64B9F2A25AA0900D8BED6 /* SplashModel.swift */,
- 90A64BB02A25D03700D8BED6 /* SplashViewController.swift */,
- );
- path = Splash;
- sourceTree = "<group>";
- };
- 90A64BA12A25BCAD00D8BED6 /* New Group */ = {
- isa = PBXGroup;
- children = (
- );
- path = "New Group";
- sourceTree = "<group>";
- };
- 90A64BA22A25BCFA00D8BED6 /* Plugins */ = {
- isa = PBXGroup;
- children = (
- 90A64BA32A25BD1400D8BED6 /* LoadingPlugin.swift */,
- );
- path = Plugins;
- sourceTree = "<group>";
- };
- 90A64BA92A25C28A00D8BED6 /* Home */ = {
- isa = PBXGroup;
- children = (
- 90A64BCA2A2603A300D8BED6 /* Views */,
- 90A64BAB2A25C2BE00D8BED6 /* Controllers */,
- 90A64BAA2A25C2B100D8BED6 /* Helper */,
- );
- path = Home;
- sourceTree = "<group>";
- };
- 90A64BAA2A25C2B100D8BED6 /* Helper */ = {
- isa = PBXGroup;
- children = (
- 90A64BC02A25E1CF00D8BED6 /* TogetherDataManager.swift */,
- 90A64BAE2A25C35700D8BED6 /* HomeEnum.swift */,
- );
- path = Helper;
- sourceTree = "<group>";
- };
- 90A64BAB2A25C2BE00D8BED6 /* Controllers */ = {
- isa = PBXGroup;
- children = (
- 90A64BAC2A25C32900D8BED6 /* HomeParentViewController.swift */,
- );
- path = Controllers;
- sourceTree = "<group>";
- };
- 90A64BB42A25D4E600D8BED6 /* Timekeep */ = {
- isa = PBXGroup;
- children = (
- 90A64BB52A25D54600D8BED6 /* Controllers */,
- );
- path = Timekeep;
- sourceTree = "<group>";
- };
- 90A64BB52A25D54600D8BED6 /* Controllers */ = {
- isa = PBXGroup;
- children = (
- 90A64BB62A25D56700D8BED6 /* TimeKeepParentViewController.swift */,
- );
- path = Controllers;
- sourceTree = "<group>";
- };
- 90A64BB82A25D60500D8BED6 /* Mine */ = {
- isa = PBXGroup;
- children = (
- 90A64BB92A25D68700D8BED6 /* Controllers */,
- );
- path = Mine;
- sourceTree = "<group>";
- };
- 90A64BB92A25D68700D8BED6 /* Controllers */ = {
- isa = PBXGroup;
- children = (
- 90A64BBA2A25D76100D8BED6 /* MineParentViewController.swift */,
- );
- path = Controllers;
- sourceTree = "<group>";
- };
- 90A64BCA2A2603A300D8BED6 /* Views */ = {
- isa = PBXGroup;
- children = (
- 90A64BCB2A2603CB00D8BED6 /* HomeNavBar.swift */,
- 90A64BCD2A2603DD00D8BED6 /* HomeNavBar.xib */,
- );
- path = Views;
- sourceTree = "<group>";
- };
- 90A64BCF2A2604DC00D8BED6 /* Thirdparty */ = {
- isa = PBXGroup;
- children = (
- 90A64BD02A2604F600D8BED6 /* GJRatioAutoLayout */,
- );
- path = Thirdparty;
- sourceTree = "<group>";
- };
- 90A64BD02A2604F600D8BED6 /* GJRatioAutoLayout */ = {
- isa = PBXGroup;
- children = (
- 90A64BD52A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.h */,
- 90A64BD12A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m */,
- 90A64BD22A2604F600D8BED6 /* GJRatioAutoLayoutDefine.h */,
- 90A64BD32A2604F600D8BED6 /* GJRatioAutoLayout.h */,
- 90A64BD62A2604F600D8BED6 /* GJRatioAutoLayout.m */,
- 90A64BD42A2604F600D8BED6 /* UIView+GJRatioAutoLayout.h */,
- 90A64BD72A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m */,
- );
- path = GJRatioAutoLayout;
- sourceTree = "<group>";
- };
- B204265F2A1B0E50009FAC45 = {
- isa = PBXGroup;
- children = (
- B204266A2A1B0E50009FAC45 /* JSJP_Student_sw */,
- B20426692A1B0E50009FAC45 /* Products */,
- FE40FDA4E2C81D0A8F4AB498 /* Pods */,
- ED77CAFE8F88C3190ED8BD89 /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- B20426692A1B0E50009FAC45 /* Products */ = {
- isa = PBXGroup;
- children = (
- B20426682A1B0E50009FAC45 /* JSJP_Student_sw.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- B204266A2A1B0E50009FAC45 /* JSJP_Student_sw */ = {
- isa = PBXGroup;
- children = (
- B204269B2A1B4576009FAC45 /* Sources */,
- B20426742A1B0E52009FAC45 /* Assets.xcassets */,
- B20426762A1B0E52009FAC45 /* LaunchScreen.storyboard */,
- 90A64BC62A25E98B00D8BED6 /* Main.storyboard */,
- 90A64BC72A25E98C00D8BED6 /* ViewController.swift */,
- B20426792A1B0E52009FAC45 /* Info.plist */,
- 90A64BDB2A2605C500D8BED6 /* JSJP-Brigding-Header.h */,
- );
- path = JSJP_Student_sw;
- sourceTree = "<group>";
- };
- B204269B2A1B4576009FAC45 /* Sources */ = {
- isa = PBXGroup;
- children = (
- 90A64BCF2A2604DC00D8BED6 /* Thirdparty */,
- 90A64BA12A25BCAD00D8BED6 /* New Group */,
- 90A64B9D2A25A9D000D8BED6 /* Modulars */,
- 90A64B9C2A25A9BE00D8BED6 /* Models */,
- B204266B2A1B0E50009FAC45 /* AppDelegate.swift */,
- B20427332A1B5167009FAC45 /* CompositionRoot.swift */,
- B20427392A1B558F009FAC45 /* NYAppCongfigure.swift */,
- B204273B2A1B5658009FAC45 /* Constants */,
- B20426D92A1B4ED1009FAC45 /* Custom */,
- B20426B42A1B4DB6009FAC45 /* Extensions */,
- B20426A92A1B4738009FAC45 /* Logging */,
- B20426A02A1B4738009FAC45 /* Rx */,
- B204269F2A1B4609009FAC45 /* Networking */,
- B204269E2A1B45E6009FAC45 /* Services */,
- B204269D2A1B45C1009FAC45 /* Utils */,
- B204269C2A1B45A3009FAC45 /* Main */,
- );
- path = Sources;
- sourceTree = "<group>";
- };
- B204269C2A1B45A3009FAC45 /* Main */ = {
- isa = PBXGroup;
- children = (
- 90A64B982A25A7F100D8BED6 /* MainNavigationController.swift */,
- 90A64BB22A25D11800D8BED6 /* BaseViewController.swift */,
- 90A64BBC2A25D9D300D8BED6 /* MainTabBarController.swift */,
- 90A64BBE2A25DFDA00D8BED6 /* MainTabBarViewReactor.swift */,
- );
- path = Main;
- sourceTree = "<group>";
- };
- B204269D2A1B45C1009FAC45 /* Utils */ = {
- isa = PBXGroup;
- children = (
- 90A64B8F2A25A49500D8BED6 /* URLNavigationMap.swift */,
- B20427422A1B5846009FAC45 /* Snap.swift */,
- 90A64B912A25A4DC00D8BED6 /* NYSwRouter.swift */,
- );
- path = Utils;
- sourceTree = "<group>";
- };
- B204269E2A1B45E6009FAC45 /* Services */ = {
- isa = PBXGroup;
- children = (
- 90A64B9A2A25A91B00D8BED6 /* HomeService.swift */,
- 90A64BA72A25BF8100D8BED6 /* HomeAPI.swift */,
- );
- path = Services;
- sourceTree = "<group>";
- };
- B204269F2A1B4609009FAC45 /* Networking */ = {
- isa = PBXGroup;
- children = (
- 90A64BA22A25BCFA00D8BED6 /* Plugins */,
- B20427372A1B549F009FAC45 /* RequestError.swift */,
- B20427352A1B5420009FAC45 /* NetEnvironment.swift */,
- 90A64BA52A25BD3A00D8BED6 /* Networking.swift */,
- );
- path = Networking;
- sourceTree = "<group>";
- };
- B20426A02A1B4738009FAC45 /* Rx */ = {
- isa = PBXGroup;
- children = (
- B20426A12A1B4738009FAC45 /* Moya+Rx.swift */,
- B20426A22A1B4738009FAC45 /* UIScrollView+Rx.swift */,
- B20426A32A1B4738009FAC45 /* UILabel+Rx.swift */,
- B20426A42A1B4738009FAC45 /* NotificationCenter+Rx.swift */,
- B20426A52A1B4738009FAC45 /* UIView+Rx.swift */,
- B20426A62A1B4738009FAC45 /* UICollectionViewFlexLayout+Rx.swift */,
- B20426A72A1B4738009FAC45 /* UICollectionView+Rx.swift */,
- B20426A82A1B4738009FAC45 /* PullToRefresh+Rx.swift */,
- );
- path = Rx;
- sourceTree = "<group>";
- };
- B20426A92A1B4738009FAC45 /* Logging */ = {
- isa = PBXGroup;
- children = (
- B20426AA2A1B4738009FAC45 /* Logger.swift */,
- );
- path = Logging;
- sourceTree = "<group>";
- };
- B20426B42A1B4DB6009FAC45 /* Extensions */ = {
- isa = PBXGroup;
- children = (
- B20426B52A1B4DB6009FAC45 /* Data+Cache.swift */,
- B20426B62A1B4DB6009FAC45 /* DefaultsKeys+Key.swift */,
- B20426B72A1B4DB6009FAC45 /* UIColor+Hex.swift */,
- B20426B82A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift */,
- B20426B92A1B4DB6009FAC45 /* DispatchQueue+Extension.swift */,
- B20426BA2A1B4DB6009FAC45 /* UIButton+Kingfisher.swift */,
- B20426BB2A1B4DB6009FAC45 /* String+BoundingRect.swift */,
- B20426BC2A1B4DB6009FAC45 /* UIImage+Placeholder.swift */,
- B20426BD2A1B4DB6009FAC45 /* UIScrollView+Direction.swift */,
- B20426BE2A1B4DB6009FAC45 /* UIBarButtonItem+Init.swift */,
- B20426BF2A1B4DB6009FAC45 /* UIBarButtonItem+FixSpace.swift */,
- B20426C02A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift */,
- B20426C12A1B4DB6009FAC45 /* Array+SectionModel.swift */,
- B20426C22A1B4DB6009FAC45 /* UIView+CornerRadius.swift */,
- B20426C32A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift */,
- B20426C42A1B4DB6009FAC45 /* UIColor+Bilibili.swift */,
- B20426C52A1B4DB6009FAC45 /* NSAttributedString+BoundingRect.swift */,
- B20426C62A1B4DB6009FAC45 /* VTContentView+Gesture.swift */,
- );
- path = Extensions;
- sourceTree = "<group>";
- };
- B20426D92A1B4ED1009FAC45 /* Custom */ = {
- isa = PBXGroup;
- children = (
- B20426DA2A1B4ED1009FAC45 /* VideoPlayer */,
- B20426EA2A1B4ED1009FAC45 /* Protocol */,
- B20426EE2A1B4ED1009FAC45 /* View */,
- );
- path = Custom;
- sourceTree = "<group>";
- };
- B20426DA2A1B4ED1009FAC45 /* VideoPlayer */ = {
- isa = PBXGroup;
- children = (
- B20426DB2A1B4ED1009FAC45 /* Core */,
- B20426E12A1B4ED1009FAC45 /* Extension */,
- B20426E42A1B4ED1009FAC45 /* Utiles */,
- B20426E82A1B4ED1009FAC45 /* Component */,
- );
- path = VideoPlayer;
- sourceTree = "<group>";
- };
- B20426DB2A1B4ED1009FAC45 /* Core */ = {
- isa = PBXGroup;
- children = (
- B20426DC2A1B4ED1009FAC45 /* LWPlayer.swift */,
- B20426DD2A1B4ED1009FAC45 /* LWPlayerView.swift */,
- B20426DE2A1B4ED1009FAC45 /* LWPlayerManager.swift */,
- B20426DF2A1B4ED1009FAC45 /* LWPlayerControlView.swift */,
- B20426E02A1B4ED1009FAC45 /* LWPlayerSlider.swift */,
- );
- path = Core;
- sourceTree = "<group>";
- };
- B20426E12A1B4ED1009FAC45 /* Extension */ = {
- isa = PBXGroup;
- children = (
- B20426E22A1B4ED1009FAC45 /* AVPlayer+LWPlayer.swift */,
- B20426E32A1B4ED1009FAC45 /* Timer+LWPlayer.swift */,
- );
- path = Extension;
- sourceTree = "<group>";
- };
- B20426E42A1B4ED1009FAC45 /* Utiles */ = {
- isa = PBXGroup;
- children = (
- B20426E52A1B4ED1009FAC45 /* LWPlayerUtils.swift */,
- B20426E62A1B4ED1009FAC45 /* LWPlayerDelegate.swift */,
- B20426E72A1B4ED1009FAC45 /* LWPlayerEnum.swift */,
- );
- path = Utiles;
- sourceTree = "<group>";
- };
- B20426E82A1B4ED1009FAC45 /* Component */ = {
- isa = PBXGroup;
- children = (
- B20426E92A1B4ED1009FAC45 /* LWPlayerFullScreenViewController.swift */,
- );
- path = Component;
- sourceTree = "<group>";
- };
- B20426EA2A1B4ED1009FAC45 /* Protocol */ = {
- isa = PBXGroup;
- children = (
- B20426EB2A1B4ED1009FAC45 /* Refreshable.swift */,
- B20426EC2A1B4ED1009FAC45 /* NetAnimationLoadable.swift */,
- B20426ED2A1B4ED1009FAC45 /* NibLoadable.swift */,
- );
- path = Protocol;
- sourceTree = "<group>";
- };
- B20426EE2A1B4ED1009FAC45 /* View */ = {
- isa = PBXGroup;
- children = (
- 90A64B932A25A55F00D8BED6 /* Toaster */,
- B20426F12A1B4ED2009FAC45 /* CollectionViewLayout */,
- B20426F32A1B4ED2009FAC45 /* GesConflictCollectionView */,
- B20426F92A1B4ED2009FAC45 /* SearchBarView */,
- B20426FC2A1B4ED2009FAC45 /* EmptyView */,
- B20426FF2A1B4ED2009FAC45 /* ImageViewAnimation */,
- B20427092A1B4ED2009FAC45 /* PopOverView */,
- );
- path = View;
- sourceTree = "<group>";
- };
- B20426F12A1B4ED2009FAC45 /* CollectionViewLayout */ = {
- isa = PBXGroup;
- children = (
- B20426F22A1B4ED2009FAC45 /* BilibiliCollectionViewLayout.swift */,
- );
- path = CollectionViewLayout;
- sourceTree = "<group>";
- };
- B20426F32A1B4ED2009FAC45 /* GesConflictCollectionView */ = {
- isa = PBXGroup;
- children = (
- B20426F42A1B4ED2009FAC45 /* GesConflictCollectionView.swift */,
- );
- path = GesConflictCollectionView;
- sourceTree = "<group>";
- };
- B20426F92A1B4ED2009FAC45 /* SearchBarView */ = {
- isa = PBXGroup;
- children = (
- B20426FA2A1B4ED2009FAC45 /* SearchBarView.swift */,
- B20426FB2A1B4ED2009FAC45 /* SearchBarView.xib */,
- );
- path = SearchBarView;
- sourceTree = "<group>";
- };
- B20426FC2A1B4ED2009FAC45 /* EmptyView */ = {
- isa = PBXGroup;
- children = (
- B20426FD2A1B4ED2009FAC45 /* EmptyView.xib */,
- B20426FE2A1B4ED2009FAC45 /* EmptyView.swift */,
- );
- path = EmptyView;
- sourceTree = "<group>";
- };
- B20426FF2A1B4ED2009FAC45 /* ImageViewAnimation */ = {
- isa = PBXGroup;
- children = (
- B20427002A1B4ED2009FAC45 /* NetAnimationView.swift */,
- );
- path = ImageViewAnimation;
- sourceTree = "<group>";
- };
- B20427092A1B4ED2009FAC45 /* PopOverView */ = {
- isa = PBXGroup;
- children = (
- B204270A2A1B4ED2009FAC45 /* PopOverView.swift */,
- B204270B2A1B4ED2009FAC45 /* PopOverViewCell.swift */,
- B204270C2A1B4ED2009FAC45 /* PopOverViewCell.xib */,
- B204270D2A1B4ED2009FAC45 /* PopOverViewSettings.swift */,
- B204270E2A1B4ED2009FAC45 /* Action.swift */,
- );
- path = PopOverView;
- sourceTree = "<group>";
- };
- B204273B2A1B5658009FAC45 /* Constants */ = {
- isa = PBXGroup;
- children = (
- B204273C2A1B567A009FAC45 /* NYImage.swift */,
- B204273E2A1B5691009FAC45 /* NYFont.swift */,
- B20427402A1B56B1009FAC45 /* NYNumber.swift */,
- );
- path = Constants;
- sourceTree = "<group>";
- };
- ED77CAFE8F88C3190ED8BD89 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- B20426992A1B3A9B009FAC45 /* CoreServices.framework */,
- B20426952A1B3A91009FAC45 /* AudioToolbox.framework */,
- B20426962A1B3A91009FAC45 /* VideoToolbox.framework */,
- B20426932A1B3A6E009FAC45 /* UIKit.framework */,
- B20426912A1B3A66009FAC45 /* AVFoundation.framework */,
- B204268F2A1B3A5C009FAC45 /* QuartzCore.framework */,
- B204268D2A1B3A3C009FAC45 /* OpenGLES.framework */,
- B204268B2A1B3A22009FAC45 /* MediaPlayer.framework */,
- B20426892A1B3A14009FAC45 /* CoreMedia.framework */,
- B20426872A1B3A03009FAC45 /* CoreGraphics.framework */,
- B20426852A1B39FA009FAC45 /* CoreVideo.framework */,
- B20426832A1B39E2009FAC45 /* libc++.tbd */,
- B20426812A1B39C2009FAC45 /* libbz2.tbd */,
- B204267F2A1B397E009FAC45 /* libz.tbd */,
- C45679F20E7108A4E8C08D40 /* Pods_JSJP_Student_sw.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- FE40FDA4E2C81D0A8F4AB498 /* Pods */ = {
- isa = PBXGroup;
- children = (
- 0F56AF3A85733CC3ECD33CC5 /* Pods-JSJP_Student_sw.debug.xcconfig */,
- CD9D09C8A577A2C67B753E0D /* Pods-JSJP_Student_sw.release.xcconfig */,
- );
- path = Pods;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- B20426672A1B0E50009FAC45 /* JSJP_Student_sw */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = B204267C2A1B0E52009FAC45 /* Build configuration list for PBXNativeTarget "JSJP_Student_sw" */;
- buildPhases = (
- 48E7F55E70623A5DFC6958E2 /* [CP] Check Pods Manifest.lock */,
- B20426642A1B0E50009FAC45 /* Sources */,
- B20426652A1B0E50009FAC45 /* Frameworks */,
- B20426662A1B0E50009FAC45 /* Resources */,
- F8AC87C330CBA6B53CD51611 /* [CP] Embed Pods Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = JSJP_Student_sw;
- productName = JSJP_Student_sw;
- productReference = B20426682A1B0E50009FAC45 /* JSJP_Student_sw.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- B20426602A1B0E50009FAC45 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- BuildIndependentTargetsInParallel = 1;
- LastSwiftUpdateCheck = 1310;
- LastUpgradeCheck = 1310;
- TargetAttributes = {
- B20426672A1B0E50009FAC45 = {
- CreatedOnToolsVersion = 13.1;
- };
- };
- };
- buildConfigurationList = B20426632A1B0E50009FAC45 /* Build configuration list for PBXProject "JSJP_Student_sw" */;
- compatibilityVersion = "Xcode 13.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = B204265F2A1B0E50009FAC45;
- productRefGroup = B20426692A1B0E50009FAC45 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- B20426672A1B0E50009FAC45 /* JSJP_Student_sw */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- B20426662A1B0E50009FAC45 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 90A64BCE2A2603DD00D8BED6 /* HomeNavBar.xib in Resources */,
- B20427242A1B4ED2009FAC45 /* SearchBarView.xib in Resources */,
- B20426782A1B0E52009FAC45 /* LaunchScreen.storyboard in Resources */,
- B20427302A1B4ED2009FAC45 /* PopOverViewCell.xib in Resources */,
- 90A64BC82A25E98C00D8BED6 /* Main.storyboard in Resources */,
- B20426752A1B0E52009FAC45 /* Assets.xcassets in Resources */,
- B20427252A1B4ED2009FAC45 /* EmptyView.xib in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 48E7F55E70623A5DFC6958E2 /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-JSJP_Student_sw-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
- showEnvVarsInLog = 0;
- };
- F8AC87C330CBA6B53CD51611 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-JSJP_Student_sw/Pods-JSJP_Student_sw-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-JSJP_Student_sw/Pods-JSJP_Student_sw-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-JSJP_Student_sw/Pods-JSJP_Student_sw-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- B20426642A1B0E50009FAC45 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- B20426CE2A1B4DB6009FAC45 /* UIImage+Placeholder.swift in Sources */,
- B20427412A1B56B1009FAC45 /* NYNumber.swift in Sources */,
- 90A64BBB2A25D76100D8BED6 /* MineParentViewController.swift in Sources */,
- B204273F2A1B5691009FAC45 /* NYFont.swift in Sources */,
- B20427322A1B4ED2009FAC45 /* Action.swift in Sources */,
- B20426B12A1B4738009FAC45 /* UICollectionView+Rx.swift in Sources */,
- 90A64BD82A2604F600D8BED6 /* UILabel+GJRatioAutoLayout.m in Sources */,
- B20426D52A1B4DB6009FAC45 /* UIScrollView+ScrollToBottom.swift in Sources */,
- B20426B32A1B4738009FAC45 /* Logger.swift in Sources */,
- B20426CF2A1B4DB6009FAC45 /* UIScrollView+Direction.swift in Sources */,
- B204271A2A1B4ED2009FAC45 /* Refreshable.swift in Sources */,
- 90A64B922A25A4DC00D8BED6 /* NYSwRouter.swift in Sources */,
- B20427272A1B4ED2009FAC45 /* NetAnimationView.swift in Sources */,
- B20427262A1B4ED2009FAC45 /* EmptyView.swift in Sources */,
- B20427432A1B5846009FAC45 /* Snap.swift in Sources */,
- B204270F2A1B4ED2009FAC45 /* LWPlayer.swift in Sources */,
- B20427162A1B4ED2009FAC45 /* LWPlayerUtils.swift in Sources */,
- 90A64BB32A25D11800D8BED6 /* BaseViewController.swift in Sources */,
- B20427362A1B5420009FAC45 /* NetEnvironment.swift in Sources */,
- 90A64B902A25A49500D8BED6 /* URLNavigationMap.swift in Sources */,
- B204271F2A1B4ED2009FAC45 /* GesConflictCollectionView.swift in Sources */,
- B20427132A1B4ED2009FAC45 /* LWPlayerSlider.swift in Sources */,
- 90A64BA62A25BD3A00D8BED6 /* Networking.swift in Sources */,
- B20426B22A1B4738009FAC45 /* PullToRefresh+Rx.swift in Sources */,
- B204271E2A1B4ED2009FAC45 /* BilibiliCollectionViewLayout.swift in Sources */,
- B20427102A1B4ED2009FAC45 /* LWPlayerView.swift in Sources */,
- B20426C82A1B4DB6009FAC45 /* DefaultsKeys+Key.swift in Sources */,
- B20427192A1B4ED2009FAC45 /* LWPlayerFullScreenViewController.swift in Sources */,
- 90A64BA82A25BF8100D8BED6 /* HomeAPI.swift in Sources */,
- B20427122A1B4ED2009FAC45 /* LWPlayerControlView.swift in Sources */,
- B20426CB2A1B4DB6009FAC45 /* DispatchQueue+Extension.swift in Sources */,
- 90A64BA42A25BD1400D8BED6 /* LoadingPlugin.swift in Sources */,
- B20426D22A1B4DB6009FAC45 /* UIViewController+NetAnimation.swift in Sources */,
- 90A64BC12A25E1CF00D8BED6 /* TogetherDataManager.swift in Sources */,
- B20427312A1B4ED2009FAC45 /* PopOverViewSettings.swift in Sources */,
- 90A64BCC2A2603CB00D8BED6 /* HomeNavBar.swift in Sources */,
- B20426AE2A1B4738009FAC45 /* NotificationCenter+Rx.swift in Sources */,
- B20426AC2A1B4738009FAC45 /* UIScrollView+Rx.swift in Sources */,
- B20426D32A1B4DB6009FAC45 /* Array+SectionModel.swift in Sources */,
- B20427182A1B4ED2009FAC45 /* LWPlayerEnum.swift in Sources */,
- B20426CC2A1B4DB6009FAC45 /* UIButton+Kingfisher.swift in Sources */,
- 90A64B9B2A25A91B00D8BED6 /* HomeService.swift in Sources */,
- B20426D12A1B4DB6009FAC45 /* UIBarButtonItem+FixSpace.swift in Sources */,
- 90A64BB12A25D03700D8BED6 /* SplashViewController.swift in Sources */,
- 90A64BA02A25AA0900D8BED6 /* SplashModel.swift in Sources */,
- B20427172A1B4ED2009FAC45 /* LWPlayerDelegate.swift in Sources */,
- B20426D82A1B4DB6009FAC45 /* VTContentView+Gesture.swift in Sources */,
- B20427232A1B4ED2009FAC45 /* SearchBarView.swift in Sources */,
- B204272F2A1B4ED2009FAC45 /* PopOverViewCell.swift in Sources */,
- B204271C2A1B4ED2009FAC45 /* NibLoadable.swift in Sources */,
- 90A64BDA2A2604F600D8BED6 /* UIView+GJRatioAutoLayout.m in Sources */,
- B20427342A1B5167009FAC45 /* CompositionRoot.swift in Sources */,
- B20427382A1B549F009FAC45 /* RequestError.swift in Sources */,
- B204272E2A1B4ED2009FAC45 /* PopOverView.swift in Sources */,
- B20426D42A1B4DB6009FAC45 /* UIView+CornerRadius.swift in Sources */,
- B20426C92A1B4DB6009FAC45 /* UIColor+Hex.swift in Sources */,
- B20426CD2A1B4DB6009FAC45 /* String+BoundingRect.swift in Sources */,
- B20426AD2A1B4738009FAC45 /* UILabel+Rx.swift in Sources */,
- B20426D72A1B4DB6009FAC45 /* NSAttributedString+BoundingRect.swift in Sources */,
- B20426D02A1B4DB6009FAC45 /* UIBarButtonItem+Init.swift in Sources */,
- B20426AF2A1B4738009FAC45 /* UIView+Rx.swift in Sources */,
- 90A64B992A25A7F100D8BED6 /* MainNavigationController.swift in Sources */,
- 90A64BB72A25D56700D8BED6 /* TimeKeepParentViewController.swift in Sources */,
- 90A64BC92A25E98C00D8BED6 /* ViewController.swift in Sources */,
- B20426C72A1B4DB6009FAC45 /* Data+Cache.swift in Sources */,
- 90A64BAD2A25C32900D8BED6 /* HomeParentViewController.swift in Sources */,
- 90A64BAF2A25C35700D8BED6 /* HomeEnum.swift in Sources */,
- B20426B02A1B4738009FAC45 /* UICollectionViewFlexLayout+Rx.swift in Sources */,
- B20427112A1B4ED2009FAC45 /* LWPlayerManager.swift in Sources */,
- B20426D62A1B4DB6009FAC45 /* UIColor+Bilibili.swift in Sources */,
- B204273A2A1B558F009FAC45 /* NYAppCongfigure.swift in Sources */,
- B20427152A1B4ED2009FAC45 /* Timer+LWPlayer.swift in Sources */,
- 90A64BD92A2604F600D8BED6 /* GJRatioAutoLayout.m in Sources */,
- B20426CA2A1B4DB6009FAC45 /* UIImageView+Kingfisher.swift in Sources */,
- 90A64BBF2A25DFDB00D8BED6 /* MainTabBarViewReactor.swift in Sources */,
- B204271B2A1B4ED2009FAC45 /* NetAnimationLoadable.swift in Sources */,
- 90A64BBD2A25D9D300D8BED6 /* MainTabBarController.swift in Sources */,
- B20426AB2A1B4738009FAC45 /* Moya+Rx.swift in Sources */,
- B204266C2A1B0E50009FAC45 /* AppDelegate.swift in Sources */,
- B20427142A1B4ED2009FAC45 /* AVPlayer+LWPlayer.swift in Sources */,
- B204273D2A1B567A009FAC45 /* NYImage.swift in Sources */,
- 90A64B972A25A57C00D8BED6 /* NYSwToaster.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- B20426762A1B0E52009FAC45 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- B20426772A1B0E52009FAC45 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- B204267A2A1B0E52009FAC45 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- B204267B2A1B0E52009FAC45 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- B204267D2A1B0E52009FAC45 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 0F56AF3A85733CC3ECD33CC5 /* Pods-JSJP_Student_sw.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
- DEVELOPMENT_TEAM = K7T6CU5SW5;
- GENERATE_INFOPLIST_FILE = YES;
- INFOPLIST_FILE = JSJP_Student_sw/Info.plist;
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchStoryboardName = Main;
- INFOPLIST_KEY_UIMainStoryboardFile = Main;
- INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleLightContent;
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = "zhongZhengJpsw.com.JSJP-Student-sw";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_OBJC_BRIDGING_HEADER = "${SRCROOT}/JSJP_Student_sw/JSJP-Brigding-Header.h";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Debug;
- };
- B204267E2A1B0E52009FAC45 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = CD9D09C8A577A2C67B753E0D /* Pods-JSJP_Student_sw.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 1;
- DEVELOPMENT_TEAM = K7T6CU5SW5;
- GENERATE_INFOPLIST_FILE = YES;
- INFOPLIST_FILE = JSJP_Student_sw/Info.plist;
- INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
- INFOPLIST_KEY_UILaunchStoryboardName = Main;
- INFOPLIST_KEY_UIMainStoryboardFile = Main;
- INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleLightContent;
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = "zhongZhengJpsw.com.JSJP-Student-sw";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_EMIT_LOC_STRINGS = YES;
- SWIFT_OBJC_BRIDGING_HEADER = "${SRCROOT}/JSJP_Student_sw/JSJP-Brigding-Header.h";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- B20426632A1B0E50009FAC45 /* Build configuration list for PBXProject "JSJP_Student_sw" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- B204267A2A1B0E52009FAC45 /* Debug */,
- B204267B2A1B0E52009FAC45 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- B204267C2A1B0E52009FAC45 /* Build configuration list for PBXNativeTarget "JSJP_Student_sw" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- B204267D2A1B0E52009FAC45 /* Debug */,
- B204267E2A1B0E52009FAC45 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = B20426602A1B0E50009FAC45 /* Project object */;
- }
|