project.pbxproj 86 KB

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