project.pbxproj 21 KB

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