project.pbxproj 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. BBFBE6BE28DD7B97008B2335 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BD28DD7B97008B2335 /* AppDelegate.swift */; };
  10. BBFBE6C028DD7B97008B2335 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BF28DD7B97008B2335 /* ViewController.swift */; };
  11. BBFBE6C228DD7B98008B2335 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE6C128DD7B98008B2335 /* Assets.xcassets */; };
  12. BBFBE6C528DD7B98008B2335 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE6C328DD7B98008B2335 /* Main.storyboard */; };
  13. BBFBE6D028DD7B98008B2335 /* PDF_OfficeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6CF28DD7B98008B2335 /* PDF_OfficeTests.swift */; };
  14. BBFBE6DA28DD7B98008B2335 /* PDF_OfficeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6D928DD7B98008B2335 /* PDF_OfficeUITests.swift */; };
  15. BBFBE6DC28DD7B98008B2335 /* PDF_OfficeUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6DB28DD7B98008B2335 /* PDF_OfficeUITestsLaunchTests.swift */; };
  16. BBFBE70128DD7C21008B2335 /* PDF_Office_ProTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE70028DD7C21008B2335 /* PDF_Office_ProTests.swift */; };
  17. BBFBE70B28DD7C21008B2335 /* PDF_Office_ProUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE70A28DD7C21008B2335 /* PDF_Office_ProUITests.swift */; };
  18. BBFBE70D28DD7C21008B2335 /* PDF_Office_ProUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE70C28DD7C21008B2335 /* PDF_Office_ProUITestsLaunchTests.swift */; };
  19. BBFBE73028DD7C43008B2335 /* PDF_Office_DMGTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE72F28DD7C43008B2335 /* PDF_Office_DMGTests.swift */; };
  20. BBFBE73A28DD7C43008B2335 /* PDF_Office_DMGUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE73928DD7C43008B2335 /* PDF_Office_DMGUITests.swift */; };
  21. BBFBE73C28DD7C43008B2335 /* PDF_Office_DMGUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE73B28DD7C43008B2335 /* PDF_Office_DMGUITestsLaunchTests.swift */; };
  22. BBFBE74628DD7DB7008B2335 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BD28DD7B97008B2335 /* AppDelegate.swift */; };
  23. BBFBE74728DD7DB7008B2335 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BF28DD7B97008B2335 /* ViewController.swift */; };
  24. BBFBE74828DD7DB8008B2335 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BD28DD7B97008B2335 /* AppDelegate.swift */; };
  25. BBFBE74928DD7DB8008B2335 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBFBE6BF28DD7B97008B2335 /* ViewController.swift */; };
  26. BBFBE74A28DD7DDD008B2335 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE6C328DD7B98008B2335 /* Main.storyboard */; };
  27. BBFBE74B28DD7DDE008B2335 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE6C328DD7B98008B2335 /* Main.storyboard */; };
  28. BBFBE74C28DD7DE4008B2335 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE6F228DD7C21008B2335 /* Assets.xcassets */; };
  29. BBFBE74D28DD7DE8008B2335 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BBFBE72128DD7C43008B2335 /* Assets.xcassets */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXContainerItemProxy section */
  32. BBFBE6CC28DD7B98008B2335 /* PBXContainerItemProxy */ = {
  33. isa = PBXContainerItemProxy;
  34. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  35. proxyType = 1;
  36. remoteGlobalIDString = BBFBE6B928DD7B97008B2335;
  37. remoteInfo = "PDF Office";
  38. };
  39. BBFBE6D628DD7B98008B2335 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  42. proxyType = 1;
  43. remoteGlobalIDString = BBFBE6B928DD7B97008B2335;
  44. remoteInfo = "PDF Office";
  45. };
  46. BBFBE6FD28DD7C21008B2335 /* PBXContainerItemProxy */ = {
  47. isa = PBXContainerItemProxy;
  48. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  49. proxyType = 1;
  50. remoteGlobalIDString = BBFBE6EB28DD7C20008B2335;
  51. remoteInfo = "PDF Office Pro";
  52. };
  53. BBFBE70728DD7C21008B2335 /* PBXContainerItemProxy */ = {
  54. isa = PBXContainerItemProxy;
  55. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  56. proxyType = 1;
  57. remoteGlobalIDString = BBFBE6EB28DD7C20008B2335;
  58. remoteInfo = "PDF Office Pro";
  59. };
  60. BBFBE72C28DD7C43008B2335 /* PBXContainerItemProxy */ = {
  61. isa = PBXContainerItemProxy;
  62. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  63. proxyType = 1;
  64. remoteGlobalIDString = BBFBE71A28DD7C43008B2335;
  65. remoteInfo = "PDF Office DMG";
  66. };
  67. BBFBE73628DD7C43008B2335 /* PBXContainerItemProxy */ = {
  68. isa = PBXContainerItemProxy;
  69. containerPortal = BBFBE6B228DD7B97008B2335 /* Project object */;
  70. proxyType = 1;
  71. remoteGlobalIDString = BBFBE71A28DD7C43008B2335;
  72. remoteInfo = "PDF Office DMG";
  73. };
  74. /* End PBXContainerItemProxy section */
  75. /* Begin PBXFileReference section */
  76. BBFBE6BA28DD7B97008B2335 /* PDF Office.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PDF Office.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  77. BBFBE6BD28DD7B97008B2335 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  78. BBFBE6BF28DD7B97008B2335 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  79. BBFBE6C128DD7B98008B2335 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  80. BBFBE6C428DD7B98008B2335 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  81. BBFBE6C628DD7B98008B2335 /* PDF_Office.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDF_Office.entitlements; sourceTree = "<group>"; };
  82. BBFBE6CB28DD7B98008B2335 /* PDF OfficeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF OfficeTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  83. BBFBE6CF28DD7B98008B2335 /* PDF_OfficeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_OfficeTests.swift; sourceTree = "<group>"; };
  84. BBFBE6D528DD7B98008B2335 /* PDF OfficeUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF OfficeUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  85. BBFBE6D928DD7B98008B2335 /* PDF_OfficeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_OfficeUITests.swift; sourceTree = "<group>"; };
  86. BBFBE6DB28DD7B98008B2335 /* PDF_OfficeUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_OfficeUITestsLaunchTests.swift; sourceTree = "<group>"; };
  87. BBFBE6EC28DD7C20008B2335 /* PDF Office Pro.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PDF Office Pro.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  88. BBFBE6EE28DD7C20008B2335 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  89. BBFBE6F028DD7C20008B2335 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  90. BBFBE6F228DD7C21008B2335 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  91. BBFBE6F528DD7C21008B2335 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  92. BBFBE6F728DD7C21008B2335 /* PDF_Office_Pro.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDF_Office_Pro.entitlements; sourceTree = "<group>"; };
  93. BBFBE6FC28DD7C21008B2335 /* PDF Office ProTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF Office ProTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  94. BBFBE70028DD7C21008B2335 /* PDF_Office_ProTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_ProTests.swift; sourceTree = "<group>"; };
  95. BBFBE70628DD7C21008B2335 /* PDF Office ProUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF Office ProUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  96. BBFBE70A28DD7C21008B2335 /* PDF_Office_ProUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_ProUITests.swift; sourceTree = "<group>"; };
  97. BBFBE70C28DD7C21008B2335 /* PDF_Office_ProUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_ProUITestsLaunchTests.swift; sourceTree = "<group>"; };
  98. BBFBE71B28DD7C43008B2335 /* PDF Office DMG.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PDF Office DMG.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  99. BBFBE71D28DD7C43008B2335 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  100. BBFBE71F28DD7C43008B2335 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  101. BBFBE72128DD7C43008B2335 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  102. BBFBE72428DD7C43008B2335 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  103. BBFBE72628DD7C43008B2335 /* PDF_Office_DMG.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PDF_Office_DMG.entitlements; sourceTree = "<group>"; };
  104. BBFBE72B28DD7C43008B2335 /* PDF Office DMGTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF Office DMGTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  105. BBFBE72F28DD7C43008B2335 /* PDF_Office_DMGTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_DMGTests.swift; sourceTree = "<group>"; };
  106. BBFBE73528DD7C43008B2335 /* PDF Office DMGUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "PDF Office DMGUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  107. BBFBE73928DD7C43008B2335 /* PDF_Office_DMGUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_DMGUITests.swift; sourceTree = "<group>"; };
  108. BBFBE73B28DD7C43008B2335 /* PDF_Office_DMGUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDF_Office_DMGUITestsLaunchTests.swift; sourceTree = "<group>"; };
  109. /* End PBXFileReference section */
  110. /* Begin PBXFrameworksBuildPhase section */
  111. BBFBE6B728DD7B97008B2335 /* Frameworks */ = {
  112. isa = PBXFrameworksBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. );
  116. runOnlyForDeploymentPostprocessing = 0;
  117. };
  118. BBFBE6C828DD7B98008B2335 /* Frameworks */ = {
  119. isa = PBXFrameworksBuildPhase;
  120. buildActionMask = 2147483647;
  121. files = (
  122. );
  123. runOnlyForDeploymentPostprocessing = 0;
  124. };
  125. BBFBE6D228DD7B98008B2335 /* Frameworks */ = {
  126. isa = PBXFrameworksBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. BBFBE6E928DD7C20008B2335 /* Frameworks */ = {
  133. isa = PBXFrameworksBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. );
  137. runOnlyForDeploymentPostprocessing = 0;
  138. };
  139. BBFBE6F928DD7C21008B2335 /* Frameworks */ = {
  140. isa = PBXFrameworksBuildPhase;
  141. buildActionMask = 2147483647;
  142. files = (
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. BBFBE70328DD7C21008B2335 /* Frameworks */ = {
  147. isa = PBXFrameworksBuildPhase;
  148. buildActionMask = 2147483647;
  149. files = (
  150. );
  151. runOnlyForDeploymentPostprocessing = 0;
  152. };
  153. BBFBE71828DD7C43008B2335 /* Frameworks */ = {
  154. isa = PBXFrameworksBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. );
  158. runOnlyForDeploymentPostprocessing = 0;
  159. };
  160. BBFBE72828DD7C43008B2335 /* Frameworks */ = {
  161. isa = PBXFrameworksBuildPhase;
  162. buildActionMask = 2147483647;
  163. files = (
  164. );
  165. runOnlyForDeploymentPostprocessing = 0;
  166. };
  167. BBFBE73228DD7C43008B2335 /* Frameworks */ = {
  168. isa = PBXFrameworksBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. /* End PBXFrameworksBuildPhase section */
  175. /* Begin PBXGroup section */
  176. BBFBE6B128DD7B97008B2335 = {
  177. isa = PBXGroup;
  178. children = (
  179. BBFBE6BC28DD7B97008B2335 /* PDF Office */,
  180. BBFBE6CE28DD7B98008B2335 /* PDF OfficeTests */,
  181. BBFBE6D828DD7B98008B2335 /* PDF OfficeUITests */,
  182. BBFBE6ED28DD7C20008B2335 /* PDF Office Pro */,
  183. BBFBE6FF28DD7C21008B2335 /* PDF Office ProTests */,
  184. BBFBE70928DD7C21008B2335 /* PDF Office ProUITests */,
  185. BBFBE71C28DD7C43008B2335 /* PDF Office DMG */,
  186. BBFBE72E28DD7C43008B2335 /* PDF Office DMGTests */,
  187. BBFBE73828DD7C43008B2335 /* PDF Office DMGUITests */,
  188. BBFBE6BB28DD7B97008B2335 /* Products */,
  189. );
  190. sourceTree = "<group>";
  191. };
  192. BBFBE6BB28DD7B97008B2335 /* Products */ = {
  193. isa = PBXGroup;
  194. children = (
  195. BBFBE6BA28DD7B97008B2335 /* PDF Office.app */,
  196. BBFBE6CB28DD7B98008B2335 /* PDF OfficeTests.xctest */,
  197. BBFBE6D528DD7B98008B2335 /* PDF OfficeUITests.xctest */,
  198. BBFBE6EC28DD7C20008B2335 /* PDF Office Pro.app */,
  199. BBFBE6FC28DD7C21008B2335 /* PDF Office ProTests.xctest */,
  200. BBFBE70628DD7C21008B2335 /* PDF Office ProUITests.xctest */,
  201. BBFBE71B28DD7C43008B2335 /* PDF Office DMG.app */,
  202. BBFBE72B28DD7C43008B2335 /* PDF Office DMGTests.xctest */,
  203. BBFBE73528DD7C43008B2335 /* PDF Office DMGUITests.xctest */,
  204. );
  205. name = Products;
  206. sourceTree = "<group>";
  207. };
  208. BBFBE6BC28DD7B97008B2335 /* PDF Office */ = {
  209. isa = PBXGroup;
  210. children = (
  211. BBFBE6BD28DD7B97008B2335 /* AppDelegate.swift */,
  212. BBFBE6BF28DD7B97008B2335 /* ViewController.swift */,
  213. BBFBE6C128DD7B98008B2335 /* Assets.xcassets */,
  214. BBFBE6C328DD7B98008B2335 /* Main.storyboard */,
  215. BBFBE6C628DD7B98008B2335 /* PDF_Office.entitlements */,
  216. );
  217. path = "PDF Office";
  218. sourceTree = "<group>";
  219. };
  220. BBFBE6CE28DD7B98008B2335 /* PDF OfficeTests */ = {
  221. isa = PBXGroup;
  222. children = (
  223. BBFBE6CF28DD7B98008B2335 /* PDF_OfficeTests.swift */,
  224. );
  225. path = "PDF OfficeTests";
  226. sourceTree = "<group>";
  227. };
  228. BBFBE6D828DD7B98008B2335 /* PDF OfficeUITests */ = {
  229. isa = PBXGroup;
  230. children = (
  231. BBFBE6D928DD7B98008B2335 /* PDF_OfficeUITests.swift */,
  232. BBFBE6DB28DD7B98008B2335 /* PDF_OfficeUITestsLaunchTests.swift */,
  233. );
  234. path = "PDF OfficeUITests";
  235. sourceTree = "<group>";
  236. };
  237. BBFBE6ED28DD7C20008B2335 /* PDF Office Pro */ = {
  238. isa = PBXGroup;
  239. children = (
  240. BBFBE6EE28DD7C20008B2335 /* AppDelegate.swift */,
  241. BBFBE6F028DD7C20008B2335 /* ViewController.swift */,
  242. BBFBE6F228DD7C21008B2335 /* Assets.xcassets */,
  243. BBFBE6F428DD7C21008B2335 /* Main.storyboard */,
  244. BBFBE6F728DD7C21008B2335 /* PDF_Office_Pro.entitlements */,
  245. );
  246. path = "PDF Office Pro";
  247. sourceTree = "<group>";
  248. };
  249. BBFBE6FF28DD7C21008B2335 /* PDF Office ProTests */ = {
  250. isa = PBXGroup;
  251. children = (
  252. BBFBE70028DD7C21008B2335 /* PDF_Office_ProTests.swift */,
  253. );
  254. path = "PDF Office ProTests";
  255. sourceTree = "<group>";
  256. };
  257. BBFBE70928DD7C21008B2335 /* PDF Office ProUITests */ = {
  258. isa = PBXGroup;
  259. children = (
  260. BBFBE70A28DD7C21008B2335 /* PDF_Office_ProUITests.swift */,
  261. BBFBE70C28DD7C21008B2335 /* PDF_Office_ProUITestsLaunchTests.swift */,
  262. );
  263. path = "PDF Office ProUITests";
  264. sourceTree = "<group>";
  265. };
  266. BBFBE71C28DD7C43008B2335 /* PDF Office DMG */ = {
  267. isa = PBXGroup;
  268. children = (
  269. BBFBE71D28DD7C43008B2335 /* AppDelegate.swift */,
  270. BBFBE71F28DD7C43008B2335 /* ViewController.swift */,
  271. BBFBE72128DD7C43008B2335 /* Assets.xcassets */,
  272. BBFBE72328DD7C43008B2335 /* Main.storyboard */,
  273. BBFBE72628DD7C43008B2335 /* PDF_Office_DMG.entitlements */,
  274. );
  275. path = "PDF Office DMG";
  276. sourceTree = "<group>";
  277. };
  278. BBFBE72E28DD7C43008B2335 /* PDF Office DMGTests */ = {
  279. isa = PBXGroup;
  280. children = (
  281. BBFBE72F28DD7C43008B2335 /* PDF_Office_DMGTests.swift */,
  282. );
  283. path = "PDF Office DMGTests";
  284. sourceTree = "<group>";
  285. };
  286. BBFBE73828DD7C43008B2335 /* PDF Office DMGUITests */ = {
  287. isa = PBXGroup;
  288. children = (
  289. BBFBE73928DD7C43008B2335 /* PDF_Office_DMGUITests.swift */,
  290. BBFBE73B28DD7C43008B2335 /* PDF_Office_DMGUITestsLaunchTests.swift */,
  291. );
  292. path = "PDF Office DMGUITests";
  293. sourceTree = "<group>";
  294. };
  295. /* End PBXGroup section */
  296. /* Begin PBXNativeTarget section */
  297. BBFBE6B928DD7B97008B2335 /* PDF Office */ = {
  298. isa = PBXNativeTarget;
  299. buildConfigurationList = BBFBE6DF28DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF Office" */;
  300. buildPhases = (
  301. BBFBE6B628DD7B97008B2335 /* Sources */,
  302. BBFBE6B728DD7B97008B2335 /* Frameworks */,
  303. BBFBE6B828DD7B97008B2335 /* Resources */,
  304. );
  305. buildRules = (
  306. );
  307. dependencies = (
  308. );
  309. name = "PDF Office";
  310. productName = "PDF Office";
  311. productReference = BBFBE6BA28DD7B97008B2335 /* PDF Office.app */;
  312. productType = "com.apple.product-type.application";
  313. };
  314. BBFBE6CA28DD7B98008B2335 /* PDF OfficeTests */ = {
  315. isa = PBXNativeTarget;
  316. buildConfigurationList = BBFBE6E228DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF OfficeTests" */;
  317. buildPhases = (
  318. BBFBE6C728DD7B98008B2335 /* Sources */,
  319. BBFBE6C828DD7B98008B2335 /* Frameworks */,
  320. BBFBE6C928DD7B98008B2335 /* Resources */,
  321. );
  322. buildRules = (
  323. );
  324. dependencies = (
  325. BBFBE6CD28DD7B98008B2335 /* PBXTargetDependency */,
  326. );
  327. name = "PDF OfficeTests";
  328. productName = "PDF OfficeTests";
  329. productReference = BBFBE6CB28DD7B98008B2335 /* PDF OfficeTests.xctest */;
  330. productType = "com.apple.product-type.bundle.unit-test";
  331. };
  332. BBFBE6D428DD7B98008B2335 /* PDF OfficeUITests */ = {
  333. isa = PBXNativeTarget;
  334. buildConfigurationList = BBFBE6E528DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF OfficeUITests" */;
  335. buildPhases = (
  336. BBFBE6D128DD7B98008B2335 /* Sources */,
  337. BBFBE6D228DD7B98008B2335 /* Frameworks */,
  338. BBFBE6D328DD7B98008B2335 /* Resources */,
  339. );
  340. buildRules = (
  341. );
  342. dependencies = (
  343. BBFBE6D728DD7B98008B2335 /* PBXTargetDependency */,
  344. );
  345. name = "PDF OfficeUITests";
  346. productName = "PDF OfficeUITests";
  347. productReference = BBFBE6D528DD7B98008B2335 /* PDF OfficeUITests.xctest */;
  348. productType = "com.apple.product-type.bundle.ui-testing";
  349. };
  350. BBFBE6EB28DD7C20008B2335 /* PDF Office Pro */ = {
  351. isa = PBXNativeTarget;
  352. buildConfigurationList = BBFBE70E28DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office Pro" */;
  353. buildPhases = (
  354. BBFBE6E828DD7C20008B2335 /* Sources */,
  355. BBFBE6E928DD7C20008B2335 /* Frameworks */,
  356. BBFBE6EA28DD7C20008B2335 /* Resources */,
  357. );
  358. buildRules = (
  359. );
  360. dependencies = (
  361. );
  362. name = "PDF Office Pro";
  363. productName = "PDF Office Pro";
  364. productReference = BBFBE6EC28DD7C20008B2335 /* PDF Office Pro.app */;
  365. productType = "com.apple.product-type.application";
  366. };
  367. BBFBE6FB28DD7C21008B2335 /* PDF Office ProTests */ = {
  368. isa = PBXNativeTarget;
  369. buildConfigurationList = BBFBE71128DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office ProTests" */;
  370. buildPhases = (
  371. BBFBE6F828DD7C21008B2335 /* Sources */,
  372. BBFBE6F928DD7C21008B2335 /* Frameworks */,
  373. BBFBE6FA28DD7C21008B2335 /* Resources */,
  374. );
  375. buildRules = (
  376. );
  377. dependencies = (
  378. BBFBE6FE28DD7C21008B2335 /* PBXTargetDependency */,
  379. );
  380. name = "PDF Office ProTests";
  381. productName = "PDF Office ProTests";
  382. productReference = BBFBE6FC28DD7C21008B2335 /* PDF Office ProTests.xctest */;
  383. productType = "com.apple.product-type.bundle.unit-test";
  384. };
  385. BBFBE70528DD7C21008B2335 /* PDF Office ProUITests */ = {
  386. isa = PBXNativeTarget;
  387. buildConfigurationList = BBFBE71428DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office ProUITests" */;
  388. buildPhases = (
  389. BBFBE70228DD7C21008B2335 /* Sources */,
  390. BBFBE70328DD7C21008B2335 /* Frameworks */,
  391. BBFBE70428DD7C21008B2335 /* Resources */,
  392. );
  393. buildRules = (
  394. );
  395. dependencies = (
  396. BBFBE70828DD7C21008B2335 /* PBXTargetDependency */,
  397. );
  398. name = "PDF Office ProUITests";
  399. productName = "PDF Office ProUITests";
  400. productReference = BBFBE70628DD7C21008B2335 /* PDF Office ProUITests.xctest */;
  401. productType = "com.apple.product-type.bundle.ui-testing";
  402. };
  403. BBFBE71A28DD7C43008B2335 /* PDF Office DMG */ = {
  404. isa = PBXNativeTarget;
  405. buildConfigurationList = BBFBE73D28DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMG" */;
  406. buildPhases = (
  407. BBFBE71728DD7C43008B2335 /* Sources */,
  408. BBFBE71828DD7C43008B2335 /* Frameworks */,
  409. BBFBE71928DD7C43008B2335 /* Resources */,
  410. );
  411. buildRules = (
  412. );
  413. dependencies = (
  414. );
  415. name = "PDF Office DMG";
  416. productName = "PDF Office DMG";
  417. productReference = BBFBE71B28DD7C43008B2335 /* PDF Office DMG.app */;
  418. productType = "com.apple.product-type.application";
  419. };
  420. BBFBE72A28DD7C43008B2335 /* PDF Office DMGTests */ = {
  421. isa = PBXNativeTarget;
  422. buildConfigurationList = BBFBE74028DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMGTests" */;
  423. buildPhases = (
  424. BBFBE72728DD7C43008B2335 /* Sources */,
  425. BBFBE72828DD7C43008B2335 /* Frameworks */,
  426. BBFBE72928DD7C43008B2335 /* Resources */,
  427. );
  428. buildRules = (
  429. );
  430. dependencies = (
  431. BBFBE72D28DD7C43008B2335 /* PBXTargetDependency */,
  432. );
  433. name = "PDF Office DMGTests";
  434. productName = "PDF Office DMGTests";
  435. productReference = BBFBE72B28DD7C43008B2335 /* PDF Office DMGTests.xctest */;
  436. productType = "com.apple.product-type.bundle.unit-test";
  437. };
  438. BBFBE73428DD7C43008B2335 /* PDF Office DMGUITests */ = {
  439. isa = PBXNativeTarget;
  440. buildConfigurationList = BBFBE74328DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMGUITests" */;
  441. buildPhases = (
  442. BBFBE73128DD7C43008B2335 /* Sources */,
  443. BBFBE73228DD7C43008B2335 /* Frameworks */,
  444. BBFBE73328DD7C43008B2335 /* Resources */,
  445. );
  446. buildRules = (
  447. );
  448. dependencies = (
  449. BBFBE73728DD7C43008B2335 /* PBXTargetDependency */,
  450. );
  451. name = "PDF Office DMGUITests";
  452. productName = "PDF Office DMGUITests";
  453. productReference = BBFBE73528DD7C43008B2335 /* PDF Office DMGUITests.xctest */;
  454. productType = "com.apple.product-type.bundle.ui-testing";
  455. };
  456. /* End PBXNativeTarget section */
  457. /* Begin PBXProject section */
  458. BBFBE6B228DD7B97008B2335 /* Project object */ = {
  459. isa = PBXProject;
  460. attributes = {
  461. BuildIndependentTargetsInParallel = 1;
  462. LastSwiftUpdateCheck = 1400;
  463. LastUpgradeCheck = 1400;
  464. TargetAttributes = {
  465. BBFBE6B928DD7B97008B2335 = {
  466. CreatedOnToolsVersion = 14.0;
  467. };
  468. BBFBE6CA28DD7B98008B2335 = {
  469. CreatedOnToolsVersion = 14.0;
  470. TestTargetID = BBFBE6B928DD7B97008B2335;
  471. };
  472. BBFBE6D428DD7B98008B2335 = {
  473. CreatedOnToolsVersion = 14.0;
  474. TestTargetID = BBFBE6B928DD7B97008B2335;
  475. };
  476. BBFBE6EB28DD7C20008B2335 = {
  477. CreatedOnToolsVersion = 14.0;
  478. };
  479. BBFBE6FB28DD7C21008B2335 = {
  480. CreatedOnToolsVersion = 14.0;
  481. TestTargetID = BBFBE6EB28DD7C20008B2335;
  482. };
  483. BBFBE70528DD7C21008B2335 = {
  484. CreatedOnToolsVersion = 14.0;
  485. TestTargetID = BBFBE6EB28DD7C20008B2335;
  486. };
  487. BBFBE71A28DD7C43008B2335 = {
  488. CreatedOnToolsVersion = 14.0;
  489. };
  490. BBFBE72A28DD7C43008B2335 = {
  491. CreatedOnToolsVersion = 14.0;
  492. TestTargetID = BBFBE71A28DD7C43008B2335;
  493. };
  494. BBFBE73428DD7C43008B2335 = {
  495. CreatedOnToolsVersion = 14.0;
  496. TestTargetID = BBFBE71A28DD7C43008B2335;
  497. };
  498. };
  499. };
  500. buildConfigurationList = BBFBE6B528DD7B97008B2335 /* Build configuration list for PBXProject "PDF Office" */;
  501. compatibilityVersion = "Xcode 14.0";
  502. developmentRegion = en;
  503. hasScannedForEncodings = 0;
  504. knownRegions = (
  505. en,
  506. Base,
  507. );
  508. mainGroup = BBFBE6B128DD7B97008B2335;
  509. productRefGroup = BBFBE6BB28DD7B97008B2335 /* Products */;
  510. projectDirPath = "";
  511. projectRoot = "";
  512. targets = (
  513. BBFBE6B928DD7B97008B2335 /* PDF Office */,
  514. BBFBE6CA28DD7B98008B2335 /* PDF OfficeTests */,
  515. BBFBE6D428DD7B98008B2335 /* PDF OfficeUITests */,
  516. BBFBE6EB28DD7C20008B2335 /* PDF Office Pro */,
  517. BBFBE6FB28DD7C21008B2335 /* PDF Office ProTests */,
  518. BBFBE70528DD7C21008B2335 /* PDF Office ProUITests */,
  519. BBFBE71A28DD7C43008B2335 /* PDF Office DMG */,
  520. BBFBE72A28DD7C43008B2335 /* PDF Office DMGTests */,
  521. BBFBE73428DD7C43008B2335 /* PDF Office DMGUITests */,
  522. );
  523. };
  524. /* End PBXProject section */
  525. /* Begin PBXResourcesBuildPhase section */
  526. BBFBE6B828DD7B97008B2335 /* Resources */ = {
  527. isa = PBXResourcesBuildPhase;
  528. buildActionMask = 2147483647;
  529. files = (
  530. BBFBE6C228DD7B98008B2335 /* Assets.xcassets in Resources */,
  531. BBFBE6C528DD7B98008B2335 /* Main.storyboard in Resources */,
  532. );
  533. runOnlyForDeploymentPostprocessing = 0;
  534. };
  535. BBFBE6C928DD7B98008B2335 /* Resources */ = {
  536. isa = PBXResourcesBuildPhase;
  537. buildActionMask = 2147483647;
  538. files = (
  539. );
  540. runOnlyForDeploymentPostprocessing = 0;
  541. };
  542. BBFBE6D328DD7B98008B2335 /* Resources */ = {
  543. isa = PBXResourcesBuildPhase;
  544. buildActionMask = 2147483647;
  545. files = (
  546. );
  547. runOnlyForDeploymentPostprocessing = 0;
  548. };
  549. BBFBE6EA28DD7C20008B2335 /* Resources */ = {
  550. isa = PBXResourcesBuildPhase;
  551. buildActionMask = 2147483647;
  552. files = (
  553. BBFBE74C28DD7DE4008B2335 /* Assets.xcassets in Resources */,
  554. BBFBE74D28DD7DE8008B2335 /* Assets.xcassets in Resources */,
  555. BBFBE74A28DD7DDD008B2335 /* Main.storyboard in Resources */,
  556. );
  557. runOnlyForDeploymentPostprocessing = 0;
  558. };
  559. BBFBE6FA28DD7C21008B2335 /* Resources */ = {
  560. isa = PBXResourcesBuildPhase;
  561. buildActionMask = 2147483647;
  562. files = (
  563. );
  564. runOnlyForDeploymentPostprocessing = 0;
  565. };
  566. BBFBE70428DD7C21008B2335 /* Resources */ = {
  567. isa = PBXResourcesBuildPhase;
  568. buildActionMask = 2147483647;
  569. files = (
  570. );
  571. runOnlyForDeploymentPostprocessing = 0;
  572. };
  573. BBFBE71928DD7C43008B2335 /* Resources */ = {
  574. isa = PBXResourcesBuildPhase;
  575. buildActionMask = 2147483647;
  576. files = (
  577. BBFBE74B28DD7DDE008B2335 /* Main.storyboard in Resources */,
  578. );
  579. runOnlyForDeploymentPostprocessing = 0;
  580. };
  581. BBFBE72928DD7C43008B2335 /* Resources */ = {
  582. isa = PBXResourcesBuildPhase;
  583. buildActionMask = 2147483647;
  584. files = (
  585. );
  586. runOnlyForDeploymentPostprocessing = 0;
  587. };
  588. BBFBE73328DD7C43008B2335 /* Resources */ = {
  589. isa = PBXResourcesBuildPhase;
  590. buildActionMask = 2147483647;
  591. files = (
  592. );
  593. runOnlyForDeploymentPostprocessing = 0;
  594. };
  595. /* End PBXResourcesBuildPhase section */
  596. /* Begin PBXSourcesBuildPhase section */
  597. BBFBE6B628DD7B97008B2335 /* Sources */ = {
  598. isa = PBXSourcesBuildPhase;
  599. buildActionMask = 2147483647;
  600. files = (
  601. BBFBE6C028DD7B97008B2335 /* ViewController.swift in Sources */,
  602. BBFBE6BE28DD7B97008B2335 /* AppDelegate.swift in Sources */,
  603. );
  604. runOnlyForDeploymentPostprocessing = 0;
  605. };
  606. BBFBE6C728DD7B98008B2335 /* Sources */ = {
  607. isa = PBXSourcesBuildPhase;
  608. buildActionMask = 2147483647;
  609. files = (
  610. BBFBE6D028DD7B98008B2335 /* PDF_OfficeTests.swift in Sources */,
  611. );
  612. runOnlyForDeploymentPostprocessing = 0;
  613. };
  614. BBFBE6D128DD7B98008B2335 /* Sources */ = {
  615. isa = PBXSourcesBuildPhase;
  616. buildActionMask = 2147483647;
  617. files = (
  618. BBFBE6DA28DD7B98008B2335 /* PDF_OfficeUITests.swift in Sources */,
  619. BBFBE6DC28DD7B98008B2335 /* PDF_OfficeUITestsLaunchTests.swift in Sources */,
  620. );
  621. runOnlyForDeploymentPostprocessing = 0;
  622. };
  623. BBFBE6E828DD7C20008B2335 /* Sources */ = {
  624. isa = PBXSourcesBuildPhase;
  625. buildActionMask = 2147483647;
  626. files = (
  627. BBFBE74728DD7DB7008B2335 /* ViewController.swift in Sources */,
  628. BBFBE74628DD7DB7008B2335 /* AppDelegate.swift in Sources */,
  629. );
  630. runOnlyForDeploymentPostprocessing = 0;
  631. };
  632. BBFBE6F828DD7C21008B2335 /* Sources */ = {
  633. isa = PBXSourcesBuildPhase;
  634. buildActionMask = 2147483647;
  635. files = (
  636. BBFBE70128DD7C21008B2335 /* PDF_Office_ProTests.swift in Sources */,
  637. );
  638. runOnlyForDeploymentPostprocessing = 0;
  639. };
  640. BBFBE70228DD7C21008B2335 /* Sources */ = {
  641. isa = PBXSourcesBuildPhase;
  642. buildActionMask = 2147483647;
  643. files = (
  644. BBFBE70B28DD7C21008B2335 /* PDF_Office_ProUITests.swift in Sources */,
  645. BBFBE70D28DD7C21008B2335 /* PDF_Office_ProUITestsLaunchTests.swift in Sources */,
  646. );
  647. runOnlyForDeploymentPostprocessing = 0;
  648. };
  649. BBFBE71728DD7C43008B2335 /* Sources */ = {
  650. isa = PBXSourcesBuildPhase;
  651. buildActionMask = 2147483647;
  652. files = (
  653. BBFBE74928DD7DB8008B2335 /* ViewController.swift in Sources */,
  654. BBFBE74828DD7DB8008B2335 /* AppDelegate.swift in Sources */,
  655. );
  656. runOnlyForDeploymentPostprocessing = 0;
  657. };
  658. BBFBE72728DD7C43008B2335 /* Sources */ = {
  659. isa = PBXSourcesBuildPhase;
  660. buildActionMask = 2147483647;
  661. files = (
  662. BBFBE73028DD7C43008B2335 /* PDF_Office_DMGTests.swift in Sources */,
  663. );
  664. runOnlyForDeploymentPostprocessing = 0;
  665. };
  666. BBFBE73128DD7C43008B2335 /* Sources */ = {
  667. isa = PBXSourcesBuildPhase;
  668. buildActionMask = 2147483647;
  669. files = (
  670. BBFBE73C28DD7C43008B2335 /* PDF_Office_DMGUITestsLaunchTests.swift in Sources */,
  671. BBFBE73A28DD7C43008B2335 /* PDF_Office_DMGUITests.swift in Sources */,
  672. );
  673. runOnlyForDeploymentPostprocessing = 0;
  674. };
  675. /* End PBXSourcesBuildPhase section */
  676. /* Begin PBXTargetDependency section */
  677. BBFBE6CD28DD7B98008B2335 /* PBXTargetDependency */ = {
  678. isa = PBXTargetDependency;
  679. target = BBFBE6B928DD7B97008B2335 /* PDF Office */;
  680. targetProxy = BBFBE6CC28DD7B98008B2335 /* PBXContainerItemProxy */;
  681. };
  682. BBFBE6D728DD7B98008B2335 /* PBXTargetDependency */ = {
  683. isa = PBXTargetDependency;
  684. target = BBFBE6B928DD7B97008B2335 /* PDF Office */;
  685. targetProxy = BBFBE6D628DD7B98008B2335 /* PBXContainerItemProxy */;
  686. };
  687. BBFBE6FE28DD7C21008B2335 /* PBXTargetDependency */ = {
  688. isa = PBXTargetDependency;
  689. target = BBFBE6EB28DD7C20008B2335 /* PDF Office Pro */;
  690. targetProxy = BBFBE6FD28DD7C21008B2335 /* PBXContainerItemProxy */;
  691. };
  692. BBFBE70828DD7C21008B2335 /* PBXTargetDependency */ = {
  693. isa = PBXTargetDependency;
  694. target = BBFBE6EB28DD7C20008B2335 /* PDF Office Pro */;
  695. targetProxy = BBFBE70728DD7C21008B2335 /* PBXContainerItemProxy */;
  696. };
  697. BBFBE72D28DD7C43008B2335 /* PBXTargetDependency */ = {
  698. isa = PBXTargetDependency;
  699. target = BBFBE71A28DD7C43008B2335 /* PDF Office DMG */;
  700. targetProxy = BBFBE72C28DD7C43008B2335 /* PBXContainerItemProxy */;
  701. };
  702. BBFBE73728DD7C43008B2335 /* PBXTargetDependency */ = {
  703. isa = PBXTargetDependency;
  704. target = BBFBE71A28DD7C43008B2335 /* PDF Office DMG */;
  705. targetProxy = BBFBE73628DD7C43008B2335 /* PBXContainerItemProxy */;
  706. };
  707. /* End PBXTargetDependency section */
  708. /* Begin PBXVariantGroup section */
  709. BBFBE6C328DD7B98008B2335 /* Main.storyboard */ = {
  710. isa = PBXVariantGroup;
  711. children = (
  712. BBFBE6C428DD7B98008B2335 /* Base */,
  713. );
  714. name = Main.storyboard;
  715. sourceTree = "<group>";
  716. };
  717. BBFBE6F428DD7C21008B2335 /* Main.storyboard */ = {
  718. isa = PBXVariantGroup;
  719. children = (
  720. BBFBE6F528DD7C21008B2335 /* Base */,
  721. );
  722. name = Main.storyboard;
  723. sourceTree = "<group>";
  724. };
  725. BBFBE72328DD7C43008B2335 /* Main.storyboard */ = {
  726. isa = PBXVariantGroup;
  727. children = (
  728. BBFBE72428DD7C43008B2335 /* Base */,
  729. );
  730. name = Main.storyboard;
  731. sourceTree = "<group>";
  732. };
  733. /* End PBXVariantGroup section */
  734. /* Begin XCBuildConfiguration section */
  735. BBFBE6DD28DD7B98008B2335 /* Debug */ = {
  736. isa = XCBuildConfiguration;
  737. buildSettings = {
  738. ALWAYS_SEARCH_USER_PATHS = NO;
  739. CLANG_ANALYZER_NONNULL = YES;
  740. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  741. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  742. CLANG_ENABLE_MODULES = YES;
  743. CLANG_ENABLE_OBJC_ARC = YES;
  744. CLANG_ENABLE_OBJC_WEAK = YES;
  745. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  746. CLANG_WARN_BOOL_CONVERSION = YES;
  747. CLANG_WARN_COMMA = YES;
  748. CLANG_WARN_CONSTANT_CONVERSION = YES;
  749. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  750. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  751. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  752. CLANG_WARN_EMPTY_BODY = YES;
  753. CLANG_WARN_ENUM_CONVERSION = YES;
  754. CLANG_WARN_INFINITE_RECURSION = YES;
  755. CLANG_WARN_INT_CONVERSION = YES;
  756. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  757. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  758. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  759. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  760. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  761. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  762. CLANG_WARN_STRICT_PROTOTYPES = YES;
  763. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  764. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  765. CLANG_WARN_UNREACHABLE_CODE = YES;
  766. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  767. COPY_PHASE_STRIP = NO;
  768. DEBUG_INFORMATION_FORMAT = dwarf;
  769. ENABLE_STRICT_OBJC_MSGSEND = YES;
  770. ENABLE_TESTABILITY = YES;
  771. GCC_C_LANGUAGE_STANDARD = gnu11;
  772. GCC_DYNAMIC_NO_PIC = NO;
  773. GCC_NO_COMMON_BLOCKS = YES;
  774. GCC_OPTIMIZATION_LEVEL = 0;
  775. GCC_PREPROCESSOR_DEFINITIONS = (
  776. "DEBUG=1",
  777. "$(inherited)",
  778. );
  779. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  780. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  781. GCC_WARN_UNDECLARED_SELECTOR = YES;
  782. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  783. GCC_WARN_UNUSED_FUNCTION = YES;
  784. GCC_WARN_UNUSED_VARIABLE = YES;
  785. MACOSX_DEPLOYMENT_TARGET = 12.3;
  786. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  787. MTL_FAST_MATH = YES;
  788. ONLY_ACTIVE_ARCH = YES;
  789. SDKROOT = macosx;
  790. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  791. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  792. };
  793. name = Debug;
  794. };
  795. BBFBE6DE28DD7B98008B2335 /* Release */ = {
  796. isa = XCBuildConfiguration;
  797. buildSettings = {
  798. ALWAYS_SEARCH_USER_PATHS = NO;
  799. CLANG_ANALYZER_NONNULL = YES;
  800. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  801. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  802. CLANG_ENABLE_MODULES = YES;
  803. CLANG_ENABLE_OBJC_ARC = YES;
  804. CLANG_ENABLE_OBJC_WEAK = YES;
  805. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  806. CLANG_WARN_BOOL_CONVERSION = YES;
  807. CLANG_WARN_COMMA = YES;
  808. CLANG_WARN_CONSTANT_CONVERSION = YES;
  809. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  810. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  811. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  812. CLANG_WARN_EMPTY_BODY = YES;
  813. CLANG_WARN_ENUM_CONVERSION = YES;
  814. CLANG_WARN_INFINITE_RECURSION = YES;
  815. CLANG_WARN_INT_CONVERSION = YES;
  816. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  817. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  818. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  819. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  820. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  821. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  822. CLANG_WARN_STRICT_PROTOTYPES = YES;
  823. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  824. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  825. CLANG_WARN_UNREACHABLE_CODE = YES;
  826. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  827. COPY_PHASE_STRIP = NO;
  828. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  829. ENABLE_NS_ASSERTIONS = NO;
  830. ENABLE_STRICT_OBJC_MSGSEND = YES;
  831. GCC_C_LANGUAGE_STANDARD = gnu11;
  832. GCC_NO_COMMON_BLOCKS = YES;
  833. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  834. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  835. GCC_WARN_UNDECLARED_SELECTOR = YES;
  836. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  837. GCC_WARN_UNUSED_FUNCTION = YES;
  838. GCC_WARN_UNUSED_VARIABLE = YES;
  839. MACOSX_DEPLOYMENT_TARGET = 12.3;
  840. MTL_ENABLE_DEBUG_INFO = NO;
  841. MTL_FAST_MATH = YES;
  842. SDKROOT = macosx;
  843. SWIFT_COMPILATION_MODE = wholemodule;
  844. SWIFT_OPTIMIZATION_LEVEL = "-O";
  845. };
  846. name = Release;
  847. };
  848. BBFBE6E028DD7B98008B2335 /* Debug */ = {
  849. isa = XCBuildConfiguration;
  850. buildSettings = {
  851. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  852. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  853. CODE_SIGN_ENTITLEMENTS = "PDF Office/PDF_Office.entitlements";
  854. CODE_SIGN_STYLE = Automatic;
  855. COMBINE_HIDPI_IMAGES = YES;
  856. CURRENT_PROJECT_VERSION = 1;
  857. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  858. ENABLE_HARDENED_RUNTIME = YES;
  859. GENERATE_INFOPLIST_FILE = YES;
  860. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  861. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  862. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  863. LD_RUNPATH_SEARCH_PATHS = (
  864. "$(inherited)",
  865. "@executable_path/../Frameworks",
  866. );
  867. MARKETING_VERSION = 1.0;
  868. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office";
  869. PRODUCT_NAME = "$(TARGET_NAME)";
  870. SWIFT_EMIT_LOC_STRINGS = YES;
  871. SWIFT_VERSION = 5.0;
  872. };
  873. name = Debug;
  874. };
  875. BBFBE6E128DD7B98008B2335 /* Release */ = {
  876. isa = XCBuildConfiguration;
  877. buildSettings = {
  878. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  879. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  880. CODE_SIGN_ENTITLEMENTS = "PDF Office/PDF_Office.entitlements";
  881. CODE_SIGN_STYLE = Automatic;
  882. COMBINE_HIDPI_IMAGES = YES;
  883. CURRENT_PROJECT_VERSION = 1;
  884. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  885. ENABLE_HARDENED_RUNTIME = YES;
  886. GENERATE_INFOPLIST_FILE = YES;
  887. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  888. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  889. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  890. LD_RUNPATH_SEARCH_PATHS = (
  891. "$(inherited)",
  892. "@executable_path/../Frameworks",
  893. );
  894. MARKETING_VERSION = 1.0;
  895. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office";
  896. PRODUCT_NAME = "$(TARGET_NAME)";
  897. SWIFT_EMIT_LOC_STRINGS = YES;
  898. SWIFT_VERSION = 5.0;
  899. };
  900. name = Release;
  901. };
  902. BBFBE6E328DD7B98008B2335 /* Debug */ = {
  903. isa = XCBuildConfiguration;
  904. buildSettings = {
  905. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  906. BUNDLE_LOADER = "$(TEST_HOST)";
  907. CODE_SIGN_STYLE = Automatic;
  908. CURRENT_PROJECT_VERSION = 1;
  909. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  910. GENERATE_INFOPLIST_FILE = YES;
  911. MACOSX_DEPLOYMENT_TARGET = 12.3;
  912. MARKETING_VERSION = 1.0;
  913. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-OfficeTests";
  914. PRODUCT_NAME = "$(TARGET_NAME)";
  915. SWIFT_EMIT_LOC_STRINGS = NO;
  916. SWIFT_VERSION = 5.0;
  917. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office";
  918. };
  919. name = Debug;
  920. };
  921. BBFBE6E428DD7B98008B2335 /* Release */ = {
  922. isa = XCBuildConfiguration;
  923. buildSettings = {
  924. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  925. BUNDLE_LOADER = "$(TEST_HOST)";
  926. CODE_SIGN_STYLE = Automatic;
  927. CURRENT_PROJECT_VERSION = 1;
  928. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  929. GENERATE_INFOPLIST_FILE = YES;
  930. MACOSX_DEPLOYMENT_TARGET = 12.3;
  931. MARKETING_VERSION = 1.0;
  932. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-OfficeTests";
  933. PRODUCT_NAME = "$(TARGET_NAME)";
  934. SWIFT_EMIT_LOC_STRINGS = NO;
  935. SWIFT_VERSION = 5.0;
  936. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office";
  937. };
  938. name = Release;
  939. };
  940. BBFBE6E628DD7B98008B2335 /* Debug */ = {
  941. isa = XCBuildConfiguration;
  942. buildSettings = {
  943. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  944. CODE_SIGN_STYLE = Automatic;
  945. CURRENT_PROJECT_VERSION = 1;
  946. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  947. GENERATE_INFOPLIST_FILE = YES;
  948. MARKETING_VERSION = 1.0;
  949. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-OfficeUITests";
  950. PRODUCT_NAME = "$(TARGET_NAME)";
  951. SWIFT_EMIT_LOC_STRINGS = NO;
  952. SWIFT_VERSION = 5.0;
  953. TEST_TARGET_NAME = "PDF Office";
  954. };
  955. name = Debug;
  956. };
  957. BBFBE6E728DD7B98008B2335 /* Release */ = {
  958. isa = XCBuildConfiguration;
  959. buildSettings = {
  960. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  961. CODE_SIGN_STYLE = Automatic;
  962. CURRENT_PROJECT_VERSION = 1;
  963. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  964. GENERATE_INFOPLIST_FILE = YES;
  965. MARKETING_VERSION = 1.0;
  966. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-OfficeUITests";
  967. PRODUCT_NAME = "$(TARGET_NAME)";
  968. SWIFT_EMIT_LOC_STRINGS = NO;
  969. SWIFT_VERSION = 5.0;
  970. TEST_TARGET_NAME = "PDF Office";
  971. };
  972. name = Release;
  973. };
  974. BBFBE70F28DD7C21008B2335 /* Debug */ = {
  975. isa = XCBuildConfiguration;
  976. buildSettings = {
  977. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  978. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  979. CODE_SIGN_ENTITLEMENTS = "PDF Office Pro/PDF_Office_Pro.entitlements";
  980. CODE_SIGN_STYLE = Automatic;
  981. COMBINE_HIDPI_IMAGES = YES;
  982. CURRENT_PROJECT_VERSION = 1;
  983. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  984. ENABLE_HARDENED_RUNTIME = YES;
  985. GENERATE_INFOPLIST_FILE = YES;
  986. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  987. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  988. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  989. LD_RUNPATH_SEARCH_PATHS = (
  990. "$(inherited)",
  991. "@executable_path/../Frameworks",
  992. );
  993. MARKETING_VERSION = 1.0;
  994. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-Pro";
  995. PRODUCT_NAME = "$(TARGET_NAME)";
  996. SWIFT_EMIT_LOC_STRINGS = YES;
  997. SWIFT_VERSION = 5.0;
  998. };
  999. name = Debug;
  1000. };
  1001. BBFBE71028DD7C21008B2335 /* Release */ = {
  1002. isa = XCBuildConfiguration;
  1003. buildSettings = {
  1004. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1005. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1006. CODE_SIGN_ENTITLEMENTS = "PDF Office Pro/PDF_Office_Pro.entitlements";
  1007. CODE_SIGN_STYLE = Automatic;
  1008. COMBINE_HIDPI_IMAGES = YES;
  1009. CURRENT_PROJECT_VERSION = 1;
  1010. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1011. ENABLE_HARDENED_RUNTIME = YES;
  1012. GENERATE_INFOPLIST_FILE = YES;
  1013. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1014. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  1015. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  1016. LD_RUNPATH_SEARCH_PATHS = (
  1017. "$(inherited)",
  1018. "@executable_path/../Frameworks",
  1019. );
  1020. MARKETING_VERSION = 1.0;
  1021. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-Pro";
  1022. PRODUCT_NAME = "$(TARGET_NAME)";
  1023. SWIFT_EMIT_LOC_STRINGS = YES;
  1024. SWIFT_VERSION = 5.0;
  1025. };
  1026. name = Release;
  1027. };
  1028. BBFBE71228DD7C21008B2335 /* Debug */ = {
  1029. isa = XCBuildConfiguration;
  1030. buildSettings = {
  1031. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1032. BUNDLE_LOADER = "$(TEST_HOST)";
  1033. CODE_SIGN_STYLE = Automatic;
  1034. CURRENT_PROJECT_VERSION = 1;
  1035. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1036. GENERATE_INFOPLIST_FILE = YES;
  1037. MACOSX_DEPLOYMENT_TARGET = 12.3;
  1038. MARKETING_VERSION = 1.0;
  1039. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-ProTests";
  1040. PRODUCT_NAME = "$(TARGET_NAME)";
  1041. SWIFT_EMIT_LOC_STRINGS = NO;
  1042. SWIFT_VERSION = 5.0;
  1043. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office Pro.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office Pro";
  1044. };
  1045. name = Debug;
  1046. };
  1047. BBFBE71328DD7C21008B2335 /* Release */ = {
  1048. isa = XCBuildConfiguration;
  1049. buildSettings = {
  1050. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1051. BUNDLE_LOADER = "$(TEST_HOST)";
  1052. CODE_SIGN_STYLE = Automatic;
  1053. CURRENT_PROJECT_VERSION = 1;
  1054. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1055. GENERATE_INFOPLIST_FILE = YES;
  1056. MACOSX_DEPLOYMENT_TARGET = 12.3;
  1057. MARKETING_VERSION = 1.0;
  1058. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-ProTests";
  1059. PRODUCT_NAME = "$(TARGET_NAME)";
  1060. SWIFT_EMIT_LOC_STRINGS = NO;
  1061. SWIFT_VERSION = 5.0;
  1062. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office Pro.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office Pro";
  1063. };
  1064. name = Release;
  1065. };
  1066. BBFBE71528DD7C21008B2335 /* Debug */ = {
  1067. isa = XCBuildConfiguration;
  1068. buildSettings = {
  1069. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1070. CODE_SIGN_STYLE = Automatic;
  1071. CURRENT_PROJECT_VERSION = 1;
  1072. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1073. GENERATE_INFOPLIST_FILE = YES;
  1074. MARKETING_VERSION = 1.0;
  1075. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-ProUITests";
  1076. PRODUCT_NAME = "$(TARGET_NAME)";
  1077. SWIFT_EMIT_LOC_STRINGS = NO;
  1078. SWIFT_VERSION = 5.0;
  1079. TEST_TARGET_NAME = "PDF Office Pro";
  1080. };
  1081. name = Debug;
  1082. };
  1083. BBFBE71628DD7C21008B2335 /* Release */ = {
  1084. isa = XCBuildConfiguration;
  1085. buildSettings = {
  1086. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1087. CODE_SIGN_STYLE = Automatic;
  1088. CURRENT_PROJECT_VERSION = 1;
  1089. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1090. GENERATE_INFOPLIST_FILE = YES;
  1091. MARKETING_VERSION = 1.0;
  1092. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-ProUITests";
  1093. PRODUCT_NAME = "$(TARGET_NAME)";
  1094. SWIFT_EMIT_LOC_STRINGS = NO;
  1095. SWIFT_VERSION = 5.0;
  1096. TEST_TARGET_NAME = "PDF Office Pro";
  1097. };
  1098. name = Release;
  1099. };
  1100. BBFBE73E28DD7C43008B2335 /* Debug */ = {
  1101. isa = XCBuildConfiguration;
  1102. buildSettings = {
  1103. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1104. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1105. CODE_SIGN_ENTITLEMENTS = "PDF Office DMG/PDF_Office_DMG.entitlements";
  1106. CODE_SIGN_STYLE = Automatic;
  1107. COMBINE_HIDPI_IMAGES = YES;
  1108. CURRENT_PROJECT_VERSION = 1;
  1109. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1110. ENABLE_HARDENED_RUNTIME = YES;
  1111. GENERATE_INFOPLIST_FILE = YES;
  1112. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1113. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  1114. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  1115. LD_RUNPATH_SEARCH_PATHS = (
  1116. "$(inherited)",
  1117. "@executable_path/../Frameworks",
  1118. );
  1119. MARKETING_VERSION = 1.0;
  1120. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMG";
  1121. PRODUCT_NAME = "$(TARGET_NAME)";
  1122. SWIFT_EMIT_LOC_STRINGS = YES;
  1123. SWIFT_VERSION = 5.0;
  1124. };
  1125. name = Debug;
  1126. };
  1127. BBFBE73F28DD7C43008B2335 /* Release */ = {
  1128. isa = XCBuildConfiguration;
  1129. buildSettings = {
  1130. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1131. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1132. CODE_SIGN_ENTITLEMENTS = "PDF Office DMG/PDF_Office_DMG.entitlements";
  1133. CODE_SIGN_STYLE = Automatic;
  1134. COMBINE_HIDPI_IMAGES = YES;
  1135. CURRENT_PROJECT_VERSION = 1;
  1136. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1137. ENABLE_HARDENED_RUNTIME = YES;
  1138. GENERATE_INFOPLIST_FILE = YES;
  1139. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1140. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  1141. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  1142. LD_RUNPATH_SEARCH_PATHS = (
  1143. "$(inherited)",
  1144. "@executable_path/../Frameworks",
  1145. );
  1146. MARKETING_VERSION = 1.0;
  1147. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMG";
  1148. PRODUCT_NAME = "$(TARGET_NAME)";
  1149. SWIFT_EMIT_LOC_STRINGS = YES;
  1150. SWIFT_VERSION = 5.0;
  1151. };
  1152. name = Release;
  1153. };
  1154. BBFBE74128DD7C43008B2335 /* Debug */ = {
  1155. isa = XCBuildConfiguration;
  1156. buildSettings = {
  1157. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1158. BUNDLE_LOADER = "$(TEST_HOST)";
  1159. CODE_SIGN_STYLE = Automatic;
  1160. CURRENT_PROJECT_VERSION = 1;
  1161. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1162. GENERATE_INFOPLIST_FILE = YES;
  1163. MACOSX_DEPLOYMENT_TARGET = 12.3;
  1164. MARKETING_VERSION = 1.0;
  1165. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMGTests";
  1166. PRODUCT_NAME = "$(TARGET_NAME)";
  1167. SWIFT_EMIT_LOC_STRINGS = NO;
  1168. SWIFT_VERSION = 5.0;
  1169. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office DMG.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office DMG";
  1170. };
  1171. name = Debug;
  1172. };
  1173. BBFBE74228DD7C43008B2335 /* Release */ = {
  1174. isa = XCBuildConfiguration;
  1175. buildSettings = {
  1176. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1177. BUNDLE_LOADER = "$(TEST_HOST)";
  1178. CODE_SIGN_STYLE = Automatic;
  1179. CURRENT_PROJECT_VERSION = 1;
  1180. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1181. GENERATE_INFOPLIST_FILE = YES;
  1182. MACOSX_DEPLOYMENT_TARGET = 12.3;
  1183. MARKETING_VERSION = 1.0;
  1184. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMGTests";
  1185. PRODUCT_NAME = "$(TARGET_NAME)";
  1186. SWIFT_EMIT_LOC_STRINGS = NO;
  1187. SWIFT_VERSION = 5.0;
  1188. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PDF Office DMG.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PDF Office DMG";
  1189. };
  1190. name = Release;
  1191. };
  1192. BBFBE74428DD7C43008B2335 /* Debug */ = {
  1193. isa = XCBuildConfiguration;
  1194. buildSettings = {
  1195. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1196. CODE_SIGN_STYLE = Automatic;
  1197. CURRENT_PROJECT_VERSION = 1;
  1198. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1199. GENERATE_INFOPLIST_FILE = YES;
  1200. MARKETING_VERSION = 1.0;
  1201. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMGUITests";
  1202. PRODUCT_NAME = "$(TARGET_NAME)";
  1203. SWIFT_EMIT_LOC_STRINGS = NO;
  1204. SWIFT_VERSION = 5.0;
  1205. TEST_TARGET_NAME = "PDF Office DMG";
  1206. };
  1207. name = Debug;
  1208. };
  1209. BBFBE74528DD7C43008B2335 /* Release */ = {
  1210. isa = XCBuildConfiguration;
  1211. buildSettings = {
  1212. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1213. CODE_SIGN_STYLE = Automatic;
  1214. CURRENT_PROJECT_VERSION = 1;
  1215. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1216. GENERATE_INFOPLIST_FILE = YES;
  1217. MARKETING_VERSION = 1.0;
  1218. PRODUCT_BUNDLE_IDENTIFIER = "com.kdanmobile.PDF-Office-DMGUITests";
  1219. PRODUCT_NAME = "$(TARGET_NAME)";
  1220. SWIFT_EMIT_LOC_STRINGS = NO;
  1221. SWIFT_VERSION = 5.0;
  1222. TEST_TARGET_NAME = "PDF Office DMG";
  1223. };
  1224. name = Release;
  1225. };
  1226. /* End XCBuildConfiguration section */
  1227. /* Begin XCConfigurationList section */
  1228. BBFBE6B528DD7B97008B2335 /* Build configuration list for PBXProject "PDF Office" */ = {
  1229. isa = XCConfigurationList;
  1230. buildConfigurations = (
  1231. BBFBE6DD28DD7B98008B2335 /* Debug */,
  1232. BBFBE6DE28DD7B98008B2335 /* Release */,
  1233. );
  1234. defaultConfigurationIsVisible = 0;
  1235. defaultConfigurationName = Release;
  1236. };
  1237. BBFBE6DF28DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF Office" */ = {
  1238. isa = XCConfigurationList;
  1239. buildConfigurations = (
  1240. BBFBE6E028DD7B98008B2335 /* Debug */,
  1241. BBFBE6E128DD7B98008B2335 /* Release */,
  1242. );
  1243. defaultConfigurationIsVisible = 0;
  1244. defaultConfigurationName = Release;
  1245. };
  1246. BBFBE6E228DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF OfficeTests" */ = {
  1247. isa = XCConfigurationList;
  1248. buildConfigurations = (
  1249. BBFBE6E328DD7B98008B2335 /* Debug */,
  1250. BBFBE6E428DD7B98008B2335 /* Release */,
  1251. );
  1252. defaultConfigurationIsVisible = 0;
  1253. defaultConfigurationName = Release;
  1254. };
  1255. BBFBE6E528DD7B98008B2335 /* Build configuration list for PBXNativeTarget "PDF OfficeUITests" */ = {
  1256. isa = XCConfigurationList;
  1257. buildConfigurations = (
  1258. BBFBE6E628DD7B98008B2335 /* Debug */,
  1259. BBFBE6E728DD7B98008B2335 /* Release */,
  1260. );
  1261. defaultConfigurationIsVisible = 0;
  1262. defaultConfigurationName = Release;
  1263. };
  1264. BBFBE70E28DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office Pro" */ = {
  1265. isa = XCConfigurationList;
  1266. buildConfigurations = (
  1267. BBFBE70F28DD7C21008B2335 /* Debug */,
  1268. BBFBE71028DD7C21008B2335 /* Release */,
  1269. );
  1270. defaultConfigurationIsVisible = 0;
  1271. defaultConfigurationName = Release;
  1272. };
  1273. BBFBE71128DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office ProTests" */ = {
  1274. isa = XCConfigurationList;
  1275. buildConfigurations = (
  1276. BBFBE71228DD7C21008B2335 /* Debug */,
  1277. BBFBE71328DD7C21008B2335 /* Release */,
  1278. );
  1279. defaultConfigurationIsVisible = 0;
  1280. defaultConfigurationName = Release;
  1281. };
  1282. BBFBE71428DD7C21008B2335 /* Build configuration list for PBXNativeTarget "PDF Office ProUITests" */ = {
  1283. isa = XCConfigurationList;
  1284. buildConfigurations = (
  1285. BBFBE71528DD7C21008B2335 /* Debug */,
  1286. BBFBE71628DD7C21008B2335 /* Release */,
  1287. );
  1288. defaultConfigurationIsVisible = 0;
  1289. defaultConfigurationName = Release;
  1290. };
  1291. BBFBE73D28DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMG" */ = {
  1292. isa = XCConfigurationList;
  1293. buildConfigurations = (
  1294. BBFBE73E28DD7C43008B2335 /* Debug */,
  1295. BBFBE73F28DD7C43008B2335 /* Release */,
  1296. );
  1297. defaultConfigurationIsVisible = 0;
  1298. defaultConfigurationName = Release;
  1299. };
  1300. BBFBE74028DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMGTests" */ = {
  1301. isa = XCConfigurationList;
  1302. buildConfigurations = (
  1303. BBFBE74128DD7C43008B2335 /* Debug */,
  1304. BBFBE74228DD7C43008B2335 /* Release */,
  1305. );
  1306. defaultConfigurationIsVisible = 0;
  1307. defaultConfigurationName = Release;
  1308. };
  1309. BBFBE74328DD7C43008B2335 /* Build configuration list for PBXNativeTarget "PDF Office DMGUITests" */ = {
  1310. isa = XCConfigurationList;
  1311. buildConfigurations = (
  1312. BBFBE74428DD7C43008B2335 /* Debug */,
  1313. BBFBE74528DD7C43008B2335 /* Release */,
  1314. );
  1315. defaultConfigurationIsVisible = 0;
  1316. defaultConfigurationName = Release;
  1317. };
  1318. /* End XCConfigurationList section */
  1319. };
  1320. rootObject = BBFBE6B228DD7B97008B2335 /* Project object */;
  1321. }