project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  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. F32054C22A0F80B6006B41F7 /* CPDFMediaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F32054C12A0F80B6006B41F7 /* CPDFMediaManager.m */; };
  25. F32776912A04A6D900C5F0A6 /* ComPDFKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* ComPDFKit.xcframework */; };
  26. F32776922A04A6D900C5F0A6 /* ComPDFKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C918CEBB29F904E400D43974 /* 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. 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. F32054C02A0F80B6006B41F7 /* CPDFMediaManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPDFMediaManager.h; sourceTree = "<group>"; };
  66. F32054C12A0F80B6006B41F7 /* 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. F32054BF2A0F80B6006B41F7 /* PDFSound */,
  112. C9AF184F29F267DD00EC4979 /* AppDelegate.h */,
  113. C9AF185029F267DD00EC4979 /* AppDelegate.m */,
  114. C9AF185229F267DD00EC4979 /* SceneDelegate.h */,
  115. C9AF185329F267DD00EC4979 /* SceneDelegate.m */,
  116. 4F06AB5B29F6852C007797E4 /* CPDFViewController.h */,
  117. 4F06AB5C29F6852C007797E4 /* CPDFViewController.m */,
  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. F32054BF2A0F80B6006B41F7 /* PDFSound */ = {
  152. isa = PBXGroup;
  153. children = (
  154. F32054C02A0F80B6006B41F7 /* CPDFMediaManager.h */,
  155. F32054C12A0F80B6006B41F7 /* CPDFMediaManager.m */,
  156. );
  157. path = PDFSound;
  158. sourceTree = "<group>";
  159. };
  160. /* End PBXGroup section */
  161. /* Begin PBXNativeTarget section */
  162. C9AF184B29F267DD00EC4979 /* Annotation-Ctrl-Demo */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = C9AF186529F267E000EC4979 /* Build configuration list for PBXNativeTarget "Annotation-Ctrl-Demo" */;
  165. buildPhases = (
  166. C9AF184829F267DD00EC4979 /* Sources */,
  167. C9AF184929F267DD00EC4979 /* Frameworks */,
  168. C9AF184A29F267DD00EC4979 /* Resources */,
  169. C9AF188429F26B4D00EC4979 /* Embed Frameworks */,
  170. );
  171. buildRules = (
  172. );
  173. dependencies = (
  174. );
  175. name = "Annotation-Ctrl-Demo";
  176. productName = "Annotation-Ctrl-Demo";
  177. productReference = C9AF184C29F267DD00EC4979 /* Annotation-Ctrl-Demo.app */;
  178. productType = "com.apple.product-type.application";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. C9AF184429F267DD00EC4979 /* Project object */ = {
  183. isa = PBXProject;
  184. attributes = {
  185. BuildIndependentTargetsInParallel = 1;
  186. LastUpgradeCheck = 1420;
  187. TargetAttributes = {
  188. C9AF184B29F267DD00EC4979 = {
  189. CreatedOnToolsVersion = 14.2;
  190. };
  191. };
  192. };
  193. buildConfigurationList = C9AF184729F267DD00EC4979 /* Build configuration list for PBXProject "Annotation-Ctrl-Demo" */;
  194. compatibilityVersion = "Xcode 14.0";
  195. developmentRegion = en;
  196. hasScannedForEncodings = 0;
  197. knownRegions = (
  198. en,
  199. Base,
  200. );
  201. mainGroup = C9AF184329F267DD00EC4979;
  202. productRefGroup = C9AF184D29F267DD00EC4979 /* Products */;
  203. projectDirPath = "";
  204. projectRoot = "";
  205. targets = (
  206. C9AF184B29F267DD00EC4979 /* Annotation-Ctrl-Demo */,
  207. );
  208. };
  209. /* End PBXProject section */
  210. /* Begin PBXResourcesBuildPhase section */
  211. C9AF184A29F267DD00EC4979 /* Resources */ = {
  212. isa = PBXResourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. C9AF187C29F26ADF00EC4979 /* Form_Widgets_Test.pdf in Resources */,
  216. C9AF185F29F267E000EC4979 /* LaunchScreen.storyboard in Resources */,
  217. C9AF185C29F267E000EC4979 /* Assets.xcassets in Resources */,
  218. C9AF187429F26AD200EC4979 /* SDKLicense.xml in Resources */,
  219. C9AF185A29F267DD00EC4979 /* Main.storyboard in Resources */,
  220. C9AF187F29F26ADF00EC4979 /* Quick Start Guide.pdf in Resources */,
  221. C9AF187D29F26ADF00EC4979 /* PDF32000_2008.pdf in Resources */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXResourcesBuildPhase section */
  226. /* Begin PBXSourcesBuildPhase section */
  227. C9AF184829F267DD00EC4979 /* Sources */ = {
  228. isa = PBXSourcesBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. C9AF187529F26AD200EC4979 /* XPDXMLElement.m in Sources */,
  232. 4F06AB5D29F6852C007797E4 /* CPDFViewController.m in Sources */,
  233. C9AF185129F267DD00EC4979 /* AppDelegate.m in Sources */,
  234. C9AF187629F26AD200EC4979 /* XMLParseManager.m in Sources */,
  235. C9AF186229F267E000EC4979 /* main.m in Sources */,
  236. F32054C22A0F80B6006B41F7 /* CPDFMediaManager.m in Sources */,
  237. C9AF185429F267DD00EC4979 /* SceneDelegate.m in Sources */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXSourcesBuildPhase section */
  242. /* Begin PBXVariantGroup section */
  243. C9AF185829F267DD00EC4979 /* Main.storyboard */ = {
  244. isa = PBXVariantGroup;
  245. children = (
  246. C9AF185929F267DD00EC4979 /* Base */,
  247. );
  248. name = Main.storyboard;
  249. sourceTree = "<group>";
  250. };
  251. C9AF185D29F267E000EC4979 /* LaunchScreen.storyboard */ = {
  252. isa = PBXVariantGroup;
  253. children = (
  254. C9AF185E29F267E000EC4979 /* Base */,
  255. );
  256. name = LaunchScreen.storyboard;
  257. sourceTree = "<group>";
  258. };
  259. /* End PBXVariantGroup section */
  260. /* Begin XCBuildConfiguration section */
  261. C9AF186329F267E000EC4979 /* Debug */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. ALWAYS_SEARCH_USER_PATHS = NO;
  265. CLANG_ANALYZER_NONNULL = YES;
  266. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  267. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  268. CLANG_ENABLE_MODULES = YES;
  269. CLANG_ENABLE_OBJC_ARC = YES;
  270. CLANG_ENABLE_OBJC_WEAK = YES;
  271. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  272. CLANG_WARN_BOOL_CONVERSION = YES;
  273. CLANG_WARN_COMMA = YES;
  274. CLANG_WARN_CONSTANT_CONVERSION = YES;
  275. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  276. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  277. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  278. CLANG_WARN_EMPTY_BODY = YES;
  279. CLANG_WARN_ENUM_CONVERSION = YES;
  280. CLANG_WARN_INFINITE_RECURSION = YES;
  281. CLANG_WARN_INT_CONVERSION = YES;
  282. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  283. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  284. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  285. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  286. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  287. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  288. CLANG_WARN_STRICT_PROTOTYPES = YES;
  289. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  290. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  291. CLANG_WARN_UNREACHABLE_CODE = YES;
  292. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  293. COPY_PHASE_STRIP = NO;
  294. DEBUG_INFORMATION_FORMAT = dwarf;
  295. ENABLE_STRICT_OBJC_MSGSEND = YES;
  296. ENABLE_TESTABILITY = YES;
  297. GCC_C_LANGUAGE_STANDARD = gnu11;
  298. GCC_DYNAMIC_NO_PIC = NO;
  299. GCC_NO_COMMON_BLOCKS = YES;
  300. GCC_OPTIMIZATION_LEVEL = 0;
  301. GCC_PREPROCESSOR_DEFINITIONS = (
  302. "DEBUG=1",
  303. "$(inherited)",
  304. );
  305. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  306. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  307. GCC_WARN_UNDECLARED_SELECTOR = YES;
  308. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  309. GCC_WARN_UNUSED_FUNCTION = YES;
  310. GCC_WARN_UNUSED_VARIABLE = YES;
  311. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  312. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  313. MTL_FAST_MATH = YES;
  314. ONLY_ACTIVE_ARCH = YES;
  315. SDKROOT = iphoneos;
  316. };
  317. name = Debug;
  318. };
  319. C9AF186429F267E000EC4979 /* Release */ = {
  320. isa = XCBuildConfiguration;
  321. buildSettings = {
  322. ALWAYS_SEARCH_USER_PATHS = NO;
  323. CLANG_ANALYZER_NONNULL = YES;
  324. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  325. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  326. CLANG_ENABLE_MODULES = YES;
  327. CLANG_ENABLE_OBJC_ARC = YES;
  328. CLANG_ENABLE_OBJC_WEAK = YES;
  329. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  330. CLANG_WARN_BOOL_CONVERSION = YES;
  331. CLANG_WARN_COMMA = YES;
  332. CLANG_WARN_CONSTANT_CONVERSION = YES;
  333. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  334. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  335. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  336. CLANG_WARN_EMPTY_BODY = YES;
  337. CLANG_WARN_ENUM_CONVERSION = YES;
  338. CLANG_WARN_INFINITE_RECURSION = YES;
  339. CLANG_WARN_INT_CONVERSION = YES;
  340. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  341. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  342. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  343. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  344. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  345. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  346. CLANG_WARN_STRICT_PROTOTYPES = YES;
  347. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  348. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  349. CLANG_WARN_UNREACHABLE_CODE = YES;
  350. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  351. COPY_PHASE_STRIP = NO;
  352. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  353. ENABLE_NS_ASSERTIONS = NO;
  354. ENABLE_STRICT_OBJC_MSGSEND = YES;
  355. GCC_C_LANGUAGE_STANDARD = gnu11;
  356. GCC_NO_COMMON_BLOCKS = YES;
  357. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  358. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  359. GCC_WARN_UNDECLARED_SELECTOR = YES;
  360. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  361. GCC_WARN_UNUSED_FUNCTION = YES;
  362. GCC_WARN_UNUSED_VARIABLE = YES;
  363. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  364. MTL_ENABLE_DEBUG_INFO = NO;
  365. MTL_FAST_MATH = YES;
  366. SDKROOT = iphoneos;
  367. VALIDATE_PRODUCT = YES;
  368. };
  369. name = Release;
  370. };
  371. C9AF186629F267E000EC4979 /* Debug */ = {
  372. isa = XCBuildConfiguration;
  373. buildSettings = {
  374. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  375. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  376. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  377. CODE_SIGN_STYLE = Automatic;
  378. CURRENT_PROJECT_VERSION = 1;
  379. DEVELOPMENT_TEAM = Q43DRF894U;
  380. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  381. GENERATE_INFOPLIST_FILE = YES;
  382. INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
  383. INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
  384. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  385. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
  386. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  387. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  388. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  389. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  390. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  391. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  392. LD_RUNPATH_SEARCH_PATHS = (
  393. "$(inherited)",
  394. "@executable_path/Frameworks",
  395. );
  396. MARKETING_VERSION = 1.0;
  397. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.demo.annotation;
  398. PRODUCT_NAME = "$(TARGET_NAME)";
  399. SWIFT_EMIT_LOC_STRINGS = YES;
  400. TARGETED_DEVICE_FAMILY = "1,2";
  401. };
  402. name = Debug;
  403. };
  404. C9AF186729F267E000EC4979 /* Release */ = {
  405. isa = XCBuildConfiguration;
  406. buildSettings = {
  407. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  408. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  409. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  410. CODE_SIGN_STYLE = Automatic;
  411. CURRENT_PROJECT_VERSION = 1;
  412. DEVELOPMENT_TEAM = Q43DRF894U;
  413. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
  414. GENERATE_INFOPLIST_FILE = YES;
  415. INFOPLIST_FILE = "Annotation-Ctrl-Demo/Info.plist";
  416. INFOPLIST_KEY_NSCameraUsageDescription = "Enable camera access so that you can create scans with your camera.";
  417. INFOPLIST_KEY_NSMicrophoneUsageDescription = "Your consent is required before you could access the function.";
  418. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Enable photo access so that you can create scans with your photos.";
  419. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  420. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  421. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  422. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  423. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  424. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  425. LD_RUNPATH_SEARCH_PATHS = (
  426. "$(inherited)",
  427. "@executable_path/Frameworks",
  428. );
  429. MARKETING_VERSION = 1.0;
  430. PRODUCT_BUNDLE_IDENTIFIER = com.compdfkit.demo.annotation;
  431. PRODUCT_NAME = "$(TARGET_NAME)";
  432. SWIFT_EMIT_LOC_STRINGS = YES;
  433. TARGETED_DEVICE_FAMILY = "1,2";
  434. };
  435. name = Release;
  436. };
  437. /* End XCBuildConfiguration section */
  438. /* Begin XCConfigurationList section */
  439. C9AF184729F267DD00EC4979 /* Build configuration list for PBXProject "Annotation-Ctrl-Demo" */ = {
  440. isa = XCConfigurationList;
  441. buildConfigurations = (
  442. C9AF186329F267E000EC4979 /* Debug */,
  443. C9AF186429F267E000EC4979 /* Release */,
  444. );
  445. defaultConfigurationIsVisible = 0;
  446. defaultConfigurationName = Release;
  447. };
  448. C9AF186529F267E000EC4979 /* Build configuration list for PBXNativeTarget "Annotation-Ctrl-Demo" */ = {
  449. isa = XCConfigurationList;
  450. buildConfigurations = (
  451. C9AF186629F267E000EC4979 /* Debug */,
  452. C9AF186729F267E000EC4979 /* Release */,
  453. );
  454. defaultConfigurationIsVisible = 0;
  455. defaultConfigurationName = Release;
  456. };
  457. /* End XCConfigurationList section */
  458. };
  459. rootObject = C9AF184429F267DD00EC4979 /* Project object */;
  460. }