project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4F6B6C3C2A173F6D0030C94E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */; };
  10. 4F6B6C3F2A173F6D0030C94E /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */; };
  11. 4F6B6C452A173F6D0030C94E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C432A173F6D0030C94E /* Main.storyboard */; };
  12. 4F6B6C472A173F6F0030C94E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C462A173F6F0030C94E /* Assets.xcassets */; };
  13. 4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */; };
  14. 4F6B6C4D2A173F6F0030C94E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C4C2A173F6F0030C94E /* main.m */; };
  15. 4F6B6C8C2A174EB80030C94E /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */; };
  16. F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */; };
  17. F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */; };
  18. F3C0CC142A431B8A00007C0A /* Quick Start Guide.pdf in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC0B2A431B8A00007C0A /* Quick Start Guide.pdf */; };
  19. F3C0CC152A431B8A00007C0A /* SDKLicense.xml in Resources */ = {isa = PBXBuildFile; fileRef = F3C0CC0F2A431B8A00007C0A /* SDKLicense.xml */; };
  20. F3C0CC162A431B8A00007C0A /* XPDXMLElement.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C0CC102A431B8A00007C0A /* XPDXMLElement.m */; };
  21. F3C0CC172A431B8A00007C0A /* XMLParseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F3C0CC112A431B8A00007C0A /* XMLParseManager.m */; };
  22. F3C0CC492A43218300007C0A /* ComPDFKit_Tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC482A43218300007C0A /* ComPDFKit_Tools.framework */; };
  23. F3C0CC4A2A43218300007C0A /* ComPDFKit_Tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC482A43218300007C0A /* ComPDFKit_Tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  24. F3C0CC612A4321D500007C0A /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC602A4321D500007C0A /* ComPDFKit.xcframework */; };
  25. F3C0CC622A4321D500007C0A /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F3C0CC602A4321D500007C0A /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXCopyFilesBuildPhase section */
  28. F3C0CC4B2A43218300007C0A /* Embed Frameworks */ = {
  29. isa = PBXCopyFilesBuildPhase;
  30. buildActionMask = 2147483647;
  31. dstPath = "";
  32. dstSubfolderSpec = 10;
  33. files = (
  34. F3C0CC4A2A43218300007C0A /* ComPDFKit_Tools.framework in Embed Frameworks */,
  35. F3C0CC622A4321D500007C0A /* ComPDFKit.xcframework in Embed Frameworks */,
  36. );
  37. name = "Embed Frameworks";
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXCopyFilesBuildPhase section */
  41. /* Begin PBXFileReference section */
  42. 4F6B6C372A173F6D0030C94E /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  44. 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  45. 4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  46. 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  47. 4F6B6C442A173F6D0030C94E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  48. 4F6B6C462A173F6F0030C94E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  49. 4F6B6C492A173F6F0030C94E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  50. 4F6B6C4B2A173F6F0030C94E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. 4F6B6C4C2A173F6F0030C94E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  52. 4F6B6C842A174D7C0030C94E /* compdfkit_tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = compdfkit_tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
  54. 4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
  55. F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
  56. F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
  57. F3C0CC0B2A431B8A00007C0A /* Quick Start Guide.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "Quick Start Guide.pdf"; sourceTree = "<group>"; };
  58. F3C0CC0D2A431B8A00007C0A /* XPDXMLElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPDXMLElement.h; sourceTree = "<group>"; };
  59. F3C0CC0E2A431B8A00007C0A /* XMLParseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLParseManager.h; sourceTree = "<group>"; };
  60. F3C0CC0F2A431B8A00007C0A /* SDKLicense.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = SDKLicense.xml; sourceTree = "<group>"; };
  61. F3C0CC102A431B8A00007C0A /* XPDXMLElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPDXMLElement.m; sourceTree = "<group>"; };
  62. F3C0CC112A431B8A00007C0A /* XMLParseManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLParseManager.m; sourceTree = "<group>"; };
  63. F3C0CC482A43218300007C0A /* ComPDFKit_Tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ComPDFKit_Tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  64. F3C0CC602A4321D500007C0A /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = "/Users/dinglingui/项目/研发/UI/Annotations/../Lib/ComPDFKit.xcframework"; sourceTree = "<absolute>"; };
  65. /* End PBXFileReference section */
  66. /* Begin PBXFrameworksBuildPhase section */
  67. 4F6B6C342A173F6D0030C94E /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. F3C0CC492A43218300007C0A /* ComPDFKit_Tools.framework in Frameworks */,
  72. F3C0CC612A4321D500007C0A /* ComPDFKit.xcframework in Frameworks */,
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXFrameworksBuildPhase section */
  77. /* Begin PBXGroup section */
  78. 4F6B6C2E2A173F6D0030C94E = {
  79. isa = PBXGroup;
  80. children = (
  81. F3C0CC0C2A431B8A00007C0A /* SDKLicense */,
  82. F3C0CC082A431B8A00007C0A /* TestFile */,
  83. 4F6B6C392A173F6D0030C94E /* PDFViewer */,
  84. 4F6B6C382A173F6D0030C94E /* Products */,
  85. 4F6B6C832A174D7C0030C94E /* Frameworks */,
  86. );
  87. sourceTree = "<group>";
  88. };
  89. 4F6B6C382A173F6D0030C94E /* Products */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 4F6B6C372A173F6D0030C94E /* PDFViewer.app */,
  93. );
  94. name = Products;
  95. sourceTree = "<group>";
  96. };
  97. 4F6B6C392A173F6D0030C94E /* PDFViewer */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 4F6B6C3A2A173F6D0030C94E /* AppDelegate.h */,
  101. 4F6B6C3B2A173F6D0030C94E /* AppDelegate.m */,
  102. 4F6B6C3D2A173F6D0030C94E /* SceneDelegate.h */,
  103. 4F6B6C3E2A173F6D0030C94E /* SceneDelegate.m */,
  104. 4F6B6C8B2A174EB70030C94E /* CPDFViewController.h */,
  105. 4F6B6C8A2A174EB70030C94E /* CPDFViewController.m */,
  106. 4F6B6C432A173F6D0030C94E /* Main.storyboard */,
  107. 4F6B6C462A173F6F0030C94E /* Assets.xcassets */,
  108. 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */,
  109. 4F6B6C4B2A173F6F0030C94E /* Info.plist */,
  110. 4F6B6C4C2A173F6F0030C94E /* main.m */,
  111. );
  112. path = PDFViewer;
  113. sourceTree = "<group>";
  114. };
  115. 4F6B6C832A174D7C0030C94E /* Frameworks */ = {
  116. isa = PBXGroup;
  117. children = (
  118. F3C0CC602A4321D500007C0A /* ComPDFKit.xcframework */,
  119. F3C0CC482A43218300007C0A /* ComPDFKit_Tools.framework */,
  120. 4F6B6C842A174D7C0030C94E /* compdfkit_tools.framework */,
  121. );
  122. name = Frameworks;
  123. sourceTree = "<group>";
  124. };
  125. F3C0CC082A431B8A00007C0A /* TestFile */ = {
  126. isa = PBXGroup;
  127. children = (
  128. F3C0CC092A431B8A00007C0A /* Form_Widgets_Test.pdf */,
  129. F3C0CC0A2A431B8A00007C0A /* PDF32000_2008.pdf */,
  130. F3C0CC0B2A431B8A00007C0A /* Quick Start Guide.pdf */,
  131. );
  132. name = TestFile;
  133. path = ../TestFile;
  134. sourceTree = "<group>";
  135. };
  136. F3C0CC0C2A431B8A00007C0A /* SDKLicense */ = {
  137. isa = PBXGroup;
  138. children = (
  139. F3C0CC0F2A431B8A00007C0A /* SDKLicense.xml */,
  140. F3C0CC0E2A431B8A00007C0A /* XMLParseManager.h */,
  141. F3C0CC112A431B8A00007C0A /* XMLParseManager.m */,
  142. F3C0CC0D2A431B8A00007C0A /* XPDXMLElement.h */,
  143. F3C0CC102A431B8A00007C0A /* XPDXMLElement.m */,
  144. );
  145. name = SDKLicense;
  146. path = ../SDKLicense;
  147. sourceTree = "<group>";
  148. };
  149. /* End PBXGroup section */
  150. /* Begin PBXNativeTarget section */
  151. 4F6B6C362A173F6D0030C94E /* PDFViewer */ = {
  152. isa = PBXNativeTarget;
  153. buildConfigurationList = 4F6B6C502A173F700030C94E /* Build configuration list for PBXNativeTarget "PDFViewer" */;
  154. buildPhases = (
  155. 4F6B6C332A173F6D0030C94E /* Sources */,
  156. 4F6B6C342A173F6D0030C94E /* Frameworks */,
  157. 4F6B6C352A173F6D0030C94E /* Resources */,
  158. F3C0CC4B2A43218300007C0A /* Embed Frameworks */,
  159. );
  160. buildRules = (
  161. );
  162. dependencies = (
  163. );
  164. name = PDFViewer;
  165. productName = ComPDFKit;
  166. productReference = 4F6B6C372A173F6D0030C94E /* PDFViewer.app */;
  167. productType = "com.apple.product-type.application";
  168. };
  169. /* End PBXNativeTarget section */
  170. /* Begin PBXProject section */
  171. 4F6B6C2F2A173F6D0030C94E /* Project object */ = {
  172. isa = PBXProject;
  173. attributes = {
  174. BuildIndependentTargetsInParallel = 1;
  175. LastUpgradeCheck = 1420;
  176. TargetAttributes = {
  177. 4F6B6C362A173F6D0030C94E = {
  178. CreatedOnToolsVersion = 14.2;
  179. };
  180. };
  181. };
  182. buildConfigurationList = 4F6B6C322A173F6D0030C94E /* Build configuration list for PBXProject "PDFViewer" */;
  183. compatibilityVersion = "Xcode 13.0";
  184. developmentRegion = en;
  185. hasScannedForEncodings = 0;
  186. knownRegions = (
  187. en,
  188. Base,
  189. );
  190. mainGroup = 4F6B6C2E2A173F6D0030C94E;
  191. productRefGroup = 4F6B6C382A173F6D0030C94E /* Products */;
  192. projectDirPath = "";
  193. projectRoot = "";
  194. targets = (
  195. 4F6B6C362A173F6D0030C94E /* PDFViewer */,
  196. );
  197. };
  198. /* End PBXProject section */
  199. /* Begin PBXResourcesBuildPhase section */
  200. 4F6B6C352A173F6D0030C94E /* Resources */ = {
  201. isa = PBXResourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. F3C0CC142A431B8A00007C0A /* Quick Start Guide.pdf in Resources */,
  205. 4F6B6C4A2A173F6F0030C94E /* LaunchScreen.storyboard in Resources */,
  206. 4F6B6C472A173F6F0030C94E /* Assets.xcassets in Resources */,
  207. F3C0CC152A431B8A00007C0A /* SDKLicense.xml in Resources */,
  208. F3C0CC132A431B8A00007C0A /* PDF32000_2008.pdf in Resources */,
  209. F3C0CC122A431B8A00007C0A /* Form_Widgets_Test.pdf in Resources */,
  210. 4F6B6C452A173F6D0030C94E /* Main.storyboard in Resources */,
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXResourcesBuildPhase section */
  215. /* Begin PBXSourcesBuildPhase section */
  216. 4F6B6C332A173F6D0030C94E /* Sources */ = {
  217. isa = PBXSourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. F3C0CC162A431B8A00007C0A /* XPDXMLElement.m in Sources */,
  221. 4F6B6C8C2A174EB80030C94E /* CPDFViewController.m in Sources */,
  222. 4F6B6C3C2A173F6D0030C94E /* AppDelegate.m in Sources */,
  223. F3C0CC172A431B8A00007C0A /* XMLParseManager.m in Sources */,
  224. 4F6B6C4D2A173F6F0030C94E /* main.m in Sources */,
  225. 4F6B6C3F2A173F6D0030C94E /* SceneDelegate.m in Sources */,
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. };
  229. /* End PBXSourcesBuildPhase section */
  230. /* Begin PBXVariantGroup section */
  231. 4F6B6C432A173F6D0030C94E /* Main.storyboard */ = {
  232. isa = PBXVariantGroup;
  233. children = (
  234. 4F6B6C442A173F6D0030C94E /* Base */,
  235. );
  236. name = Main.storyboard;
  237. sourceTree = "<group>";
  238. };
  239. 4F6B6C482A173F6F0030C94E /* LaunchScreen.storyboard */ = {
  240. isa = PBXVariantGroup;
  241. children = (
  242. 4F6B6C492A173F6F0030C94E /* Base */,
  243. );
  244. name = LaunchScreen.storyboard;
  245. sourceTree = "<group>";
  246. };
  247. /* End PBXVariantGroup section */
  248. /* Begin XCBuildConfiguration section */
  249. 4F6B6C4E2A173F6F0030C94E /* Debug */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. ALWAYS_SEARCH_USER_PATHS = NO;
  253. CLANG_ANALYZER_NONNULL = YES;
  254. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  255. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  256. CLANG_ENABLE_MODULES = YES;
  257. CLANG_ENABLE_OBJC_ARC = YES;
  258. CLANG_ENABLE_OBJC_WEAK = YES;
  259. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  260. CLANG_WARN_BOOL_CONVERSION = YES;
  261. CLANG_WARN_COMMA = YES;
  262. CLANG_WARN_CONSTANT_CONVERSION = YES;
  263. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  264. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  265. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  266. CLANG_WARN_EMPTY_BODY = YES;
  267. CLANG_WARN_ENUM_CONVERSION = YES;
  268. CLANG_WARN_INFINITE_RECURSION = YES;
  269. CLANG_WARN_INT_CONVERSION = YES;
  270. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  271. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  272. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  273. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  274. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  275. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  276. CLANG_WARN_STRICT_PROTOTYPES = YES;
  277. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  278. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  279. CLANG_WARN_UNREACHABLE_CODE = YES;
  280. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  281. COPY_PHASE_STRIP = NO;
  282. DEBUG_INFORMATION_FORMAT = dwarf;
  283. ENABLE_STRICT_OBJC_MSGSEND = YES;
  284. ENABLE_TESTABILITY = YES;
  285. GCC_C_LANGUAGE_STANDARD = gnu11;
  286. GCC_DYNAMIC_NO_PIC = NO;
  287. GCC_NO_COMMON_BLOCKS = YES;
  288. GCC_OPTIMIZATION_LEVEL = 0;
  289. GCC_PREPROCESSOR_DEFINITIONS = (
  290. "DEBUG=1",
  291. "$(inherited)",
  292. );
  293. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  294. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  295. GCC_WARN_UNDECLARED_SELECTOR = YES;
  296. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  297. GCC_WARN_UNUSED_FUNCTION = YES;
  298. GCC_WARN_UNUSED_VARIABLE = YES;
  299. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  300. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  301. MTL_FAST_MATH = YES;
  302. ONLY_ACTIVE_ARCH = YES;
  303. SDKROOT = iphoneos;
  304. };
  305. name = Debug;
  306. };
  307. 4F6B6C4F2A173F6F0030C94E /* Release */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. ALWAYS_SEARCH_USER_PATHS = NO;
  311. CLANG_ANALYZER_NONNULL = YES;
  312. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  313. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  314. CLANG_ENABLE_MODULES = YES;
  315. CLANG_ENABLE_OBJC_ARC = YES;
  316. CLANG_ENABLE_OBJC_WEAK = YES;
  317. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  318. CLANG_WARN_BOOL_CONVERSION = YES;
  319. CLANG_WARN_COMMA = YES;
  320. CLANG_WARN_CONSTANT_CONVERSION = YES;
  321. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  322. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  323. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN_ENUM_CONVERSION = YES;
  326. CLANG_WARN_INFINITE_RECURSION = YES;
  327. CLANG_WARN_INT_CONVERSION = YES;
  328. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  329. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  330. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  331. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  332. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  333. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  334. CLANG_WARN_STRICT_PROTOTYPES = YES;
  335. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  336. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  337. CLANG_WARN_UNREACHABLE_CODE = YES;
  338. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  339. COPY_PHASE_STRIP = NO;
  340. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  341. ENABLE_NS_ASSERTIONS = NO;
  342. ENABLE_STRICT_OBJC_MSGSEND = YES;
  343. GCC_C_LANGUAGE_STANDARD = gnu11;
  344. GCC_NO_COMMON_BLOCKS = YES;
  345. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  346. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  347. GCC_WARN_UNDECLARED_SELECTOR = YES;
  348. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  349. GCC_WARN_UNUSED_FUNCTION = YES;
  350. GCC_WARN_UNUSED_VARIABLE = YES;
  351. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  352. MTL_ENABLE_DEBUG_INFO = NO;
  353. MTL_FAST_MATH = YES;
  354. SDKROOT = iphoneos;
  355. VALIDATE_PRODUCT = YES;
  356. };
  357. name = Release;
  358. };
  359. 4F6B6C512A173F700030C94E /* Debug */ = {
  360. isa = XCBuildConfiguration;
  361. buildSettings = {
  362. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  363. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  364. CODE_SIGN_STYLE = Automatic;
  365. CURRENT_PROJECT_VERSION = 1;
  366. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  367. ENABLE_BITCODE = NO;
  368. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  369. GENERATE_INFOPLIST_FILE = YES;
  370. INFOPLIST_FILE = PDFViewer/Info.plist;
  371. INFOPLIST_KEY_CFBundleDisplayName = ComPDFKit;
  372. INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
  373. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  374. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
  375. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
  376. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  377. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  378. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  379. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  380. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  381. LD_RUNPATH_SEARCH_PATHS = (
  382. "$(inherited)",
  383. "@executable_path/Frameworks",
  384. );
  385. MARKETING_VERSION = 1.0;
  386. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  387. PRODUCT_NAME = "$(TARGET_NAME)";
  388. SWIFT_EMIT_LOC_STRINGS = YES;
  389. TARGETED_DEVICE_FAMILY = "1,2";
  390. };
  391. name = Debug;
  392. };
  393. 4F6B6C522A173F700030C94E /* Release */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  397. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  398. CODE_SIGN_STYLE = Automatic;
  399. CURRENT_PROJECT_VERSION = 1;
  400. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  401. ENABLE_BITCODE = NO;
  402. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  403. GENERATE_INFOPLIST_FILE = YES;
  404. INFOPLIST_FILE = PDFViewer/Info.plist;
  405. INFOPLIST_KEY_CFBundleDisplayName = ComPDFKit;
  406. INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
  407. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  408. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Enable camera access so that you can create scans with your camera.";
  409. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
  410. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  411. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  412. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  413. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  414. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  415. LD_RUNPATH_SEARCH_PATHS = (
  416. "$(inherited)",
  417. "@executable_path/Frameworks",
  418. );
  419. MARKETING_VERSION = 1.0;
  420. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.pdfviewer;
  421. PRODUCT_NAME = "$(TARGET_NAME)";
  422. SWIFT_EMIT_LOC_STRINGS = YES;
  423. TARGETED_DEVICE_FAMILY = "1,2";
  424. };
  425. name = Release;
  426. };
  427. /* End XCBuildConfiguration section */
  428. /* Begin XCConfigurationList section */
  429. 4F6B6C322A173F6D0030C94E /* Build configuration list for PBXProject "PDFViewer" */ = {
  430. isa = XCConfigurationList;
  431. buildConfigurations = (
  432. 4F6B6C4E2A173F6F0030C94E /* Debug */,
  433. 4F6B6C4F2A173F6F0030C94E /* Release */,
  434. );
  435. defaultConfigurationIsVisible = 0;
  436. defaultConfigurationName = Release;
  437. };
  438. 4F6B6C502A173F700030C94E /* Build configuration list for PBXNativeTarget "PDFViewer" */ = {
  439. isa = XCConfigurationList;
  440. buildConfigurations = (
  441. 4F6B6C512A173F700030C94E /* Debug */,
  442. 4F6B6C522A173F700030C94E /* Release */,
  443. );
  444. defaultConfigurationIsVisible = 0;
  445. defaultConfigurationName = Release;
  446. };
  447. /* End XCConfigurationList section */
  448. };
  449. rootObject = 4F6B6C2F2A173F6D0030C94E /* Project object */;
  450. }