project.pbxproj 21 KB

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