project.pbxproj 22 KB

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