project.pbxproj 22 KB

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