project.pbxproj 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4F06AB5029F6792E007797E4 /* CPDFTextProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB4829F6792E007797E4 /* CPDFTextProperty.m */; };
  10. 4F06AB5129F6792E007797E4 /* CPDFEditToolBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB4929F6792E007797E4 /* CPDFEditToolBar.m */; };
  11. 4F06AB5229F6792E007797E4 /* CPDFEditContextMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB4A29F6792E007797E4 /* CPDFEditContextMenu.m */; };
  12. 4F06AB5329F6792E007797E4 /* CPDFImageProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB4B29F6792E007797E4 /* CPDFImageProperty.m */; };
  13. 4F06AB5429F6792E007797E4 /* CPDFTextProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4C29F6792E007797E4 /* CPDFTextProperty.h */; };
  14. 4F06AB5529F6792E007797E4 /* CPDFEditToolBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. 4F06AB5629F6792E007797E4 /* CPDFEditContextMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */; };
  16. 4F06AB5729F6792E007797E4 /* CPDFImageProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */; };
  17. 4F1131AF29F8EEA800950564 /* CPDFEditViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. 4F1131B029F8EEA800950564 /* CPDFEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */; };
  19. 4F1131B429F90E7200950564 /* CPDFImagePropertyCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */; };
  20. 4F1131B529F90E7200950564 /* CPDFImagePropertyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */; };
  21. 4F1131B629F90E7200950564 /* CPDFImagePropertyCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */; };
  22. 4F1131BA29F911A800950564 /* CPDFTextPropertyCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */; };
  23. 4F1131BB29F911A800950564 /* CPDFTextPropertyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */; };
  24. 4F1131BC29F911A800950564 /* CPDFTextPropertyCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */; };
  25. 4F1131BE29F9232300950564 /* CPDFEditImageAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */; };
  26. C918CE8129F621E200D43974 /* CPDFColorPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE7F29F621E200D43974 /* CPDFColorPickerView.h */; };
  27. C918CE8229F621E200D43974 /* CPDFColorPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE8029F621E200D43974 /* CPDFColorPickerView.m */; };
  28. C918CE8429F62D6F00D43974 /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C918CE8329F62D6F00D43974 /* Image.xcassets */; };
  29. C918CE9229F7C3FB00D43974 /* CAnnotationManage.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE9029F7C3FA00D43974 /* CAnnotationManage.h */; };
  30. C918CE9329F7C3FB00D43974 /* CAnnotationManage.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE9129F7C3FA00D43974 /* CAnnotationManage.m */; };
  31. C918CE9629F8BA6200D43974 /* CPDFNoteViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE9429F8BA6200D43974 /* CPDFNoteViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. C918CE9729F8BA6200D43974 /* CPDFNoteViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE9529F8BA6200D43974 /* CPDFNoteViewController.m */; };
  33. C918CE9B29F8EE7200D43974 /* CPDFHighlightViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE9929F8EE7200D43974 /* CPDFHighlightViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  34. C918CE9C29F8EE7200D43974 /* CPDFHighlightViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE9A29F8EE7200D43974 /* CPDFHighlightViewController.m */; };
  35. C918CEA029F8F74000D43974 /* CPDFStrikeoutViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CE9E29F8F74000D43974 /* CPDFStrikeoutViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. C918CEA129F8F74000D43974 /* CPDFStrikeoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CE9F29F8F74000D43974 /* CPDFStrikeoutViewController.m */; };
  37. C918CEA529F8FC1800D43974 /* CPDFUnderlineViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEA329F8FC1800D43974 /* CPDFUnderlineViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. C918CEA629F8FC1800D43974 /* CPDFUnderlineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEA429F8FC1800D43974 /* CPDFUnderlineViewController.m */; };
  39. C918CEAD29F9024600D43974 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F313657129E4367A00EE6BBB /* ComPDFKit.xcframework */; };
  40. C918CEAE29F9024600D43974 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F313657129E4367A00EE6BBB /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  41. C918CEBF29F9078A00D43974 /* CPDFNoteOpenViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEBD29F9078A00D43974 /* CPDFNoteOpenViewController.h */; };
  42. C918CEC029F9078A00D43974 /* CPDFNoteOpenViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEBE29F9078A00D43974 /* CPDFNoteOpenViewController.m */; };
  43. C918CEC329FA0C7700D43974 /* CPDFSquigglyViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEC129FA0C7700D43974 /* CPDFSquigglyViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. C918CEC429FA0C7700D43974 /* CPDFSquigglyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEC229FA0C7700D43974 /* CPDFSquigglyViewController.m */; };
  45. C918CEC929FA140C00D43974 /* CPDFInkViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEC729FA140C00D43974 /* CPDFInkViewController.h */; };
  46. C918CECA29FA140C00D43974 /* CPDFInkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEC829FA140C00D43974 /* CPDFInkViewController.m */; };
  47. C918CECE29FA43B800D43974 /* CPDFShapeCircleViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CECC29FA43B800D43974 /* CPDFShapeCircleViewController.h */; };
  48. C918CECF29FA43B800D43974 /* CPDFShapeCircleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CECD29FA43B800D43974 /* CPDFShapeCircleViewController.m */; };
  49. C918CED129FA490000D43974 /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C918CED029FA490000D43974 /* Image.xcassets */; };
  50. C918CED429FA972300D43974 /* CPDFShapeArrowViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CED229FA972300D43974 /* CPDFShapeArrowViewController.h */; };
  51. C918CED529FA972300D43974 /* CPDFShapeArrowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CED329FA972300D43974 /* CPDFShapeArrowViewController.m */; };
  52. C918CED829FB5ADF00D43974 /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C918CED729FB5ADF00D43974 /* Image.xcassets */; };
  53. C918CEDB29FB73C800D43974 /* CPDFArrowStyleView.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CED929FB73C700D43974 /* CPDFArrowStyleView.h */; };
  54. C918CEDC29FB73C800D43974 /* CPDFArrowStyleView.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEDA29FB73C700D43974 /* CPDFArrowStyleView.m */; };
  55. C918CEDF29FB943400D43974 /* CPDFArrowStyleCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEDD29FB943400D43974 /* CPDFArrowStyleCell.h */; };
  56. C918CEE029FB943400D43974 /* CPDFArrowStyleCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEDE29FB943400D43974 /* CPDFArrowStyleCell.m */; };
  57. C918CEE329FBA41A00D43974 /* CPDFDrawArrowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C918CEE129FBA41A00D43974 /* CPDFDrawArrowView.h */; };
  58. C918CEE429FBA41A00D43974 /* CPDFDrawArrowView.m in Sources */ = {isa = PBXBuildFile; fileRef = C918CEE229FBA41A00D43974 /* CPDFDrawArrowView.m */; };
  59. C9AF182629EE8AB600EC4979 /* UtilsColor.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9AF182529EE8AB600EC4979 /* UtilsColor.xcassets */; };
  60. C9AF182C29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF182A29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h */; };
  61. C9AF182D29EFB1FC00EC4979 /* CPDFBookmarkViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF182B29EFB1FC00EC4979 /* CPDFBookmarkViewCell.m */; };
  62. C9AF183029EFB23C00EC4979 /* CPDFBookmarkViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF182E29EFB23C00EC4979 /* CPDFBookmarkViewController.h */; };
  63. C9AF183129EFB23C00EC4979 /* CPDFBookmarkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF182F29EFB23C00EC4979 /* CPDFBookmarkViewController.m */; };
  64. C9AF183329EFC63300EC4979 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9AF183229EFC63300EC4979 /* Images.xcassets */; };
  65. C9AF183B29F2198700EC4979 /* CPDFAnnotationBar.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF183929F2198700EC4979 /* CPDFAnnotationBar.h */; settings = {ATTRIBUTES = (Public, ); }; };
  66. C9AF183C29F2198700EC4979 /* CPDFAnnotationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF183A29F2198700EC4979 /* CPDFAnnotationBar.m */; };
  67. C9AF183E29F223A700EC4979 /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9AF183D29F223A700EC4979 /* Image.xcassets */; };
  68. C9AF184129F22BBD00EC4979 /* CPDFAnnotationBarButton.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF183F29F22BBD00EC4979 /* CPDFAnnotationBarButton.h */; };
  69. C9AF184229F22BBD00EC4979 /* CPDFAnnotationBarButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF184029F22BBD00EC4979 /* CPDFAnnotationBarButton.m */; };
  70. C9AF188E29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF188C29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  71. C9AF188F29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF188D29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.m */; };
  72. C9AF189229F4D0F300EC4979 /* CPDFAnnotationSampleView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF189029F4D0F300EC4979 /* CPDFAnnotationSampleView.h */; };
  73. C9AF189329F4D0F300EC4979 /* CPDFAnnotationSampleView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF189129F4D0F300EC4979 /* CPDFAnnotationSampleView.m */; };
  74. C9AF189729F4DA6A00EC4979 /* CPDFColorSelectView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF189529F4DA6A00EC4979 /* CPDFColorSelectView.h */; };
  75. C9AF189829F4DA6A00EC4979 /* CPDFColorSelectView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF189629F4DA6A00EC4979 /* CPDFColorSelectView.m */; };
  76. C9AF189B29F4DBF800EC4979 /* CPDFOpacitySliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9AF189929F4DBF800EC4979 /* CPDFOpacitySliderView.h */; };
  77. C9AF189C29F4DBF800EC4979 /* CPDFOpacitySliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF189A29F4DBF800EC4979 /* CPDFOpacitySliderView.m */; };
  78. C9B9EC4A29F4DC8900C6A5D2 /* CPDFThicknessSliderView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B9EC4829F4DC8900C6A5D2 /* CPDFThicknessSliderView.h */; };
  79. C9B9EC4B29F4DC8900C6A5D2 /* CPDFThicknessSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = C9B9EC4929F4DC8900C6A5D2 /* CPDFThicknessSliderView.m */; };
  80. C9B9EC4E29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B9EC4D29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  81. C9B9EC5029F52DCC00C6A5D2 /* AAPLCustomPresentationController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9B9EC4F29F52DCC00C6A5D2 /* AAPLCustomPresentationController.m */; };
  82. C9B9EC5929F54E9600C6A5D2 /* CAnnotStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B9EC5729F54E9600C6A5D2 /* CAnnotStyle.h */; settings = {ATTRIBUTES = (Public, ); }; };
  83. C9B9EC5A29F54E9600C6A5D2 /* CAnnotStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = C9B9EC5829F54E9600C6A5D2 /* CAnnotStyle.m */; };
  84. F32DA16229ED904300E19ECA /* CPDFOutlineModel.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA12229ED904300E19ECA /* CPDFOutlineModel.h */; };
  85. F32DA16329ED904300E19ECA /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F32DA12329ED904300E19ECA /* Image.xcassets */; };
  86. F32DA16429ED904300E19ECA /* CPDFOutlineViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12429ED904300E19ECA /* CPDFOutlineViewCell.m */; };
  87. F32DA16529ED904300E19ECA /* CPDFOutlineViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA12529ED904300E19ECA /* CPDFOutlineViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  88. F32DA16629ED904300E19ECA /* CPDFOutlineModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12629ED904300E19ECA /* CPDFOutlineModel.m */; };
  89. F32DA16729ED904300E19ECA /* CPDFOutlineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12729ED904300E19ECA /* CPDFOutlineViewController.m */; };
  90. F32DA16829ED904300E19ECA /* CPDFOutlineViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA12829ED904300E19ECA /* CPDFOutlineViewCell.h */; };
  91. F32DA16929ED904300E19ECA /* CPDFSearchResultsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12A29ED904300E19ECA /* CPDFSearchResultsViewController.m */; };
  92. F32DA16A29ED904300E19ECA /* CPDFSearchViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA12B29ED904300E19ECA /* CPDFSearchViewCell.h */; };
  93. F32DA16B29ED904300E19ECA /* CSearchToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12C29ED904300E19ECA /* CSearchToolbar.m */; };
  94. F32DA16C29ED904300E19ECA /* CPDFSearchResultsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA12D29ED904300E19ECA /* CPDFSearchResultsViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  95. F32DA16D29ED904300E19ECA /* CPDFSearchViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA12E29ED904300E19ECA /* CPDFSearchViewCell.m */; };
  96. F32DA16E29ED904300E19ECA /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F32DA12F29ED904300E19ECA /* Images.xcassets */; };
  97. F32DA16F29ED904300E19ECA /* CSearchToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13029ED904300E19ECA /* CSearchToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; };
  98. F32DA17029ED904300E19ECA /* CPDFThumbnailViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13229ED904300E19ECA /* CPDFThumbnailViewCell.h */; };
  99. F32DA17129ED904300E19ECA /* CPDFThumbnailViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13329ED904300E19ECA /* CPDFThumbnailViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  100. F32DA17229ED904300E19ECA /* CPDFThumbnailViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA13429ED904300E19ECA /* CPDFThumbnailViewCell.m */; };
  101. F32DA17329ED904300E19ECA /* CPDFThumbnailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA13529ED904300E19ECA /* CPDFThumbnailViewController.m */; };
  102. F32DA17429ED904300E19ECA /* CPDFInfoViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13829ED904300E19ECA /* CPDFInfoViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  103. F32DA17529ED904300E19ECA /* CPDFInfoTableCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13929ED904300E19ECA /* CPDFInfoTableCell.h */; };
  104. F32DA17629ED904300E19ECA /* CPDFInfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA13A29ED904300E19ECA /* CPDFInfoViewController.m */; };
  105. F32DA17729ED904300E19ECA /* CPDFInfoTableCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA13B29ED904300E19ECA /* CPDFInfoTableCell.m */; };
  106. F32DA17829ED904300E19ECA /* CPDFDisplayTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13D29ED904300E19ECA /* CPDFDisplayTableViewCell.h */; };
  107. F32DA17929ED904300E19ECA /* CPDFDisplayViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA13E29ED904300E19ECA /* CPDFDisplayViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  108. F32DA17A29ED904300E19ECA /* CPDFDisplayTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA13F29ED904300E19ECA /* CPDFDisplayTableViewCell.m */; };
  109. F32DA17B29ED904300E19ECA /* CPDFDisplayViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA14029ED904300E19ECA /* CPDFDisplayViewController.m */; };
  110. F32DA17C29ED904300E19ECA /* DisplayImage.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F32DA14129ED904300E19ECA /* DisplayImage.xcassets */; };
  111. F32DA17D29ED904300E19ECA /* CPDFBOTAViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA14929ED904300E19ECA /* CPDFBOTAViewController.m */; };
  112. F32DA17E29ED904300E19ECA /* CPDFBOTAViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA14A29ED904300E19ECA /* CPDFBOTAViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  113. F32DA17F29ED904300E19ECA /* CNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA14C29ED904300E19ECA /* CNavigationController.m */; };
  114. F32DA18029ED904300E19ECA /* CNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA14D29ED904300E19ECA /* CNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  115. F32DA18129ED904300E19ECA /* CNavigationRightView.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA15029ED904300E19ECA /* CNavigationRightView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  116. F32DA18229ED904300E19ECA /* NavigationRightImage.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F32DA15129ED904300E19ECA /* NavigationRightImage.xcassets */; };
  117. F32DA18329ED904300E19ECA /* CNavigationRightView.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA15229ED904300E19ECA /* CNavigationRightView.m */; };
  118. F32DA18429ED904300E19ECA /* CActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA15429ED904300E19ECA /* CActivityIndicatorView.m */; };
  119. F32DA18529ED904300E19ECA /* CActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA15529ED904300E19ECA /* CActivityIndicatorView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  120. F32DA18629ED904300E19ECA /* Image.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F32DA15729ED904300E19ECA /* Image.xcassets */; };
  121. F32DA19129ED908800E19ECA /* CPDFMoreListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F32DA18F29ED908800E19ECA /* CPDFMoreListViewController.h */; settings = {ATTRIBUTES = (Public, ); }; };
  122. F32DA19229ED908800E19ECA /* CPDFMoreListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F32DA19029ED908800E19ECA /* CPDFMoreListViewController.m */; };
  123. F335EE4B29E430C800ACC72A /* compdfkit_tools.h in Headers */ = {isa = PBXBuildFile; fileRef = F335EE4A29E430C800ACC72A /* compdfkit_tools.h */; settings = {ATTRIBUTES = (Public, ); }; };
  124. F382636829EFD0D9003F1DFD /* CPDFPageIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = F382635F29EFD0D8003F1DFD /* CPDFPageIndicatorView.h */; };
  125. F382636929EFD0D9003F1DFD /* CPDFPageIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = F382636029EFD0D8003F1DFD /* CPDFPageIndicatorView.m */; };
  126. F382636A29EFD0D9003F1DFD /* CPDFSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = F382636229EFD0D8003F1DFD /* CPDFSlider.m */; };
  127. F382636B29EFD0D9003F1DFD /* CPDFSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = F382636329EFD0D8003F1DFD /* CPDFSlider.h */; };
  128. F382636C29EFD0D9003F1DFD /* CPDFSliderImage.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F382636429EFD0D8003F1DFD /* CPDFSliderImage.xcassets */; };
  129. F382636D29EFD0D9003F1DFD /* CPDFListView.m in Sources */ = {isa = PBXBuildFile; fileRef = F382636629EFD0D8003F1DFD /* CPDFListView.m */; };
  130. F382636E29EFD0D9003F1DFD /* CPDFListView.h in Headers */ = {isa = PBXBuildFile; fileRef = F382636729EFD0D8003F1DFD /* CPDFListView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  131. F3877E1629E6764E00037D92 /* CPDFDisplayViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F3877E1429E6764E00037D92 /* CPDFDisplayViewController.h */; };
  132. F38F60C629EFF0C2008098F8 /* CPDFColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F38F60C429EFF0C1008098F8 /* CPDFColorUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
  133. F38F60C729EFF0C2008098F8 /* CPDFColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F38F60C529EFF0C1008098F8 /* CPDFColorUtils.m */; };
  134. F3E8495929E69712007BE967 /* DisplayImage.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F3E8495829E69712007BE967 /* DisplayImage.xcassets */; };
  135. /* End PBXBuildFile section */
  136. /* Begin PBXCopyFilesBuildPhase section */
  137. C918CEAF29F9024600D43974 /* Embed Frameworks */ = {
  138. isa = PBXCopyFilesBuildPhase;
  139. buildActionMask = 2147483647;
  140. dstPath = "";
  141. dstSubfolderSpec = 10;
  142. files = (
  143. C918CEAE29F9024600D43974 /* ComPDFKit.xcframework in Embed Frameworks */,
  144. );
  145. name = "Embed Frameworks";
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. /* End PBXCopyFilesBuildPhase section */
  149. /* Begin PBXFileReference section */
  150. 4F06AB4829F6792E007797E4 /* CPDFTextProperty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFTextProperty.m; sourceTree = "<group>"; };
  151. 4F06AB4929F6792E007797E4 /* CPDFEditToolBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFEditToolBar.m; sourceTree = "<group>"; };
  152. 4F06AB4A29F6792E007797E4 /* CPDFEditContextMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFEditContextMenu.m; sourceTree = "<group>"; };
  153. 4F06AB4B29F6792E007797E4 /* CPDFImageProperty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFImageProperty.m; sourceTree = "<group>"; };
  154. 4F06AB4C29F6792E007797E4 /* CPDFTextProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFTextProperty.h; sourceTree = "<group>"; };
  155. 4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFEditToolBar.h; sourceTree = "<group>"; };
  156. 4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFEditContextMenu.h; sourceTree = "<group>"; };
  157. 4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImageProperty.h; sourceTree = "<group>"; };
  158. 4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFEditViewController.h; sourceTree = "<group>"; };
  159. 4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFEditViewController.m; sourceTree = "<group>"; };
  160. 4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFImagePropertyCell.h; sourceTree = "<group>"; };
  161. 4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFImagePropertyCell.m; sourceTree = "<group>"; };
  162. 4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CPDFImagePropertyCell.xib; sourceTree = "<group>"; };
  163. 4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFTextPropertyCell.h; sourceTree = "<group>"; };
  164. 4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFTextPropertyCell.m; sourceTree = "<group>"; };
  165. 4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CPDFTextPropertyCell.xib; sourceTree = "<group>"; };
  166. 4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = CPDFEditImageAssets.xcassets; sourceTree = "<group>"; };
  167. C918CE7F29F621E200D43974 /* CPDFColorPickerView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFColorPickerView.h; sourceTree = "<group>"; };
  168. C918CE8029F621E200D43974 /* CPDFColorPickerView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFColorPickerView.m; sourceTree = "<group>"; };
  169. C918CE8329F62D6F00D43974 /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  170. C918CE9029F7C3FA00D43974 /* CAnnotationManage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAnnotationManage.h; sourceTree = "<group>"; };
  171. C918CE9129F7C3FA00D43974 /* CAnnotationManage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CAnnotationManage.m; sourceTree = "<group>"; };
  172. C918CE9429F8BA6200D43974 /* CPDFNoteViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFNoteViewController.h; sourceTree = "<group>"; };
  173. C918CE9529F8BA6200D43974 /* CPDFNoteViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFNoteViewController.m; sourceTree = "<group>"; };
  174. C918CE9929F8EE7200D43974 /* CPDFHighlightViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFHighlightViewController.h; sourceTree = "<group>"; };
  175. C918CE9A29F8EE7200D43974 /* CPDFHighlightViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFHighlightViewController.m; sourceTree = "<group>"; };
  176. C918CE9E29F8F74000D43974 /* CPDFStrikeoutViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFStrikeoutViewController.h; sourceTree = "<group>"; };
  177. C918CE9F29F8F74000D43974 /* CPDFStrikeoutViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFStrikeoutViewController.m; sourceTree = "<group>"; };
  178. C918CEA329F8FC1800D43974 /* CPDFUnderlineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFUnderlineViewController.h; sourceTree = "<group>"; };
  179. C918CEA429F8FC1800D43974 /* CPDFUnderlineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFUnderlineViewController.m; sourceTree = "<group>"; };
  180. C918CEBD29F9078A00D43974 /* CPDFNoteOpenViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFNoteOpenViewController.h; sourceTree = "<group>"; };
  181. C918CEBE29F9078A00D43974 /* CPDFNoteOpenViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFNoteOpenViewController.m; sourceTree = "<group>"; };
  182. C918CEC129FA0C7700D43974 /* CPDFSquigglyViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFSquigglyViewController.h; sourceTree = "<group>"; };
  183. C918CEC229FA0C7700D43974 /* CPDFSquigglyViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFSquigglyViewController.m; sourceTree = "<group>"; };
  184. C918CEC729FA140C00D43974 /* CPDFInkViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFInkViewController.h; sourceTree = "<group>"; };
  185. C918CEC829FA140C00D43974 /* CPDFInkViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFInkViewController.m; sourceTree = "<group>"; };
  186. C918CECC29FA43B800D43974 /* CPDFShapeCircleViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFShapeCircleViewController.h; sourceTree = "<group>"; };
  187. C918CECD29FA43B800D43974 /* CPDFShapeCircleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFShapeCircleViewController.m; sourceTree = "<group>"; };
  188. C918CED029FA490000D43974 /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  189. C918CED229FA972300D43974 /* CPDFShapeArrowViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFShapeArrowViewController.h; sourceTree = "<group>"; };
  190. C918CED329FA972300D43974 /* CPDFShapeArrowViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFShapeArrowViewController.m; sourceTree = "<group>"; };
  191. C918CED629FA9B0B00D43974 /* CPDFShareCircleViewController_Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFShareCircleViewController_Header.h; sourceTree = "<group>"; };
  192. C918CED729FB5ADF00D43974 /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  193. C918CED929FB73C700D43974 /* CPDFArrowStyleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFArrowStyleView.h; sourceTree = "<group>"; };
  194. C918CEDA29FB73C700D43974 /* CPDFArrowStyleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFArrowStyleView.m; sourceTree = "<group>"; };
  195. C918CEDD29FB943400D43974 /* CPDFArrowStyleCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFArrowStyleCell.h; sourceTree = "<group>"; };
  196. C918CEDE29FB943400D43974 /* CPDFArrowStyleCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFArrowStyleCell.m; sourceTree = "<group>"; };
  197. C918CEE129FBA41A00D43974 /* CPDFDrawArrowView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDrawArrowView.h; sourceTree = "<group>"; };
  198. C918CEE229FBA41A00D43974 /* CPDFDrawArrowView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDrawArrowView.m; sourceTree = "<group>"; };
  199. C9AF182529EE8AB600EC4979 /* UtilsColor.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = UtilsColor.xcassets; sourceTree = "<group>"; };
  200. C9AF182A29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBookmarkViewCell.h; sourceTree = "<group>"; };
  201. C9AF182B29EFB1FC00EC4979 /* CPDFBookmarkViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBookmarkViewCell.m; sourceTree = "<group>"; };
  202. C9AF182E29EFB23C00EC4979 /* CPDFBookmarkViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFBookmarkViewController.h; sourceTree = "<group>"; };
  203. C9AF182F29EFB23C00EC4979 /* CPDFBookmarkViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFBookmarkViewController.m; sourceTree = "<group>"; };
  204. C9AF183229EFC63300EC4979 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  205. C9AF183929F2198700EC4979 /* CPDFAnnotationBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAnnotationBar.h; sourceTree = "<group>"; };
  206. C9AF183A29F2198700EC4979 /* CPDFAnnotationBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAnnotationBar.m; sourceTree = "<group>"; };
  207. C9AF183D29F223A700EC4979 /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  208. C9AF183F29F22BBD00EC4979 /* CPDFAnnotationBarButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAnnotationBarButton.h; sourceTree = "<group>"; };
  209. C9AF184029F22BBD00EC4979 /* CPDFAnnotationBarButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAnnotationBarButton.m; sourceTree = "<group>"; };
  210. C9AF188C29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAnnotationBaseViewController.h; sourceTree = "<group>"; };
  211. C9AF188D29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAnnotationBaseViewController.m; sourceTree = "<group>"; };
  212. C9AF189029F4D0F300EC4979 /* CPDFAnnotationSampleView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAnnotationSampleView.h; sourceTree = "<group>"; };
  213. C9AF189129F4D0F300EC4979 /* CPDFAnnotationSampleView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAnnotationSampleView.m; sourceTree = "<group>"; };
  214. C9AF189529F4DA6A00EC4979 /* CPDFColorSelectView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFColorSelectView.h; sourceTree = "<group>"; };
  215. C9AF189629F4DA6A00EC4979 /* CPDFColorSelectView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFColorSelectView.m; sourceTree = "<group>"; };
  216. C9AF189929F4DBF800EC4979 /* CPDFOpacitySliderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFOpacitySliderView.h; sourceTree = "<group>"; };
  217. C9AF189A29F4DBF800EC4979 /* CPDFOpacitySliderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFOpacitySliderView.m; sourceTree = "<group>"; };
  218. C9B9EC4829F4DC8900C6A5D2 /* CPDFThicknessSliderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFThicknessSliderView.h; sourceTree = "<group>"; };
  219. C9B9EC4929F4DC8900C6A5D2 /* CPDFThicknessSliderView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFThicknessSliderView.m; sourceTree = "<group>"; };
  220. C9B9EC4C29F5038100C6A5D2 /* CPDFAnnotationBaseViewController_Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAnnotationBaseViewController_Header.h; sourceTree = "<group>"; };
  221. C9B9EC4D29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPLCustomPresentationController.h; sourceTree = "<group>"; };
  222. C9B9EC4F29F52DCC00C6A5D2 /* AAPLCustomPresentationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AAPLCustomPresentationController.m; sourceTree = "<group>"; };
  223. C9B9EC5729F54E9600C6A5D2 /* CAnnotStyle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CAnnotStyle.h; sourceTree = "<group>"; };
  224. C9B9EC5829F54E9600C6A5D2 /* CAnnotStyle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CAnnotStyle.m; sourceTree = "<group>"; };
  225. F313657129E4367A00EE6BBB /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
  226. F32DA12229ED904300E19ECA /* CPDFOutlineModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFOutlineModel.h; sourceTree = "<group>"; };
  227. F32DA12329ED904300E19ECA /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  228. F32DA12429ED904300E19ECA /* CPDFOutlineViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFOutlineViewCell.m; sourceTree = "<group>"; };
  229. F32DA12529ED904300E19ECA /* CPDFOutlineViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFOutlineViewController.h; sourceTree = "<group>"; };
  230. F32DA12629ED904300E19ECA /* CPDFOutlineModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFOutlineModel.m; sourceTree = "<group>"; };
  231. F32DA12729ED904300E19ECA /* CPDFOutlineViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFOutlineViewController.m; sourceTree = "<group>"; };
  232. F32DA12829ED904300E19ECA /* CPDFOutlineViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFOutlineViewCell.h; sourceTree = "<group>"; };
  233. F32DA12A29ED904300E19ECA /* CPDFSearchResultsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFSearchResultsViewController.m; sourceTree = "<group>"; };
  234. F32DA12B29ED904300E19ECA /* CPDFSearchViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFSearchViewCell.h; sourceTree = "<group>"; };
  235. F32DA12C29ED904300E19ECA /* CSearchToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CSearchToolbar.m; sourceTree = "<group>"; };
  236. F32DA12D29ED904300E19ECA /* CPDFSearchResultsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFSearchResultsViewController.h; sourceTree = "<group>"; };
  237. F32DA12E29ED904300E19ECA /* CPDFSearchViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFSearchViewCell.m; sourceTree = "<group>"; };
  238. F32DA12F29ED904300E19ECA /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  239. F32DA13029ED904300E19ECA /* CSearchToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSearchToolbar.h; sourceTree = "<group>"; };
  240. F32DA13229ED904300E19ECA /* CPDFThumbnailViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFThumbnailViewCell.h; sourceTree = "<group>"; };
  241. F32DA13329ED904300E19ECA /* CPDFThumbnailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFThumbnailViewController.h; sourceTree = "<group>"; };
  242. F32DA13429ED904300E19ECA /* CPDFThumbnailViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFThumbnailViewCell.m; sourceTree = "<group>"; };
  243. F32DA13529ED904300E19ECA /* CPDFThumbnailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFThumbnailViewController.m; sourceTree = "<group>"; };
  244. F32DA13829ED904300E19ECA /* CPDFInfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFInfoViewController.h; sourceTree = "<group>"; };
  245. F32DA13929ED904300E19ECA /* CPDFInfoTableCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFInfoTableCell.h; sourceTree = "<group>"; };
  246. F32DA13A29ED904300E19ECA /* CPDFInfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFInfoViewController.m; sourceTree = "<group>"; };
  247. F32DA13B29ED904300E19ECA /* CPDFInfoTableCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFInfoTableCell.m; sourceTree = "<group>"; };
  248. F32DA13D29ED904300E19ECA /* CPDFDisplayTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFDisplayTableViewCell.h; sourceTree = "<group>"; };
  249. F32DA13E29ED904300E19ECA /* CPDFDisplayViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFDisplayViewController.h; sourceTree = "<group>"; };
  250. F32DA13F29ED904300E19ECA /* CPDFDisplayTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFDisplayTableViewCell.m; sourceTree = "<group>"; };
  251. F32DA14029ED904300E19ECA /* CPDFDisplayViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFDisplayViewController.m; sourceTree = "<group>"; };
  252. F32DA14129ED904300E19ECA /* DisplayImage.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = DisplayImage.xcassets; sourceTree = "<group>"; };
  253. F32DA14929ED904300E19ECA /* CPDFBOTAViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFBOTAViewController.m; sourceTree = "<group>"; };
  254. F32DA14A29ED904300E19ECA /* CPDFBOTAViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFBOTAViewController.h; sourceTree = "<group>"; };
  255. F32DA14C29ED904300E19ECA /* CNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CNavigationController.m; sourceTree = "<group>"; };
  256. F32DA14D29ED904300E19ECA /* CNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CNavigationController.h; sourceTree = "<group>"; };
  257. F32DA15029ED904300E19ECA /* CNavigationRightView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CNavigationRightView.h; sourceTree = "<group>"; };
  258. F32DA15129ED904300E19ECA /* NavigationRightImage.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = NavigationRightImage.xcassets; sourceTree = "<group>"; };
  259. F32DA15229ED904300E19ECA /* CNavigationRightView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CNavigationRightView.m; sourceTree = "<group>"; };
  260. F32DA15429ED904300E19ECA /* CActivityIndicatorView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CActivityIndicatorView.m; sourceTree = "<group>"; };
  261. F32DA15529ED904300E19ECA /* CActivityIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CActivityIndicatorView.h; sourceTree = "<group>"; };
  262. F32DA15729ED904300E19ECA /* Image.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Image.xcassets; sourceTree = "<group>"; };
  263. F32DA15929ED904300E19ECA /* Color.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Color.xcassets; sourceTree = "<group>"; };
  264. F32DA18F29ED908800E19ECA /* CPDFMoreListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFMoreListViewController.h; sourceTree = "<group>"; };
  265. F32DA19029ED908800E19ECA /* CPDFMoreListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFMoreListViewController.m; sourceTree = "<group>"; };
  266. F335EE4729E430C800ACC72A /* compdfkit_tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = compdfkit_tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  267. F335EE4A29E430C800ACC72A /* compdfkit_tools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compdfkit_tools.h; sourceTree = "<group>"; };
  268. F382635F29EFD0D8003F1DFD /* CPDFPageIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFPageIndicatorView.h; sourceTree = "<group>"; };
  269. F382636029EFD0D8003F1DFD /* CPDFPageIndicatorView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFPageIndicatorView.m; sourceTree = "<group>"; };
  270. F382636229EFD0D8003F1DFD /* CPDFSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFSlider.m; sourceTree = "<group>"; };
  271. F382636329EFD0D8003F1DFD /* CPDFSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFSlider.h; sourceTree = "<group>"; };
  272. F382636429EFD0D8003F1DFD /* CPDFSliderImage.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = CPDFSliderImage.xcassets; sourceTree = "<group>"; };
  273. F382636629EFD0D8003F1DFD /* CPDFListView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFListView.m; sourceTree = "<group>"; };
  274. F382636729EFD0D8003F1DFD /* CPDFListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFListView.h; sourceTree = "<group>"; };
  275. F3877E1429E6764E00037D92 /* CPDFDisplayViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDisplayViewController.h; sourceTree = "<group>"; };
  276. F38F60C429EFF0C1008098F8 /* CPDFColorUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFColorUtils.h; sourceTree = "<group>"; };
  277. F38F60C529EFF0C1008098F8 /* CPDFColorUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFColorUtils.m; sourceTree = "<group>"; };
  278. F3E8495829E69712007BE967 /* DisplayImage.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = DisplayImage.xcassets; sourceTree = "<group>"; };
  279. /* End PBXFileReference section */
  280. /* Begin PBXFrameworksBuildPhase section */
  281. F335EE4429E430C800ACC72A /* Frameworks */ = {
  282. isa = PBXFrameworksBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. C918CEAD29F9024600D43974 /* ComPDFKit.xcframework in Frameworks */,
  286. );
  287. runOnlyForDeploymentPostprocessing = 0;
  288. };
  289. /* End PBXFrameworksBuildPhase section */
  290. /* Begin PBXGroup section */
  291. 4F06AB4729F6792E007797E4 /* Edit */ = {
  292. isa = PBXGroup;
  293. children = (
  294. 4F9FC9B429FA0201006A2883 /* CPDFEditMenu */,
  295. 4F9FC9B129FA01B0006A2883 /* CPDFEditToolBar */,
  296. 4F9FC9B229FA01C0006A2883 /* CPDFEditProperty */,
  297. 4F9FC9B329FA01E9006A2883 /* CPDFEditCell */,
  298. 4F1131AD29F8EEA800950564 /* CPDFEditViewController.h */,
  299. 4F1131AE29F8EEA800950564 /* CPDFEditViewController.m */,
  300. 4F1131BD29F9232300950564 /* CPDFEditImageAssets.xcassets */,
  301. );
  302. path = Edit;
  303. sourceTree = "<group>";
  304. };
  305. 4F9FC9B129FA01B0006A2883 /* CPDFEditToolBar */ = {
  306. isa = PBXGroup;
  307. children = (
  308. 4F06AB4D29F6792E007797E4 /* CPDFEditToolBar.h */,
  309. 4F06AB4929F6792E007797E4 /* CPDFEditToolBar.m */,
  310. );
  311. path = CPDFEditToolBar;
  312. sourceTree = "<group>";
  313. };
  314. 4F9FC9B229FA01C0006A2883 /* CPDFEditProperty */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 4F06AB4F29F6792E007797E4 /* CPDFImageProperty.h */,
  318. 4F06AB4B29F6792E007797E4 /* CPDFImageProperty.m */,
  319. 4F06AB4C29F6792E007797E4 /* CPDFTextProperty.h */,
  320. 4F06AB4829F6792E007797E4 /* CPDFTextProperty.m */,
  321. );
  322. path = CPDFEditProperty;
  323. sourceTree = "<group>";
  324. };
  325. 4F9FC9B329FA01E9006A2883 /* CPDFEditCell */ = {
  326. isa = PBXGroup;
  327. children = (
  328. 4F1131B129F90E7200950564 /* CPDFImagePropertyCell.h */,
  329. 4F1131B229F90E7200950564 /* CPDFImagePropertyCell.m */,
  330. 4F1131B329F90E7200950564 /* CPDFImagePropertyCell.xib */,
  331. 4F1131B729F911A800950564 /* CPDFTextPropertyCell.h */,
  332. 4F1131B829F911A800950564 /* CPDFTextPropertyCell.m */,
  333. 4F1131B929F911A800950564 /* CPDFTextPropertyCell.xib */,
  334. );
  335. path = CPDFEditCell;
  336. sourceTree = "<group>";
  337. };
  338. 4F9FC9B429FA0201006A2883 /* CPDFEditMenu */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 4F06AB4E29F6792E007797E4 /* CPDFEditContextMenu.h */,
  342. 4F06AB4A29F6792E007797E4 /* CPDFEditContextMenu.m */,
  343. );
  344. path = CPDFEditMenu;
  345. sourceTree = "<group>";
  346. };
  347. C918CE8E29F7C3C300D43974 /* PDFNote */ = {
  348. isa = PBXGroup;
  349. children = (
  350. C918CE9429F8BA6200D43974 /* CPDFNoteViewController.h */,
  351. C918CE9529F8BA6200D43974 /* CPDFNoteViewController.m */,
  352. C918CEBD29F9078A00D43974 /* CPDFNoteOpenViewController.h */,
  353. C918CEBE29F9078A00D43974 /* CPDFNoteOpenViewController.m */,
  354. );
  355. path = PDFNote;
  356. sourceTree = "<group>";
  357. };
  358. C918CE8F29F7C3FA00D43974 /* PDFAnnotationManage */ = {
  359. isa = PBXGroup;
  360. children = (
  361. C918CE9029F7C3FA00D43974 /* CAnnotationManage.h */,
  362. C918CE9129F7C3FA00D43974 /* CAnnotationManage.m */,
  363. );
  364. path = PDFAnnotationManage;
  365. sourceTree = "<group>";
  366. };
  367. C918CE9829F8EDA900D43974 /* PDFHighlight */ = {
  368. isa = PBXGroup;
  369. children = (
  370. C918CE9929F8EE7200D43974 /* CPDFHighlightViewController.h */,
  371. C918CE9A29F8EE7200D43974 /* CPDFHighlightViewController.m */,
  372. );
  373. path = PDFHighlight;
  374. sourceTree = "<group>";
  375. };
  376. C918CE9D29F8F6B600D43974 /* PDFStrikeout */ = {
  377. isa = PBXGroup;
  378. children = (
  379. C918CE9E29F8F74000D43974 /* CPDFStrikeoutViewController.h */,
  380. C918CE9F29F8F74000D43974 /* CPDFStrikeoutViewController.m */,
  381. );
  382. path = PDFStrikeout;
  383. sourceTree = "<group>";
  384. };
  385. C918CEA229F8FBA200D43974 /* PDFUnderline */ = {
  386. isa = PBXGroup;
  387. children = (
  388. C918CEA329F8FC1800D43974 /* CPDFUnderlineViewController.h */,
  389. C918CEA429F8FC1800D43974 /* CPDFUnderlineViewController.m */,
  390. );
  391. path = PDFUnderline;
  392. sourceTree = "<group>";
  393. };
  394. C918CEC529FA0C7D00D43974 /* PDFSquiggly */ = {
  395. isa = PBXGroup;
  396. children = (
  397. C918CEC129FA0C7700D43974 /* CPDFSquigglyViewController.h */,
  398. C918CEC229FA0C7700D43974 /* CPDFSquigglyViewController.m */,
  399. );
  400. path = PDFSquiggly;
  401. sourceTree = "<group>";
  402. };
  403. C918CEC629FA13EF00D43974 /* PDFInk */ = {
  404. isa = PBXGroup;
  405. children = (
  406. C918CEC729FA140C00D43974 /* CPDFInkViewController.h */,
  407. C918CEC829FA140C00D43974 /* CPDFInkViewController.m */,
  408. );
  409. path = PDFInk;
  410. sourceTree = "<group>";
  411. };
  412. C918CECB29FA432D00D43974 /* PDFShape */ = {
  413. isa = PBXGroup;
  414. children = (
  415. C918CECC29FA43B800D43974 /* CPDFShapeCircleViewController.h */,
  416. C918CECD29FA43B800D43974 /* CPDFShapeCircleViewController.m */,
  417. C918CED629FA9B0B00D43974 /* CPDFShareCircleViewController_Header.h */,
  418. C918CED229FA972300D43974 /* CPDFShapeArrowViewController.h */,
  419. C918CED329FA972300D43974 /* CPDFShapeArrowViewController.m */,
  420. C918CED729FB5ADF00D43974 /* Image.xcassets */,
  421. );
  422. path = PDFShape;
  423. sourceTree = "<group>";
  424. };
  425. C949FEE029EE70D000C30A8D /* Utils */ = {
  426. isa = PBXGroup;
  427. children = (
  428. C9AF182529EE8AB600EC4979 /* UtilsColor.xcassets */,
  429. C9B9EC4D29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h */,
  430. C9B9EC4F29F52DCC00C6A5D2 /* AAPLCustomPresentationController.m */,
  431. F38F60C429EFF0C1008098F8 /* CPDFColorUtils.h */,
  432. F38F60C529EFF0C1008098F8 /* CPDFColorUtils.m */,
  433. );
  434. path = Utils;
  435. sourceTree = "<group>";
  436. };
  437. C9AF182929EF9D2400EC4979 /* PDFBookmark */ = {
  438. isa = PBXGroup;
  439. children = (
  440. C9AF182A29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h */,
  441. C9AF182B29EFB1FC00EC4979 /* CPDFBookmarkViewCell.m */,
  442. C9AF182E29EFB23C00EC4979 /* CPDFBookmarkViewController.h */,
  443. C9AF182F29EFB23C00EC4979 /* CPDFBookmarkViewController.m */,
  444. C9AF183229EFC63300EC4979 /* Images.xcassets */,
  445. );
  446. path = PDFBookmark;
  447. sourceTree = "<group>";
  448. };
  449. C9AF183829F2180A00EC4979 /* PDFAnnotationBar */ = {
  450. isa = PBXGroup;
  451. children = (
  452. C9AF183929F2198700EC4979 /* CPDFAnnotationBar.h */,
  453. C9AF183A29F2198700EC4979 /* CPDFAnnotationBar.m */,
  454. C9AF183F29F22BBD00EC4979 /* CPDFAnnotationBarButton.h */,
  455. C9AF184029F22BBD00EC4979 /* CPDFAnnotationBarButton.m */,
  456. C9AF183D29F223A700EC4979 /* Image.xcassets */,
  457. );
  458. path = PDFAnnotationBar;
  459. sourceTree = "<group>";
  460. };
  461. C9AF188829F4C65500EC4979 /* Annotation */ = {
  462. isa = PBXGroup;
  463. children = (
  464. C918CE8F29F7C3FA00D43974 /* PDFAnnotationManage */,
  465. C9AF188A29F4C7C900EC4979 /* PDFProperties */,
  466. C9AF188929F4C68200EC4979 /* PDFAnnotationList */,
  467. );
  468. path = Annotation;
  469. sourceTree = "<group>";
  470. };
  471. C9AF188929F4C68200EC4979 /* PDFAnnotationList */ = {
  472. isa = PBXGroup;
  473. children = (
  474. );
  475. path = PDFAnnotationList;
  476. sourceTree = "<group>";
  477. };
  478. C9AF188A29F4C7C900EC4979 /* PDFProperties */ = {
  479. isa = PBXGroup;
  480. children = (
  481. C918CECB29FA432D00D43974 /* PDFShape */,
  482. C918CEC629FA13EF00D43974 /* PDFInk */,
  483. C918CEC529FA0C7D00D43974 /* PDFSquiggly */,
  484. C918CEA229F8FBA200D43974 /* PDFUnderline */,
  485. C918CE9D29F8F6B600D43974 /* PDFStrikeout */,
  486. C918CE9829F8EDA900D43974 /* PDFHighlight */,
  487. C918CE8E29F7C3C300D43974 /* PDFNote */,
  488. C9AF188B29F4C83900EC4979 /* PDFBase */,
  489. );
  490. path = PDFProperties;
  491. sourceTree = "<group>";
  492. };
  493. C9AF188B29F4C83900EC4979 /* PDFBase */ = {
  494. isa = PBXGroup;
  495. children = (
  496. C9AF188C29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h */,
  497. C9AF188D29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.m */,
  498. C9B9EC4C29F5038100C6A5D2 /* CPDFAnnotationBaseViewController_Header.h */,
  499. C918CED029FA490000D43974 /* Image.xcassets */,
  500. );
  501. path = PDFBase;
  502. sourceTree = "<group>";
  503. };
  504. C9AF189429F4D92C00EC4979 /* PDFProperties */ = {
  505. isa = PBXGroup;
  506. children = (
  507. C9AF189029F4D0F300EC4979 /* CPDFAnnotationSampleView.h */,
  508. C9AF189129F4D0F300EC4979 /* CPDFAnnotationSampleView.m */,
  509. C9AF189529F4DA6A00EC4979 /* CPDFColorSelectView.h */,
  510. C9AF189629F4DA6A00EC4979 /* CPDFColorSelectView.m */,
  511. C9AF189929F4DBF800EC4979 /* CPDFOpacitySliderView.h */,
  512. C9AF189A29F4DBF800EC4979 /* CPDFOpacitySliderView.m */,
  513. C9B9EC4829F4DC8900C6A5D2 /* CPDFThicknessSliderView.h */,
  514. C9B9EC4929F4DC8900C6A5D2 /* CPDFThicknessSliderView.m */,
  515. C918CE7F29F621E200D43974 /* CPDFColorPickerView.h */,
  516. C918CE8029F621E200D43974 /* CPDFColorPickerView.m */,
  517. C918CED929FB73C700D43974 /* CPDFArrowStyleView.h */,
  518. C918CEDA29FB73C700D43974 /* CPDFArrowStyleView.m */,
  519. C918CEDD29FB943400D43974 /* CPDFArrowStyleCell.h */,
  520. C918CEDE29FB943400D43974 /* CPDFArrowStyleCell.m */,
  521. C918CEE129FBA41A00D43974 /* CPDFDrawArrowView.h */,
  522. C918CEE229FBA41A00D43974 /* CPDFDrawArrowView.m */,
  523. C918CE8329F62D6F00D43974 /* Image.xcassets */,
  524. );
  525. path = PDFProperties;
  526. sourceTree = "<group>";
  527. };
  528. C9B9EC5629F54E6700C6A5D2 /* Model */ = {
  529. isa = PBXGroup;
  530. children = (
  531. C9B9EC5729F54E9600C6A5D2 /* CAnnotStyle.h */,
  532. C9B9EC5829F54E9600C6A5D2 /* CAnnotStyle.m */,
  533. );
  534. path = Model;
  535. sourceTree = "<group>";
  536. };
  537. F313657029E4367A00EE6BBB /* Frameworks */ = {
  538. isa = PBXGroup;
  539. children = (
  540. F313657129E4367A00EE6BBB /* ComPDFKit.xcframework */,
  541. );
  542. name = Frameworks;
  543. sourceTree = "<group>";
  544. };
  545. F32DA12029ED904300E19ECA /* Viewer */ = {
  546. isa = PBXGroup;
  547. children = (
  548. C9AF182929EF9D2400EC4979 /* PDFBookmark */,
  549. F32DA12129ED904300E19ECA /* PDFOutlie */,
  550. F32DA12929ED904300E19ECA /* PDFSearch */,
  551. F32DA13129ED904300E19ECA /* PDFThumbnail */,
  552. F32DA13629ED904300E19ECA /* PDFMore */,
  553. );
  554. path = Viewer;
  555. sourceTree = "<group>";
  556. };
  557. F32DA12129ED904300E19ECA /* PDFOutlie */ = {
  558. isa = PBXGroup;
  559. children = (
  560. F32DA12229ED904300E19ECA /* CPDFOutlineModel.h */,
  561. F32DA12629ED904300E19ECA /* CPDFOutlineModel.m */,
  562. F32DA12829ED904300E19ECA /* CPDFOutlineViewCell.h */,
  563. F32DA12429ED904300E19ECA /* CPDFOutlineViewCell.m */,
  564. F32DA12529ED904300E19ECA /* CPDFOutlineViewController.h */,
  565. F32DA12729ED904300E19ECA /* CPDFOutlineViewController.m */,
  566. F32DA12329ED904300E19ECA /* Image.xcassets */,
  567. );
  568. path = PDFOutlie;
  569. sourceTree = "<group>";
  570. };
  571. F32DA12929ED904300E19ECA /* PDFSearch */ = {
  572. isa = PBXGroup;
  573. children = (
  574. F32DA12D29ED904300E19ECA /* CPDFSearchResultsViewController.h */,
  575. F32DA12A29ED904300E19ECA /* CPDFSearchResultsViewController.m */,
  576. F32DA12B29ED904300E19ECA /* CPDFSearchViewCell.h */,
  577. F32DA12E29ED904300E19ECA /* CPDFSearchViewCell.m */,
  578. F32DA13029ED904300E19ECA /* CSearchToolbar.h */,
  579. F32DA12C29ED904300E19ECA /* CSearchToolbar.m */,
  580. F32DA12F29ED904300E19ECA /* Images.xcassets */,
  581. );
  582. path = PDFSearch;
  583. sourceTree = "<group>";
  584. };
  585. F32DA13129ED904300E19ECA /* PDFThumbnail */ = {
  586. isa = PBXGroup;
  587. children = (
  588. F32DA13229ED904300E19ECA /* CPDFThumbnailViewCell.h */,
  589. F32DA13429ED904300E19ECA /* CPDFThumbnailViewCell.m */,
  590. F32DA13329ED904300E19ECA /* CPDFThumbnailViewController.h */,
  591. F32DA13529ED904300E19ECA /* CPDFThumbnailViewController.m */,
  592. );
  593. path = PDFThumbnail;
  594. sourceTree = "<group>";
  595. };
  596. F32DA13629ED904300E19ECA /* PDFMore */ = {
  597. isa = PBXGroup;
  598. children = (
  599. F32DA18F29ED908800E19ECA /* CPDFMoreListViewController.h */,
  600. F32DA19029ED908800E19ECA /* CPDFMoreListViewController.m */,
  601. F32DA13729ED904300E19ECA /* PDFInfo */,
  602. F32DA13C29ED904300E19ECA /* PDFDisplaySetting */,
  603. );
  604. path = PDFMore;
  605. sourceTree = "<group>";
  606. };
  607. F32DA13729ED904300E19ECA /* PDFInfo */ = {
  608. isa = PBXGroup;
  609. children = (
  610. F32DA13929ED904300E19ECA /* CPDFInfoTableCell.h */,
  611. F32DA13B29ED904300E19ECA /* CPDFInfoTableCell.m */,
  612. F32DA13829ED904300E19ECA /* CPDFInfoViewController.h */,
  613. F32DA13A29ED904300E19ECA /* CPDFInfoViewController.m */,
  614. );
  615. path = PDFInfo;
  616. sourceTree = "<group>";
  617. };
  618. F32DA13C29ED904300E19ECA /* PDFDisplaySetting */ = {
  619. isa = PBXGroup;
  620. children = (
  621. F32DA13D29ED904300E19ECA /* CPDFDisplayTableViewCell.h */,
  622. F32DA13F29ED904300E19ECA /* CPDFDisplayTableViewCell.m */,
  623. F32DA13E29ED904300E19ECA /* CPDFDisplayViewController.h */,
  624. F32DA14029ED904300E19ECA /* CPDFDisplayViewController.m */,
  625. F32DA14129ED904300E19ECA /* DisplayImage.xcassets */,
  626. );
  627. path = PDFDisplaySetting;
  628. sourceTree = "<group>";
  629. };
  630. F32DA14429ED904300E19ECA /* PageEdit */ = {
  631. isa = PBXGroup;
  632. children = (
  633. );
  634. path = PageEdit;
  635. sourceTree = "<group>";
  636. };
  637. F32DA14529ED904300E19ECA /* Form */ = {
  638. isa = PBXGroup;
  639. children = (
  640. );
  641. path = Form;
  642. sourceTree = "<group>";
  643. };
  644. F32DA14629ED904300E19ECA /* Common */ = {
  645. isa = PBXGroup;
  646. children = (
  647. C9B9EC5629F54E6700C6A5D2 /* Model */,
  648. C949FEE029EE70D000C30A8D /* Utils */,
  649. F32DA14729ED904300E19ECA /* Controls */,
  650. F32DA14E29ED904300E19ECA /* Views */,
  651. );
  652. path = Common;
  653. sourceTree = "<group>";
  654. };
  655. F32DA14729ED904300E19ECA /* Controls */ = {
  656. isa = PBXGroup;
  657. children = (
  658. F32DA14829ED904300E19ECA /* BOTA */,
  659. F32DA14B29ED904300E19ECA /* PDFNavigationController */,
  660. );
  661. path = Controls;
  662. sourceTree = "<group>";
  663. };
  664. F32DA14829ED904300E19ECA /* BOTA */ = {
  665. isa = PBXGroup;
  666. children = (
  667. F32DA14A29ED904300E19ECA /* CPDFBOTAViewController.h */,
  668. F32DA14929ED904300E19ECA /* CPDFBOTAViewController.m */,
  669. );
  670. path = BOTA;
  671. sourceTree = "<group>";
  672. };
  673. F32DA14B29ED904300E19ECA /* PDFNavigationController */ = {
  674. isa = PBXGroup;
  675. children = (
  676. F32DA14D29ED904300E19ECA /* CNavigationController.h */,
  677. F32DA14C29ED904300E19ECA /* CNavigationController.m */,
  678. );
  679. path = PDFNavigationController;
  680. sourceTree = "<group>";
  681. };
  682. F32DA14E29ED904300E19ECA /* Views */ = {
  683. isa = PBXGroup;
  684. children = (
  685. C9AF189429F4D92C00EC4979 /* PDFProperties */,
  686. C9AF183829F2180A00EC4979 /* PDFAnnotationBar */,
  687. F32DA14F29ED904300E19ECA /* PDFNavigationRightView */,
  688. F32DA15329ED904300E19ECA /* PDFActivityIndicatorView */,
  689. F32DA15629ED904300E19ECA /* PDFView */,
  690. );
  691. path = Views;
  692. sourceTree = "<group>";
  693. };
  694. F32DA14F29ED904300E19ECA /* PDFNavigationRightView */ = {
  695. isa = PBXGroup;
  696. children = (
  697. F32DA15029ED904300E19ECA /* CNavigationRightView.h */,
  698. F32DA15229ED904300E19ECA /* CNavigationRightView.m */,
  699. F32DA15129ED904300E19ECA /* NavigationRightImage.xcassets */,
  700. );
  701. path = PDFNavigationRightView;
  702. sourceTree = "<group>";
  703. };
  704. F32DA15329ED904300E19ECA /* PDFActivityIndicatorView */ = {
  705. isa = PBXGroup;
  706. children = (
  707. F32DA15529ED904300E19ECA /* CActivityIndicatorView.h */,
  708. F32DA15429ED904300E19ECA /* CActivityIndicatorView.m */,
  709. );
  710. path = PDFActivityIndicatorView;
  711. sourceTree = "<group>";
  712. };
  713. F32DA15629ED904300E19ECA /* PDFView */ = {
  714. isa = PBXGroup;
  715. children = (
  716. F382636529EFD0D8003F1DFD /* PDFListView */,
  717. F382635E29EFD0D8003F1DFD /* PDFPageIndicatorView */,
  718. F382636129EFD0D8003F1DFD /* PDFSliderView */,
  719. F32DA15929ED904300E19ECA /* Color.xcassets */,
  720. F32DA15729ED904300E19ECA /* Image.xcassets */,
  721. );
  722. path = PDFView;
  723. sourceTree = "<group>";
  724. };
  725. F335EE3D29E430C800ACC72A = {
  726. isa = PBXGroup;
  727. children = (
  728. F335EE4929E430C800ACC72A /* compdfkit-tools */,
  729. F335EE4829E430C800ACC72A /* Products */,
  730. F313657029E4367A00EE6BBB /* Frameworks */,
  731. F3F5EE7029E69B2A0081CB32 /* Recovered References */,
  732. );
  733. sourceTree = "<group>";
  734. };
  735. F335EE4829E430C800ACC72A /* Products */ = {
  736. isa = PBXGroup;
  737. children = (
  738. F335EE4729E430C800ACC72A /* compdfkit_tools.framework */,
  739. );
  740. name = Products;
  741. sourceTree = "<group>";
  742. };
  743. F335EE4929E430C800ACC72A /* compdfkit-tools */ = {
  744. isa = PBXGroup;
  745. children = (
  746. C9AF188829F4C65500EC4979 /* Annotation */,
  747. F32DA14629ED904300E19ECA /* Common */,
  748. 4F06AB4729F6792E007797E4 /* Edit */,
  749. F32DA14529ED904300E19ECA /* Form */,
  750. F32DA14429ED904300E19ECA /* PageEdit */,
  751. F32DA12029ED904300E19ECA /* Viewer */,
  752. F335EE4A29E430C800ACC72A /* compdfkit_tools.h */,
  753. );
  754. path = "compdfkit-tools";
  755. sourceTree = "<group>";
  756. };
  757. F382635E29EFD0D8003F1DFD /* PDFPageIndicatorView */ = {
  758. isa = PBXGroup;
  759. children = (
  760. F382635F29EFD0D8003F1DFD /* CPDFPageIndicatorView.h */,
  761. F382636029EFD0D8003F1DFD /* CPDFPageIndicatorView.m */,
  762. );
  763. path = PDFPageIndicatorView;
  764. sourceTree = "<group>";
  765. };
  766. F382636129EFD0D8003F1DFD /* PDFSliderView */ = {
  767. isa = PBXGroup;
  768. children = (
  769. F382636329EFD0D8003F1DFD /* CPDFSlider.h */,
  770. F382636229EFD0D8003F1DFD /* CPDFSlider.m */,
  771. F382636429EFD0D8003F1DFD /* CPDFSliderImage.xcassets */,
  772. );
  773. path = PDFSliderView;
  774. sourceTree = "<group>";
  775. };
  776. F382636529EFD0D8003F1DFD /* PDFListView */ = {
  777. isa = PBXGroup;
  778. children = (
  779. F382636729EFD0D8003F1DFD /* CPDFListView.h */,
  780. F382636629EFD0D8003F1DFD /* CPDFListView.m */,
  781. );
  782. path = PDFListView;
  783. sourceTree = "<group>";
  784. };
  785. F3F5EE7029E69B2A0081CB32 /* Recovered References */ = {
  786. isa = PBXGroup;
  787. children = (
  788. F3877E1429E6764E00037D92 /* CPDFDisplayViewController.h */,
  789. F3E8495829E69712007BE967 /* DisplayImage.xcassets */,
  790. );
  791. name = "Recovered References";
  792. sourceTree = "<group>";
  793. };
  794. /* End PBXGroup section */
  795. /* Begin PBXHeadersBuildPhase section */
  796. F335EE4229E430C800ACC72A /* Headers */ = {
  797. isa = PBXHeadersBuildPhase;
  798. buildActionMask = 2147483647;
  799. files = (
  800. 4F06AB5629F6792E007797E4 /* CPDFEditContextMenu.h in Headers */,
  801. C918CEBF29F9078A00D43974 /* CPDFNoteOpenViewController.h in Headers */,
  802. C918CE9B29F8EE7200D43974 /* CPDFHighlightViewController.h in Headers */,
  803. F32DA18129ED904300E19ECA /* CNavigationRightView.h in Headers */,
  804. C918CE8129F621E200D43974 /* CPDFColorPickerView.h in Headers */,
  805. F32DA16A29ED904300E19ECA /* CPDFSearchViewCell.h in Headers */,
  806. F32DA18529ED904300E19ECA /* CActivityIndicatorView.h in Headers */,
  807. 4F06AB5529F6792E007797E4 /* CPDFEditToolBar.h in Headers */,
  808. F32DA17E29ED904300E19ECA /* CPDFBOTAViewController.h in Headers */,
  809. F32DA16829ED904300E19ECA /* CPDFOutlineViewCell.h in Headers */,
  810. C918CEC929FA140C00D43974 /* CPDFInkViewController.h in Headers */,
  811. F382636E29EFD0D9003F1DFD /* CPDFListView.h in Headers */,
  812. F32DA17529ED904300E19ECA /* CPDFInfoTableCell.h in Headers */,
  813. F32DA18029ED904300E19ECA /* CNavigationController.h in Headers */,
  814. F32DA17429ED904300E19ECA /* CPDFInfoViewController.h in Headers */,
  815. C918CE9629F8BA6200D43974 /* CPDFNoteViewController.h in Headers */,
  816. C9AF189229F4D0F300EC4979 /* CPDFAnnotationSampleView.h in Headers */,
  817. C918CEE329FBA41A00D43974 /* CPDFDrawArrowView.h in Headers */,
  818. 4F06AB5429F6792E007797E4 /* CPDFTextProperty.h in Headers */,
  819. F382636B29EFD0D9003F1DFD /* CPDFSlider.h in Headers */,
  820. C918CEA529F8FC1800D43974 /* CPDFUnderlineViewController.h in Headers */,
  821. C918CECE29FA43B800D43974 /* CPDFShapeCircleViewController.h in Headers */,
  822. C9AF184129F22BBD00EC4979 /* CPDFAnnotationBarButton.h in Headers */,
  823. F32DA16F29ED904300E19ECA /* CSearchToolbar.h in Headers */,
  824. C918CEC329FA0C7700D43974 /* CPDFSquigglyViewController.h in Headers */,
  825. F3877E1629E6764E00037D92 /* CPDFDisplayViewController.h in Headers */,
  826. F32DA19129ED908800E19ECA /* CPDFMoreListViewController.h in Headers */,
  827. F32DA17029ED904300E19ECA /* CPDFThumbnailViewCell.h in Headers */,
  828. C9AF189729F4DA6A00EC4979 /* CPDFColorSelectView.h in Headers */,
  829. C9AF183B29F2198700EC4979 /* CPDFAnnotationBar.h in Headers */,
  830. C918CED429FA972300D43974 /* CPDFShapeArrowViewController.h in Headers */,
  831. F32DA17929ED904300E19ECA /* CPDFDisplayViewController.h in Headers */,
  832. C9AF183029EFB23C00EC4979 /* CPDFBookmarkViewController.h in Headers */,
  833. F32DA16C29ED904300E19ECA /* CPDFSearchResultsViewController.h in Headers */,
  834. F382636829EFD0D9003F1DFD /* CPDFPageIndicatorView.h in Headers */,
  835. C9B9EC4A29F4DC8900C6A5D2 /* CPDFThicknessSliderView.h in Headers */,
  836. C918CEDB29FB73C800D43974 /* CPDFArrowStyleView.h in Headers */,
  837. C9AF182C29EFB1FC00EC4979 /* CPDFBookmarkViewCell.h in Headers */,
  838. 4F1131AF29F8EEA800950564 /* CPDFEditViewController.h in Headers */,
  839. F32DA16529ED904300E19ECA /* CPDFOutlineViewController.h in Headers */,
  840. 4F06AB5729F6792E007797E4 /* CPDFImageProperty.h in Headers */,
  841. C918CEA029F8F74000D43974 /* CPDFStrikeoutViewController.h in Headers */,
  842. F38F60C629EFF0C2008098F8 /* CPDFColorUtils.h in Headers */,
  843. C9AF189B29F4DBF800EC4979 /* CPDFOpacitySliderView.h in Headers */,
  844. C918CE9229F7C3FB00D43974 /* CAnnotationManage.h in Headers */,
  845. 4F1131B429F90E7200950564 /* CPDFImagePropertyCell.h in Headers */,
  846. C918CEDF29FB943400D43974 /* CPDFArrowStyleCell.h in Headers */,
  847. F32DA17829ED904300E19ECA /* CPDFDisplayTableViewCell.h in Headers */,
  848. C9B9EC4E29F52DBF00C6A5D2 /* AAPLCustomPresentationController.h in Headers */,
  849. F32DA17129ED904300E19ECA /* CPDFThumbnailViewController.h in Headers */,
  850. C9B9EC5929F54E9600C6A5D2 /* CAnnotStyle.h in Headers */,
  851. F32DA16229ED904300E19ECA /* CPDFOutlineModel.h in Headers */,
  852. 4F1131BA29F911A800950564 /* CPDFTextPropertyCell.h in Headers */,
  853. C9AF188E29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.h in Headers */,
  854. F335EE4B29E430C800ACC72A /* compdfkit_tools.h in Headers */,
  855. );
  856. runOnlyForDeploymentPostprocessing = 0;
  857. };
  858. /* End PBXHeadersBuildPhase section */
  859. /* Begin PBXNativeTarget section */
  860. F335EE4629E430C800ACC72A /* compdfkit-tools */ = {
  861. isa = PBXNativeTarget;
  862. buildConfigurationList = F335EE4E29E430C800ACC72A /* Build configuration list for PBXNativeTarget "compdfkit-tools" */;
  863. buildPhases = (
  864. F335EE4229E430C800ACC72A /* Headers */,
  865. F335EE4329E430C800ACC72A /* Sources */,
  866. F335EE4429E430C800ACC72A /* Frameworks */,
  867. F335EE4529E430C800ACC72A /* Resources */,
  868. C918CEAF29F9024600D43974 /* Embed Frameworks */,
  869. );
  870. buildRules = (
  871. );
  872. dependencies = (
  873. );
  874. name = "compdfkit-tools";
  875. productName = "compdfkit-tools";
  876. productReference = F335EE4729E430C800ACC72A /* compdfkit_tools.framework */;
  877. productType = "com.apple.product-type.framework";
  878. };
  879. /* End PBXNativeTarget section */
  880. /* Begin PBXProject section */
  881. F335EE3E29E430C800ACC72A /* Project object */ = {
  882. isa = PBXProject;
  883. attributes = {
  884. BuildIndependentTargetsInParallel = 1;
  885. LastUpgradeCheck = 1410;
  886. TargetAttributes = {
  887. F335EE4629E430C800ACC72A = {
  888. CreatedOnToolsVersion = 14.1;
  889. };
  890. };
  891. };
  892. buildConfigurationList = F335EE4129E430C800ACC72A /* Build configuration list for PBXProject "compdfkit-tools" */;
  893. compatibilityVersion = "Xcode 14.0";
  894. developmentRegion = en;
  895. hasScannedForEncodings = 0;
  896. knownRegions = (
  897. en,
  898. Base,
  899. );
  900. mainGroup = F335EE3D29E430C800ACC72A;
  901. productRefGroup = F335EE4829E430C800ACC72A /* Products */;
  902. projectDirPath = "";
  903. projectRoot = "";
  904. targets = (
  905. F335EE4629E430C800ACC72A /* compdfkit-tools */,
  906. );
  907. };
  908. /* End PBXProject section */
  909. /* Begin PBXResourcesBuildPhase section */
  910. F335EE4529E430C800ACC72A /* Resources */ = {
  911. isa = PBXResourcesBuildPhase;
  912. buildActionMask = 2147483647;
  913. files = (
  914. C9AF183329EFC63300EC4979 /* Images.xcassets in Resources */,
  915. C918CED129FA490000D43974 /* Image.xcassets in Resources */,
  916. F32DA16E29ED904300E19ECA /* Images.xcassets in Resources */,
  917. F32DA18629ED904300E19ECA /* Image.xcassets in Resources */,
  918. F3E8495929E69712007BE967 /* DisplayImage.xcassets in Resources */,
  919. F32DA17C29ED904300E19ECA /* DisplayImage.xcassets in Resources */,
  920. F32DA16329ED904300E19ECA /* Image.xcassets in Resources */,
  921. F32DA18229ED904300E19ECA /* NavigationRightImage.xcassets in Resources */,
  922. C9AF183E29F223A700EC4979 /* Image.xcassets in Resources */,
  923. C918CE8429F62D6F00D43974 /* Image.xcassets in Resources */,
  924. C9AF182629EE8AB600EC4979 /* UtilsColor.xcassets in Resources */,
  925. 4F1131BE29F9232300950564 /* CPDFEditImageAssets.xcassets in Resources */,
  926. 4F1131BC29F911A800950564 /* CPDFTextPropertyCell.xib in Resources */,
  927. C918CED829FB5ADF00D43974 /* Image.xcassets in Resources */,
  928. F382636C29EFD0D9003F1DFD /* CPDFSliderImage.xcassets in Resources */,
  929. 4F1131B629F90E7200950564 /* CPDFImagePropertyCell.xib in Resources */,
  930. );
  931. runOnlyForDeploymentPostprocessing = 0;
  932. };
  933. /* End PBXResourcesBuildPhase section */
  934. /* Begin PBXSourcesBuildPhase section */
  935. F335EE4329E430C800ACC72A /* Sources */ = {
  936. isa = PBXSourcesBuildPhase;
  937. buildActionMask = 2147483647;
  938. files = (
  939. F32DA17B29ED904300E19ECA /* CPDFDisplayViewController.m in Sources */,
  940. C918CE9329F7C3FB00D43974 /* CAnnotationManage.m in Sources */,
  941. C918CEC029F9078A00D43974 /* CPDFNoteOpenViewController.m in Sources */,
  942. C918CE9729F8BA6200D43974 /* CPDFNoteViewController.m in Sources */,
  943. C9B9EC5029F52DCC00C6A5D2 /* AAPLCustomPresentationController.m in Sources */,
  944. 4F1131BB29F911A800950564 /* CPDFTextPropertyCell.m in Sources */,
  945. F32DA17F29ED904300E19ECA /* CNavigationController.m in Sources */,
  946. F382636D29EFD0D9003F1DFD /* CPDFListView.m in Sources */,
  947. C9AF184229F22BBD00EC4979 /* CPDFAnnotationBarButton.m in Sources */,
  948. F32DA17329ED904300E19ECA /* CPDFThumbnailViewController.m in Sources */,
  949. C918CEDC29FB73C800D43974 /* CPDFArrowStyleView.m in Sources */,
  950. C9B9EC4B29F4DC8900C6A5D2 /* CPDFThicknessSliderView.m in Sources */,
  951. C9B9EC5A29F54E9600C6A5D2 /* CAnnotStyle.m in Sources */,
  952. C918CEA629F8FC1800D43974 /* CPDFUnderlineViewController.m in Sources */,
  953. C918CEE429FBA41A00D43974 /* CPDFDrawArrowView.m in Sources */,
  954. F32DA16929ED904300E19ECA /* CPDFSearchResultsViewController.m in Sources */,
  955. F32DA16D29ED904300E19ECA /* CPDFSearchViewCell.m in Sources */,
  956. F32DA16429ED904300E19ECA /* CPDFOutlineViewCell.m in Sources */,
  957. F382636A29EFD0D9003F1DFD /* CPDFSlider.m in Sources */,
  958. 4F06AB5029F6792E007797E4 /* CPDFTextProperty.m in Sources */,
  959. C9AF189C29F4DBF800EC4979 /* CPDFOpacitySliderView.m in Sources */,
  960. C9AF189329F4D0F300EC4979 /* CPDFAnnotationSampleView.m in Sources */,
  961. F32DA16629ED904300E19ECA /* CPDFOutlineModel.m in Sources */,
  962. F32DA16729ED904300E19ECA /* CPDFOutlineViewController.m in Sources */,
  963. C918CEA129F8F74000D43974 /* CPDFStrikeoutViewController.m in Sources */,
  964. 4F06AB5229F6792E007797E4 /* CPDFEditContextMenu.m in Sources */,
  965. F38F60C729EFF0C2008098F8 /* CPDFColorUtils.m in Sources */,
  966. C9AF183C29F2198700EC4979 /* CPDFAnnotationBar.m in Sources */,
  967. 4F06AB5329F6792E007797E4 /* CPDFImageProperty.m in Sources */,
  968. 4F06AB5129F6792E007797E4 /* CPDFEditToolBar.m in Sources */,
  969. 4F1131B529F90E7200950564 /* CPDFImagePropertyCell.m in Sources */,
  970. C918CECF29FA43B800D43974 /* CPDFShapeCircleViewController.m in Sources */,
  971. F32DA17A29ED904300E19ECA /* CPDFDisplayTableViewCell.m in Sources */,
  972. F32DA17D29ED904300E19ECA /* CPDFBOTAViewController.m in Sources */,
  973. F32DA19229ED908800E19ECA /* CPDFMoreListViewController.m in Sources */,
  974. C918CECA29FA140C00D43974 /* CPDFInkViewController.m in Sources */,
  975. F382636929EFD0D9003F1DFD /* CPDFPageIndicatorView.m in Sources */,
  976. F32DA17229ED904300E19ECA /* CPDFThumbnailViewCell.m in Sources */,
  977. F32DA18429ED904300E19ECA /* CActivityIndicatorView.m in Sources */,
  978. F32DA18329ED904300E19ECA /* CNavigationRightView.m in Sources */,
  979. F32DA17729ED904300E19ECA /* CPDFInfoTableCell.m in Sources */,
  980. 4F1131B029F8EEA800950564 /* CPDFEditViewController.m in Sources */,
  981. C918CED529FA972300D43974 /* CPDFShapeArrowViewController.m in Sources */,
  982. F32DA16B29ED904300E19ECA /* CSearchToolbar.m in Sources */,
  983. C918CEC429FA0C7700D43974 /* CPDFSquigglyViewController.m in Sources */,
  984. C9AF183129EFB23C00EC4979 /* CPDFBookmarkViewController.m in Sources */,
  985. C918CE8229F621E200D43974 /* CPDFColorPickerView.m in Sources */,
  986. F32DA17629ED904300E19ECA /* CPDFInfoViewController.m in Sources */,
  987. C918CE9C29F8EE7200D43974 /* CPDFHighlightViewController.m in Sources */,
  988. C918CEE029FB943400D43974 /* CPDFArrowStyleCell.m in Sources */,
  989. C9AF189829F4DA6A00EC4979 /* CPDFColorSelectView.m in Sources */,
  990. C9AF182D29EFB1FC00EC4979 /* CPDFBookmarkViewCell.m in Sources */,
  991. C9AF188F29F4C8A900EC4979 /* CPDFAnnotationBaseViewController.m in Sources */,
  992. );
  993. runOnlyForDeploymentPostprocessing = 0;
  994. };
  995. /* End PBXSourcesBuildPhase section */
  996. /* Begin XCBuildConfiguration section */
  997. F335EE4C29E430C800ACC72A /* Debug */ = {
  998. isa = XCBuildConfiguration;
  999. buildSettings = {
  1000. ALWAYS_SEARCH_USER_PATHS = NO;
  1001. CLANG_ANALYZER_NONNULL = YES;
  1002. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1003. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1004. CLANG_ENABLE_MODULES = YES;
  1005. CLANG_ENABLE_OBJC_ARC = YES;
  1006. CLANG_ENABLE_OBJC_WEAK = YES;
  1007. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1008. CLANG_WARN_BOOL_CONVERSION = YES;
  1009. CLANG_WARN_COMMA = YES;
  1010. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1011. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1012. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1013. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1014. CLANG_WARN_EMPTY_BODY = YES;
  1015. CLANG_WARN_ENUM_CONVERSION = YES;
  1016. CLANG_WARN_INFINITE_RECURSION = YES;
  1017. CLANG_WARN_INT_CONVERSION = YES;
  1018. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1019. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1020. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1021. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1022. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1023. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1024. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1025. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1026. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1027. CLANG_WARN_UNREACHABLE_CODE = YES;
  1028. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1029. COPY_PHASE_STRIP = NO;
  1030. CURRENT_PROJECT_VERSION = 1;
  1031. DEBUG_INFORMATION_FORMAT = dwarf;
  1032. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1033. ENABLE_TESTABILITY = YES;
  1034. GCC_C_LANGUAGE_STANDARD = gnu11;
  1035. GCC_DYNAMIC_NO_PIC = NO;
  1036. GCC_NO_COMMON_BLOCKS = YES;
  1037. GCC_OPTIMIZATION_LEVEL = 0;
  1038. GCC_PREPROCESSOR_DEFINITIONS = (
  1039. "DEBUG=1",
  1040. "$(inherited)",
  1041. );
  1042. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1043. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1044. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1045. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1046. GCC_WARN_UNUSED_FUNCTION = YES;
  1047. GCC_WARN_UNUSED_VARIABLE = YES;
  1048. IPHONEOS_DEPLOYMENT_TARGET = 16.1;
  1049. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1050. MTL_FAST_MATH = YES;
  1051. ONLY_ACTIVE_ARCH = YES;
  1052. SDKROOT = iphoneos;
  1053. VERSIONING_SYSTEM = "apple-generic";
  1054. VERSION_INFO_PREFIX = "";
  1055. };
  1056. name = Debug;
  1057. };
  1058. F335EE4D29E430C800ACC72A /* Release */ = {
  1059. isa = XCBuildConfiguration;
  1060. buildSettings = {
  1061. ALWAYS_SEARCH_USER_PATHS = NO;
  1062. CLANG_ANALYZER_NONNULL = YES;
  1063. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1064. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  1065. CLANG_ENABLE_MODULES = YES;
  1066. CLANG_ENABLE_OBJC_ARC = YES;
  1067. CLANG_ENABLE_OBJC_WEAK = YES;
  1068. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1069. CLANG_WARN_BOOL_CONVERSION = YES;
  1070. CLANG_WARN_COMMA = YES;
  1071. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1072. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1073. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1074. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1075. CLANG_WARN_EMPTY_BODY = YES;
  1076. CLANG_WARN_ENUM_CONVERSION = YES;
  1077. CLANG_WARN_INFINITE_RECURSION = YES;
  1078. CLANG_WARN_INT_CONVERSION = YES;
  1079. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1080. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1081. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1082. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1083. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1084. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1085. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1086. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1087. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1088. CLANG_WARN_UNREACHABLE_CODE = YES;
  1089. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1090. COPY_PHASE_STRIP = NO;
  1091. CURRENT_PROJECT_VERSION = 1;
  1092. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1093. ENABLE_NS_ASSERTIONS = NO;
  1094. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1095. GCC_C_LANGUAGE_STANDARD = gnu11;
  1096. GCC_NO_COMMON_BLOCKS = YES;
  1097. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1098. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1099. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1100. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1101. GCC_WARN_UNUSED_FUNCTION = YES;
  1102. GCC_WARN_UNUSED_VARIABLE = YES;
  1103. IPHONEOS_DEPLOYMENT_TARGET = 16.1;
  1104. MTL_ENABLE_DEBUG_INFO = NO;
  1105. MTL_FAST_MATH = YES;
  1106. SDKROOT = iphoneos;
  1107. VALIDATE_PRODUCT = YES;
  1108. VERSIONING_SYSTEM = "apple-generic";
  1109. VERSION_INFO_PREFIX = "";
  1110. };
  1111. name = Release;
  1112. };
  1113. F335EE4F29E430C800ACC72A /* Debug */ = {
  1114. isa = XCBuildConfiguration;
  1115. buildSettings = {
  1116. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  1117. CLANG_ENABLE_MODULES = YES;
  1118. CODE_SIGN_STYLE = Automatic;
  1119. CURRENT_PROJECT_VERSION = 1;
  1120. DEFINES_MODULE = YES;
  1121. DYLIB_COMPATIBILITY_VERSION = 1;
  1122. DYLIB_CURRENT_VERSION = 1;
  1123. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1124. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  1125. FRAMEWORK_SEARCH_PATHS = "";
  1126. GENERATE_INFOPLIST_FILE = YES;
  1127. HEADER_SEARCH_PATHS = "";
  1128. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1129. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1130. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  1131. LD_RUNPATH_SEARCH_PATHS = (
  1132. "$(inherited)",
  1133. "@executable_path/Frameworks",
  1134. "@loader_path/Frameworks",
  1135. );
  1136. MARKETING_VERSION = 1.0;
  1137. PRODUCT_BUNDLE_IDENTIFIER = "com.compdfkit.tools.compdfkit-tools";
  1138. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1139. SKIP_INSTALL = YES;
  1140. SWIFT_EMIT_LOC_STRINGS = YES;
  1141. SYSTEM_HEADER_SEARCH_PATHS = "";
  1142. TARGETED_DEVICE_FAMILY = "1,2";
  1143. };
  1144. name = Debug;
  1145. };
  1146. F335EE5029E430C800ACC72A /* Release */ = {
  1147. isa = XCBuildConfiguration;
  1148. buildSettings = {
  1149. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
  1150. CLANG_ENABLE_MODULES = YES;
  1151. CODE_SIGN_STYLE = Automatic;
  1152. CURRENT_PROJECT_VERSION = 1;
  1153. DEFINES_MODULE = YES;
  1154. DYLIB_COMPATIBILITY_VERSION = 1;
  1155. DYLIB_CURRENT_VERSION = 1;
  1156. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1157. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  1158. FRAMEWORK_SEARCH_PATHS = "";
  1159. GENERATE_INFOPLIST_FILE = YES;
  1160. HEADER_SEARCH_PATHS = "";
  1161. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1162. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1163. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  1164. LD_RUNPATH_SEARCH_PATHS = (
  1165. "$(inherited)",
  1166. "@executable_path/Frameworks",
  1167. "@loader_path/Frameworks",
  1168. );
  1169. MARKETING_VERSION = 1.0;
  1170. PRODUCT_BUNDLE_IDENTIFIER = "com.compdfkit.tools.compdfkit-tools";
  1171. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1172. SKIP_INSTALL = YES;
  1173. SWIFT_EMIT_LOC_STRINGS = YES;
  1174. SYSTEM_HEADER_SEARCH_PATHS = "";
  1175. TARGETED_DEVICE_FAMILY = "1,2";
  1176. };
  1177. name = Release;
  1178. };
  1179. /* End XCBuildConfiguration section */
  1180. /* Begin XCConfigurationList section */
  1181. F335EE4129E430C800ACC72A /* Build configuration list for PBXProject "compdfkit-tools" */ = {
  1182. isa = XCConfigurationList;
  1183. buildConfigurations = (
  1184. F335EE4C29E430C800ACC72A /* Debug */,
  1185. F335EE4D29E430C800ACC72A /* Release */,
  1186. );
  1187. defaultConfigurationIsVisible = 0;
  1188. defaultConfigurationName = Release;
  1189. };
  1190. F335EE4E29E430C800ACC72A /* Build configuration list for PBXNativeTarget "compdfkit-tools" */ = {
  1191. isa = XCConfigurationList;
  1192. buildConfigurations = (
  1193. F335EE4F29E430C800ACC72A /* Debug */,
  1194. F335EE5029E430C800ACC72A /* Release */,
  1195. );
  1196. defaultConfigurationIsVisible = 0;
  1197. defaultConfigurationName = Release;
  1198. };
  1199. /* End XCConfigurationList section */
  1200. };
  1201. rootObject = F335EE3E29E430C800ACC72A /* Project object */;
  1202. }