project.pbxproj 91 KB

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