project.pbxproj 21 KB

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