project.pbxproj 82 KB

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