project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C96150D2295400B00020F445 /* CPDFDrawView.m in Sources */ = {isa = PBXBuildFile; fileRef = C96150D1295400B00020F445 /* CPDFDrawView.m */; };
  10. C96384932949E2020055CCCA /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C96384922949E2020055CCCA /* ComPDFKit.xcframework */; };
  11. C9638496294ACC240055CCCA /* CPDFAddViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9638495294ACC240055CCCA /* CPDFAddViewController.m */; };
  12. C96D13932924793800CC92C7 /* btn_more.png in Resources */ = {isa = PBXBuildFile; fileRef = C96D13922924793800CC92C7 /* btn_more.png */; };
  13. EC62978E29220F8300D339EE /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62978D29220F8300D339EE /* AppDelegate.m */; };
  14. EC62979129220F8300D339EE /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62979029220F8300D339EE /* SceneDelegate.m */; };
  15. EC62979429220F8300D339EE /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62979329220F8300D339EE /* ViewController.m */; };
  16. EC62979729220F8300D339EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC62979529220F8300D339EE /* Main.storyboard */; };
  17. EC62979929220F8400D339EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EC62979829220F8400D339EE /* Assets.xcassets */; };
  18. EC62979C29220F8400D339EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC62979A29220F8400D339EE /* LaunchScreen.storyboard */; };
  19. EC62979F29220F8400D339EE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EC62979E29220F8400D339EE /* main.m */; };
  20. EC6297B8292239A700D339EE /* CPDFModel.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6297B7292239A700D339EE /* CPDFModel.m */; };
  21. EC6297BD292239C200D339EE /* CPDFListController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC6297BC292239C200D339EE /* CPDFListController.m */; };
  22. ECC8831D2923352B00F6392E /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC8831C2923352B00F6392E /* CPDFViewController.m */; };
  23. ECD0ABF02928ED9A0091B6EB /* CPDFTextPreview.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */; };
  24. ECD0ABF32928ED9A0091B6EB /* CPDFImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABE82928ED990091B6EB /* CPDFImageView.m */; };
  25. ECD0ABF42928ED9A0091B6EB /* CPDFTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */; };
  26. ECD0ABF52928ED9A0091B6EB /* CPDFImagePreview.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */; };
  27. ECD0AC132928EECB0091B6EB /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */; };
  28. ECD0AC142928EECB0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */; };
  29. ECD0AC152928EECB0091B6EB /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */; };
  30. ECD0AC162928EECB0091B6EB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */; };
  31. ECD0AC172928EECB0091B6EB /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC022928EECA0091B6EB /* MASConstraint.m */; };
  32. ECD0AC182928EECB0091B6EB /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */; };
  33. ECD0AC192928EECB0091B6EB /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */; };
  34. ECD0AC1A2928EECB0091B6EB /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */; };
  35. ECD0AC1C2928EECB0091B6EB /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */; };
  36. ECD0AC1D2928EECB0091B6EB /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */; };
  37. ECD0AC202928EF260091B6EB /* btn_selected.png in Resources */ = {isa = PBXBuildFile; fileRef = ECD0AC1F2928EF260091B6EB /* btn_selected.png */; };
  38. ECD0AC232928F2A70091B6EB /* CPDFTextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */; };
  39. ECD0AC262928F2E50091B6EB /* CPDFImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */; };
  40. ECD0AC32292B56C90091B6EB /* CPDFDataModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */; };
  41. /* End PBXBuildFile section */
  42. /* Begin PBXCopyFilesBuildPhase section */
  43. EC31987529225362008E0889 /* Embed Frameworks */ = {
  44. isa = PBXCopyFilesBuildPhase;
  45. buildActionMask = 2147483647;
  46. dstPath = "";
  47. dstSubfolderSpec = 10;
  48. files = (
  49. );
  50. name = "Embed Frameworks";
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. /* End PBXCopyFilesBuildPhase section */
  54. /* Begin PBXFileReference section */
  55. C96150D0295400B00020F445 /* CPDFDrawView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDrawView.h; sourceTree = "<group>"; };
  56. C96150D1295400B00020F445 /* CPDFDrawView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDrawView.m; sourceTree = "<group>"; };
  57. C96384922949E2020055CCCA /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = ComPDFKit.xcframework; sourceTree = "<group>"; };
  58. C9638494294ACC240055CCCA /* CPDFAddViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFAddViewController.h; sourceTree = "<group>"; };
  59. C9638495294ACC240055CCCA /* CPDFAddViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFAddViewController.m; sourceTree = "<group>"; };
  60. C96D13922924793800CC92C7 /* btn_more.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_more.png; sourceTree = "<group>"; };
  61. EC62978929220F8300D339EE /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  62. EC62978C29220F8300D339EE /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  63. EC62978D29220F8300D339EE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  64. EC62978F29220F8300D339EE /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  65. EC62979029220F8300D339EE /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  66. EC62979229220F8300D339EE /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  67. EC62979329220F8300D339EE /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  68. EC62979629220F8300D339EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  69. EC62979829220F8400D339EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  70. EC62979B29220F8400D339EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  71. EC62979D29220F8400D339EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  72. EC62979E29220F8400D339EE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  73. EC6297B6292239A700D339EE /* CPDFModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFModel.h; sourceTree = "<group>"; };
  74. EC6297B7292239A700D339EE /* CPDFModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFModel.m; sourceTree = "<group>"; };
  75. EC6297BB292239C200D339EE /* CPDFListController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFListController.h; sourceTree = "<group>"; };
  76. EC6297BC292239C200D339EE /* CPDFListController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFListController.m; sourceTree = "<group>"; };
  77. ECC8831B2923352B00F6392E /* CPDFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
  78. ECC8831C2923352B00F6392E /* CPDFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
  79. ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFTextPreview.m; sourceTree = "<group>"; };
  80. ECD0ABE82928ED990091B6EB /* CPDFImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFImageView.m; sourceTree = "<group>"; };
  81. ECD0ABE92928ED990091B6EB /* CPDFTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFTextView.h; sourceTree = "<group>"; };
  82. ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFTextView.m; sourceTree = "<group>"; };
  83. ECD0ABEB2928ED9A0091B6EB /* CPDFImagePreview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImagePreview.h; sourceTree = "<group>"; };
  84. ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFImagePreview.m; sourceTree = "<group>"; };
  85. ECD0ABED2928ED9A0091B6EB /* CPDFImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFImageView.h; sourceTree = "<group>"; };
  86. ECD0ABEF2928ED9A0091B6EB /* CPDFTextPreview.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFTextPreview.h; sourceTree = "<group>"; };
  87. ECD0ABF92928EECA0091B6EB /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASAdditions.h"; sourceTree = "<group>"; };
  88. ECD0ABFA2928EECA0091B6EB /* View+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = "<group>"; };
  89. ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = "<group>"; };
  90. ECD0ABFC2928EECA0091B6EB /* MASConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = "<group>"; };
  91. ECD0ABFD2928EECA0091B6EB /* MASConstraint+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = "<group>"; };
  92. ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
  93. ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = "<group>"; };
  94. ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditions.m"; sourceTree = "<group>"; };
  95. ECD0AC012928EECA0091B6EB /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASShorthandAdditions.h"; sourceTree = "<group>"; };
  96. ECD0AC022928EECA0091B6EB /* MASConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraint.m; sourceTree = "<group>"; };
  97. ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = "<group>"; };
  98. ECD0AC042928EECA0091B6EB /* MASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = "<group>"; };
  99. ECD0AC052928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = "<group>"; };
  100. ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = "<group>"; };
  101. ECD0AC072928EECA0091B6EB /* MASConstraintMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = "<group>"; };
  102. ECD0AC082928EECA0091B6EB /* Masonry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = "<group>"; };
  103. ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditions.m"; sourceTree = "<group>"; };
  104. ECD0AC0A2928EECA0091B6EB /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ViewController+MASAdditions.h"; sourceTree = "<group>"; };
  105. ECD0AC0C2928EECA0091B6EB /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; };
  106. ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
  107. ECD0AC0E2928EECB0091B6EB /* MASViewConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = "<group>"; };
  108. ECD0AC0F2928EECB0091B6EB /* MASUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = "<group>"; };
  109. ECD0AC102928EECB0091B6EB /* MASViewAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = "<group>"; };
  110. ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = "<group>"; };
  111. ECD0AC122928EECB0091B6EB /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
  112. ECD0AC1F2928EF260091B6EB /* btn_selected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = btn_selected.png; sourceTree = "<group>"; };
  113. ECD0AC212928F2A70091B6EB /* CPDFTextViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFTextViewController.h; sourceTree = "<group>"; };
  114. ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFTextViewController.m; sourceTree = "<group>"; };
  115. ECD0AC242928F2E50091B6EB /* CPDFImageViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFImageViewController.h; sourceTree = "<group>"; };
  116. ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFImageViewController.m; sourceTree = "<group>"; };
  117. ECD0AC30292B56C90091B6EB /* CPDFDataModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CPDFDataModel.h; sourceTree = "<group>"; };
  118. ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CPDFDataModel.m; sourceTree = "<group>"; };
  119. /* End PBXFileReference section */
  120. /* Begin PBXFrameworksBuildPhase section */
  121. EC62978629220F8300D339EE /* Frameworks */ = {
  122. isa = PBXFrameworksBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. C96384932949E2020055CCCA /* ComPDFKit.xcframework in Frameworks */,
  126. );
  127. runOnlyForDeploymentPostprocessing = 0;
  128. };
  129. /* End PBXFrameworksBuildPhase section */
  130. /* Begin PBXGroup section */
  131. C96D13912924791E00CC92C7 /* Images */ = {
  132. isa = PBXGroup;
  133. children = (
  134. C96D13922924793800CC92C7 /* btn_more.png */,
  135. );
  136. path = Images;
  137. sourceTree = "<group>";
  138. };
  139. EC62978029220F8300D339EE = {
  140. isa = PBXGroup;
  141. children = (
  142. C96384922949E2020055CCCA /* ComPDFKit.xcframework */,
  143. EC62978B29220F8300D339EE /* PDFViewer */,
  144. EC62978A29220F8300D339EE /* Products */,
  145. );
  146. sourceTree = "<group>";
  147. };
  148. EC62978A29220F8300D339EE /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. EC62978929220F8300D339EE /* PDFViewer.app */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. EC62978B29220F8300D339EE /* PDFViewer */ = {
  157. isa = PBXGroup;
  158. children = (
  159. ECD0ABF62928EE9A0091B6EB /* Masonry */,
  160. EC6297B52922393F00D339EE /* Controller */,
  161. EC6297AD29222D3100D339EE /* Model */,
  162. ECD0ABE42928ED5D0091B6EB /* View */,
  163. EC62978D29220F8300D339EE /* AppDelegate.m */,
  164. EC62978C29220F8300D339EE /* AppDelegate.h */,
  165. EC62978F29220F8300D339EE /* SceneDelegate.h */,
  166. EC62979029220F8300D339EE /* SceneDelegate.m */,
  167. EC62979229220F8300D339EE /* ViewController.h */,
  168. EC62979329220F8300D339EE /* ViewController.m */,
  169. EC62979529220F8300D339EE /* Main.storyboard */,
  170. EC62979829220F8400D339EE /* Assets.xcassets */,
  171. EC62979A29220F8400D339EE /* LaunchScreen.storyboard */,
  172. EC62979D29220F8400D339EE /* Info.plist */,
  173. EC62979E29220F8400D339EE /* main.m */,
  174. );
  175. path = PDFViewer;
  176. sourceTree = "<group>";
  177. };
  178. EC6297AD29222D3100D339EE /* Model */ = {
  179. isa = PBXGroup;
  180. children = (
  181. EC6297B6292239A700D339EE /* CPDFModel.h */,
  182. EC6297B7292239A700D339EE /* CPDFModel.m */,
  183. ECD0AC30292B56C90091B6EB /* CPDFDataModel.h */,
  184. ECD0AC31292B56C90091B6EB /* CPDFDataModel.m */,
  185. );
  186. path = Model;
  187. sourceTree = "<group>";
  188. };
  189. EC6297B52922393F00D339EE /* Controller */ = {
  190. isa = PBXGroup;
  191. children = (
  192. C96D13912924791E00CC92C7 /* Images */,
  193. EC6297BB292239C200D339EE /* CPDFListController.h */,
  194. EC6297BC292239C200D339EE /* CPDFListController.m */,
  195. ECC8831B2923352B00F6392E /* CPDFViewController.h */,
  196. ECC8831C2923352B00F6392E /* CPDFViewController.m */,
  197. ECD0AC212928F2A70091B6EB /* CPDFTextViewController.h */,
  198. ECD0AC222928F2A70091B6EB /* CPDFTextViewController.m */,
  199. ECD0AC242928F2E50091B6EB /* CPDFImageViewController.h */,
  200. ECD0AC252928F2E50091B6EB /* CPDFImageViewController.m */,
  201. C9638494294ACC240055CCCA /* CPDFAddViewController.h */,
  202. C9638495294ACC240055CCCA /* CPDFAddViewController.m */,
  203. );
  204. path = Controller;
  205. sourceTree = "<group>";
  206. };
  207. ECD0ABE42928ED5D0091B6EB /* View */ = {
  208. isa = PBXGroup;
  209. children = (
  210. ECD0AC1E2928EF030091B6EB /* sources */,
  211. ECD0ABEB2928ED9A0091B6EB /* CPDFImagePreview.h */,
  212. ECD0ABEC2928ED9A0091B6EB /* CPDFImagePreview.m */,
  213. ECD0ABED2928ED9A0091B6EB /* CPDFImageView.h */,
  214. ECD0ABE82928ED990091B6EB /* CPDFImageView.m */,
  215. ECD0ABEF2928ED9A0091B6EB /* CPDFTextPreview.h */,
  216. ECD0ABE52928ED990091B6EB /* CPDFTextPreview.m */,
  217. ECD0ABE92928ED990091B6EB /* CPDFTextView.h */,
  218. ECD0ABEA2928ED990091B6EB /* CPDFTextView.m */,
  219. C96150D0295400B00020F445 /* CPDFDrawView.h */,
  220. C96150D1295400B00020F445 /* CPDFDrawView.m */,
  221. );
  222. path = View;
  223. sourceTree = "<group>";
  224. };
  225. ECD0ABF62928EE9A0091B6EB /* Masonry */ = {
  226. isa = PBXGroup;
  227. children = (
  228. ECD0AC0C2928EECA0091B6EB /* MASCompositeConstraint.h */,
  229. ECD0AC032928EECA0091B6EB /* MASCompositeConstraint.m */,
  230. ECD0ABFC2928EECA0091B6EB /* MASConstraint.h */,
  231. ECD0AC022928EECA0091B6EB /* MASConstraint.m */,
  232. ECD0ABFD2928EECA0091B6EB /* MASConstraint+Private.h */,
  233. ECD0AC072928EECA0091B6EB /* MASConstraintMaker.h */,
  234. ECD0ABFB2928EECA0091B6EB /* MASConstraintMaker.m */,
  235. ECD0AC042928EECA0091B6EB /* MASLayoutConstraint.h */,
  236. ECD0ABFF2928EECA0091B6EB /* MASLayoutConstraint.m */,
  237. ECD0AC082928EECA0091B6EB /* Masonry.h */,
  238. ECD0AC0F2928EECB0091B6EB /* MASUtilities.h */,
  239. ECD0AC102928EECB0091B6EB /* MASViewAttribute.h */,
  240. ECD0AC112928EECB0091B6EB /* MASViewAttribute.m */,
  241. ECD0AC0E2928EECB0091B6EB /* MASViewConstraint.h */,
  242. ECD0AC062928EECA0091B6EB /* MASViewConstraint.m */,
  243. ECD0ABF92928EECA0091B6EB /* NSArray+MASAdditions.h */,
  244. ECD0AC002928EECA0091B6EB /* NSArray+MASAdditions.m */,
  245. ECD0AC012928EECA0091B6EB /* NSArray+MASShorthandAdditions.h */,
  246. ECD0AC052928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.h */,
  247. ECD0ABFE2928EECA0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m */,
  248. ECD0ABFA2928EECA0091B6EB /* View+MASAdditions.h */,
  249. ECD0AC0D2928EECA0091B6EB /* View+MASAdditions.m */,
  250. ECD0AC122928EECB0091B6EB /* View+MASShorthandAdditions.h */,
  251. ECD0AC0A2928EECA0091B6EB /* ViewController+MASAdditions.h */,
  252. ECD0AC092928EECA0091B6EB /* ViewController+MASAdditions.m */,
  253. );
  254. path = Masonry;
  255. sourceTree = "<group>";
  256. };
  257. ECD0AC1E2928EF030091B6EB /* sources */ = {
  258. isa = PBXGroup;
  259. children = (
  260. ECD0AC1F2928EF260091B6EB /* btn_selected.png */,
  261. );
  262. path = sources;
  263. sourceTree = "<group>";
  264. };
  265. /* End PBXGroup section */
  266. /* Begin PBXNativeTarget section */
  267. EC62978829220F8300D339EE /* PDFViewer */ = {
  268. isa = PBXNativeTarget;
  269. buildConfigurationList = EC6297A229220F8400D339EE /* Build configuration list for PBXNativeTarget "PDFViewer" */;
  270. buildPhases = (
  271. EC62978529220F8300D339EE /* Sources */,
  272. EC62978629220F8300D339EE /* Frameworks */,
  273. EC62978729220F8300D339EE /* Resources */,
  274. EC31987529225362008E0889 /* Embed Frameworks */,
  275. );
  276. buildRules = (
  277. );
  278. dependencies = (
  279. );
  280. name = PDFViewer;
  281. productName = PDFViewer;
  282. productReference = EC62978929220F8300D339EE /* PDFViewer.app */;
  283. productType = "com.apple.product-type.application";
  284. };
  285. /* End PBXNativeTarget section */
  286. /* Begin PBXProject section */
  287. EC62978129220F8300D339EE /* Project object */ = {
  288. isa = PBXProject;
  289. attributes = {
  290. LastUpgradeCheck = 1240;
  291. TargetAttributes = {
  292. EC62978829220F8300D339EE = {
  293. CreatedOnToolsVersion = 12.4;
  294. };
  295. };
  296. };
  297. buildConfigurationList = EC62978429220F8300D339EE /* Build configuration list for PBXProject "PDFViewer" */;
  298. compatibilityVersion = "Xcode 9.3";
  299. developmentRegion = en;
  300. hasScannedForEncodings = 0;
  301. knownRegions = (
  302. en,
  303. Base,
  304. );
  305. mainGroup = EC62978029220F8300D339EE;
  306. productRefGroup = EC62978A29220F8300D339EE /* Products */;
  307. projectDirPath = "";
  308. projectRoot = "";
  309. targets = (
  310. EC62978829220F8300D339EE /* PDFViewer */,
  311. );
  312. };
  313. /* End PBXProject section */
  314. /* Begin PBXResourcesBuildPhase section */
  315. EC62978729220F8300D339EE /* Resources */ = {
  316. isa = PBXResourcesBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. EC62979C29220F8400D339EE /* LaunchScreen.storyboard in Resources */,
  320. C96D13932924793800CC92C7 /* btn_more.png in Resources */,
  321. EC62979929220F8400D339EE /* Assets.xcassets in Resources */,
  322. ECD0AC202928EF260091B6EB /* btn_selected.png in Resources */,
  323. EC62979729220F8300D339EE /* Main.storyboard in Resources */,
  324. );
  325. runOnlyForDeploymentPostprocessing = 0;
  326. };
  327. /* End PBXResourcesBuildPhase section */
  328. /* Begin PBXSourcesBuildPhase section */
  329. EC62978529220F8300D339EE /* Sources */ = {
  330. isa = PBXSourcesBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. ECC8831D2923352B00F6392E /* CPDFViewController.m in Sources */,
  334. EC62979429220F8300D339EE /* ViewController.m in Sources */,
  335. ECD0AC172928EECB0091B6EB /* MASConstraint.m in Sources */,
  336. C96150D2295400B00020F445 /* CPDFDrawView.m in Sources */,
  337. EC6297B8292239A700D339EE /* CPDFModel.m in Sources */,
  338. ECD0AC232928F2A70091B6EB /* CPDFTextViewController.m in Sources */,
  339. ECD0AC262928F2E50091B6EB /* CPDFImageViewController.m in Sources */,
  340. ECD0ABF02928ED9A0091B6EB /* CPDFTextPreview.m in Sources */,
  341. C9638496294ACC240055CCCA /* CPDFAddViewController.m in Sources */,
  342. ECD0AC1D2928EECB0091B6EB /* MASViewAttribute.m in Sources */,
  343. ECD0AC182928EECB0091B6EB /* MASCompositeConstraint.m in Sources */,
  344. ECD0AC1C2928EECB0091B6EB /* View+MASAdditions.m in Sources */,
  345. ECD0AC152928EECB0091B6EB /* MASLayoutConstraint.m in Sources */,
  346. EC62978E29220F8300D339EE /* AppDelegate.m in Sources */,
  347. EC62979F29220F8400D339EE /* main.m in Sources */,
  348. EC6297BD292239C200D339EE /* CPDFListController.m in Sources */,
  349. ECD0AC132928EECB0091B6EB /* MASConstraintMaker.m in Sources */,
  350. ECD0AC1A2928EECB0091B6EB /* ViewController+MASAdditions.m in Sources */,
  351. ECD0AC142928EECB0091B6EB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
  352. ECD0AC162928EECB0091B6EB /* NSArray+MASAdditions.m in Sources */,
  353. ECD0AC192928EECB0091B6EB /* MASViewConstraint.m in Sources */,
  354. EC62979129220F8300D339EE /* SceneDelegate.m in Sources */,
  355. ECD0ABF52928ED9A0091B6EB /* CPDFImagePreview.m in Sources */,
  356. ECD0AC32292B56C90091B6EB /* CPDFDataModel.m in Sources */,
  357. ECD0ABF42928ED9A0091B6EB /* CPDFTextView.m in Sources */,
  358. ECD0ABF32928ED9A0091B6EB /* CPDFImageView.m in Sources */,
  359. );
  360. runOnlyForDeploymentPostprocessing = 0;
  361. };
  362. /* End PBXSourcesBuildPhase section */
  363. /* Begin PBXVariantGroup section */
  364. EC62979529220F8300D339EE /* Main.storyboard */ = {
  365. isa = PBXVariantGroup;
  366. children = (
  367. EC62979629220F8300D339EE /* Base */,
  368. );
  369. name = Main.storyboard;
  370. sourceTree = "<group>";
  371. };
  372. EC62979A29220F8400D339EE /* LaunchScreen.storyboard */ = {
  373. isa = PBXVariantGroup;
  374. children = (
  375. EC62979B29220F8400D339EE /* Base */,
  376. );
  377. name = LaunchScreen.storyboard;
  378. sourceTree = "<group>";
  379. };
  380. /* End PBXVariantGroup section */
  381. /* Begin XCBuildConfiguration section */
  382. EC6297A029220F8400D339EE /* Debug */ = {
  383. isa = XCBuildConfiguration;
  384. buildSettings = {
  385. ALWAYS_SEARCH_USER_PATHS = NO;
  386. CLANG_ANALYZER_NONNULL = YES;
  387. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  388. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  389. CLANG_CXX_LIBRARY = "libc++";
  390. CLANG_ENABLE_MODULES = YES;
  391. CLANG_ENABLE_OBJC_ARC = YES;
  392. CLANG_ENABLE_OBJC_WEAK = YES;
  393. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  394. CLANG_WARN_BOOL_CONVERSION = YES;
  395. CLANG_WARN_COMMA = YES;
  396. CLANG_WARN_CONSTANT_CONVERSION = YES;
  397. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  398. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  399. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  400. CLANG_WARN_EMPTY_BODY = YES;
  401. CLANG_WARN_ENUM_CONVERSION = YES;
  402. CLANG_WARN_INFINITE_RECURSION = YES;
  403. CLANG_WARN_INT_CONVERSION = YES;
  404. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  405. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  406. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  407. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  408. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  409. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  410. CLANG_WARN_STRICT_PROTOTYPES = YES;
  411. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  412. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  413. CLANG_WARN_UNREACHABLE_CODE = YES;
  414. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  415. COPY_PHASE_STRIP = NO;
  416. DEBUG_INFORMATION_FORMAT = dwarf;
  417. ENABLE_STRICT_OBJC_MSGSEND = YES;
  418. ENABLE_TESTABILITY = YES;
  419. GCC_C_LANGUAGE_STANDARD = gnu11;
  420. GCC_DYNAMIC_NO_PIC = NO;
  421. GCC_NO_COMMON_BLOCKS = YES;
  422. GCC_OPTIMIZATION_LEVEL = 0;
  423. GCC_PREPROCESSOR_DEFINITIONS = (
  424. "DEBUG=1",
  425. "$(inherited)",
  426. );
  427. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  428. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  429. GCC_WARN_UNDECLARED_SELECTOR = YES;
  430. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  431. GCC_WARN_UNUSED_FUNCTION = YES;
  432. GCC_WARN_UNUSED_VARIABLE = YES;
  433. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  434. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  435. MTL_FAST_MATH = YES;
  436. ONLY_ACTIVE_ARCH = YES;
  437. SDKROOT = iphoneos;
  438. };
  439. name = Debug;
  440. };
  441. EC6297A129220F8400D339EE /* Release */ = {
  442. isa = XCBuildConfiguration;
  443. buildSettings = {
  444. ALWAYS_SEARCH_USER_PATHS = NO;
  445. CLANG_ANALYZER_NONNULL = YES;
  446. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  447. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  448. CLANG_CXX_LIBRARY = "libc++";
  449. CLANG_ENABLE_MODULES = YES;
  450. CLANG_ENABLE_OBJC_ARC = YES;
  451. CLANG_ENABLE_OBJC_WEAK = YES;
  452. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  453. CLANG_WARN_BOOL_CONVERSION = YES;
  454. CLANG_WARN_COMMA = YES;
  455. CLANG_WARN_CONSTANT_CONVERSION = YES;
  456. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  457. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  458. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  459. CLANG_WARN_EMPTY_BODY = YES;
  460. CLANG_WARN_ENUM_CONVERSION = YES;
  461. CLANG_WARN_INFINITE_RECURSION = YES;
  462. CLANG_WARN_INT_CONVERSION = YES;
  463. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  464. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  465. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  466. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  467. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  468. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  469. CLANG_WARN_STRICT_PROTOTYPES = YES;
  470. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  471. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  472. CLANG_WARN_UNREACHABLE_CODE = YES;
  473. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  474. COPY_PHASE_STRIP = NO;
  475. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  476. ENABLE_NS_ASSERTIONS = NO;
  477. ENABLE_STRICT_OBJC_MSGSEND = YES;
  478. GCC_C_LANGUAGE_STANDARD = gnu11;
  479. GCC_NO_COMMON_BLOCKS = YES;
  480. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  481. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  482. GCC_WARN_UNDECLARED_SELECTOR = YES;
  483. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  484. GCC_WARN_UNUSED_FUNCTION = YES;
  485. GCC_WARN_UNUSED_VARIABLE = YES;
  486. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  487. MTL_ENABLE_DEBUG_INFO = NO;
  488. MTL_FAST_MATH = YES;
  489. SDKROOT = iphoneos;
  490. VALIDATE_PRODUCT = YES;
  491. };
  492. name = Release;
  493. };
  494. EC6297A329220F8400D339EE /* Debug */ = {
  495. isa = XCBuildConfiguration;
  496. buildSettings = {
  497. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  498. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  499. CODE_SIGN_STYLE = Automatic;
  500. DEVELOPMENT_TEAM = 6288D8MU8G;
  501. EXCLUDED_ARCHS = "";
  502. FRAMEWORK_SEARCH_PATHS = (
  503. "$(inherited)",
  504. "$(PROJECT_DIR)",
  505. );
  506. INFOPLIST_FILE = PDFViewer/Info.plist;
  507. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  508. LD_RUNPATH_SEARCH_PATHS = (
  509. "$(inherited)",
  510. "@executable_path/Frameworks",
  511. );
  512. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  513. PRODUCT_NAME = "$(TARGET_NAME)";
  514. TARGETED_DEVICE_FAMILY = "1,2";
  515. };
  516. name = Debug;
  517. };
  518. EC6297A429220F8400D339EE /* Release */ = {
  519. isa = XCBuildConfiguration;
  520. buildSettings = {
  521. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  522. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  523. CODE_SIGN_STYLE = Automatic;
  524. DEVELOPMENT_TEAM = 6288D8MU8G;
  525. EXCLUDED_ARCHS = "";
  526. FRAMEWORK_SEARCH_PATHS = (
  527. "$(inherited)",
  528. "$(PROJECT_DIR)",
  529. );
  530. INFOPLIST_FILE = PDFViewer/Info.plist;
  531. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  532. LD_RUNPATH_SEARCH_PATHS = (
  533. "$(inherited)",
  534. "@executable_path/Frameworks",
  535. );
  536. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  537. PRODUCT_NAME = "$(TARGET_NAME)";
  538. TARGETED_DEVICE_FAMILY = "1,2";
  539. };
  540. name = Release;
  541. };
  542. /* End XCBuildConfiguration section */
  543. /* Begin XCConfigurationList section */
  544. EC62978429220F8300D339EE /* Build configuration list for PBXProject "PDFViewer" */ = {
  545. isa = XCConfigurationList;
  546. buildConfigurations = (
  547. EC6297A029220F8400D339EE /* Debug */,
  548. EC6297A129220F8400D339EE /* Release */,
  549. );
  550. defaultConfigurationIsVisible = 0;
  551. defaultConfigurationName = Release;
  552. };
  553. EC6297A229220F8400D339EE /* Build configuration list for PBXNativeTarget "PDFViewer" */ = {
  554. isa = XCConfigurationList;
  555. buildConfigurations = (
  556. EC6297A329220F8400D339EE /* Debug */,
  557. EC6297A429220F8400D339EE /* Release */,
  558. );
  559. defaultConfigurationIsVisible = 0;
  560. defaultConfigurationName = Release;
  561. };
  562. /* End XCConfigurationList section */
  563. };
  564. rootObject = EC62978129220F8300D339EE /* Project object */;
  565. }