project.pbxproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 630723B122F0409200B15629 /* QGVAPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 630723A722F0409200B15629 /* QGVAPlayer.framework */; };
  10. 630723B622F0409200B15629 /* QGVAPlayerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723B522F0409200B15629 /* QGVAPlayerTests.m */; };
  11. 630723B822F0409200B15629 /* QGVAPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723AA22F0409200B15629 /* QGVAPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 6307240722F0410600B15629 /* QGMP4Box.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723C322F0410600B15629 /* QGMP4Box.m */; };
  13. 6307240822F0410600B15629 /* QGMP4Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723C422F0410600B15629 /* QGMP4Parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14. 6307240922F0410600B15629 /* QGMP4Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723C522F0410600B15629 /* QGMP4Parser.m */; };
  15. 6307240A22F0410600B15629 /* QGMP4Box.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723C622F0410600B15629 /* QGMP4Box.h */; };
  16. 6307240B22F0410600B15629 /* UIView+VAP.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723C722F0410600B15629 /* UIView+VAP.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. 6307240C22F0410600B15629 /* QGVAPWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723C922F0410600B15629 /* QGVAPWeakProxy.m */; };
  18. 6307240D22F0410600B15629 /* QGVAPLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723CB22F0410600B15629 /* QGVAPLogger.h */; settings = {ATTRIBUTES = (Public, ); }; };
  19. 6307240E22F0410600B15629 /* QGVAPLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723CC22F0410600B15629 /* QGVAPLogger.m */; };
  20. 6307240F22F0410600B15629 /* QGVAPSafeMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723CD22F0410600B15629 /* QGVAPSafeMutableDictionary.h */; };
  21. 6307241022F0410600B15629 /* QGVAPSafeMutableArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723CE22F0410600B15629 /* QGVAPSafeMutableArray.h */; };
  22. 6307241122F0410600B15629 /* QGVAPSafeMutableArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723CF22F0410600B15629 /* QGVAPSafeMutableArray.m */; };
  23. 6307241222F0410600B15629 /* QGVAPSafeMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723D022F0410600B15629 /* QGVAPSafeMutableDictionary.m */; };
  24. 6307241322F0410600B15629 /* QGVAPWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723D122F0410600B15629 /* QGVAPWeakProxy.h */; };
  25. 6307241422F0410600B15629 /* UIColor+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723D322F0410600B15629 /* UIColor+VAPUtil.m */; };
  26. 6307241522F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723D422F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.h */; };
  27. 6307241622F0410600B15629 /* UIColor+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723D522F0410600B15629 /* UIColor+VAPUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
  28. 6307241722F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723D622F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.m */; };
  29. 6307241822F0410600B15629 /* QGMP4AnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723D822F0410600B15629 /* QGMP4AnimatedImageFrame.m */; };
  30. 6307241922F0410600B15629 /* QGBaseDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723D922F0410600B15629 /* QGBaseDFileInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  31. 6307241A22F0410600B15629 /* QGBaseAnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723DA22F0410600B15629 /* QGBaseAnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. 6307241B22F0410600B15629 /* QGMP4HWDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723DB22F0410600B15629 /* QGMP4HWDFileInfo.m */; };
  33. 6307241C22F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723DC22F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.h */; };
  34. 6307241D22F0410600B15629 /* QGBaseDFileInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723DD22F0410600B15629 /* QGBaseDFileInfo.m */; };
  35. 6307241E22F0410600B15629 /* QGMP4AnimatedImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723DE22F0410600B15629 /* QGMP4AnimatedImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. 6307241F22F0410600B15629 /* QGMP4HWDFileInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723DF22F0410600B15629 /* QGMP4HWDFileInfo.h */; };
  37. 6307242022F0410600B15629 /* QGBaseAnimatedImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723E022F0410600B15629 /* QGBaseAnimatedImageFrame.m */; };
  38. 6307242322F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723E422F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.m */; };
  39. 6307242422F0410600B15629 /* QGAnimatedImageDecodeConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723E622F0410600B15629 /* QGAnimatedImageDecodeConfig.m */; };
  40. 6307242522F0410600B15629 /* QGAnimatedImageDecodeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723E722F0410600B15629 /* QGAnimatedImageDecodeThread.h */; };
  41. 6307242622F0410600B15629 /* QGAnimatedImageDecodeThreadPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723E822F0410600B15629 /* QGAnimatedImageDecodeThreadPool.h */; };
  42. 6307242722F0410600B15629 /* QGAnimatedImageBufferManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723E922F0410600B15629 /* QGAnimatedImageBufferManager.h */; };
  43. 6307242822F0410600B15629 /* QGAnimatedImageDecodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723EA22F0410600B15629 /* QGAnimatedImageDecodeManager.h */; };
  44. 6307242922F0410600B15629 /* QGAnimatedImageDecodeConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723EB22F0410600B15629 /* QGAnimatedImageDecodeConfig.h */; };
  45. 6307242A22F0410600B15629 /* QGAnimatedImageDecodeThreadPool.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723EC22F0410600B15629 /* QGAnimatedImageDecodeThreadPool.m */; };
  46. 6307242B22F0410600B15629 /* QGBaseDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723EE22F0410600B15629 /* QGBaseDecoder.m */; };
  47. 6307242C22F0410600B15629 /* QGMP4FrameHWDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723EF22F0410600B15629 /* QGMP4FrameHWDecoder.m */; };
  48. 6307242D22F0410600B15629 /* QGBaseDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723F022F0410600B15629 /* QGBaseDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  49. 6307242E22F0410600B15629 /* QGMP4FrameHWDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723F122F0410600B15629 /* QGMP4FrameHWDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  50. 6307242F22F0410600B15629 /* QGAnimatedImageDecodeThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723F222F0410600B15629 /* QGAnimatedImageDecodeThread.m */; };
  51. 6307243022F0410600B15629 /* QGAnimatedImageBufferManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723F322F0410600B15629 /* QGAnimatedImageBufferManager.m */; };
  52. 6307243122F0410600B15629 /* QGAnimatedImageDecodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723F422F0410600B15629 /* QGAnimatedImageDecodeManager.m */; };
  53. 6307243222F0410600B15629 /* UIView+VAP.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723F522F0410600B15629 /* UIView+VAP.m */; };
  54. 6307243322F0410600B15629 /* QGHWDMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723F822F0410600B15629 /* QGHWDMetalView.m */; };
  55. 6307243522F0410600B15629 /* QGHWDShaderTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723FA22F0410600B15629 /* QGHWDShaderTypes.h */; settings = {ATTRIBUTES = (Public, ); }; };
  56. 6307243622F0410600B15629 /* QGHWDMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 630723FB22F0410600B15629 /* QGHWDMetalRenderer.m */; };
  57. 6307243822F0410600B15629 /* QGHWDMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723FD22F0410600B15629 /* QGHWDMetalView.h */; };
  58. 6307243922F0410600B15629 /* QGHWDMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 630723FE22F0410600B15629 /* QGHWDMetalRenderer.h */; };
  59. 6307243A22F0410600B15629 /* QGHWDMP4OpenGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6307240022F0410600B15629 /* QGHWDMP4OpenGLView.m */; };
  60. 6307243B22F0410600B15629 /* QGHWDMP4OpenGLView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6307240122F0410600B15629 /* QGHWDMP4OpenGLView.h */; };
  61. 6307243C22F0410600B15629 /* VAPMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6307240222F0410600B15629 /* VAPMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
  62. 6307243F22F0410600B15629 /* QGHWDShaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = 6307240622F0410600B15629 /* QGHWDShaders.metal */; };
  63. 632942D9231BED7D00B511BB /* QGVAPMetalUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 632942D7231BED7D00B511BB /* QGVAPMetalUtil.h */; };
  64. 632942DA231BED7D00B511BB /* QGVAPMetalUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 632942D8231BED7D00B511BB /* QGVAPMetalUtil.m */; };
  65. 636FE34823604B570001565D /* UIView+MP4HWDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 636FE34623604B570001565D /* UIView+MP4HWDecode.h */; };
  66. 636FE34923604B570001565D /* UIView+MP4HWDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 636FE34723604B570001565D /* UIView+MP4HWDecode.m */; };
  67. 639CA47C2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 639CA47A2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.h */; };
  68. 639CA47D2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 639CA47B2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.m */; };
  69. 63AEB398231671260069CEBB /* QGVAPConfigManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB396231671250069CEBB /* QGVAPConfigManager.h */; };
  70. 63AEB399231671260069CEBB /* QGVAPConfigManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB397231671250069CEBB /* QGVAPConfigManager.m */; };
  71. 63AEB39C23167A030069CEBB /* QGVAPConfigModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB39A23167A030069CEBB /* QGVAPConfigModel.h */; };
  72. 63AEB39D23167A030069CEBB /* QGVAPConfigModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB39B23167A030069CEBB /* QGVAPConfigModel.m */; };
  73. 63AEB3A02316AF8A0069CEBB /* NSDictionary+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB39E2316AF8A0069CEBB /* NSDictionary+VAPUtil.h */; };
  74. 63AEB3A12316AF8A0069CEBB /* NSDictionary+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB39F2316AF8A0069CEBB /* NSDictionary+VAPUtil.m */; };
  75. 63AEB3A52317CD940069CEBB /* NSArray+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB3A32317CD940069CEBB /* NSArray+VAPUtil.h */; };
  76. 63AEB3A62317CD940069CEBB /* NSArray+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB3A42317CD940069CEBB /* NSArray+VAPUtil.m */; };
  77. 63AEB3EE231952DD0069CEBB /* QGVAPTextureLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB3EC231952DD0069CEBB /* QGVAPTextureLoader.h */; };
  78. 63AEB3EF231952DD0069CEBB /* QGVAPTextureLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB3ED231952DD0069CEBB /* QGVAPTextureLoader.m */; };
  79. 63AEB3F4231959D60069CEBB /* QGVAPMetalView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB3F2231959D60069CEBB /* QGVAPMetalView.h */; };
  80. 63AEB3F5231959D60069CEBB /* QGVAPMetalView.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB3F3231959D60069CEBB /* QGVAPMetalView.m */; };
  81. 63AEB3F923195BF80069CEBB /* QGVAPMetalRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AEB3F723195BF80069CEBB /* QGVAPMetalRenderer.h */; };
  82. 63AEB3FA23195BF80069CEBB /* QGVAPMetalRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AEB3F823195BF80069CEBB /* QGVAPMetalRenderer.m */; };
  83. 63AFC6B7231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AFC6B5231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.h */; };
  84. 63AFC6B8231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 63AFC6B6231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.m */; };
  85. 63BAD37822F0966300EAD4C4 /* UIDevice+VAPUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BAD37622F0966300EAD4C4 /* UIDevice+VAPUtil.h */; };
  86. 63BAD37922F0966300EAD4C4 /* UIDevice+VAPUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 63BAD37722F0966300EAD4C4 /* UIDevice+VAPUtil.m */; };
  87. 649EF40D24122B4D00164950 /* QGVAPMaskInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 649EF40B24122B4C00164950 /* QGVAPMaskInfo.h */; };
  88. 649EF40E24122B4D00164950 /* QGVAPMaskInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 649EF40C24122B4C00164950 /* QGVAPMaskInfo.m */; };
  89. /* End PBXBuildFile section */
  90. /* Begin PBXContainerItemProxy section */
  91. 630723B222F0409200B15629 /* PBXContainerItemProxy */ = {
  92. isa = PBXContainerItemProxy;
  93. containerPortal = 6307239E22F0409200B15629 /* Project object */;
  94. proxyType = 1;
  95. remoteGlobalIDString = 630723A622F0409200B15629;
  96. remoteInfo = QGVAPlayer;
  97. };
  98. /* End PBXContainerItemProxy section */
  99. /* Begin PBXFileReference section */
  100. 630723A722F0409200B15629 /* QGVAPlayer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QGVAPlayer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  101. 630723AA22F0409200B15629 /* QGVAPlayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPlayer.h; sourceTree = "<group>"; };
  102. 630723AB22F0409200B15629 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  103. 630723B022F0409200B15629 /* QGVAPlayerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QGVAPlayerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  104. 630723B522F0409200B15629 /* QGVAPlayerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPlayerTests.m; sourceTree = "<group>"; };
  105. 630723B722F0409200B15629 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  106. 630723C322F0410600B15629 /* QGMP4Box.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGMP4Box.m; sourceTree = "<group>"; };
  107. 630723C422F0410600B15629 /* QGMP4Parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGMP4Parser.h; sourceTree = "<group>"; };
  108. 630723C522F0410600B15629 /* QGMP4Parser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGMP4Parser.m; sourceTree = "<group>"; };
  109. 630723C622F0410600B15629 /* QGMP4Box.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGMP4Box.h; sourceTree = "<group>"; };
  110. 630723C722F0410600B15629 /* UIView+VAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+VAP.h"; sourceTree = "<group>"; };
  111. 630723C922F0410600B15629 /* QGVAPWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGVAPWeakProxy.m; sourceTree = "<group>"; };
  112. 630723CB22F0410600B15629 /* QGVAPLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGVAPLogger.h; sourceTree = "<group>"; };
  113. 630723CC22F0410600B15629 /* QGVAPLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGVAPLogger.m; sourceTree = "<group>"; };
  114. 630723CD22F0410600B15629 /* QGVAPSafeMutableDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGVAPSafeMutableDictionary.h; sourceTree = "<group>"; };
  115. 630723CE22F0410600B15629 /* QGVAPSafeMutableArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGVAPSafeMutableArray.h; sourceTree = "<group>"; };
  116. 630723CF22F0410600B15629 /* QGVAPSafeMutableArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGVAPSafeMutableArray.m; sourceTree = "<group>"; };
  117. 630723D022F0410600B15629 /* QGVAPSafeMutableDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGVAPSafeMutableDictionary.m; sourceTree = "<group>"; };
  118. 630723D122F0410600B15629 /* QGVAPWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGVAPWeakProxy.h; sourceTree = "<group>"; };
  119. 630723D322F0410600B15629 /* UIColor+VAPUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+VAPUtil.m"; sourceTree = "<group>"; };
  120. 630723D422F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNotificationCenter+VAPThreadSafe.h"; sourceTree = "<group>"; };
  121. 630723D522F0410600B15629 /* UIColor+VAPUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+VAPUtil.h"; sourceTree = "<group>"; };
  122. 630723D622F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSNotificationCenter+VAPThreadSafe.m"; sourceTree = "<group>"; };
  123. 630723D822F0410600B15629 /* QGMP4AnimatedImageFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGMP4AnimatedImageFrame.m; sourceTree = "<group>"; };
  124. 630723D922F0410600B15629 /* QGBaseDFileInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGBaseDFileInfo.h; sourceTree = "<group>"; };
  125. 630723DA22F0410600B15629 /* QGBaseAnimatedImageFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGBaseAnimatedImageFrame.h; sourceTree = "<group>"; };
  126. 630723DB22F0410600B15629 /* QGMP4HWDFileInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGMP4HWDFileInfo.m; sourceTree = "<group>"; };
  127. 630723DC22F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "QGBaseAnimatedImageFrame+Displaying.h"; sourceTree = "<group>"; };
  128. 630723DD22F0410600B15629 /* QGBaseDFileInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGBaseDFileInfo.m; sourceTree = "<group>"; };
  129. 630723DE22F0410600B15629 /* QGMP4AnimatedImageFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGMP4AnimatedImageFrame.h; sourceTree = "<group>"; };
  130. 630723DF22F0410600B15629 /* QGMP4HWDFileInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGMP4HWDFileInfo.h; sourceTree = "<group>"; };
  131. 630723E022F0410600B15629 /* QGBaseAnimatedImageFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGBaseAnimatedImageFrame.m; sourceTree = "<group>"; };
  132. 630723E422F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "QGBaseAnimatedImageFrame+Displaying.m"; sourceTree = "<group>"; };
  133. 630723E622F0410600B15629 /* QGAnimatedImageDecodeConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGAnimatedImageDecodeConfig.m; sourceTree = "<group>"; };
  134. 630723E722F0410600B15629 /* QGAnimatedImageDecodeThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGAnimatedImageDecodeThread.h; sourceTree = "<group>"; };
  135. 630723E822F0410600B15629 /* QGAnimatedImageDecodeThreadPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGAnimatedImageDecodeThreadPool.h; sourceTree = "<group>"; };
  136. 630723E922F0410600B15629 /* QGAnimatedImageBufferManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGAnimatedImageBufferManager.h; sourceTree = "<group>"; };
  137. 630723EA22F0410600B15629 /* QGAnimatedImageDecodeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGAnimatedImageDecodeManager.h; sourceTree = "<group>"; };
  138. 630723EB22F0410600B15629 /* QGAnimatedImageDecodeConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGAnimatedImageDecodeConfig.h; sourceTree = "<group>"; };
  139. 630723EC22F0410600B15629 /* QGAnimatedImageDecodeThreadPool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGAnimatedImageDecodeThreadPool.m; sourceTree = "<group>"; };
  140. 630723EE22F0410600B15629 /* QGBaseDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGBaseDecoder.m; sourceTree = "<group>"; };
  141. 630723EF22F0410600B15629 /* QGMP4FrameHWDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGMP4FrameHWDecoder.m; sourceTree = "<group>"; };
  142. 630723F022F0410600B15629 /* QGBaseDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGBaseDecoder.h; sourceTree = "<group>"; };
  143. 630723F122F0410600B15629 /* QGMP4FrameHWDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGMP4FrameHWDecoder.h; sourceTree = "<group>"; };
  144. 630723F222F0410600B15629 /* QGAnimatedImageDecodeThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGAnimatedImageDecodeThread.m; sourceTree = "<group>"; };
  145. 630723F322F0410600B15629 /* QGAnimatedImageBufferManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGAnimatedImageBufferManager.m; sourceTree = "<group>"; };
  146. 630723F422F0410600B15629 /* QGAnimatedImageDecodeManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGAnimatedImageDecodeManager.m; sourceTree = "<group>"; };
  147. 630723F522F0410600B15629 /* UIView+VAP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+VAP.m"; sourceTree = "<group>"; };
  148. 630723F822F0410600B15629 /* QGHWDMetalView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGHWDMetalView.m; sourceTree = "<group>"; };
  149. 630723FA22F0410600B15629 /* QGHWDShaderTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGHWDShaderTypes.h; sourceTree = "<group>"; };
  150. 630723FB22F0410600B15629 /* QGHWDMetalRenderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGHWDMetalRenderer.m; sourceTree = "<group>"; };
  151. 630723FD22F0410600B15629 /* QGHWDMetalView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGHWDMetalView.h; sourceTree = "<group>"; };
  152. 630723FE22F0410600B15629 /* QGHWDMetalRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGHWDMetalRenderer.h; sourceTree = "<group>"; };
  153. 6307240022F0410600B15629 /* QGHWDMP4OpenGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGHWDMP4OpenGLView.m; sourceTree = "<group>"; };
  154. 6307240122F0410600B15629 /* QGHWDMP4OpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGHWDMP4OpenGLView.h; sourceTree = "<group>"; };
  155. 6307240222F0410600B15629 /* VAPMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VAPMacros.h; sourceTree = "<group>"; };
  156. 6307240622F0410600B15629 /* QGHWDShaders.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = QGHWDShaders.metal; sourceTree = "<group>"; };
  157. 632942D7231BED7D00B511BB /* QGVAPMetalUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPMetalUtil.h; sourceTree = "<group>"; };
  158. 632942D8231BED7D00B511BB /* QGVAPMetalUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPMetalUtil.m; sourceTree = "<group>"; };
  159. 636FE34623604B570001565D /* UIView+MP4HWDecode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+MP4HWDecode.h"; sourceTree = "<group>"; };
  160. 636FE34723604B570001565D /* UIView+MP4HWDecode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+MP4HWDecode.m"; sourceTree = "<group>"; };
  161. 639CA47A2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIGestureRecognizer+VAPUtil.h"; sourceTree = "<group>"; };
  162. 639CA47B2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIGestureRecognizer+VAPUtil.m"; sourceTree = "<group>"; };
  163. 63AEB396231671250069CEBB /* QGVAPConfigManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPConfigManager.h; sourceTree = "<group>"; };
  164. 63AEB397231671250069CEBB /* QGVAPConfigManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPConfigManager.m; sourceTree = "<group>"; };
  165. 63AEB39A23167A030069CEBB /* QGVAPConfigModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPConfigModel.h; sourceTree = "<group>"; };
  166. 63AEB39B23167A030069CEBB /* QGVAPConfigModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPConfigModel.m; sourceTree = "<group>"; };
  167. 63AEB39E2316AF8A0069CEBB /* NSDictionary+VAPUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+VAPUtil.h"; sourceTree = "<group>"; };
  168. 63AEB39F2316AF8A0069CEBB /* NSDictionary+VAPUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+VAPUtil.m"; sourceTree = "<group>"; };
  169. 63AEB3A32317CD940069CEBB /* NSArray+VAPUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSArray+VAPUtil.h"; sourceTree = "<group>"; };
  170. 63AEB3A42317CD940069CEBB /* NSArray+VAPUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+VAPUtil.m"; sourceTree = "<group>"; };
  171. 63AEB3EC231952DD0069CEBB /* QGVAPTextureLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPTextureLoader.h; sourceTree = "<group>"; };
  172. 63AEB3ED231952DD0069CEBB /* QGVAPTextureLoader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPTextureLoader.m; sourceTree = "<group>"; };
  173. 63AEB3F2231959D60069CEBB /* QGVAPMetalView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPMetalView.h; sourceTree = "<group>"; };
  174. 63AEB3F3231959D60069CEBB /* QGVAPMetalView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPMetalView.m; sourceTree = "<group>"; };
  175. 63AEB3F723195BF80069CEBB /* QGVAPMetalRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPMetalRenderer.h; sourceTree = "<group>"; };
  176. 63AEB3F823195BF80069CEBB /* QGVAPMetalRenderer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPMetalRenderer.m; sourceTree = "<group>"; };
  177. 63AFC6B5231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGVAPMetalShaderFunctionLoader.h; sourceTree = "<group>"; };
  178. 63AFC6B6231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QGVAPMetalShaderFunctionLoader.m; sourceTree = "<group>"; };
  179. 63AFC6B9231E3E5B00E127F9 /* QGHWDMetalShaderSourceDefine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QGHWDMetalShaderSourceDefine.h; sourceTree = "<group>"; };
  180. 63BAD37622F0966300EAD4C4 /* UIDevice+VAPUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIDevice+VAPUtil.h"; sourceTree = "<group>"; };
  181. 63BAD37722F0966300EAD4C4 /* UIDevice+VAPUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIDevice+VAPUtil.m"; sourceTree = "<group>"; };
  182. 649EF40B24122B4C00164950 /* QGVAPMaskInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QGVAPMaskInfo.h; sourceTree = "<group>"; };
  183. 649EF40C24122B4C00164950 /* QGVAPMaskInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QGVAPMaskInfo.m; sourceTree = "<group>"; };
  184. /* End PBXFileReference section */
  185. /* Begin PBXFrameworksBuildPhase section */
  186. 630723A422F0409200B15629 /* Frameworks */ = {
  187. isa = PBXFrameworksBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. 630723AD22F0409200B15629 /* Frameworks */ = {
  194. isa = PBXFrameworksBuildPhase;
  195. buildActionMask = 2147483647;
  196. files = (
  197. 630723B122F0409200B15629 /* QGVAPlayer.framework in Frameworks */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. /* End PBXFrameworksBuildPhase section */
  202. /* Begin PBXGroup section */
  203. 6307239D22F0409200B15629 = {
  204. isa = PBXGroup;
  205. children = (
  206. 630723A922F0409200B15629 /* QGVAPlayer */,
  207. 630723B422F0409200B15629 /* QGVAPlayerTests */,
  208. 630723A822F0409200B15629 /* Products */,
  209. );
  210. sourceTree = "<group>";
  211. };
  212. 630723A822F0409200B15629 /* Products */ = {
  213. isa = PBXGroup;
  214. children = (
  215. 630723A722F0409200B15629 /* QGVAPlayer.framework */,
  216. 630723B022F0409200B15629 /* QGVAPlayerTests.xctest */,
  217. );
  218. name = Products;
  219. sourceTree = "<group>";
  220. };
  221. 630723A922F0409200B15629 /* QGVAPlayer */ = {
  222. isa = PBXGroup;
  223. children = (
  224. 6307240422F0410600B15629 /* Shaders */,
  225. 630723C122F0410600B15629 /* Classes */,
  226. 630723AB22F0409200B15629 /* Info.plist */,
  227. );
  228. path = QGVAPlayer;
  229. sourceTree = "<group>";
  230. };
  231. 630723B422F0409200B15629 /* QGVAPlayerTests */ = {
  232. isa = PBXGroup;
  233. children = (
  234. 630723B522F0409200B15629 /* QGVAPlayerTests.m */,
  235. 630723B722F0409200B15629 /* Info.plist */,
  236. );
  237. path = QGVAPlayerTests;
  238. sourceTree = "<group>";
  239. };
  240. 630723C122F0410600B15629 /* Classes */ = {
  241. isa = PBXGroup;
  242. children = (
  243. 630723AA22F0409200B15629 /* QGVAPlayer.h */,
  244. 6307240222F0410600B15629 /* VAPMacros.h */,
  245. 630723C722F0410600B15629 /* UIView+VAP.h */,
  246. 630723F522F0410600B15629 /* UIView+VAP.m */,
  247. 630723D722F0410600B15629 /* Models */,
  248. 630723F622F0410600B15629 /* Views */,
  249. 630723E522F0410600B15629 /* Controllers */,
  250. 630723C222F0410600B15629 /* MP4Parser */,
  251. 630723C822F0410600B15629 /* Utils */,
  252. );
  253. path = Classes;
  254. sourceTree = "<group>";
  255. };
  256. 630723C222F0410600B15629 /* MP4Parser */ = {
  257. isa = PBXGroup;
  258. children = (
  259. 630723C622F0410600B15629 /* QGMP4Box.h */,
  260. 630723C322F0410600B15629 /* QGMP4Box.m */,
  261. 630723C422F0410600B15629 /* QGMP4Parser.h */,
  262. 630723C522F0410600B15629 /* QGMP4Parser.m */,
  263. );
  264. path = MP4Parser;
  265. sourceTree = "<group>";
  266. };
  267. 630723C822F0410600B15629 /* Utils */ = {
  268. isa = PBXGroup;
  269. children = (
  270. 632942D7231BED7D00B511BB /* QGVAPMetalUtil.h */,
  271. 632942D8231BED7D00B511BB /* QGVAPMetalUtil.m */,
  272. 63AFC6B5231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.h */,
  273. 63AFC6B6231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.m */,
  274. 630723C922F0410600B15629 /* QGVAPWeakProxy.m */,
  275. 630723D122F0410600B15629 /* QGVAPWeakProxy.h */,
  276. 630723CD22F0410600B15629 /* QGVAPSafeMutableDictionary.h */,
  277. 630723D022F0410600B15629 /* QGVAPSafeMutableDictionary.m */,
  278. 630723CE22F0410600B15629 /* QGVAPSafeMutableArray.h */,
  279. 630723CF22F0410600B15629 /* QGVAPSafeMutableArray.m */,
  280. 630723CA22F0410600B15629 /* Logger */,
  281. 630723D222F0410600B15629 /* Categorys */,
  282. );
  283. path = Utils;
  284. sourceTree = "<group>";
  285. };
  286. 630723CA22F0410600B15629 /* Logger */ = {
  287. isa = PBXGroup;
  288. children = (
  289. 630723CB22F0410600B15629 /* QGVAPLogger.h */,
  290. 630723CC22F0410600B15629 /* QGVAPLogger.m */,
  291. );
  292. path = Logger;
  293. sourceTree = "<group>";
  294. };
  295. 630723D222F0410600B15629 /* Categorys */ = {
  296. isa = PBXGroup;
  297. children = (
  298. 630723D522F0410600B15629 /* UIColor+VAPUtil.h */,
  299. 630723D322F0410600B15629 /* UIColor+VAPUtil.m */,
  300. 63BAD37622F0966300EAD4C4 /* UIDevice+VAPUtil.h */,
  301. 63BAD37722F0966300EAD4C4 /* UIDevice+VAPUtil.m */,
  302. 630723D422F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.h */,
  303. 630723D622F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.m */,
  304. 63AEB39E2316AF8A0069CEBB /* NSDictionary+VAPUtil.h */,
  305. 63AEB39F2316AF8A0069CEBB /* NSDictionary+VAPUtil.m */,
  306. 63AEB3A32317CD940069CEBB /* NSArray+VAPUtil.h */,
  307. 63AEB3A42317CD940069CEBB /* NSArray+VAPUtil.m */,
  308. 636FE34623604B570001565D /* UIView+MP4HWDecode.h */,
  309. 636FE34723604B570001565D /* UIView+MP4HWDecode.m */,
  310. 639CA47A2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.h */,
  311. 639CA47B2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.m */,
  312. );
  313. path = Categorys;
  314. sourceTree = "<group>";
  315. };
  316. 630723D722F0410600B15629 /* Models */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 649EF40B24122B4C00164950 /* QGVAPMaskInfo.h */,
  320. 649EF40C24122B4C00164950 /* QGVAPMaskInfo.m */,
  321. 630723DA22F0410600B15629 /* QGBaseAnimatedImageFrame.h */,
  322. 630723E022F0410600B15629 /* QGBaseAnimatedImageFrame.m */,
  323. 630723DC22F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.h */,
  324. 630723E422F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.m */,
  325. 630723DE22F0410600B15629 /* QGMP4AnimatedImageFrame.h */,
  326. 630723D822F0410600B15629 /* QGMP4AnimatedImageFrame.m */,
  327. 630723D922F0410600B15629 /* QGBaseDFileInfo.h */,
  328. 630723DD22F0410600B15629 /* QGBaseDFileInfo.m */,
  329. 630723DF22F0410600B15629 /* QGMP4HWDFileInfo.h */,
  330. 630723DB22F0410600B15629 /* QGMP4HWDFileInfo.m */,
  331. 63AEB39A23167A030069CEBB /* QGVAPConfigModel.h */,
  332. 63AEB39B23167A030069CEBB /* QGVAPConfigModel.m */,
  333. 63AEB3EC231952DD0069CEBB /* QGVAPTextureLoader.h */,
  334. 63AEB3ED231952DD0069CEBB /* QGVAPTextureLoader.m */,
  335. );
  336. path = Models;
  337. sourceTree = "<group>";
  338. };
  339. 630723E522F0410600B15629 /* Controllers */ = {
  340. isa = PBXGroup;
  341. children = (
  342. 630723EB22F0410600B15629 /* QGAnimatedImageDecodeConfig.h */,
  343. 630723E622F0410600B15629 /* QGAnimatedImageDecodeConfig.m */,
  344. 630723E722F0410600B15629 /* QGAnimatedImageDecodeThread.h */,
  345. 630723F222F0410600B15629 /* QGAnimatedImageDecodeThread.m */,
  346. 630723E822F0410600B15629 /* QGAnimatedImageDecodeThreadPool.h */,
  347. 630723EC22F0410600B15629 /* QGAnimatedImageDecodeThreadPool.m */,
  348. 630723E922F0410600B15629 /* QGAnimatedImageBufferManager.h */,
  349. 630723F322F0410600B15629 /* QGAnimatedImageBufferManager.m */,
  350. 630723EA22F0410600B15629 /* QGAnimatedImageDecodeManager.h */,
  351. 630723F422F0410600B15629 /* QGAnimatedImageDecodeManager.m */,
  352. 63AEB396231671250069CEBB /* QGVAPConfigManager.h */,
  353. 63AEB397231671250069CEBB /* QGVAPConfigManager.m */,
  354. 630723ED22F0410600B15629 /* Decoders */,
  355. );
  356. path = Controllers;
  357. sourceTree = "<group>";
  358. };
  359. 630723ED22F0410600B15629 /* Decoders */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 630723F022F0410600B15629 /* QGBaseDecoder.h */,
  363. 630723EE22F0410600B15629 /* QGBaseDecoder.m */,
  364. 630723F122F0410600B15629 /* QGMP4FrameHWDecoder.h */,
  365. 630723EF22F0410600B15629 /* QGMP4FrameHWDecoder.m */,
  366. );
  367. path = Decoders;
  368. sourceTree = "<group>";
  369. };
  370. 630723F622F0410600B15629 /* Views */ = {
  371. isa = PBXGroup;
  372. children = (
  373. 630723F722F0410600B15629 /* Metal */,
  374. 630723FF22F0410600B15629 /* OpenGL */,
  375. );
  376. path = Views;
  377. sourceTree = "<group>";
  378. };
  379. 630723F722F0410600B15629 /* Metal */ = {
  380. isa = PBXGroup;
  381. children = (
  382. 63AEB3F12319597F0069CEBB /* Vapx */,
  383. 630723FD22F0410600B15629 /* QGHWDMetalView.h */,
  384. 630723F822F0410600B15629 /* QGHWDMetalView.m */,
  385. 630723FE22F0410600B15629 /* QGHWDMetalRenderer.h */,
  386. 630723FB22F0410600B15629 /* QGHWDMetalRenderer.m */,
  387. );
  388. path = Metal;
  389. sourceTree = "<group>";
  390. };
  391. 630723FF22F0410600B15629 /* OpenGL */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 6307240122F0410600B15629 /* QGHWDMP4OpenGLView.h */,
  395. 6307240022F0410600B15629 /* QGHWDMP4OpenGLView.m */,
  396. );
  397. path = OpenGL;
  398. sourceTree = "<group>";
  399. };
  400. 6307240422F0410600B15629 /* Shaders */ = {
  401. isa = PBXGroup;
  402. children = (
  403. 630723FA22F0410600B15629 /* QGHWDShaderTypes.h */,
  404. 6307240622F0410600B15629 /* QGHWDShaders.metal */,
  405. 63AFC6B9231E3E5B00E127F9 /* QGHWDMetalShaderSourceDefine.h */,
  406. );
  407. path = Shaders;
  408. sourceTree = "<group>";
  409. };
  410. 63AEB3F12319597F0069CEBB /* Vapx */ = {
  411. isa = PBXGroup;
  412. children = (
  413. 63AEB3F2231959D60069CEBB /* QGVAPMetalView.h */,
  414. 63AEB3F3231959D60069CEBB /* QGVAPMetalView.m */,
  415. 63AEB3F723195BF80069CEBB /* QGVAPMetalRenderer.h */,
  416. 63AEB3F823195BF80069CEBB /* QGVAPMetalRenderer.m */,
  417. );
  418. path = Vapx;
  419. sourceTree = "<group>";
  420. };
  421. /* End PBXGroup section */
  422. /* Begin PBXHeadersBuildPhase section */
  423. 630723A222F0409200B15629 /* Headers */ = {
  424. isa = PBXHeadersBuildPhase;
  425. buildActionMask = 2147483647;
  426. files = (
  427. 6307240B22F0410600B15629 /* UIView+VAP.h in Headers */,
  428. 630723B822F0409200B15629 /* QGVAPlayer.h in Headers */,
  429. 63AEB3A02316AF8A0069CEBB /* NSDictionary+VAPUtil.h in Headers */,
  430. 63AEB3A52317CD940069CEBB /* NSArray+VAPUtil.h in Headers */,
  431. 649EF40D24122B4D00164950 /* QGVAPMaskInfo.h in Headers */,
  432. 636FE34823604B570001565D /* UIView+MP4HWDecode.h in Headers */,
  433. 6307243C22F0410600B15629 /* VAPMacros.h in Headers */,
  434. 6307242D22F0410600B15629 /* QGBaseDecoder.h in Headers */,
  435. 6307242E22F0410600B15629 /* QGMP4FrameHWDecoder.h in Headers */,
  436. 63AEB398231671260069CEBB /* QGVAPConfigManager.h in Headers */,
  437. 6307243522F0410600B15629 /* QGHWDShaderTypes.h in Headers */,
  438. 6307241622F0410600B15629 /* UIColor+VAPUtil.h in Headers */,
  439. 6307241A22F0410600B15629 /* QGBaseAnimatedImageFrame.h in Headers */,
  440. 6307241E22F0410600B15629 /* QGMP4AnimatedImageFrame.h in Headers */,
  441. 6307241922F0410600B15629 /* QGBaseDFileInfo.h in Headers */,
  442. 6307240D22F0410600B15629 /* QGVAPLogger.h in Headers */,
  443. 63AFC6B7231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.h in Headers */,
  444. 6307240822F0410600B15629 /* QGMP4Parser.h in Headers */,
  445. 63AEB39C23167A030069CEBB /* QGVAPConfigModel.h in Headers */,
  446. 6307242522F0410600B15629 /* QGAnimatedImageDecodeThread.h in Headers */,
  447. 6307243822F0410600B15629 /* QGHWDMetalView.h in Headers */,
  448. 6307242722F0410600B15629 /* QGAnimatedImageBufferManager.h in Headers */,
  449. 63AEB3F923195BF80069CEBB /* QGVAPMetalRenderer.h in Headers */,
  450. 6307240A22F0410600B15629 /* QGMP4Box.h in Headers */,
  451. 6307240F22F0410600B15629 /* QGVAPSafeMutableDictionary.h in Headers */,
  452. 63AEB3EE231952DD0069CEBB /* QGVAPTextureLoader.h in Headers */,
  453. 6307242822F0410600B15629 /* QGAnimatedImageDecodeManager.h in Headers */,
  454. 6307241522F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.h in Headers */,
  455. 6307241322F0410600B15629 /* QGVAPWeakProxy.h in Headers */,
  456. 6307241022F0410600B15629 /* QGVAPSafeMutableArray.h in Headers */,
  457. 6307241F22F0410600B15629 /* QGMP4HWDFileInfo.h in Headers */,
  458. 6307243B22F0410600B15629 /* QGHWDMP4OpenGLView.h in Headers */,
  459. 6307242622F0410600B15629 /* QGAnimatedImageDecodeThreadPool.h in Headers */,
  460. 6307243922F0410600B15629 /* QGHWDMetalRenderer.h in Headers */,
  461. 6307241C22F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.h in Headers */,
  462. 63BAD37822F0966300EAD4C4 /* UIDevice+VAPUtil.h in Headers */,
  463. 6307242922F0410600B15629 /* QGAnimatedImageDecodeConfig.h in Headers */,
  464. 632942D9231BED7D00B511BB /* QGVAPMetalUtil.h in Headers */,
  465. 639CA47C2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.h in Headers */,
  466. 63AEB3F4231959D60069CEBB /* QGVAPMetalView.h in Headers */,
  467. );
  468. runOnlyForDeploymentPostprocessing = 0;
  469. };
  470. /* End PBXHeadersBuildPhase section */
  471. /* Begin PBXNativeTarget section */
  472. 630723A622F0409200B15629 /* QGVAPlayer */ = {
  473. isa = PBXNativeTarget;
  474. buildConfigurationList = 630723BB22F0409200B15629 /* Build configuration list for PBXNativeTarget "QGVAPlayer" */;
  475. buildPhases = (
  476. 630723A222F0409200B15629 /* Headers */,
  477. 630723A322F0409200B15629 /* Sources */,
  478. 630723A422F0409200B15629 /* Frameworks */,
  479. 630723A522F0409200B15629 /* Resources */,
  480. );
  481. buildRules = (
  482. );
  483. dependencies = (
  484. );
  485. name = QGVAPlayer;
  486. productName = QGVAPlayer;
  487. productReference = 630723A722F0409200B15629 /* QGVAPlayer.framework */;
  488. productType = "com.apple.product-type.framework";
  489. };
  490. 630723AF22F0409200B15629 /* QGVAPlayerTests */ = {
  491. isa = PBXNativeTarget;
  492. buildConfigurationList = 630723BE22F0409200B15629 /* Build configuration list for PBXNativeTarget "QGVAPlayerTests" */;
  493. buildPhases = (
  494. 630723AC22F0409200B15629 /* Sources */,
  495. 630723AD22F0409200B15629 /* Frameworks */,
  496. 630723AE22F0409200B15629 /* Resources */,
  497. );
  498. buildRules = (
  499. );
  500. dependencies = (
  501. 630723B322F0409200B15629 /* PBXTargetDependency */,
  502. );
  503. name = QGVAPlayerTests;
  504. productName = QGVAPlayerTests;
  505. productReference = 630723B022F0409200B15629 /* QGVAPlayerTests.xctest */;
  506. productType = "com.apple.product-type.bundle.unit-test";
  507. };
  508. /* End PBXNativeTarget section */
  509. /* Begin PBXProject section */
  510. 6307239E22F0409200B15629 /* Project object */ = {
  511. isa = PBXProject;
  512. attributes = {
  513. LastUpgradeCheck = 1030;
  514. ORGANIZATIONNAME = Tencent;
  515. TargetAttributes = {
  516. 630723A622F0409200B15629 = {
  517. CreatedOnToolsVersion = 10.3;
  518. };
  519. 630723AF22F0409200B15629 = {
  520. CreatedOnToolsVersion = 10.3;
  521. };
  522. };
  523. };
  524. buildConfigurationList = 630723A122F0409200B15629 /* Build configuration list for PBXProject "QGVAPlayer" */;
  525. compatibilityVersion = "Xcode 9.3";
  526. developmentRegion = en;
  527. hasScannedForEncodings = 0;
  528. knownRegions = (
  529. en,
  530. );
  531. mainGroup = 6307239D22F0409200B15629;
  532. productRefGroup = 630723A822F0409200B15629 /* Products */;
  533. projectDirPath = "";
  534. projectRoot = "";
  535. targets = (
  536. 630723A622F0409200B15629 /* QGVAPlayer */,
  537. 630723AF22F0409200B15629 /* QGVAPlayerTests */,
  538. );
  539. };
  540. /* End PBXProject section */
  541. /* Begin PBXResourcesBuildPhase section */
  542. 630723A522F0409200B15629 /* Resources */ = {
  543. isa = PBXResourcesBuildPhase;
  544. buildActionMask = 2147483647;
  545. files = (
  546. );
  547. runOnlyForDeploymentPostprocessing = 0;
  548. };
  549. 630723AE22F0409200B15629 /* Resources */ = {
  550. isa = PBXResourcesBuildPhase;
  551. buildActionMask = 2147483647;
  552. files = (
  553. );
  554. runOnlyForDeploymentPostprocessing = 0;
  555. };
  556. /* End PBXResourcesBuildPhase section */
  557. /* Begin PBXSourcesBuildPhase section */
  558. 630723A322F0409200B15629 /* Sources */ = {
  559. isa = PBXSourcesBuildPhase;
  560. buildActionMask = 2147483647;
  561. files = (
  562. 6307243F22F0410600B15629 /* QGHWDShaders.metal in Sources */,
  563. 6307242A22F0410600B15629 /* QGAnimatedImageDecodeThreadPool.m in Sources */,
  564. 63AFC6B8231E3D4A00E127F9 /* QGVAPMetalShaderFunctionLoader.m in Sources */,
  565. 6307243A22F0410600B15629 /* QGHWDMP4OpenGLView.m in Sources */,
  566. 6307243322F0410600B15629 /* QGHWDMetalView.m in Sources */,
  567. 63AEB3A62317CD940069CEBB /* NSArray+VAPUtil.m in Sources */,
  568. 6307240C22F0410600B15629 /* QGVAPWeakProxy.m in Sources */,
  569. 6307240922F0410600B15629 /* QGMP4Parser.m in Sources */,
  570. 639CA47D2366D22800C0D301 /* UIGestureRecognizer+VAPUtil.m in Sources */,
  571. 63AEB39D23167A030069CEBB /* QGVAPConfigModel.m in Sources */,
  572. 63AEB3EF231952DD0069CEBB /* QGVAPTextureLoader.m in Sources */,
  573. 6307242C22F0410600B15629 /* QGMP4FrameHWDecoder.m in Sources */,
  574. 636FE34923604B570001565D /* UIView+MP4HWDecode.m in Sources */,
  575. 6307243022F0410600B15629 /* QGAnimatedImageBufferManager.m in Sources */,
  576. 6307240722F0410600B15629 /* QGMP4Box.m in Sources */,
  577. 6307243122F0410600B15629 /* QGAnimatedImageDecodeManager.m in Sources */,
  578. 6307242B22F0410600B15629 /* QGBaseDecoder.m in Sources */,
  579. 6307241B22F0410600B15629 /* QGMP4HWDFileInfo.m in Sources */,
  580. 6307242F22F0410600B15629 /* QGAnimatedImageDecodeThread.m in Sources */,
  581. 6307241D22F0410600B15629 /* QGBaseDFileInfo.m in Sources */,
  582. 6307243222F0410600B15629 /* UIView+VAP.m in Sources */,
  583. 6307242422F0410600B15629 /* QGAnimatedImageDecodeConfig.m in Sources */,
  584. 6307241222F0410600B15629 /* QGVAPSafeMutableDictionary.m in Sources */,
  585. 63AEB399231671260069CEBB /* QGVAPConfigManager.m in Sources */,
  586. 63AEB3A12316AF8A0069CEBB /* NSDictionary+VAPUtil.m in Sources */,
  587. 63BAD37922F0966300EAD4C4 /* UIDevice+VAPUtil.m in Sources */,
  588. 6307240E22F0410600B15629 /* QGVAPLogger.m in Sources */,
  589. 6307241822F0410600B15629 /* QGMP4AnimatedImageFrame.m in Sources */,
  590. 6307241722F0410600B15629 /* NSNotificationCenter+VAPThreadSafe.m in Sources */,
  591. 6307242022F0410600B15629 /* QGBaseAnimatedImageFrame.m in Sources */,
  592. 63AEB3F5231959D60069CEBB /* QGVAPMetalView.m in Sources */,
  593. 6307241422F0410600B15629 /* UIColor+VAPUtil.m in Sources */,
  594. 6307243622F0410600B15629 /* QGHWDMetalRenderer.m in Sources */,
  595. 649EF40E24122B4D00164950 /* QGVAPMaskInfo.m in Sources */,
  596. 63AEB3FA23195BF80069CEBB /* QGVAPMetalRenderer.m in Sources */,
  597. 6307242322F0410600B15629 /* QGBaseAnimatedImageFrame+Displaying.m in Sources */,
  598. 632942DA231BED7D00B511BB /* QGVAPMetalUtil.m in Sources */,
  599. 6307241122F0410600B15629 /* QGVAPSafeMutableArray.m in Sources */,
  600. );
  601. runOnlyForDeploymentPostprocessing = 0;
  602. };
  603. 630723AC22F0409200B15629 /* Sources */ = {
  604. isa = PBXSourcesBuildPhase;
  605. buildActionMask = 2147483647;
  606. files = (
  607. 630723B622F0409200B15629 /* QGVAPlayerTests.m in Sources */,
  608. );
  609. runOnlyForDeploymentPostprocessing = 0;
  610. };
  611. /* End PBXSourcesBuildPhase section */
  612. /* Begin PBXTargetDependency section */
  613. 630723B322F0409200B15629 /* PBXTargetDependency */ = {
  614. isa = PBXTargetDependency;
  615. target = 630723A622F0409200B15629 /* QGVAPlayer */;
  616. targetProxy = 630723B222F0409200B15629 /* PBXContainerItemProxy */;
  617. };
  618. /* End PBXTargetDependency section */
  619. /* Begin XCBuildConfiguration section */
  620. 630723B922F0409200B15629 /* Debug */ = {
  621. isa = XCBuildConfiguration;
  622. buildSettings = {
  623. ALWAYS_SEARCH_USER_PATHS = NO;
  624. CLANG_ANALYZER_NONNULL = YES;
  625. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  626. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  627. CLANG_CXX_LIBRARY = "libc++";
  628. CLANG_ENABLE_MODULES = YES;
  629. CLANG_ENABLE_OBJC_ARC = YES;
  630. CLANG_ENABLE_OBJC_WEAK = YES;
  631. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  632. CLANG_WARN_BOOL_CONVERSION = YES;
  633. CLANG_WARN_COMMA = YES;
  634. CLANG_WARN_CONSTANT_CONVERSION = YES;
  635. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  636. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  637. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  638. CLANG_WARN_EMPTY_BODY = YES;
  639. CLANG_WARN_ENUM_CONVERSION = YES;
  640. CLANG_WARN_INFINITE_RECURSION = YES;
  641. CLANG_WARN_INT_CONVERSION = YES;
  642. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  643. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  644. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  645. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  646. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  647. CLANG_WARN_STRICT_PROTOTYPES = YES;
  648. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  649. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  650. CLANG_WARN_UNREACHABLE_CODE = YES;
  651. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  652. CODE_SIGN_IDENTITY = "iPhone Developer";
  653. COPY_PHASE_STRIP = NO;
  654. CURRENT_PROJECT_VERSION = 1;
  655. DEBUG_INFORMATION_FORMAT = dwarf;
  656. ENABLE_STRICT_OBJC_MSGSEND = YES;
  657. ENABLE_TESTABILITY = YES;
  658. GCC_C_LANGUAGE_STANDARD = gnu11;
  659. GCC_DYNAMIC_NO_PIC = NO;
  660. GCC_NO_COMMON_BLOCKS = YES;
  661. GCC_OPTIMIZATION_LEVEL = 0;
  662. GCC_PREPROCESSOR_DEFINITIONS = (
  663. "DEBUG=1",
  664. "$(inherited)",
  665. );
  666. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  667. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  668. GCC_WARN_UNDECLARED_SELECTOR = YES;
  669. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  670. GCC_WARN_UNUSED_FUNCTION = YES;
  671. GCC_WARN_UNUSED_VARIABLE = YES;
  672. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  673. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  674. MTL_FAST_MATH = YES;
  675. ONLY_ACTIVE_ARCH = YES;
  676. SDKROOT = iphoneos;
  677. VERSIONING_SYSTEM = "apple-generic";
  678. VERSION_INFO_PREFIX = "";
  679. };
  680. name = Debug;
  681. };
  682. 630723BA22F0409200B15629 /* Release */ = {
  683. isa = XCBuildConfiguration;
  684. buildSettings = {
  685. ALWAYS_SEARCH_USER_PATHS = NO;
  686. CLANG_ANALYZER_NONNULL = YES;
  687. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  688. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  689. CLANG_CXX_LIBRARY = "libc++";
  690. CLANG_ENABLE_MODULES = YES;
  691. CLANG_ENABLE_OBJC_ARC = YES;
  692. CLANG_ENABLE_OBJC_WEAK = YES;
  693. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  694. CLANG_WARN_BOOL_CONVERSION = YES;
  695. CLANG_WARN_COMMA = YES;
  696. CLANG_WARN_CONSTANT_CONVERSION = YES;
  697. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  698. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  699. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  700. CLANG_WARN_EMPTY_BODY = YES;
  701. CLANG_WARN_ENUM_CONVERSION = YES;
  702. CLANG_WARN_INFINITE_RECURSION = YES;
  703. CLANG_WARN_INT_CONVERSION = YES;
  704. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  705. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  706. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  707. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  708. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  709. CLANG_WARN_STRICT_PROTOTYPES = YES;
  710. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  711. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  712. CLANG_WARN_UNREACHABLE_CODE = YES;
  713. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  714. CODE_SIGN_IDENTITY = "iPhone Developer";
  715. COPY_PHASE_STRIP = NO;
  716. CURRENT_PROJECT_VERSION = 1;
  717. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  718. ENABLE_NS_ASSERTIONS = NO;
  719. ENABLE_STRICT_OBJC_MSGSEND = YES;
  720. GCC_C_LANGUAGE_STANDARD = gnu11;
  721. GCC_NO_COMMON_BLOCKS = YES;
  722. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  723. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  724. GCC_WARN_UNDECLARED_SELECTOR = YES;
  725. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  726. GCC_WARN_UNUSED_FUNCTION = YES;
  727. GCC_WARN_UNUSED_VARIABLE = YES;
  728. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  729. MTL_ENABLE_DEBUG_INFO = NO;
  730. MTL_FAST_MATH = YES;
  731. SDKROOT = iphoneos;
  732. VALIDATE_PRODUCT = YES;
  733. VERSIONING_SYSTEM = "apple-generic";
  734. VERSION_INFO_PREFIX = "";
  735. };
  736. name = Release;
  737. };
  738. 630723BC22F0409200B15629 /* Debug */ = {
  739. isa = XCBuildConfiguration;
  740. buildSettings = {
  741. CODE_SIGN_IDENTITY = "";
  742. CODE_SIGN_STYLE = Automatic;
  743. DEFINES_MODULE = YES;
  744. DEVELOPMENT_TEAM = 6W55574XBS;
  745. DYLIB_COMPATIBILITY_VERSION = 1;
  746. DYLIB_CURRENT_VERSION = 1;
  747. DYLIB_INSTALL_NAME_BASE = "@rpath";
  748. INFOPLIST_FILE = QGVAPlayer/Info.plist;
  749. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  750. LD_RUNPATH_SEARCH_PATHS = (
  751. "$(inherited)",
  752. "@executable_path/Frameworks",
  753. "@loader_path/Frameworks",
  754. );
  755. PRODUCT_BUNDLE_IDENTIFIER = com.tencent.QGVAPlayer;
  756. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  757. SKIP_INSTALL = YES;
  758. TARGETED_DEVICE_FAMILY = "1,2";
  759. };
  760. name = Debug;
  761. };
  762. 630723BD22F0409200B15629 /* Release */ = {
  763. isa = XCBuildConfiguration;
  764. buildSettings = {
  765. CODE_SIGN_IDENTITY = "";
  766. CODE_SIGN_STYLE = Automatic;
  767. DEFINES_MODULE = YES;
  768. DEVELOPMENT_TEAM = 6W55574XBS;
  769. DYLIB_COMPATIBILITY_VERSION = 1;
  770. DYLIB_CURRENT_VERSION = 1;
  771. DYLIB_INSTALL_NAME_BASE = "@rpath";
  772. INFOPLIST_FILE = QGVAPlayer/Info.plist;
  773. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  774. LD_RUNPATH_SEARCH_PATHS = (
  775. "$(inherited)",
  776. "@executable_path/Frameworks",
  777. "@loader_path/Frameworks",
  778. );
  779. PRODUCT_BUNDLE_IDENTIFIER = com.tencent.QGVAPlayer;
  780. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  781. SKIP_INSTALL = YES;
  782. TARGETED_DEVICE_FAMILY = "1,2";
  783. };
  784. name = Release;
  785. };
  786. 630723BF22F0409200B15629 /* Debug */ = {
  787. isa = XCBuildConfiguration;
  788. buildSettings = {
  789. CODE_SIGN_STYLE = Automatic;
  790. DEVELOPMENT_TEAM = 6W55574XBS;
  791. INFOPLIST_FILE = QGVAPlayerTests/Info.plist;
  792. LD_RUNPATH_SEARCH_PATHS = (
  793. "$(inherited)",
  794. "@executable_path/Frameworks",
  795. "@loader_path/Frameworks",
  796. );
  797. PRODUCT_BUNDLE_IDENTIFIER = com.tencent.QGVAPlayerTests;
  798. PRODUCT_NAME = "$(TARGET_NAME)";
  799. TARGETED_DEVICE_FAMILY = "1,2";
  800. };
  801. name = Debug;
  802. };
  803. 630723C022F0409200B15629 /* Release */ = {
  804. isa = XCBuildConfiguration;
  805. buildSettings = {
  806. CODE_SIGN_STYLE = Automatic;
  807. DEVELOPMENT_TEAM = 6W55574XBS;
  808. INFOPLIST_FILE = QGVAPlayerTests/Info.plist;
  809. LD_RUNPATH_SEARCH_PATHS = (
  810. "$(inherited)",
  811. "@executable_path/Frameworks",
  812. "@loader_path/Frameworks",
  813. );
  814. PRODUCT_BUNDLE_IDENTIFIER = com.tencent.QGVAPlayerTests;
  815. PRODUCT_NAME = "$(TARGET_NAME)";
  816. TARGETED_DEVICE_FAMILY = "1,2";
  817. };
  818. name = Release;
  819. };
  820. /* End XCBuildConfiguration section */
  821. /* Begin XCConfigurationList section */
  822. 630723A122F0409200B15629 /* Build configuration list for PBXProject "QGVAPlayer" */ = {
  823. isa = XCConfigurationList;
  824. buildConfigurations = (
  825. 630723B922F0409200B15629 /* Debug */,
  826. 630723BA22F0409200B15629 /* Release */,
  827. );
  828. defaultConfigurationIsVisible = 0;
  829. defaultConfigurationName = Release;
  830. };
  831. 630723BB22F0409200B15629 /* Build configuration list for PBXNativeTarget "QGVAPlayer" */ = {
  832. isa = XCConfigurationList;
  833. buildConfigurations = (
  834. 630723BC22F0409200B15629 /* Debug */,
  835. 630723BD22F0409200B15629 /* Release */,
  836. );
  837. defaultConfigurationIsVisible = 0;
  838. defaultConfigurationName = Release;
  839. };
  840. 630723BE22F0409200B15629 /* Build configuration list for PBXNativeTarget "QGVAPlayerTests" */ = {
  841. isa = XCConfigurationList;
  842. buildConfigurations = (
  843. 630723BF22F0409200B15629 /* Debug */,
  844. 630723C022F0409200B15629 /* Release */,
  845. );
  846. defaultConfigurationIsVisible = 0;
  847. defaultConfigurationName = Release;
  848. };
  849. /* End XCConfigurationList section */
  850. };
  851. rootObject = 6307239E22F0409200B15629 /* Project object */;
  852. }