project.pbxproj 86 KB

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