project.pbxproj 21 KB

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