project.pbxproj 23 KB

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