project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4F06AB5D29F6852C007797E4 /* CPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F06AB5C29F6852C007797E4 /* CPDFViewController.m */; };
  10. C918CEB229F903CF00D43974 /* compdfkit_tools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEB129F903CF00D43974 /* compdfkit_tools.framework */; };
  11. C918CEB329F903CF00D43974 /* compdfkit_tools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEB129F903CF00D43974 /* compdfkit_tools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  12. C9AF185129F267DD00EC4979 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF185029F267DD00EC4979 /* AppDelegate.m */; };
  13. C9AF185429F267DD00EC4979 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF185329F267DD00EC4979 /* SceneDelegate.m */; };
  14. C9AF185A29F267DD00EC4979 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9AF185829F267DD00EC4979 /* Main.storyboard */; };
  15. C9AF185C29F267E000EC4979 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C9AF185B29F267E000EC4979 /* Assets.xcassets */; };
  16. C9AF185F29F267E000EC4979 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C9AF185D29F267E000EC4979 /* LaunchScreen.storyboard */; };
  17. C9AF186229F267E000EC4979 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF186129F267E000EC4979 /* main.m */; };
  18. C9AF187429F26AD200EC4979 /* SDKLicense.xml in Resources */ = {isa = PBXBuildFile; fileRef = C9AF187129F26AD200EC4979 /* SDKLicense.xml */; };
  19. C9AF187529F26AD200EC4979 /* XPDXMLElement.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF187229F26AD200EC4979 /* XPDXMLElement.m */; };
  20. C9AF187629F26AD200EC4979 /* XMLParseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9AF187329F26AD200EC4979 /* XMLParseManager.m */; };
  21. C9AF187C29F26ADF00EC4979 /* Form_Widgets_Test.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C9AF187829F26ADF00EC4979 /* Form_Widgets_Test.pdf */; };
  22. C9AF187D29F26ADF00EC4979 /* PDF32000_2008.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C9AF187929F26ADF00EC4979 /* PDF32000_2008.pdf */; };
  23. C9AF187F29F26ADF00EC4979 /* Quick Start Guide.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C9AF187B29F26ADF00EC4979 /* Quick Start Guide.pdf */; };
  24. F32776912A04A6D900C5F0A6 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */; };
  25. F32776922A04A6D900C5F0A6 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  26. F350B3502A09EFF500B4FC8F /* CPDFMediaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F350B34F2A09EFF500B4FC8F /* CPDFMediaManager.m */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXCopyFilesBuildPhase section */
  29. C9AF188429F26B4D00EC4979 /* Embed Frameworks */ = {
  30. isa = PBXCopyFilesBuildPhase;
  31. buildActionMask = 2147483647;
  32. dstPath = "";
  33. dstSubfolderSpec = 10;
  34. files = (
  35. C918CEB329F903CF00D43974 /* compdfkit_tools.framework in Embed Frameworks */,
  36. F32776922A04A6D900C5F0A6 /* ComPDFKit.xcframework in Embed Frameworks */,
  37. );
  38. name = "Embed Frameworks";
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXCopyFilesBuildPhase section */
  42. /* Begin PBXFileReference section */
  43. 4F06AB5B29F6852C007797E4 /* CPDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFViewController.h; sourceTree = "<group>"; };
  44. 4F06AB5C29F6852C007797E4 /* CPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFViewController.m; sourceTree = "<group>"; };
  45. C918CEB129F903CF00D43974 /* compdfkit_tools.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = compdfkit_tools.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  46. C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ComPDFKit.xcframework; path = ../Lib/ComPDFKit.xcframework; sourceTree = "<group>"; };
  47. C9AF184C29F267DD00EC4979 /* Annotation-Ctrl-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Annotation-Ctrl-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  48. C9AF184F29F267DD00EC4979 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  49. C9AF185029F267DD00EC4979 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  50. C9AF185229F267DD00EC4979 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  51. C9AF185329F267DD00EC4979 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  52. C9AF185929F267DD00EC4979 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  53. C9AF185B29F267E000EC4979 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  54. C9AF185E29F267E000EC4979 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  55. C9AF186029F267E000EC4979 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  56. C9AF186129F267E000EC4979 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  57. C9AF186F29F26AD200EC4979 /* XPDXMLElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XPDXMLElement.h; sourceTree = "<group>"; };
  58. C9AF187029F26AD200EC4979 /* XMLParseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLParseManager.h; sourceTree = "<group>"; };
  59. C9AF187129F26AD200EC4979 /* SDKLicense.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = SDKLicense.xml; sourceTree = "<group>"; };
  60. C9AF187229F26AD200EC4979 /* XPDXMLElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XPDXMLElement.m; sourceTree = "<group>"; };
  61. C9AF187329F26AD200EC4979 /* XMLParseManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLParseManager.m; sourceTree = "<group>"; };
  62. C9AF187829F26ADF00EC4979 /* Form_Widgets_Test.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Form_Widgets_Test.pdf; sourceTree = "<group>"; };
  63. C9AF187929F26ADF00EC4979 /* PDF32000_2008.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = PDF32000_2008.pdf; sourceTree = "<group>"; };
  64. C9AF187B29F26ADF00EC4979 /* Quick Start Guide.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "Quick Start Guide.pdf"; sourceTree = "<group>"; };
  65. F350B34D2A09EFF500B4FC8F /* CPDFMediaManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFMediaManager.h; sourceTree = "<group>"; };
  66. F350B34F2A09EFF500B4FC8F /* CPDFMediaManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CPDFMediaManager.m; sourceTree = "<group>"; };
  67. /* End PBXFileReference section */
  68. /* Begin PBXFrameworksBuildPhase section */
  69. C9AF184929F267DD00EC4979 /* Frameworks */ = {
  70. isa = PBXFrameworksBuildPhase;
  71. buildActionMask = 2147483647;
  72. files = (
  73. C918CEB229F903CF00D43974 /* compdfkit_tools.framework in Frameworks */,
  74. F32776912A04A6D900C5F0A6 /* ComPDFKit.xcframework in Frameworks */,
  75. );
  76. runOnlyForDeploymentPostprocessing = 0;
  77. };
  78. /* End PBXFrameworksBuildPhase section */
  79. /* Begin PBXGroup section */
  80. C918CEB029F903CF00D43974 /* Frameworks */ = {
  81. isa = PBXGroup;
  82. children = (
  83. C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */,
  84. C918CEB129F903CF00D43974 /* compdfkit_tools.framework */,
  85. );
  86. name = Frameworks;
  87. sourceTree = "<group>";
  88. };
  89. C9AF184329F267DD00EC4979 = {
  90. isa = PBXGroup;
  91. children = (
  92. C9AF187729F26ADF00EC4979 /* TestFile */,
  93. C9AF186E29F26AD200EC4979 /* SDKLicense */,
  94. C9AF184E29F267DD00EC4979 /* Annotation-Ctrl-Demo */,
  95. C9AF184D29F267DD00EC4979 /* Products */,
  96. C918CEB029F903CF00D43974 /* Frameworks */,
  97. );
  98. sourceTree = "<group>";
  99. };
  100. C9AF184D29F267DD00EC4979 /* Products */ = {
  101. isa = PBXGroup;
  102. children = (
  103. C9AF184C29F267DD00EC4979 /* Annotation-Ctrl-Demo.app */,
  104. );
  105. name = Products;
  106. sourceTree = "<group>";
  107. };
  108. C9AF184E29F267DD00EC4979 /* Annotation-Ctrl-Demo */ = {
  109. isa = PBXGroup;
  110. children = (
  111. C9AF184F29F267DD00EC4979 /* AppDelegate.h */,
  112. C9AF185029F267DD00EC4979 /* AppDelegate.m */,
  113. C9AF185229F267DD00EC4979 /* SceneDelegate.h */,
  114. C9AF185329F267DD00EC4979 /* SceneDelegate.m */,
  115. 4F06AB5B29F6852C007797E4 /* CPDFViewController.h */,
  116. 4F06AB5C29F6852C007797E4 /* CPDFViewController.m */,
  117. F350B34C2A09EFF500B4FC8F /* PDFSound */,
  118. C9AF185829F267DD00EC4979 /* Main.storyboard */,
  119. C9AF185B29F267E000EC4979 /* Assets.xcassets */,
  120. C9AF185D29F267E000EC4979 /* LaunchScreen.storyboard */,
  121. C9AF186029F267E000EC4979 /* Info.plist */,
  122. C9AF186129F267E000EC4979 /* main.m */,
  123. );
  124. path = "Annotation-Ctrl-Demo";
  125. sourceTree = "<group>";
  126. };
  127. C9AF186E29F26AD200EC4979 /* SDKLicense */ = {
  128. isa = PBXGroup;
  129. children = (
  130. C9AF187129F26AD200EC4979 /* SDKLicense.xml */,
  131. C9AF187029F26AD200EC4979 /* XMLParseManager.h */,
  132. C9AF187329F26AD200EC4979 /* XMLParseManager.m */,
  133. C9AF186F29F26AD200EC4979 /* XPDXMLElement.h */,
  134. C9AF187229F26AD200EC4979 /* XPDXMLElement.m */,
  135. );
  136. name = SDKLicense;
  137. path = ../SDKLicense;
  138. sourceTree = "<group>";
  139. };
  140. C9AF187729F26ADF00EC4979 /* TestFile */ = {
  141. isa = PBXGroup;
  142. children = (
  143. C9AF187829F26ADF00EC4979 /* Form_Widgets_Test.pdf */,
  144. C9AF187929F26ADF00EC4979 /* PDF32000_2008.pdf */,
  145. C9AF187B29F26ADF00EC4979 /* Quick Start Guide.pdf */,
  146. );
  147. name = TestFile;
  148. path = ../TestFile;
  149. sourceTree = "<group>";
  150. };
  151. F350B34C2A09EFF500B4FC8F /* PDFSound */ = {
  152. isa = PBXGroup;
  153. children = (
  154. F350B34D2A09EFF500B4FC8F /* CPDFMediaManager.h */,
  155. F350B34F2A09EFF500B4FC8F /* CPDFMediaManager.m */,
  156. );
  157. name = PDFSound;
  158. path = "../../compdfkit-tools/compdfkit-tools/Annotation/PDFProperties/PDFSound";
  159. sourceTree = "<group>";
  160. };
  161. /* End PBXGroup section */
  162. /* Begin PBXNativeTarget section */
  163. C9AF184B29F267DD00EC4979 /* Annotation-Ctrl-Demo */ = {
  164. isa = PBXNativeTarget;
  165. buildConfigurationList = C9AF186529F267E000EC4979 /* Build configuration list for PBXNativeTarget "Annotation-Ctrl-Demo" */;
  166. buildPhases = (
  167. C9AF184829F267DD00EC4979 /* Sources */,
  168. C9AF184929F267DD00EC4979 /* Frameworks */,
  169. C9AF184A29F267DD00EC4979 /* Resources */,
  170. C9AF188429F26B4D00EC4979 /* Embed Frameworks */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. );
  176. name = "Annotation-Ctrl-Demo";
  177. productName = "Annotation-Ctrl-Demo";
  178. productReference = C9AF184C29F267DD00EC4979 /* Annotation-Ctrl-Demo.app */;
  179. productType = "com.apple.product-type.application";
  180. };
  181. /* End PBXNativeTarget section */
  182. /* Begin PBXProject section */
  183. C9AF184429F267DD00EC4979 /* Project object */ = {
  184. isa = PBXProject;
  185. attributes = {
  186. BuildIndependentTargetsInParallel = 1;
  187. LastUpgradeCheck = 1420;
  188. TargetAttributes = {
  189. C9AF184B29F267DD00EC4979 = {
  190. CreatedOnToolsVersion = 14.2;
  191. };
  192. };
  193. };
  194. buildConfigurationList = C9AF184729F267DD00EC4979 /* Build configuration list for PBXProject "Annotation-Ctrl-Demo" */;
  195. compatibilityVersion = "Xcode 14.0";
  196. developmentRegion = en;
  197. hasScannedForEncodings = 0;
  198. knownRegions = (
  199. en,
  200. Base,
  201. );
  202. mainGroup = C9AF184329F267DD00EC4979;
  203. productRefGroup = C9AF184D29F267DD00EC4979 /* Products */;
  204. projectDirPath = "";
  205. projectRoot = "";
  206. targets = (
  207. C9AF184B29F267DD00EC4979 /* Annotation-Ctrl-Demo */,
  208. );
  209. };
  210. /* End PBXProject section */
  211. /* Begin PBXResourcesBuildPhase section */
  212. C9AF184A29F267DD00EC4979 /* Resources */ = {
  213. isa = PBXResourcesBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. C9AF187C29F26ADF00EC4979 /* Form_Widgets_Test.pdf in Resources */,
  217. C9AF185F29F267E000EC4979 /* LaunchScreen.storyboard in Resources */,
  218. C9AF185C29F267E000EC4979 /* Assets.xcassets in Resources */,
  219. C9AF187429F26AD200EC4979 /* SDKLicense.xml in Resources */,
  220. C9AF185A29F267DD00EC4979 /* Main.storyboard in Resources */,
  221. C9AF187F29F26ADF00EC4979 /* Quick Start Guide.pdf in Resources */,
  222. C9AF187D29F26ADF00EC4979 /* PDF32000_2008.pdf in Resources */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. /* End PBXResourcesBuildPhase section */
  227. /* Begin PBXSourcesBuildPhase section */
  228. C9AF184829F267DD00EC4979 /* Sources */ = {
  229. isa = PBXSourcesBuildPhase;
  230. buildActionMask = 2147483647;
  231. files = (
  232. C9AF187529F26AD200EC4979 /* XPDXMLElement.m in Sources */,
  233. 4F06AB5D29F6852C007797E4 /* CPDFViewController.m in Sources */,
  234. C9AF185129F267DD00EC4979 /* AppDelegate.m in Sources */,
  235. C9AF187629F26AD200EC4979 /* XMLParseManager.m in Sources */,
  236. C9AF186229F267E000EC4979 /* main.m in Sources */,
  237. F350B3502A09EFF500B4FC8F /* CPDFMediaManager.m in Sources */,
  238. C9AF185429F267DD00EC4979 /* SceneDelegate.m in Sources */,
  239. );
  240. runOnlyForDeploymentPostprocessing = 0;
  241. };
  242. /* End PBXSourcesBuildPhase section */
  243. /* Begin PBXVariantGroup section */
  244. C9AF185829F267DD00EC4979 /* Main.storyboard */ = {
  245. isa = PBXVariantGroup;
  246. children = (
  247. C9AF185929F267DD00EC4979 /* Base */,
  248. );
  249. name = Main.storyboard;
  250. sourceTree = "<group>";
  251. };
  252. C9AF185D29F267E000EC4979 /* LaunchScreen.storyboard */ = {
  253. isa = PBXVariantGroup;
  254. children = (
  255. C9AF185E29F267E000EC4979 /* Base */,
  256. );
  257. name = LaunchScreen.storyboard;
  258. sourceTree = "<group>";
  259. };
  260. /* End PBXVariantGroup section */
  261. /* Begin XCBuildConfiguration section */
  262. C9AF186329F267E000EC4979 /* Debug */ = {
  263. isa = XCBuildConfiguration;
  264. buildSettings = {
  265. ALWAYS_SEARCH_USER_PATHS = NO;
  266. CLANG_ANALYZER_NONNULL = YES;
  267. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  268. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  269. CLANG_ENABLE_MODULES = YES;
  270. CLANG_ENABLE_OBJC_ARC = YES;
  271. CLANG_ENABLE_OBJC_WEAK = YES;
  272. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  273. CLANG_WARN_BOOL_CONVERSION = YES;
  274. CLANG_WARN_COMMA = YES;
  275. CLANG_WARN_CONSTANT_CONVERSION = YES;
  276. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  277. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  278. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  279. CLANG_WARN_EMPTY_BODY = YES;
  280. CLANG_WARN_ENUM_CONVERSION = YES;
  281. CLANG_WARN_INFINITE_RECURSION = YES;
  282. CLANG_WARN_INT_CONVERSION = YES;
  283. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  284. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  285. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  286. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  287. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  288. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  289. CLANG_WARN_STRICT_PROTOTYPES = YES;
  290. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  291. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  292. CLANG_WARN_UNREACHABLE_CODE = YES;
  293. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  294. COPY_PHASE_STRIP = NO;
  295. DEBUG_INFORMATION_FORMAT = dwarf;
  296. ENABLE_STRICT_OBJC_MSGSEND = YES;
  297. ENABLE_TESTABILITY = YES;
  298. GCC_C_LANGUAGE_STANDARD = gnu11;
  299. GCC_DYNAMIC_NO_PIC = NO;
  300. GCC_NO_COMMON_BLOCKS = YES;
  301. GCC_OPTIMIZATION_LEVEL = 0;
  302. GCC_PREPROCESSOR_DEFINITIONS = (
  303. "DEBUG=1",
  304. "$(inherited)",
  305. );
  306. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  307. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  308. GCC_WARN_UNDECLARED_SELECTOR = YES;
  309. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  310. GCC_WARN_UNUSED_FUNCTION = YES;
  311. GCC_WARN_UNUSED_VARIABLE = YES;
  312. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  313. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  314. MTL_FAST_MATH = YES;
  315. ONLY_ACTIVE_ARCH = YES;
  316. SDKROOT = iphoneos;
  317. };
  318. name = Debug;
  319. };
  320. C9AF186429F267E000EC4979 /* Release */ = {
  321. isa = XCBuildConfiguration;
  322. buildSettings = {
  323. ALWAYS_SEARCH_USER_PATHS = NO;
  324. CLANG_ANALYZER_NONNULL = YES;
  325. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  326. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  327. CLANG_ENABLE_MODULES = YES;
  328. CLANG_ENABLE_OBJC_ARC = YES;
  329. CLANG_ENABLE_OBJC_WEAK = YES;
  330. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  331. CLANG_WARN_BOOL_CONVERSION = YES;
  332. CLANG_WARN_COMMA = YES;
  333. CLANG_WARN_CONSTANT_CONVERSION = YES;
  334. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  335. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  336. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  337. CLANG_WARN_EMPTY_BODY = YES;
  338. CLANG_WARN_ENUM_CONVERSION = YES;
  339. CLANG_WARN_INFINITE_RECURSION = YES;
  340. CLANG_WARN_INT_CONVERSION = YES;
  341. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  342. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  343. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  344. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  345. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  346. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  347. CLANG_WARN_STRICT_PROTOTYPES = YES;
  348. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  349. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  350. CLANG_WARN_UNREACHABLE_CODE = YES;
  351. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  352. COPY_PHASE_STRIP = NO;
  353. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  354. ENABLE_NS_ASSERTIONS = NO;
  355. ENABLE_STRICT_OBJC_MSGSEND = YES;
  356. GCC_C_LANGUAGE_STANDARD = gnu11;
  357. GCC_NO_COMMON_BLOCKS = YES;
  358. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  359. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  360. GCC_WARN_UNDECLARED_SELECTOR = YES;
  361. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  362. GCC_WARN_UNUSED_FUNCTION = YES;
  363. GCC_WARN_UNUSED_VARIABLE = YES;
  364. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  365. MTL_ENABLE_DEBUG_INFO = NO;
  366. MTL_FAST_MATH = YES;
  367. SDKROOT = iphoneos;
  368. VALIDATE_PRODUCT = YES;
  369. };
  370. name = Release;
  371. };
  372. C9AF186629F267E000EC4979 /* Debug */ = {
  373. isa = XCBuildConfiguration;
  374. buildSettings = {
  375. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  376. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  377. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  378. CODE_SIGN_STYLE = Automatic;
  379. CURRENT_PROJECT_VERSION = 1;
  380. DEVELOPMENT_TEAM = Q43DRF894U;
  381. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  382. GENERATE_INFOPLIST_FILE = YES;
  383. INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
  384. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  385. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  386. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  387. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  388. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  389. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  390. LD_RUNPATH_SEARCH_PATHS = (
  391. "$(inherited)",
  392. "@executable_path/Frameworks",
  393. );
  394. MARKETING_VERSION = 1.0;
  395. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.demo.annotation;
  396. PRODUCT_NAME = "$(TARGET_NAME)";
  397. SWIFT_EMIT_LOC_STRINGS = YES;
  398. TARGETED_DEVICE_FAMILY = "1,2";
  399. };
  400. name = Debug;
  401. };
  402. C9AF186729F267E000EC4979 /* Release */ = {
  403. isa = XCBuildConfiguration;
  404. buildSettings = {
  405. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  406. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  407. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  408. CODE_SIGN_STYLE = Automatic;
  409. CURRENT_PROJECT_VERSION = 1;
  410. DEVELOPMENT_TEAM = Q43DRF894U;
  411. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  412. GENERATE_INFOPLIST_FILE = YES;
  413. INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
  414. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  415. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  416. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  417. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  418. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  419. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  420. LD_RUNPATH_SEARCH_PATHS = (
  421. "$(inherited)",
  422. "@executable_path/Frameworks",
  423. );
  424. MARKETING_VERSION = 1.0;
  425. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.demo.annotation;
  426. PRODUCT_NAME = "$(TARGET_NAME)";
  427. SWIFT_EMIT_LOC_STRINGS = YES;
  428. TARGETED_DEVICE_FAMILY = "1,2";
  429. };
  430. name = Release;
  431. };
  432. /* End XCBuildConfiguration section */
  433. /* Begin XCConfigurationList section */
  434. C9AF184729F267DD00EC4979 /* Build configuration list for PBXProject "Annotation-Ctrl-Demo" */ = {
  435. isa = XCConfigurationList;
  436. buildConfigurations = (
  437. C9AF186329F267E000EC4979 /* Debug */,
  438. C9AF186429F267E000EC4979 /* Release */,
  439. );
  440. defaultConfigurationIsVisible = 0;
  441. defaultConfigurationName = Release;
  442. };
  443. C9AF186529F267E000EC4979 /* Build configuration list for PBXNativeTarget "Annotation-Ctrl-Demo" */ = {
  444. isa = XCConfigurationList;
  445. buildConfigurations = (
  446. C9AF186629F267E000EC4979 /* Debug */,
  447. C9AF186729F267E000EC4979 /* Release */,
  448. );
  449. defaultConfigurationIsVisible = 0;
  450. defaultConfigurationName = Release;
  451. };
  452. /* End XCConfigurationList section */
  453. };
  454. rootObject = C9AF184429F267DD00EC4979 /* Project object */;
  455. }