project.pbxproj 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 04B666B62BC7B9180020BFBD /* QSLHomeAuthHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666B52BC7B9180020BFBD /* QSLHomeAuthHeaderView.swift */; };
  10. 04B666B82BC7BAFB0020BFBD /* UILabel+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666B72BC7BAFB0020BFBD /* UILabel+Extension.swift */; };
  11. 04B666BA2BC7BD020020BFBD /* UIButton+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666B92BC7BD020020BFBD /* UIButton+Extension.swift */; };
  12. 04B666BD2BC7D15A0020BFBD /* QSLHomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666BC2BC7D15A0020BFBD /* QSLHomeViewModel.swift */; };
  13. 04B666BF2BC7D2D50020BFBD /* QSLHomeButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666BE2BC7D2D50020BFBD /* QSLHomeButtonView.swift */; };
  14. 04B666C12BC7E0180020BFBD /* QSLHomeEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666C02BC7E0180020BFBD /* QSLHomeEmptyView.swift */; };
  15. 04B666C32BC7E3760020BFBD /* CAGradientLayer+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666C22BC7E3760020BFBD /* CAGradientLayer+Extension.swift */; };
  16. 04B666C72BC8D7F30020BFBD /* QSLFriendAddAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666C62BC8D7F30020BFBD /* QSLFriendAddAlertView.swift */; };
  17. 04B666C92BC8E34D0020BFBD /* UITextField+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666C82BC8E34D0020BFBD /* UITextField+Extension.swift */; };
  18. 04B666CB2BC922120020BFBD /* QSLHomeFriendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666CA2BC922120020BFBD /* QSLHomeFriendView.swift */; };
  19. 04B666CD2BC922460020BFBD /* QSLHomeFriendTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666CC2BC922460020BFBD /* QSLHomeFriendTableViewCell.swift */; };
  20. 04B666CF2BC92B3A0020BFBD /* UITableView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666CE2BC92B3A0020BFBD /* UITableView+Extension.swift */; };
  21. 04B666D12BC92C110020BFBD /* NSObject+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B666D02BC92C110020BFBD /* NSObject+Extension.swift */; };
  22. 04B6B51A2BCCFDE700777EB4 /* Date+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B5192BCCFDE700777EB4 /* Date+Extension.swift */; };
  23. 04B6B51C2BCCFF7000777EB4 /* DateFormatter+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B51B2BCCFF7000777EB4 /* DateFormatter+Extension.swift */; };
  24. 04B6B5202BCD1D2C00777EB4 /* QSLMineInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B51F2BCD1D2C00777EB4 /* QSLMineInfoView.swift */; };
  25. 04B6B5222BCD261700777EB4 /* QSLMineVipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B5212BCD261700777EB4 /* QSLMineVipView.swift */; };
  26. 04B6B5242BCD33B100777EB4 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B5232BCD33B100777EB4 /* String+Extension.swift */; };
  27. 04B6B5262BCE196000777EB4 /* QSLMineFuncView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B5252BCE196000777EB4 /* QSLMineFuncView.swift */; };
  28. 04B6B5292BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B5282BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift */; };
  29. 04B6B52B2BCE22D300777EB4 /* UICollectionView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B52A2BCE22D300777EB4 /* UICollectionView+Extension.swift */; };
  30. 04B6B52D2BCE2C9200777EB4 /* QSLMineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B6B52C2BCE2C9200777EB4 /* QSLMineViewModel.swift */; };
  31. 04F33BA62BC6367C003E2111 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BA52BC6367C003E2111 /* AppDelegate.swift */; };
  32. 04F33BA82BC6367C003E2111 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BA72BC6367C003E2111 /* SceneDelegate.swift */; };
  33. 04F33BAA2BC6367C003E2111 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BA92BC6367C003E2111 /* ViewController.swift */; };
  34. 04F33BAD2BC6367C003E2111 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04F33BAB2BC6367C003E2111 /* Main.storyboard */; };
  35. 04F33BAF2BC6367D003E2111 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04F33BAE2BC6367D003E2111 /* Assets.xcassets */; };
  36. 04F33BB22BC6367D003E2111 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04F33BB02BC6367D003E2111 /* LaunchScreen.storyboard */; };
  37. 04F33BC52BC64566003E2111 /* CustomTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BC42BC64566003E2111 /* CustomTabBarController.swift */; };
  38. 04F33BC72BC66F5C003E2111 /* UIColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BC62BC66F5C003E2111 /* UIColor+Extension.swift */; };
  39. 04F33BC92BC67100003E2111 /* QSLColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BC82BC67100003E2111 /* QSLColor.swift */; };
  40. 04F33BCB2BC672E4003E2111 /* QSLConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BCA2BC672E4003E2111 /* QSLConfig.swift */; };
  41. 04F33BCD2BC67486003E2111 /* UIView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BCC2BC67486003E2111 /* UIView+Extension.swift */; };
  42. 04F33BCF2BC675C5003E2111 /* UIApplication+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BCE2BC675C5003E2111 /* UIApplication+Extension.swift */; };
  43. 04F33BD12BC6792D003E2111 /* UIVisualEffectView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BD02BC6792D003E2111 /* UIVisualEffectView+Extension.swift */; };
  44. 04F33BD32BC67A18003E2111 /* UIViewController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BD22BC67A18003E2111 /* UIViewController+Extension.swift */; };
  45. 04F33BD52BC67CEB003E2111 /* Bundle+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BD42BC67CEB003E2111 /* Bundle+Extension.swift */; };
  46. 04F33BD72BC67E90003E2111 /* QSLDeviceTool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BD62BC67E90003E2111 /* QSLDeviceTool.swift */; };
  47. 04F33BD92BC6896F003E2111 /* UITabBarController+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BD82BC6896F003E2111 /* UITabBarController+Extension.swift */; };
  48. 04F33BDB2BC68C4E003E2111 /* QSLBaseController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BDA2BC68C4E003E2111 /* QSLBaseController.swift */; };
  49. 04F33BDD2BC68C6D003E2111 /* QSLBaseNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BDC2BC68C6D003E2111 /* QSLBaseNavController.swift */; };
  50. 04F33BDF2BC690A6003E2111 /* UIFont+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BDE2BC690A6003E2111 /* UIFont+Extension.swift */; };
  51. 04F33BE12BC692C4003E2111 /* QSLMessageController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BE02BC692C4003E2111 /* QSLMessageController.swift */; };
  52. 04F33BE32BC692F1003E2111 /* QSLFriendController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BE22BC692F1003E2111 /* QSLFriendController.swift */; };
  53. 04F33BE52BC69305003E2111 /* QSLMineController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BE42BC69305003E2111 /* QSLMineController.swift */; };
  54. 04F33BE72BC69318003E2111 /* QSLHomeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BE62BC69318003E2111 /* QSLHomeController.swift */; };
  55. 04F33BE92BC69EA5003E2111 /* QSLConst.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BE82BC69EA5003E2111 /* QSLConst.swift */; };
  56. 04F33BEB2BC6A657003E2111 /* UIImage+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BEA2BC6A657003E2111 /* UIImage+Extension.swift */; };
  57. 04F33BEE2BC78B91003E2111 /* QSLUserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BED2BC78B91003E2111 /* QSLUserModel.swift */; };
  58. 04F33BF02BC78D54003E2111 /* QSLMapTrackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F33BEF2BC78D54003E2111 /* QSLMapTrackModel.swift */; };
  59. 2497AF2157599E43F43FD871 /* Pods_QuickSearchLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF2962CF6E8A7CF23CD54049 /* Pods_QuickSearchLocation.framework */; };
  60. FE5B42422CF4612E000AACCB /* QSLSizeFit.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE5B42412CF4612E000AACCB /* QSLSizeFit.swift */; };
  61. FE5B42442CF485B9000AACCB /* QSLHomeFriendFooterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE5B42432CF485A0000AACCB /* QSLHomeFriendFooterView.swift */; };
  62. FE638A9C2D06FF5E00858121 /* QSLGuideController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638A9B2D06FF5E00858121 /* QSLGuideController.swift */; };
  63. FE638A9E2D0709C900858121 /* QSLPrivacyAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638A9D2D0709C900858121 /* QSLPrivacyAlertView.swift */; };
  64. FE638AA02D082FC400858121 /* QSLLoading.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638A9F2D082FC400858121 /* QSLLoading.swift */; };
  65. FE638AA22D096E6600858121 /* QSLGoodModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AA12D096E6600858121 /* QSLGoodModel.swift */; };
  66. FE638AA42D0978B100858121 /* QSLVipManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AA32D0978B100858121 /* QSLVipManager.swift */; };
  67. FE638AA62D097EDD00858121 /* QSLOrderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AA52D097EDD00858121 /* QSLOrderModel.swift */; };
  68. FE638AA92D09858C00858121 /* QSLContactController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AA82D09858C00858121 /* QSLContactController.swift */; };
  69. FE638AAE2D099B0F00858121 /* QSLContactCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AAD2D099B0F00858121 /* QSLContactCell.swift */; };
  70. FE638AB02D0A8FF700858121 /* QSLContactAddAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AAF2D0A8FF700858121 /* QSLContactAddAlertView.swift */; };
  71. FE638AB32D0ACA4D00858121 /* QSLContactModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AB22D0ACA4D00858121 /* QSLContactModel.swift */; };
  72. FE638AB52D0AD9A300858121 /* QSLContactSendFailAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AB42D0AD9A300858121 /* QSLContactSendFailAlertView.swift */; };
  73. FE638AB72D0ADD5700858121 /* QSLContactFailCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AB62D0ADD5700858121 /* QSLContactFailCell.swift */; };
  74. FE638AB92D195D5000858121 /* QSLGravityConst.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AB82D195D5000858121 /* QSLGravityConst.swift */; };
  75. FE638ABB2D19631900858121 /* QSLGravityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638ABA2D19631900858121 /* QSLGravityManager.swift */; };
  76. FE638AC02D19642B00858121 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638ABF2D19642B00858121 /* libz.tbd */; };
  77. FE638AC22D19649D00858121 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638AC12D19649D00858121 /* Security.framework */; };
  78. FE638AC42D1964A200858121 /* AdServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638AC32D1964A200858121 /* AdServices.framework */; };
  79. FE638AC62D1964A800858121 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638AC52D1964A800858121 /* SystemConfiguration.framework */; };
  80. FE638AC82D1964B000858121 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638AC72D1964B000858121 /* libsqlite3.tbd */; };
  81. FE638ACA2D1964C500858121 /* AppTrackingTransparency.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638AC92D1964C500858121 /* AppTrackingTransparency.framework */; };
  82. FE638ACC2D1964CA00858121 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638ACB2D1964CA00858121 /* AdSupport.framework */; };
  83. FE638ACE2D19677200858121 /* GravityEngineSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE638ACD2D19677200858121 /* GravityEngineSDK.framework */; };
  84. FE638AD22D1AA6E800858121 /* QSLWebController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AD12D1AA6E800858121 /* QSLWebController.swift */; };
  85. FE638AD42D1ABB9800858121 /* QSLJumpManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AD32D1ABB9800858121 /* QSLJumpManager.swift */; };
  86. FE638ADA2D23E31B00858121 /* PhotoClassifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE638AD92D23E31B00858121 /* PhotoClassifier.swift */; };
  87. FE8360692CF5B06700978E03 /* QSLLoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360682CF5B06700978E03 /* QSLLoginViewController.swift */; };
  88. FE83606B2CF5C73F00978E03 /* NSMutableAttributedString+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83606A2CF5C73F00978E03 /* NSMutableAttributedString+Extension.swift */; };
  89. FE8360702CF5D1E300978E03 /* QSLFriendTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83606F2CF5D1E300978E03 /* QSLFriendTableViewCell.swift */; };
  90. FE8360752CF707FE00978E03 /* QSLMessageTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360742CF707FE00978E03 /* QSLMessageTableViewCell.swift */; };
  91. FE8360782CF70CA200978E03 /* NSAttributedString+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360772CF70CA200978E03 /* NSAttributedString+Extension.swift */; };
  92. FE83607C2CF7140200978E03 /* QSLAddController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83607B2CF7140200978E03 /* QSLAddController.swift */; };
  93. FE8360812CF723FA00978E03 /* QSLVipController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360802CF723FA00978E03 /* QSLVipController.swift */; };
  94. FE8360842CF8450C00978E03 /* QSLVipGoodCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360832CF8450C00978E03 /* QSLVipGoodCollectionViewCell.swift */; };
  95. FE8360862CF86E2900978E03 /* QSLVipCommentCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360852CF86E2800978E03 /* QSLVipCommentCellView.swift */; };
  96. FE83608B2CF96CBA00978E03 /* QSLRoadController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83608A2CF96CBA00978E03 /* QSLRoadController.swift */; };
  97. FE83608D2CFF08A600978E03 /* QSLRoadMainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83608C2CFF08A600978E03 /* QSLRoadMainView.swift */; };
  98. FE8360902CFFFAD600978E03 /* QSLAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83608F2CFFFAD600978E03 /* QSLAlertView.swift */; };
  99. FE8360932D003AA300978E03 /* QSLNetwork.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360922D003AA300978E03 /* QSLNetwork.swift */; };
  100. FE8360952D003D8F00978E03 /* QSLApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360942D003D8F00978E03 /* QSLApi.swift */; };
  101. FE8360982D0041F300978E03 /* QSLCacheManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360972D0041F300978E03 /* QSLCacheManager.swift */; };
  102. FE83609A2D004E3400978E03 /* QSLBaseManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360992D004E3400978E03 /* QSLBaseManager.swift */; };
  103. FE83609C2D00534800978E03 /* QSLNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83609B2D00534800978E03 /* QSLNotification.swift */; };
  104. FE8360A02D00813400978E03 /* QSLPopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE83609F2D00813400978E03 /* QSLPopView.swift */; };
  105. FE8360A22D00814000978E03 /* QSLPopViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360A12D00814000978E03 /* QSLPopViewCell.swift */; };
  106. FE8360A42D014EDA00978E03 /* QSLMessageHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360A32D014EDA00978E03 /* QSLMessageHeaderView.swift */; };
  107. FE8360A72D017C4300978E03 /* QSLRequestController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360A62D017C4300978E03 /* QSLRequestController.swift */; };
  108. FE8360A92D018B6F00978E03 /* QSLRequestCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360A82D018B6F00978E03 /* QSLRequestCell.swift */; };
  109. FE8360AB2D01930600978E03 /* QSLMessageModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360AA2D01930600978E03 /* QSLMessageModel.swift */; };
  110. FE8360AD2D01A04800978E03 /* QSLRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360AC2D01A04800978E03 /* QSLRequestModel.swift */; };
  111. FE8360B12D01BFE500978E03 /* QSLFriendRemarkAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360B02D01BFE500978E03 /* QSLFriendRemarkAlertView.swift */; };
  112. FE8360B32D02939600978E03 /* QSLSocketManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360B22D02939600978E03 /* QSLSocketManager.swift */; };
  113. FE8360B52D029BA800978E03 /* QSLMapMessageModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360B42D029BA800978E03 /* QSLMapMessageModel.swift */; };
  114. FE8360B72D02F7A600978E03 /* QSLHomeAnnotatinView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360B62D02F7A600978E03 /* QSLHomeAnnotatinView.swift */; };
  115. FE8360B92D02F9B500978E03 /* QSLHomeCallOutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360B82D02F9B500978E03 /* QSLHomeCallOutView.swift */; };
  116. FE8360BB2D03002D00978E03 /* QSLMapPointModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360BA2D03002D00978E03 /* QSLMapPointModel.swift */; };
  117. FE8360BD2D068DCB00978E03 /* QSLMemberModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360BC2D068DCB00978E03 /* QSLMemberModel.swift */; };
  118. FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */; };
  119. FE9139C92DE6B018001A8E42 /* QSLVipMostGoodCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */; };
  120. FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */; };
  121. FEC010E72D9E8B06008B8B0A /* QSLSubscriptionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC010E62D9E8AFE008B8B0A /* QSLSubscriptionModel.swift */; };
  122. /* End PBXBuildFile section */
  123. /* Begin PBXFileReference section */
  124. 04B666B52BC7B9180020BFBD /* QSLHomeAuthHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeAuthHeaderView.swift; sourceTree = "<group>"; };
  125. 04B666B72BC7BAFB0020BFBD /* UILabel+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Extension.swift"; sourceTree = "<group>"; };
  126. 04B666B92BC7BD020020BFBD /* UIButton+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extension.swift"; sourceTree = "<group>"; };
  127. 04B666BC2BC7D15A0020BFBD /* QSLHomeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeViewModel.swift; sourceTree = "<group>"; };
  128. 04B666BE2BC7D2D50020BFBD /* QSLHomeButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeButtonView.swift; sourceTree = "<group>"; };
  129. 04B666C02BC7E0180020BFBD /* QSLHomeEmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeEmptyView.swift; sourceTree = "<group>"; };
  130. 04B666C22BC7E3760020BFBD /* CAGradientLayer+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CAGradientLayer+Extension.swift"; sourceTree = "<group>"; };
  131. 04B666C62BC8D7F30020BFBD /* QSLFriendAddAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLFriendAddAlertView.swift; sourceTree = "<group>"; };
  132. 04B666C82BC8E34D0020BFBD /* UITextField+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextField+Extension.swift"; sourceTree = "<group>"; };
  133. 04B666CA2BC922120020BFBD /* QSLHomeFriendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeFriendView.swift; sourceTree = "<group>"; };
  134. 04B666CC2BC922460020BFBD /* QSLHomeFriendTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeFriendTableViewCell.swift; sourceTree = "<group>"; };
  135. 04B666CE2BC92B3A0020BFBD /* UITableView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extension.swift"; sourceTree = "<group>"; };
  136. 04B666D02BC92C110020BFBD /* NSObject+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSObject+Extension.swift"; sourceTree = "<group>"; };
  137. 04B6B5192BCCFDE700777EB4 /* Date+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Extension.swift"; sourceTree = "<group>"; };
  138. 04B6B51B2BCCFF7000777EB4 /* DateFormatter+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DateFormatter+Extension.swift"; sourceTree = "<group>"; };
  139. 04B6B51F2BCD1D2C00777EB4 /* QSLMineInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineInfoView.swift; sourceTree = "<group>"; };
  140. 04B6B5212BCD261700777EB4 /* QSLMineVipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineVipView.swift; sourceTree = "<group>"; };
  141. 04B6B5232BCD33B100777EB4 /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
  142. 04B6B5252BCE196000777EB4 /* QSLMineFuncView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineFuncView.swift; sourceTree = "<group>"; };
  143. 04B6B5282BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineFuncCollectionViewCell.swift; sourceTree = "<group>"; };
  144. 04B6B52A2BCE22D300777EB4 /* UICollectionView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Extension.swift"; sourceTree = "<group>"; };
  145. 04B6B52C2BCE2C9200777EB4 /* QSLMineViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineViewModel.swift; sourceTree = "<group>"; };
  146. 04F33BA22BC6367C003E2111 /* QuickSearchLocation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuickSearchLocation.app; sourceTree = BUILT_PRODUCTS_DIR; };
  147. 04F33BA52BC6367C003E2111 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  148. 04F33BA72BC6367C003E2111 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  149. 04F33BA92BC6367C003E2111 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  150. 04F33BAC2BC6367C003E2111 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  151. 04F33BAE2BC6367D003E2111 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  152. 04F33BB12BC6367D003E2111 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  153. 04F33BB32BC6367D003E2111 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  154. 04F33BC42BC64566003E2111 /* CustomTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTabBarController.swift; sourceTree = "<group>"; };
  155. 04F33BC62BC66F5C003E2111 /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = "<group>"; };
  156. 04F33BC82BC67100003E2111 /* QSLColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLColor.swift; sourceTree = "<group>"; };
  157. 04F33BCA2BC672E4003E2111 /* QSLConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLConfig.swift; sourceTree = "<group>"; };
  158. 04F33BCC2BC67486003E2111 /* UIView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Extension.swift"; sourceTree = "<group>"; };
  159. 04F33BCE2BC675C5003E2111 /* UIApplication+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIApplication+Extension.swift"; sourceTree = "<group>"; };
  160. 04F33BD02BC6792D003E2111 /* UIVisualEffectView+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIVisualEffectView+Extension.swift"; sourceTree = "<group>"; };
  161. 04F33BD22BC67A18003E2111 /* UIViewController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extension.swift"; sourceTree = "<group>"; };
  162. 04F33BD42BC67CEB003E2111 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
  163. 04F33BD62BC67E90003E2111 /* QSLDeviceTool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLDeviceTool.swift; sourceTree = "<group>"; };
  164. 04F33BD82BC6896F003E2111 /* UITabBarController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITabBarController+Extension.swift"; sourceTree = "<group>"; };
  165. 04F33BDA2BC68C4E003E2111 /* QSLBaseController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLBaseController.swift; sourceTree = "<group>"; };
  166. 04F33BDC2BC68C6D003E2111 /* QSLBaseNavController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLBaseNavController.swift; sourceTree = "<group>"; };
  167. 04F33BDE2BC690A6003E2111 /* UIFont+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Extension.swift"; sourceTree = "<group>"; };
  168. 04F33BE02BC692C4003E2111 /* QSLMessageController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMessageController.swift; sourceTree = "<group>"; };
  169. 04F33BE22BC692F1003E2111 /* QSLFriendController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLFriendController.swift; sourceTree = "<group>"; };
  170. 04F33BE42BC69305003E2111 /* QSLMineController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMineController.swift; sourceTree = "<group>"; };
  171. 04F33BE62BC69318003E2111 /* QSLHomeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeController.swift; sourceTree = "<group>"; };
  172. 04F33BE82BC69EA5003E2111 /* QSLConst.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLConst.swift; sourceTree = "<group>"; };
  173. 04F33BEA2BC6A657003E2111 /* UIImage+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Extension.swift"; sourceTree = "<group>"; };
  174. 04F33BED2BC78B91003E2111 /* QSLUserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLUserModel.swift; sourceTree = "<group>"; };
  175. 04F33BEF2BC78D54003E2111 /* QSLMapTrackModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMapTrackModel.swift; sourceTree = "<group>"; };
  176. 3D3E5852B577A1B8F440848E /* Pods-QuickSearchLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickSearchLocation.release.xcconfig"; path = "Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation.release.xcconfig"; sourceTree = "<group>"; };
  177. AF2962CF6E8A7CF23CD54049 /* Pods_QuickSearchLocation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_QuickSearchLocation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  178. C52CF61DE1905CAD72539979 /* Pods-QuickSearchLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickSearchLocation.debug.xcconfig"; path = "Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation.debug.xcconfig"; sourceTree = "<group>"; };
  179. FE5B42412CF4612E000AACCB /* QSLSizeFit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLSizeFit.swift; sourceTree = "<group>"; };
  180. FE5B42432CF485A0000AACCB /* QSLHomeFriendFooterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeFriendFooterView.swift; sourceTree = "<group>"; };
  181. FE638A9B2D06FF5E00858121 /* QSLGuideController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGuideController.swift; sourceTree = "<group>"; };
  182. FE638A9D2D0709C900858121 /* QSLPrivacyAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLPrivacyAlertView.swift; sourceTree = "<group>"; };
  183. FE638A9F2D082FC400858121 /* QSLLoading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLLoading.swift; sourceTree = "<group>"; };
  184. FE638AA12D096E6600858121 /* QSLGoodModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGoodModel.swift; sourceTree = "<group>"; };
  185. FE638AA32D0978B100858121 /* QSLVipManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipManager.swift; sourceTree = "<group>"; };
  186. FE638AA52D097EDD00858121 /* QSLOrderModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLOrderModel.swift; sourceTree = "<group>"; };
  187. FE638AA82D09858C00858121 /* QSLContactController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactController.swift; sourceTree = "<group>"; };
  188. FE638AAD2D099B0F00858121 /* QSLContactCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactCell.swift; sourceTree = "<group>"; };
  189. FE638AAF2D0A8FF700858121 /* QSLContactAddAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactAddAlertView.swift; sourceTree = "<group>"; };
  190. FE638AB22D0ACA4D00858121 /* QSLContactModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactModel.swift; sourceTree = "<group>"; };
  191. FE638AB42D0AD9A300858121 /* QSLContactSendFailAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactSendFailAlertView.swift; sourceTree = "<group>"; };
  192. FE638AB62D0ADD5700858121 /* QSLContactFailCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLContactFailCell.swift; sourceTree = "<group>"; };
  193. FE638AB82D195D5000858121 /* QSLGravityConst.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGravityConst.swift; sourceTree = "<group>"; };
  194. FE638ABA2D19631900858121 /* QSLGravityManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLGravityManager.swift; sourceTree = "<group>"; };
  195. FE638ABF2D19642B00858121 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  196. FE638AC12D19649D00858121 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  197. FE638AC32D1964A200858121 /* AdServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdServices.framework; path = System/Library/Frameworks/AdServices.framework; sourceTree = SDKROOT; };
  198. FE638AC52D1964A800858121 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  199. FE638AC72D1964B000858121 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  200. FE638AC92D1964C500858121 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
  201. FE638ACB2D1964CA00858121 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
  202. FE638ACD2D19677200858121 /* GravityEngineSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GravityEngineSDK.framework; sourceTree = "<group>"; };
  203. FE638AD12D1AA6E800858121 /* QSLWebController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLWebController.swift; sourceTree = "<group>"; };
  204. FE638AD32D1ABB9800858121 /* QSLJumpManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLJumpManager.swift; sourceTree = "<group>"; };
  205. FE638AD92D23E31B00858121 /* PhotoClassifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoClassifier.swift; sourceTree = "<group>"; };
  206. FE8360682CF5B06700978E03 /* QSLLoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLLoginViewController.swift; sourceTree = "<group>"; };
  207. FE83606A2CF5C73F00978E03 /* NSMutableAttributedString+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMutableAttributedString+Extension.swift"; sourceTree = "<group>"; };
  208. FE83606F2CF5D1E300978E03 /* QSLFriendTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLFriendTableViewCell.swift; sourceTree = "<group>"; };
  209. FE8360742CF707FE00978E03 /* QSLMessageTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMessageTableViewCell.swift; sourceTree = "<group>"; };
  210. FE8360772CF70CA200978E03 /* NSAttributedString+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSAttributedString+Extension.swift"; sourceTree = "<group>"; };
  211. FE83607B2CF7140200978E03 /* QSLAddController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAddController.swift; sourceTree = "<group>"; };
  212. FE8360802CF723FA00978E03 /* QSLVipController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipController.swift; sourceTree = "<group>"; };
  213. FE8360832CF8450C00978E03 /* QSLVipGoodCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipGoodCollectionViewCell.swift; sourceTree = "<group>"; };
  214. FE8360852CF86E2800978E03 /* QSLVipCommentCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipCommentCellView.swift; sourceTree = "<group>"; };
  215. FE83608A2CF96CBA00978E03 /* QSLRoadController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRoadController.swift; sourceTree = "<group>"; };
  216. FE83608C2CFF08A600978E03 /* QSLRoadMainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRoadMainView.swift; sourceTree = "<group>"; };
  217. FE83608F2CFFFAD600978E03 /* QSLAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAlertView.swift; sourceTree = "<group>"; };
  218. FE8360922D003AA300978E03 /* QSLNetwork.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLNetwork.swift; sourceTree = "<group>"; };
  219. FE8360942D003D8F00978E03 /* QSLApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLApi.swift; sourceTree = "<group>"; };
  220. FE8360972D0041F300978E03 /* QSLCacheManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLCacheManager.swift; sourceTree = "<group>"; };
  221. FE8360992D004E3400978E03 /* QSLBaseManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLBaseManager.swift; sourceTree = "<group>"; };
  222. FE83609B2D00534800978E03 /* QSLNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLNotification.swift; sourceTree = "<group>"; };
  223. FE83609F2D00813400978E03 /* QSLPopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLPopView.swift; sourceTree = "<group>"; };
  224. FE8360A12D00814000978E03 /* QSLPopViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLPopViewCell.swift; sourceTree = "<group>"; };
  225. FE8360A32D014EDA00978E03 /* QSLMessageHeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMessageHeaderView.swift; sourceTree = "<group>"; };
  226. FE8360A62D017C4300978E03 /* QSLRequestController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRequestController.swift; sourceTree = "<group>"; };
  227. FE8360A82D018B6F00978E03 /* QSLRequestCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRequestCell.swift; sourceTree = "<group>"; };
  228. FE8360AA2D01930600978E03 /* QSLMessageModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMessageModel.swift; sourceTree = "<group>"; };
  229. FE8360AC2D01A04800978E03 /* QSLRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLRequestModel.swift; sourceTree = "<group>"; };
  230. FE8360AE2D01B56600978E03 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
  231. FE8360AF2D01B56700978E03 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
  232. FE8360B02D01BFE500978E03 /* QSLFriendRemarkAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLFriendRemarkAlertView.swift; sourceTree = "<group>"; };
  233. FE8360B22D02939600978E03 /* QSLSocketManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLSocketManager.swift; sourceTree = "<group>"; };
  234. FE8360B42D029BA800978E03 /* QSLMapMessageModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMapMessageModel.swift; sourceTree = "<group>"; };
  235. FE8360B62D02F7A600978E03 /* QSLHomeAnnotatinView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeAnnotatinView.swift; sourceTree = "<group>"; };
  236. FE8360B82D02F9B500978E03 /* QSLHomeCallOutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLHomeCallOutView.swift; sourceTree = "<group>"; };
  237. FE8360BA2D03002D00978E03 /* QSLMapPointModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMapPointModel.swift; sourceTree = "<group>"; };
  238. FE8360BC2D068DCB00978E03 /* QSLMemberModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLMemberModel.swift; sourceTree = "<group>"; };
  239. FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLAppInfoController.swift; sourceTree = "<group>"; };
  240. FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLVipMostGoodCell.swift; sourceTree = "<group>"; };
  241. FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingViewController.swift; sourceTree = "<group>"; };
  242. FEC010E62D9E8AFE008B8B0A /* QSLSubscriptionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QSLSubscriptionModel.swift; sourceTree = "<group>"; };
  243. /* End PBXFileReference section */
  244. /* Begin PBXFrameworksBuildPhase section */
  245. 04F33B9F2BC6367C003E2111 /* Frameworks */ = {
  246. isa = PBXFrameworksBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. FE638ACC2D1964CA00858121 /* AdSupport.framework in Frameworks */,
  250. FE638ACA2D1964C500858121 /* AppTrackingTransparency.framework in Frameworks */,
  251. FE638AC82D1964B000858121 /* libsqlite3.tbd in Frameworks */,
  252. FE638ACE2D19677200858121 /* GravityEngineSDK.framework in Frameworks */,
  253. FE638AC62D1964A800858121 /* SystemConfiguration.framework in Frameworks */,
  254. FE638AC42D1964A200858121 /* AdServices.framework in Frameworks */,
  255. FE638AC22D19649D00858121 /* Security.framework in Frameworks */,
  256. FE638AC02D19642B00858121 /* libz.tbd in Frameworks */,
  257. 2497AF2157599E43F43FD871 /* Pods_QuickSearchLocation.framework in Frameworks */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. /* End PBXFrameworksBuildPhase section */
  262. /* Begin PBXGroup section */
  263. 04B666B22BC7B75C0020BFBD /* Controller */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 04F33BE62BC69318003E2111 /* QSLHomeController.swift */,
  267. );
  268. path = Controller;
  269. sourceTree = "<group>";
  270. };
  271. 04B666B32BC7B7660020BFBD /* View */ = {
  272. isa = PBXGroup;
  273. children = (
  274. FE5B42432CF485A0000AACCB /* QSLHomeFriendFooterView.swift */,
  275. 04B666B52BC7B9180020BFBD /* QSLHomeAuthHeaderView.swift */,
  276. 04B666BE2BC7D2D50020BFBD /* QSLHomeButtonView.swift */,
  277. 04B666C02BC7E0180020BFBD /* QSLHomeEmptyView.swift */,
  278. 04B666CA2BC922120020BFBD /* QSLHomeFriendView.swift */,
  279. FE8360B62D02F7A600978E03 /* QSLHomeAnnotatinView.swift */,
  280. FE8360B82D02F9B500978E03 /* QSLHomeCallOutView.swift */,
  281. );
  282. path = View;
  283. sourceTree = "<group>";
  284. };
  285. 04B666B42BC7B76A0020BFBD /* Cell */ = {
  286. isa = PBXGroup;
  287. children = (
  288. 04B666CC2BC922460020BFBD /* QSLHomeFriendTableViewCell.swift */,
  289. );
  290. path = Cell;
  291. sourceTree = "<group>";
  292. };
  293. 04B666BB2BC7D1490020BFBD /* ViewModel */ = {
  294. isa = PBXGroup;
  295. children = (
  296. 04B666BC2BC7D15A0020BFBD /* QSLHomeViewModel.swift */,
  297. );
  298. path = ViewModel;
  299. sourceTree = "<group>";
  300. };
  301. 04B666C42BC8D7290020BFBD /* QSLAlert */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 04B666C52BC8D7420020BFBD /* View */,
  305. );
  306. path = QSLAlert;
  307. sourceTree = "<group>";
  308. };
  309. 04B666C52BC8D7420020BFBD /* View */ = {
  310. isa = PBXGroup;
  311. children = (
  312. 04B666C62BC8D7F30020BFBD /* QSLFriendAddAlertView.swift */,
  313. );
  314. path = View;
  315. sourceTree = "<group>";
  316. };
  317. 04B6B51D2BCD1B8A00777EB4 /* Controller */ = {
  318. isa = PBXGroup;
  319. children = (
  320. 04F33BE42BC69305003E2111 /* QSLMineController.swift */,
  321. );
  322. path = Controller;
  323. sourceTree = "<group>";
  324. };
  325. 04B6B51E2BCD1B9200777EB4 /* View */ = {
  326. isa = PBXGroup;
  327. children = (
  328. 04B6B51F2BCD1D2C00777EB4 /* QSLMineInfoView.swift */,
  329. 04B6B5212BCD261700777EB4 /* QSLMineVipView.swift */,
  330. 04B6B5252BCE196000777EB4 /* QSLMineFuncView.swift */,
  331. );
  332. path = View;
  333. sourceTree = "<group>";
  334. };
  335. 04B6B5272BCE1D4E00777EB4 /* Cell */ = {
  336. isa = PBXGroup;
  337. children = (
  338. 04B6B5282BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift */,
  339. );
  340. path = Cell;
  341. sourceTree = "<group>";
  342. };
  343. 04B6B52E2BCE2C9600777EB4 /* ViewModel */ = {
  344. isa = PBXGroup;
  345. children = (
  346. 04B6B52C2BCE2C9200777EB4 /* QSLMineViewModel.swift */,
  347. );
  348. path = ViewModel;
  349. sourceTree = "<group>";
  350. };
  351. 04F33B992BC6367C003E2111 = {
  352. isa = PBXGroup;
  353. children = (
  354. 04F33BA42BC6367C003E2111 /* QuickSearchLocation */,
  355. 04F33BA32BC6367C003E2111 /* Products */,
  356. 36D7D9BBB8E3362706398004 /* Pods */,
  357. 174C5FA1328123954EB9B663 /* Frameworks */,
  358. );
  359. sourceTree = "<group>";
  360. };
  361. 04F33BA32BC6367C003E2111 /* Products */ = {
  362. isa = PBXGroup;
  363. children = (
  364. 04F33BA22BC6367C003E2111 /* QuickSearchLocation.app */,
  365. );
  366. name = Products;
  367. sourceTree = "<group>";
  368. };
  369. 04F33BA42BC6367C003E2111 /* QuickSearchLocation */ = {
  370. isa = PBXGroup;
  371. children = (
  372. FE638ABC2D1963B800858121 /* Frameworks */,
  373. 04F33BB92BC637B8003E2111 /* Macro */,
  374. 04F33BBE2BC63B38003E2111 /* Tools */,
  375. 04F33BBD2BC63B2F003E2111 /* Classes */,
  376. 04F33BBA2BC637C4003E2111 /* Resources */,
  377. 04F33BB02BC6367D003E2111 /* LaunchScreen.storyboard */,
  378. 04F33BB32BC6367D003E2111 /* Info.plist */,
  379. );
  380. path = QuickSearchLocation;
  381. sourceTree = "<group>";
  382. };
  383. 04F33BB92BC637B8003E2111 /* Macro */ = {
  384. isa = PBXGroup;
  385. children = (
  386. 04F33BC82BC67100003E2111 /* QSLColor.swift */,
  387. 04F33BCA2BC672E4003E2111 /* QSLConfig.swift */,
  388. 04F33BE82BC69EA5003E2111 /* QSLConst.swift */,
  389. FE5B42412CF4612E000AACCB /* QSLSizeFit.swift */,
  390. FE8360942D003D8F00978E03 /* QSLApi.swift */,
  391. FE83609B2D00534800978E03 /* QSLNotification.swift */,
  392. FE638AB82D195D5000858121 /* QSLGravityConst.swift */,
  393. );
  394. path = Macro;
  395. sourceTree = "<group>";
  396. };
  397. 04F33BBA2BC637C4003E2111 /* Resources */ = {
  398. isa = PBXGroup;
  399. children = (
  400. 04F33BAE2BC6367D003E2111 /* Assets.xcassets */,
  401. );
  402. path = Resources;
  403. sourceTree = "<group>";
  404. };
  405. 04F33BBB2BC63A94003E2111 /* Main */ = {
  406. isa = PBXGroup;
  407. children = (
  408. 04F33BA52BC6367C003E2111 /* AppDelegate.swift */,
  409. 04F33BA72BC6367C003E2111 /* SceneDelegate.swift */,
  410. 04F33BA92BC6367C003E2111 /* ViewController.swift */,
  411. 04F33BC42BC64566003E2111 /* CustomTabBarController.swift */,
  412. 04F33BAB2BC6367C003E2111 /* Main.storyboard */,
  413. FE8360992D004E3400978E03 /* QSLBaseManager.swift */,
  414. );
  415. path = Main;
  416. sourceTree = "<group>";
  417. };
  418. 04F33BBC2BC63B08003E2111 /* Category */ = {
  419. isa = PBXGroup;
  420. children = (
  421. 04F33BC62BC66F5C003E2111 /* UIColor+Extension.swift */,
  422. 04F33BCC2BC67486003E2111 /* UIView+Extension.swift */,
  423. 04F33BCE2BC675C5003E2111 /* UIApplication+Extension.swift */,
  424. 04F33BD02BC6792D003E2111 /* UIVisualEffectView+Extension.swift */,
  425. 04F33BD22BC67A18003E2111 /* UIViewController+Extension.swift */,
  426. 04F33BD42BC67CEB003E2111 /* Bundle+Extension.swift */,
  427. 04F33BD82BC6896F003E2111 /* UITabBarController+Extension.swift */,
  428. 04F33BDE2BC690A6003E2111 /* UIFont+Extension.swift */,
  429. 04F33BEA2BC6A657003E2111 /* UIImage+Extension.swift */,
  430. 04B666B72BC7BAFB0020BFBD /* UILabel+Extension.swift */,
  431. 04B666B92BC7BD020020BFBD /* UIButton+Extension.swift */,
  432. 04B666C22BC7E3760020BFBD /* CAGradientLayer+Extension.swift */,
  433. 04B666C82BC8E34D0020BFBD /* UITextField+Extension.swift */,
  434. 04B666CE2BC92B3A0020BFBD /* UITableView+Extension.swift */,
  435. 04B666D02BC92C110020BFBD /* NSObject+Extension.swift */,
  436. 04B6B5192BCCFDE700777EB4 /* Date+Extension.swift */,
  437. 04B6B51B2BCCFF7000777EB4 /* DateFormatter+Extension.swift */,
  438. 04B6B5232BCD33B100777EB4 /* String+Extension.swift */,
  439. 04B6B52A2BCE22D300777EB4 /* UICollectionView+Extension.swift */,
  440. FE83606A2CF5C73F00978E03 /* NSMutableAttributedString+Extension.swift */,
  441. FE8360772CF70CA200978E03 /* NSAttributedString+Extension.swift */,
  442. );
  443. path = Category;
  444. sourceTree = "<group>";
  445. };
  446. 04F33BBD2BC63B2F003E2111 /* Classes */ = {
  447. isa = PBXGroup;
  448. children = (
  449. FE8360912D00308E00978E03 /* Network */,
  450. FE5B423D2CF45926000AACCB /* Common */,
  451. 04F33BBC2BC63B08003E2111 /* Category */,
  452. 04F33BBB2BC63A94003E2111 /* Main */,
  453. 04F33BBF2BC63DA0003E2111 /* Pages */,
  454. );
  455. path = Classes;
  456. sourceTree = "<group>";
  457. };
  458. 04F33BBE2BC63B38003E2111 /* Tools */ = {
  459. isa = PBXGroup;
  460. children = (
  461. 04F33BD62BC67E90003E2111 /* QSLDeviceTool.swift */,
  462. );
  463. path = Tools;
  464. sourceTree = "<group>";
  465. };
  466. 04F33BBF2BC63DA0003E2111 /* Pages */ = {
  467. isa = PBXGroup;
  468. children = (
  469. FE638AA72D09857200858121 /* QSLContact */,
  470. FE638A9A2D06FF5100858121 /* QSLGuide */,
  471. FE8360872CF96A8A00978E03 /* QSLRoad */,
  472. FE83607D2CF723CD00978E03 /* QSLVip */,
  473. FE8360792CF713EA00978E03 /* QSLAdd */,
  474. FE8360652CF5B04A00978E03 /* QSLLogin */,
  475. 04B666C42BC8D7290020BFBD /* QSLAlert */,
  476. 04F33BC32BC63F2A003E2111 /* QSLMessage */,
  477. 04F33BC22BC63ED6003E2111 /* QSLFriend */,
  478. 04F33BC12BC63EC2003E2111 /* QSLMine */,
  479. 04F33BC02BC63DFE003E2111 /* QSLHome */,
  480. );
  481. path = Pages;
  482. sourceTree = "<group>";
  483. };
  484. 04F33BC02BC63DFE003E2111 /* QSLHome */ = {
  485. isa = PBXGroup;
  486. children = (
  487. 04B666BB2BC7D1490020BFBD /* ViewModel */,
  488. 04B666B42BC7B76A0020BFBD /* Cell */,
  489. 04B666B32BC7B7660020BFBD /* View */,
  490. 04B666B22BC7B75C0020BFBD /* Controller */,
  491. );
  492. path = QSLHome;
  493. sourceTree = "<group>";
  494. };
  495. 04F33BC12BC63EC2003E2111 /* QSLMine */ = {
  496. isa = PBXGroup;
  497. children = (
  498. FE8360BE2D06D30000978E03 /* QSLAppInfo */,
  499. 04B6B52E2BCE2C9600777EB4 /* ViewModel */,
  500. 04B6B5272BCE1D4E00777EB4 /* Cell */,
  501. 04B6B51E2BCD1B9200777EB4 /* View */,
  502. 04B6B51D2BCD1B8A00777EB4 /* Controller */,
  503. );
  504. path = QSLMine;
  505. sourceTree = "<group>";
  506. };
  507. 04F33BC22BC63ED6003E2111 /* QSLFriend */ = {
  508. isa = PBXGroup;
  509. children = (
  510. FE83606E2CF5D1B600978E03 /* Cell */,
  511. FE83606D2CF5CFF400978E03 /* View */,
  512. FE83606C2CF5CFEF00978E03 /* Controller */,
  513. );
  514. path = QSLFriend;
  515. sourceTree = "<group>";
  516. };
  517. 04F33BC32BC63F2A003E2111 /* QSLMessage */ = {
  518. isa = PBXGroup;
  519. children = (
  520. FE8360A52D017C2100978E03 /* QSLRequest */,
  521. FE8360732CF6FC7200978E03 /* Cell */,
  522. FE8360722CF6FC6D00978E03 /* View */,
  523. FE8360712CF6FC6800978E03 /* Controller */,
  524. );
  525. path = QSLMessage;
  526. sourceTree = "<group>";
  527. };
  528. 04F33BEC2BC78B4E003E2111 /* Model */ = {
  529. isa = PBXGroup;
  530. children = (
  531. FEC010E62D9E8AFE008B8B0A /* QSLSubscriptionModel.swift */,
  532. 04F33BED2BC78B91003E2111 /* QSLUserModel.swift */,
  533. 04F33BEF2BC78D54003E2111 /* QSLMapTrackModel.swift */,
  534. FE8360AA2D01930600978E03 /* QSLMessageModel.swift */,
  535. FE8360AC2D01A04800978E03 /* QSLRequestModel.swift */,
  536. FE8360B42D029BA800978E03 /* QSLMapMessageModel.swift */,
  537. FE8360BA2D03002D00978E03 /* QSLMapPointModel.swift */,
  538. FE8360BC2D068DCB00978E03 /* QSLMemberModel.swift */,
  539. FE638AA12D096E6600858121 /* QSLGoodModel.swift */,
  540. FE638AA52D097EDD00858121 /* QSLOrderModel.swift */,
  541. FE638AB22D0ACA4D00858121 /* QSLContactModel.swift */,
  542. );
  543. path = Model;
  544. sourceTree = "<group>";
  545. };
  546. 174C5FA1328123954EB9B663 /* Frameworks */ = {
  547. isa = PBXGroup;
  548. children = (
  549. FE638ACB2D1964CA00858121 /* AdSupport.framework */,
  550. FE638AC92D1964C500858121 /* AppTrackingTransparency.framework */,
  551. FE638AC72D1964B000858121 /* libsqlite3.tbd */,
  552. FE638AC52D1964A800858121 /* SystemConfiguration.framework */,
  553. FE638AC32D1964A200858121 /* AdServices.framework */,
  554. FE638AC12D19649D00858121 /* Security.framework */,
  555. FE638ABF2D19642B00858121 /* libz.tbd */,
  556. AF2962CF6E8A7CF23CD54049 /* Pods_QuickSearchLocation.framework */,
  557. );
  558. name = Frameworks;
  559. sourceTree = "<group>";
  560. };
  561. 36D7D9BBB8E3362706398004 /* Pods */ = {
  562. isa = PBXGroup;
  563. children = (
  564. C52CF61DE1905CAD72539979 /* Pods-QuickSearchLocation.debug.xcconfig */,
  565. 3D3E5852B577A1B8F440848E /* Pods-QuickSearchLocation.release.xcconfig */,
  566. );
  567. path = Pods;
  568. sourceTree = "<group>";
  569. };
  570. FE5B423D2CF45926000AACCB /* Common */ = {
  571. isa = PBXGroup;
  572. children = (
  573. FE638AD92D23E31B00858121 /* PhotoClassifier.swift */,
  574. FE8360962D0041E000978E03 /* Tool */,
  575. FE83608E2CFFFACD00978E03 /* View */,
  576. FE5B423E2CF45932000AACCB /* Controller */,
  577. 04F33BEC2BC78B4E003E2111 /* Model */,
  578. FE94B4F32D23F09100D2B001 /* LoadingViewController.swift */,
  579. );
  580. path = Common;
  581. sourceTree = "<group>";
  582. };
  583. FE5B423E2CF45932000AACCB /* Controller */ = {
  584. isa = PBXGroup;
  585. children = (
  586. 04F33BDA2BC68C4E003E2111 /* QSLBaseController.swift */,
  587. 04F33BDC2BC68C6D003E2111 /* QSLBaseNavController.swift */,
  588. FE638AD12D1AA6E800858121 /* QSLWebController.swift */,
  589. );
  590. path = Controller;
  591. sourceTree = "<group>";
  592. };
  593. FE638A9A2D06FF5100858121 /* QSLGuide */ = {
  594. isa = PBXGroup;
  595. children = (
  596. FE638A9B2D06FF5E00858121 /* QSLGuideController.swift */,
  597. );
  598. path = QSLGuide;
  599. sourceTree = "<group>";
  600. };
  601. FE638AA72D09857200858121 /* QSLContact */ = {
  602. isa = PBXGroup;
  603. children = (
  604. FE638AAC2D099A9600858121 /* Cell */,
  605. FE638AAB2D09859500858121 /* View */,
  606. FE638AAA2D09858F00858121 /* Controller */,
  607. );
  608. path = QSLContact;
  609. sourceTree = "<group>";
  610. };
  611. FE638AAA2D09858F00858121 /* Controller */ = {
  612. isa = PBXGroup;
  613. children = (
  614. FE638AA82D09858C00858121 /* QSLContactController.swift */,
  615. );
  616. path = Controller;
  617. sourceTree = "<group>";
  618. };
  619. FE638AAB2D09859500858121 /* View */ = {
  620. isa = PBXGroup;
  621. children = (
  622. FE638AAF2D0A8FF700858121 /* QSLContactAddAlertView.swift */,
  623. FE638AB42D0AD9A300858121 /* QSLContactSendFailAlertView.swift */,
  624. );
  625. path = View;
  626. sourceTree = "<group>";
  627. };
  628. FE638AAC2D099A9600858121 /* Cell */ = {
  629. isa = PBXGroup;
  630. children = (
  631. FE638AAD2D099B0F00858121 /* QSLContactCell.swift */,
  632. FE638AB62D0ADD5700858121 /* QSLContactFailCell.swift */,
  633. );
  634. path = Cell;
  635. sourceTree = "<group>";
  636. };
  637. FE638ABC2D1963B800858121 /* Frameworks */ = {
  638. isa = PBXGroup;
  639. children = (
  640. FE638ACD2D19677200858121 /* GravityEngineSDK.framework */,
  641. );
  642. path = Frameworks;
  643. sourceTree = "<group>";
  644. };
  645. FE8360652CF5B04A00978E03 /* QSLLogin */ = {
  646. isa = PBXGroup;
  647. children = (
  648. FE8360672CF5B05600978E03 /* View */,
  649. FE8360662CF5B05100978E03 /* Controller */,
  650. );
  651. path = QSLLogin;
  652. sourceTree = "<group>";
  653. };
  654. FE8360662CF5B05100978E03 /* Controller */ = {
  655. isa = PBXGroup;
  656. children = (
  657. FE8360682CF5B06700978E03 /* QSLLoginViewController.swift */,
  658. );
  659. path = Controller;
  660. sourceTree = "<group>";
  661. };
  662. FE8360672CF5B05600978E03 /* View */ = {
  663. isa = PBXGroup;
  664. children = (
  665. );
  666. path = View;
  667. sourceTree = "<group>";
  668. };
  669. FE83606C2CF5CFEF00978E03 /* Controller */ = {
  670. isa = PBXGroup;
  671. children = (
  672. 04F33BE22BC692F1003E2111 /* QSLFriendController.swift */,
  673. );
  674. path = Controller;
  675. sourceTree = "<group>";
  676. };
  677. FE83606D2CF5CFF400978E03 /* View */ = {
  678. isa = PBXGroup;
  679. children = (
  680. FE8360B02D01BFE500978E03 /* QSLFriendRemarkAlertView.swift */,
  681. );
  682. path = View;
  683. sourceTree = "<group>";
  684. };
  685. FE83606E2CF5D1B600978E03 /* Cell */ = {
  686. isa = PBXGroup;
  687. children = (
  688. FE83606F2CF5D1E300978E03 /* QSLFriendTableViewCell.swift */,
  689. );
  690. path = Cell;
  691. sourceTree = "<group>";
  692. };
  693. FE8360712CF6FC6800978E03 /* Controller */ = {
  694. isa = PBXGroup;
  695. children = (
  696. 04F33BE02BC692C4003E2111 /* QSLMessageController.swift */,
  697. );
  698. path = Controller;
  699. sourceTree = "<group>";
  700. };
  701. FE8360722CF6FC6D00978E03 /* View */ = {
  702. isa = PBXGroup;
  703. children = (
  704. FE8360A32D014EDA00978E03 /* QSLMessageHeaderView.swift */,
  705. );
  706. path = View;
  707. sourceTree = "<group>";
  708. };
  709. FE8360732CF6FC7200978E03 /* Cell */ = {
  710. isa = PBXGroup;
  711. children = (
  712. FE8360742CF707FE00978E03 /* QSLMessageTableViewCell.swift */,
  713. );
  714. path = Cell;
  715. sourceTree = "<group>";
  716. };
  717. FE8360792CF713EA00978E03 /* QSLAdd */ = {
  718. isa = PBXGroup;
  719. children = (
  720. FE83607A2CF713F300978E03 /* Controller */,
  721. );
  722. path = QSLAdd;
  723. sourceTree = "<group>";
  724. };
  725. FE83607A2CF713F300978E03 /* Controller */ = {
  726. isa = PBXGroup;
  727. children = (
  728. FE83607B2CF7140200978E03 /* QSLAddController.swift */,
  729. );
  730. path = Controller;
  731. sourceTree = "<group>";
  732. };
  733. FE83607D2CF723CD00978E03 /* QSLVip */ = {
  734. isa = PBXGroup;
  735. children = (
  736. FE8360822CF844F900978E03 /* Cell */,
  737. FE83607F2CF723EC00978E03 /* View */,
  738. FE83607E2CF723E800978E03 /* Controller */,
  739. FE638AA32D0978B100858121 /* QSLVipManager.swift */,
  740. );
  741. path = QSLVip;
  742. sourceTree = "<group>";
  743. };
  744. FE83607E2CF723E800978E03 /* Controller */ = {
  745. isa = PBXGroup;
  746. children = (
  747. FE8360802CF723FA00978E03 /* QSLVipController.swift */,
  748. );
  749. path = Controller;
  750. sourceTree = "<group>";
  751. };
  752. FE83607F2CF723EC00978E03 /* View */ = {
  753. isa = PBXGroup;
  754. children = (
  755. );
  756. path = View;
  757. sourceTree = "<group>";
  758. };
  759. FE8360822CF844F900978E03 /* Cell */ = {
  760. isa = PBXGroup;
  761. children = (
  762. FE8360832CF8450C00978E03 /* QSLVipGoodCollectionViewCell.swift */,
  763. FE8360852CF86E2800978E03 /* QSLVipCommentCellView.swift */,
  764. FE9139C82DE6B018001A8E42 /* QSLVipMostGoodCell.swift */,
  765. );
  766. path = Cell;
  767. sourceTree = "<group>";
  768. };
  769. FE8360872CF96A8A00978E03 /* QSLRoad */ = {
  770. isa = PBXGroup;
  771. children = (
  772. FE8360892CF96A9A00978E03 /* View */,
  773. FE8360882CF96A9500978E03 /* Controller */,
  774. );
  775. path = QSLRoad;
  776. sourceTree = "<group>";
  777. };
  778. FE8360882CF96A9500978E03 /* Controller */ = {
  779. isa = PBXGroup;
  780. children = (
  781. FE83608A2CF96CBA00978E03 /* QSLRoadController.swift */,
  782. );
  783. path = Controller;
  784. sourceTree = "<group>";
  785. };
  786. FE8360892CF96A9A00978E03 /* View */ = {
  787. isa = PBXGroup;
  788. children = (
  789. FE83608C2CFF08A600978E03 /* QSLRoadMainView.swift */,
  790. );
  791. path = View;
  792. sourceTree = "<group>";
  793. };
  794. FE83608E2CFFFACD00978E03 /* View */ = {
  795. isa = PBXGroup;
  796. children = (
  797. FE83608F2CFFFAD600978E03 /* QSLAlertView.swift */,
  798. FE83609F2D00813400978E03 /* QSLPopView.swift */,
  799. FE8360A12D00814000978E03 /* QSLPopViewCell.swift */,
  800. FE638A9D2D0709C900858121 /* QSLPrivacyAlertView.swift */,
  801. );
  802. path = View;
  803. sourceTree = "<group>";
  804. };
  805. FE8360912D00308E00978E03 /* Network */ = {
  806. isa = PBXGroup;
  807. children = (
  808. FE8360922D003AA300978E03 /* QSLNetwork.swift */,
  809. );
  810. path = Network;
  811. sourceTree = "<group>";
  812. };
  813. FE8360962D0041E000978E03 /* Tool */ = {
  814. isa = PBXGroup;
  815. children = (
  816. FE8360972D0041F300978E03 /* QSLCacheManager.swift */,
  817. FE8360B22D02939600978E03 /* QSLSocketManager.swift */,
  818. FE638A9F2D082FC400858121 /* QSLLoading.swift */,
  819. FE638ABA2D19631900858121 /* QSLGravityManager.swift */,
  820. FE638AD32D1ABB9800858121 /* QSLJumpManager.swift */,
  821. );
  822. path = Tool;
  823. sourceTree = "<group>";
  824. };
  825. FE8360A52D017C2100978E03 /* QSLRequest */ = {
  826. isa = PBXGroup;
  827. children = (
  828. FE8360A62D017C4300978E03 /* QSLRequestController.swift */,
  829. FE8360A82D018B6F00978E03 /* QSLRequestCell.swift */,
  830. );
  831. path = QSLRequest;
  832. sourceTree = "<group>";
  833. };
  834. FE8360BE2D06D30000978E03 /* QSLAppInfo */ = {
  835. isa = PBXGroup;
  836. children = (
  837. FE8360BF2D06D33500978E03 /* QSLAppInfoController.swift */,
  838. );
  839. path = QSLAppInfo;
  840. sourceTree = "<group>";
  841. };
  842. /* End PBXGroup section */
  843. /* Begin PBXNativeTarget section */
  844. 04F33BA12BC6367C003E2111 /* QuickSearchLocation */ = {
  845. isa = PBXNativeTarget;
  846. buildConfigurationList = 04F33BB62BC6367D003E2111 /* Build configuration list for PBXNativeTarget "QuickSearchLocation" */;
  847. buildPhases = (
  848. 5EDFCC37396D25161D0BA490 /* [CP] Check Pods Manifest.lock */,
  849. 04F33B9E2BC6367C003E2111 /* Sources */,
  850. 04F33B9F2BC6367C003E2111 /* Frameworks */,
  851. 04F33BA02BC6367C003E2111 /* Resources */,
  852. 040954F65594040B9AF240B8 /* [CP] Embed Pods Frameworks */,
  853. E8A4F0CC06A52EFEED4B4807 /* [CP] Copy Pods Resources */,
  854. );
  855. buildRules = (
  856. );
  857. dependencies = (
  858. );
  859. name = QuickSearchLocation;
  860. productName = QuickSearchLocation;
  861. productReference = 04F33BA22BC6367C003E2111 /* QuickSearchLocation.app */;
  862. productType = "com.apple.product-type.application";
  863. };
  864. /* End PBXNativeTarget section */
  865. /* Begin PBXProject section */
  866. 04F33B9A2BC6367C003E2111 /* Project object */ = {
  867. isa = PBXProject;
  868. attributes = {
  869. BuildIndependentTargetsInParallel = 1;
  870. LastSwiftUpdateCheck = 1500;
  871. LastUpgradeCheck = 1500;
  872. TargetAttributes = {
  873. 04F33BA12BC6367C003E2111 = {
  874. CreatedOnToolsVersion = 15.0.1;
  875. };
  876. };
  877. };
  878. buildConfigurationList = 04F33B9D2BC6367C003E2111 /* Build configuration list for PBXProject "QuickSearchLocation" */;
  879. compatibilityVersion = "Xcode 14.0";
  880. developmentRegion = "zh-Hans";
  881. hasScannedForEncodings = 0;
  882. knownRegions = (
  883. en,
  884. Base,
  885. "zh-Hans",
  886. );
  887. mainGroup = 04F33B992BC6367C003E2111;
  888. productRefGroup = 04F33BA32BC6367C003E2111 /* Products */;
  889. projectDirPath = "";
  890. projectRoot = "";
  891. targets = (
  892. 04F33BA12BC6367C003E2111 /* QuickSearchLocation */,
  893. );
  894. };
  895. /* End PBXProject section */
  896. /* Begin PBXResourcesBuildPhase section */
  897. 04F33BA02BC6367C003E2111 /* Resources */ = {
  898. isa = PBXResourcesBuildPhase;
  899. buildActionMask = 2147483647;
  900. files = (
  901. 04F33BB22BC6367D003E2111 /* LaunchScreen.storyboard in Resources */,
  902. 04F33BAF2BC6367D003E2111 /* Assets.xcassets in Resources */,
  903. 04F33BAD2BC6367C003E2111 /* Main.storyboard in Resources */,
  904. );
  905. runOnlyForDeploymentPostprocessing = 0;
  906. };
  907. /* End PBXResourcesBuildPhase section */
  908. /* Begin PBXShellScriptBuildPhase section */
  909. 040954F65594040B9AF240B8 /* [CP] Embed Pods Frameworks */ = {
  910. isa = PBXShellScriptBuildPhase;
  911. buildActionMask = 2147483647;
  912. files = (
  913. );
  914. inputFileListPaths = (
  915. "${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  916. );
  917. name = "[CP] Embed Pods Frameworks";
  918. outputFileListPaths = (
  919. "${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  920. );
  921. runOnlyForDeploymentPostprocessing = 0;
  922. shellPath = /bin/sh;
  923. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-frameworks.sh\"\n";
  924. showEnvVarsInLog = 0;
  925. };
  926. 5EDFCC37396D25161D0BA490 /* [CP] Check Pods Manifest.lock */ = {
  927. isa = PBXShellScriptBuildPhase;
  928. buildActionMask = 2147483647;
  929. files = (
  930. );
  931. inputFileListPaths = (
  932. );
  933. inputPaths = (
  934. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  935. "${PODS_ROOT}/Manifest.lock",
  936. );
  937. name = "[CP] Check Pods Manifest.lock";
  938. outputFileListPaths = (
  939. );
  940. outputPaths = (
  941. "$(DERIVED_FILE_DIR)/Pods-QuickSearchLocation-checkManifestLockResult.txt",
  942. );
  943. runOnlyForDeploymentPostprocessing = 0;
  944. shellPath = /bin/sh;
  945. 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";
  946. showEnvVarsInLog = 0;
  947. };
  948. E8A4F0CC06A52EFEED4B4807 /* [CP] Copy Pods Resources */ = {
  949. isa = PBXShellScriptBuildPhase;
  950. buildActionMask = 2147483647;
  951. files = (
  952. );
  953. inputFileListPaths = (
  954. "${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-resources-${CONFIGURATION}-input-files.xcfilelist",
  955. );
  956. name = "[CP] Copy Pods Resources";
  957. outputFileListPaths = (
  958. "${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-resources-${CONFIGURATION}-output-files.xcfilelist",
  959. );
  960. runOnlyForDeploymentPostprocessing = 0;
  961. shellPath = /bin/sh;
  962. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-QuickSearchLocation/Pods-QuickSearchLocation-resources.sh\"\n";
  963. showEnvVarsInLog = 0;
  964. };
  965. /* End PBXShellScriptBuildPhase section */
  966. /* Begin PBXSourcesBuildPhase section */
  967. 04F33B9E2BC6367C003E2111 /* Sources */ = {
  968. isa = PBXSourcesBuildPhase;
  969. buildActionMask = 2147483647;
  970. files = (
  971. 04F33BC92BC67100003E2111 /* QSLColor.swift in Sources */,
  972. FE638A9E2D0709C900858121 /* QSLPrivacyAlertView.swift in Sources */,
  973. FE8360902CFFFAD600978E03 /* QSLAlertView.swift in Sources */,
  974. FE8360A42D014EDA00978E03 /* QSLMessageHeaderView.swift in Sources */,
  975. FE8360B32D02939600978E03 /* QSLSocketManager.swift in Sources */,
  976. FE638AB92D195D5000858121 /* QSLGravityConst.swift in Sources */,
  977. FE83609A2D004E3400978E03 /* QSLBaseManager.swift in Sources */,
  978. 04F33BD32BC67A18003E2111 /* UIViewController+Extension.swift in Sources */,
  979. 04B6B51A2BCCFDE700777EB4 /* Date+Extension.swift in Sources */,
  980. 04B666CD2BC922460020BFBD /* QSLHomeFriendTableViewCell.swift in Sources */,
  981. FE638AB72D0ADD5700858121 /* QSLContactFailCell.swift in Sources */,
  982. FE638ABB2D19631900858121 /* QSLGravityManager.swift in Sources */,
  983. FE638AA02D082FC400858121 /* QSLLoading.swift in Sources */,
  984. FE638ADA2D23E31B00858121 /* PhotoClassifier.swift in Sources */,
  985. 04B6B5262BCE196000777EB4 /* QSLMineFuncView.swift in Sources */,
  986. FE8360692CF5B06700978E03 /* QSLLoginViewController.swift in Sources */,
  987. FE5B42442CF485B9000AACCB /* QSLHomeFriendFooterView.swift in Sources */,
  988. FE83609C2D00534800978E03 /* QSLNotification.swift in Sources */,
  989. 04F33BDB2BC68C4E003E2111 /* QSLBaseController.swift in Sources */,
  990. 04F33BAA2BC6367C003E2111 /* ViewController.swift in Sources */,
  991. FE638AA42D0978B100858121 /* QSLVipManager.swift in Sources */,
  992. 04F33BE92BC69EA5003E2111 /* QSLConst.swift in Sources */,
  993. FE8360B52D029BA800978E03 /* QSLMapMessageModel.swift in Sources */,
  994. FE8360952D003D8F00978E03 /* QSLApi.swift in Sources */,
  995. 04F33BEE2BC78B91003E2111 /* QSLUserModel.swift in Sources */,
  996. FE8360862CF86E2900978E03 /* QSLVipCommentCellView.swift in Sources */,
  997. FE638A9C2D06FF5E00858121 /* QSLGuideController.swift in Sources */,
  998. FE5B42422CF4612E000AACCB /* QSLSizeFit.swift in Sources */,
  999. FE8360A92D018B6F00978E03 /* QSLRequestCell.swift in Sources */,
  1000. FE638AD42D1ABB9800858121 /* QSLJumpManager.swift in Sources */,
  1001. FE8360A72D017C4300978E03 /* QSLRequestController.swift in Sources */,
  1002. FE8360812CF723FA00978E03 /* QSLVipController.swift in Sources */,
  1003. 04F33BD92BC6896F003E2111 /* UITabBarController+Extension.swift in Sources */,
  1004. 04F33BCD2BC67486003E2111 /* UIView+Extension.swift in Sources */,
  1005. FE638AB02D0A8FF700858121 /* QSLContactAddAlertView.swift in Sources */,
  1006. FE8360932D003AA300978E03 /* QSLNetwork.swift in Sources */,
  1007. FE8360B12D01BFE500978E03 /* QSLFriendRemarkAlertView.swift in Sources */,
  1008. FE638AD22D1AA6E800858121 /* QSLWebController.swift in Sources */,
  1009. FE8360A22D00814000978E03 /* QSLPopViewCell.swift in Sources */,
  1010. 04B666BD2BC7D15A0020BFBD /* QSLHomeViewModel.swift in Sources */,
  1011. 04F33BA62BC6367C003E2111 /* AppDelegate.swift in Sources */,
  1012. FEC010E72D9E8B06008B8B0A /* QSLSubscriptionModel.swift in Sources */,
  1013. FE94B4F42D23F09100D2B001 /* LoadingViewController.swift in Sources */,
  1014. 04F33BCF2BC675C5003E2111 /* UIApplication+Extension.swift in Sources */,
  1015. 04F33BF02BC78D54003E2111 /* QSLMapTrackModel.swift in Sources */,
  1016. 04F33BEB2BC6A657003E2111 /* UIImage+Extension.swift in Sources */,
  1017. FE8360752CF707FE00978E03 /* QSLMessageTableViewCell.swift in Sources */,
  1018. 04B666CF2BC92B3A0020BFBD /* UITableView+Extension.swift in Sources */,
  1019. 04F33BC52BC64566003E2111 /* CustomTabBarController.swift in Sources */,
  1020. FE83608D2CFF08A600978E03 /* QSLRoadMainView.swift in Sources */,
  1021. 04B666BA2BC7BD020020BFBD /* UIButton+Extension.swift in Sources */,
  1022. 04B6B51C2BCCFF7000777EB4 /* DateFormatter+Extension.swift in Sources */,
  1023. 04F33BDD2BC68C6D003E2111 /* QSLBaseNavController.swift in Sources */,
  1024. 04F33BDF2BC690A6003E2111 /* UIFont+Extension.swift in Sources */,
  1025. FE9139C92DE6B018001A8E42 /* QSLVipMostGoodCell.swift in Sources */,
  1026. FE638AA92D09858C00858121 /* QSLContactController.swift in Sources */,
  1027. 04B6B52D2BCE2C9200777EB4 /* QSLMineViewModel.swift in Sources */,
  1028. 04B666CB2BC922120020BFBD /* QSLHomeFriendView.swift in Sources */,
  1029. FE638AAE2D099B0F00858121 /* QSLContactCell.swift in Sources */,
  1030. 04B666C32BC7E3760020BFBD /* CAGradientLayer+Extension.swift in Sources */,
  1031. 04B666C72BC8D7F30020BFBD /* QSLFriendAddAlertView.swift in Sources */,
  1032. FE83606B2CF5C73F00978E03 /* NSMutableAttributedString+Extension.swift in Sources */,
  1033. 04F33BE72BC69318003E2111 /* QSLHomeController.swift in Sources */,
  1034. 04F33BD52BC67CEB003E2111 /* Bundle+Extension.swift in Sources */,
  1035. 04B666B82BC7BAFB0020BFBD /* UILabel+Extension.swift in Sources */,
  1036. FE8360AB2D01930600978E03 /* QSLMessageModel.swift in Sources */,
  1037. FE8360BB2D03002D00978E03 /* QSLMapPointModel.swift in Sources */,
  1038. 04B666B62BC7B9180020BFBD /* QSLHomeAuthHeaderView.swift in Sources */,
  1039. 04B6B5222BCD261700777EB4 /* QSLMineVipView.swift in Sources */,
  1040. 04F33BA82BC6367C003E2111 /* SceneDelegate.swift in Sources */,
  1041. 04B666C12BC7E0180020BFBD /* QSLHomeEmptyView.swift in Sources */,
  1042. 04B6B52B2BCE22D300777EB4 /* UICollectionView+Extension.swift in Sources */,
  1043. FE8360BD2D068DCB00978E03 /* QSLMemberModel.swift in Sources */,
  1044. FE8360B72D02F7A600978E03 /* QSLHomeAnnotatinView.swift in Sources */,
  1045. FE8360842CF8450C00978E03 /* QSLVipGoodCollectionViewCell.swift in Sources */,
  1046. 04F33BE12BC692C4003E2111 /* QSLMessageController.swift in Sources */,
  1047. FE8360982D0041F300978E03 /* QSLCacheManager.swift in Sources */,
  1048. FE8360AD2D01A04800978E03 /* QSLRequestModel.swift in Sources */,
  1049. 04B6B5292BCE1D5C00777EB4 /* QSLMineFuncCollectionViewCell.swift in Sources */,
  1050. FE638AB32D0ACA4D00858121 /* QSLContactModel.swift in Sources */,
  1051. 04F33BD72BC67E90003E2111 /* QSLDeviceTool.swift in Sources */,
  1052. 04B6B5202BCD1D2C00777EB4 /* QSLMineInfoView.swift in Sources */,
  1053. 04F33BC72BC66F5C003E2111 /* UIColor+Extension.swift in Sources */,
  1054. FE8360C02D06D33500978E03 /* QSLAppInfoController.swift in Sources */,
  1055. FE638AA22D096E6600858121 /* QSLGoodModel.swift in Sources */,
  1056. FE638AA62D097EDD00858121 /* QSLOrderModel.swift in Sources */,
  1057. FE8360A02D00813400978E03 /* QSLPopView.swift in Sources */,
  1058. 04F33BCB2BC672E4003E2111 /* QSLConfig.swift in Sources */,
  1059. FE83607C2CF7140200978E03 /* QSLAddController.swift in Sources */,
  1060. FE8360782CF70CA200978E03 /* NSAttributedString+Extension.swift in Sources */,
  1061. 04F33BD12BC6792D003E2111 /* UIVisualEffectView+Extension.swift in Sources */,
  1062. FE8360B92D02F9B500978E03 /* QSLHomeCallOutView.swift in Sources */,
  1063. 04B666D12BC92C110020BFBD /* NSObject+Extension.swift in Sources */,
  1064. 04F33BE32BC692F1003E2111 /* QSLFriendController.swift in Sources */,
  1065. 04B666BF2BC7D2D50020BFBD /* QSLHomeButtonView.swift in Sources */,
  1066. 04F33BE52BC69305003E2111 /* QSLMineController.swift in Sources */,
  1067. 04B666C92BC8E34D0020BFBD /* UITextField+Extension.swift in Sources */,
  1068. FE83608B2CF96CBA00978E03 /* QSLRoadController.swift in Sources */,
  1069. FE8360702CF5D1E300978E03 /* QSLFriendTableViewCell.swift in Sources */,
  1070. 04B6B5242BCD33B100777EB4 /* String+Extension.swift in Sources */,
  1071. FE638AB52D0AD9A300858121 /* QSLContactSendFailAlertView.swift in Sources */,
  1072. );
  1073. runOnlyForDeploymentPostprocessing = 0;
  1074. };
  1075. /* End PBXSourcesBuildPhase section */
  1076. /* Begin PBXVariantGroup section */
  1077. 04F33BAB2BC6367C003E2111 /* Main.storyboard */ = {
  1078. isa = PBXVariantGroup;
  1079. children = (
  1080. 04F33BAC2BC6367C003E2111 /* Base */,
  1081. FE8360AE2D01B56600978E03 /* zh-Hans */,
  1082. );
  1083. name = Main.storyboard;
  1084. sourceTree = "<group>";
  1085. };
  1086. 04F33BB02BC6367D003E2111 /* LaunchScreen.storyboard */ = {
  1087. isa = PBXVariantGroup;
  1088. children = (
  1089. 04F33BB12BC6367D003E2111 /* Base */,
  1090. FE8360AF2D01B56700978E03 /* zh-Hans */,
  1091. );
  1092. name = LaunchScreen.storyboard;
  1093. sourceTree = "<group>";
  1094. };
  1095. /* End PBXVariantGroup section */
  1096. /* Begin XCBuildConfiguration section */
  1097. 04F33BB42BC6367D003E2111 /* Debug */ = {
  1098. isa = XCBuildConfiguration;
  1099. buildSettings = {
  1100. ALWAYS_SEARCH_USER_PATHS = NO;
  1101. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1102. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1103. CLANG_ANALYZER_NONNULL = YES;
  1104. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1105. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1106. CLANG_ENABLE_MODULES = YES;
  1107. CLANG_ENABLE_OBJC_ARC = YES;
  1108. CLANG_ENABLE_OBJC_WEAK = YES;
  1109. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1110. CLANG_WARN_BOOL_CONVERSION = YES;
  1111. CLANG_WARN_COMMA = YES;
  1112. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1113. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1114. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1115. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1116. CLANG_WARN_EMPTY_BODY = YES;
  1117. CLANG_WARN_ENUM_CONVERSION = YES;
  1118. CLANG_WARN_INFINITE_RECURSION = YES;
  1119. CLANG_WARN_INT_CONVERSION = YES;
  1120. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1121. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1122. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1123. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1124. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1125. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1126. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1127. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1128. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1129. CLANG_WARN_UNREACHABLE_CODE = YES;
  1130. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1131. COPY_PHASE_STRIP = NO;
  1132. DEBUG_INFORMATION_FORMAT = dwarf;
  1133. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1134. ENABLE_TESTABILITY = YES;
  1135. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1136. GCC_C_LANGUAGE_STANDARD = gnu17;
  1137. GCC_DYNAMIC_NO_PIC = NO;
  1138. GCC_NO_COMMON_BLOCKS = YES;
  1139. GCC_OPTIMIZATION_LEVEL = 0;
  1140. GCC_PREPROCESSOR_DEFINITIONS = (
  1141. "DEBUG=1",
  1142. "$(inherited)",
  1143. );
  1144. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1145. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1146. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1147. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1148. GCC_WARN_UNUSED_FUNCTION = YES;
  1149. GCC_WARN_UNUSED_VARIABLE = YES;
  1150. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  1151. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1152. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1153. MTL_FAST_MATH = YES;
  1154. ONLY_ACTIVE_ARCH = YES;
  1155. SDKROOT = iphoneos;
  1156. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
  1157. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1158. };
  1159. name = Debug;
  1160. };
  1161. 04F33BB52BC6367D003E2111 /* Release */ = {
  1162. isa = XCBuildConfiguration;
  1163. buildSettings = {
  1164. ALWAYS_SEARCH_USER_PATHS = NO;
  1165. ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
  1166. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1167. CLANG_ANALYZER_NONNULL = YES;
  1168. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1169. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1170. CLANG_ENABLE_MODULES = YES;
  1171. CLANG_ENABLE_OBJC_ARC = YES;
  1172. CLANG_ENABLE_OBJC_WEAK = YES;
  1173. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1174. CLANG_WARN_BOOL_CONVERSION = YES;
  1175. CLANG_WARN_COMMA = YES;
  1176. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1177. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1178. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1179. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1180. CLANG_WARN_EMPTY_BODY = YES;
  1181. CLANG_WARN_ENUM_CONVERSION = YES;
  1182. CLANG_WARN_INFINITE_RECURSION = YES;
  1183. CLANG_WARN_INT_CONVERSION = YES;
  1184. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1185. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1186. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1187. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1188. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1189. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1190. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1191. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1192. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1193. CLANG_WARN_UNREACHABLE_CODE = YES;
  1194. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1195. COPY_PHASE_STRIP = NO;
  1196. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1197. ENABLE_NS_ASSERTIONS = NO;
  1198. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1199. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  1200. GCC_C_LANGUAGE_STANDARD = gnu17;
  1201. GCC_NO_COMMON_BLOCKS = YES;
  1202. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1203. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1204. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1205. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1206. GCC_WARN_UNUSED_FUNCTION = YES;
  1207. GCC_WARN_UNUSED_VARIABLE = YES;
  1208. IPHONEOS_DEPLOYMENT_TARGET = 17.0;
  1209. LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
  1210. MTL_ENABLE_DEBUG_INFO = NO;
  1211. MTL_FAST_MATH = YES;
  1212. SDKROOT = iphoneos;
  1213. SWIFT_COMPILATION_MODE = wholemodule;
  1214. VALIDATE_PRODUCT = YES;
  1215. };
  1216. name = Release;
  1217. };
  1218. 04F33BB72BC6367D003E2111 /* Debug */ = {
  1219. isa = XCBuildConfiguration;
  1220. baseConfigurationReference = C52CF61DE1905CAD72539979 /* Pods-QuickSearchLocation.debug.xcconfig */;
  1221. buildSettings = {
  1222. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1223. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1224. CODE_SIGN_IDENTITY = "Apple Development";
  1225. CODE_SIGN_STYLE = Automatic;
  1226. CURRENT_PROJECT_VERSION = 19;
  1227. DEVELOPMENT_TEAM = Q364C8K9BL;
  1228. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1229. FRAMEWORK_SEARCH_PATHS = (
  1230. "$(inherited)",
  1231. "$(PROJECT_DIR)/QuickSearchLocation/Frameworks",
  1232. );
  1233. GENERATE_INFOPLIST_FILE = YES;
  1234. INFOPLIST_FILE = QuickSearchLocation/Info.plist;
  1235. INFOPLIST_KEY_CFBundleDisplayName = "手机关爱定位";
  1236. INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
  1237. INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
  1238. INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
  1239. INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
  1240. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1241. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
  1242. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  1243. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1244. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  1245. IPHONEOS_DEPLOYMENT_TARGET = 13.1;
  1246. LD_RUNPATH_SEARCH_PATHS = (
  1247. "$(inherited)",
  1248. "@executable_path/Frameworks",
  1249. );
  1250. MARKETING_VERSION = 1.2.1;
  1251. PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
  1252. PRODUCT_NAME = "$(TARGET_NAME)";
  1253. PROVISIONING_PROFILE_SPECIFIER = "";
  1254. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1255. SUPPORTS_MACCATALYST = NO;
  1256. SWIFT_EMIT_LOC_STRINGS = YES;
  1257. SWIFT_VERSION = 5.0;
  1258. TARGETED_DEVICE_FAMILY = 1;
  1259. };
  1260. name = Debug;
  1261. };
  1262. 04F33BB82BC6367D003E2111 /* Release */ = {
  1263. isa = XCBuildConfiguration;
  1264. baseConfigurationReference = 3D3E5852B577A1B8F440848E /* Pods-QuickSearchLocation.release.xcconfig */;
  1265. buildSettings = {
  1266. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1267. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1268. CODE_SIGN_IDENTITY = "Apple Development";
  1269. CODE_SIGN_STYLE = Automatic;
  1270. CURRENT_PROJECT_VERSION = 19;
  1271. DEVELOPMENT_TEAM = Q364C8K9BL;
  1272. ENABLE_USER_SCRIPT_SANDBOXING = NO;
  1273. FRAMEWORK_SEARCH_PATHS = (
  1274. "$(inherited)",
  1275. "$(PROJECT_DIR)/QuickSearchLocation/Frameworks",
  1276. );
  1277. GENERATE_INFOPLIST_FILE = YES;
  1278. INFOPLIST_FILE = QuickSearchLocation/Info.plist;
  1279. INFOPLIST_KEY_CFBundleDisplayName = "手机关爱定位";
  1280. INFOPLIST_KEY_NSContactsUsageDescription = "手机关爱定位需要您同意访问通讯录的权限用于添加好友功能";
  1281. INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
  1282. INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "手机关爱定位为了使用定位轨迹功能需要您同意开启持续定位权限";
  1283. INFOPLIST_KEY_NSUserTrackingUsageDescription = "手机关爱定位为了显示个性化广告需要使用您的广告标识符";
  1284. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1285. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen.storyboard;
  1286. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  1287. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1288. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
  1289. IPHONEOS_DEPLOYMENT_TARGET = 13.1;
  1290. LD_RUNPATH_SEARCH_PATHS = (
  1291. "$(inherited)",
  1292. "@executable_path/Frameworks",
  1293. );
  1294. MARKETING_VERSION = 1.2.1;
  1295. PRODUCT_BUNDLE_IDENTIFIER = com.manbu.shouji;
  1296. PRODUCT_NAME = "$(TARGET_NAME)";
  1297. PROVISIONING_PROFILE_SPECIFIER = "";
  1298. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  1299. SUPPORTS_MACCATALYST = NO;
  1300. SWIFT_EMIT_LOC_STRINGS = YES;
  1301. SWIFT_VERSION = 5.0;
  1302. TARGETED_DEVICE_FAMILY = 1;
  1303. };
  1304. name = Release;
  1305. };
  1306. /* End XCBuildConfiguration section */
  1307. /* Begin XCConfigurationList section */
  1308. 04F33B9D2BC6367C003E2111 /* Build configuration list for PBXProject "QuickSearchLocation" */ = {
  1309. isa = XCConfigurationList;
  1310. buildConfigurations = (
  1311. 04F33BB42BC6367D003E2111 /* Debug */,
  1312. 04F33BB52BC6367D003E2111 /* Release */,
  1313. );
  1314. defaultConfigurationIsVisible = 0;
  1315. defaultConfigurationName = Release;
  1316. };
  1317. 04F33BB62BC6367D003E2111 /* Build configuration list for PBXNativeTarget "QuickSearchLocation" */ = {
  1318. isa = XCConfigurationList;
  1319. buildConfigurations = (
  1320. 04F33BB72BC6367D003E2111 /* Debug */,
  1321. 04F33BB82BC6367D003E2111 /* Release */,
  1322. );
  1323. defaultConfigurationIsVisible = 0;
  1324. defaultConfigurationName = Release;
  1325. };
  1326. /* End XCConfigurationList section */
  1327. };
  1328. rootObject = 04F33B9A2BC6367C003E2111 /* Project object */;
  1329. }