project.pbxproj 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 240509B329433CDE00B501B2 /* QuickLookThumbnailing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240509B029433CDE00B501B2 /* QuickLookThumbnailing.framework */; };
  10. 240509B429433CDE00B501B2 /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240509B129433CDE00B501B2 /* QuickLook.framework */; };
  11. 240509B529433CDE00B501B2 /* QuickLookUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240509B229433CDE00B501B2 /* QuickLookUI.framework */; };
  12. 240509B72943479800B501B2 /* ProcessThumbnal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 240509B62943479800B501B2 /* ProcessThumbnal.swift */; };
  13. 243DACD32940C6E8008A8AA6 /* ActivityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 243DACD22940C6E8008A8AA6 /* ActivityView.swift */; };
  14. 24A6FF49293091E000B34F2E /* AutoTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A6FF48293091E000B34F2E /* AutoTest.swift */; };
  15. 24A6FF4B2930939D00B34F2E /* TextColorAutoTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A6FF4A2930939D00B34F2E /* TextColorAutoTest.swift */; };
  16. 24A6FF4F2930A1E100B34F2E /* FontAutoTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A6FF4E2930A1E100B34F2E /* FontAutoTest.swift */; };
  17. 24A6FF512930AC4D00B34F2E /* AutoTestAdvanceSettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A6FF502930AC4D00B34F2E /* AutoTestAdvanceSettingView.swift */; };
  18. 24D70000292B6FD100DAB5EE /* SettingViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24D7FFFF292B6FD100DAB5EE /* SettingViewController.xib */; };
  19. 24D70009292D14DA00DAB5EE /* AutoTestProtocal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D70008292D14DA00DAB5EE /* AutoTestProtocal.swift */; };
  20. 24D7000B292D16BB00DAB5EE /* StringAutoTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7000A292D16BB00DAB5EE /* StringAutoTest.swift */; };
  21. 24D7FF9B29261A6400DAB5EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FF9A29261A6400DAB5EE /* AppDelegate.swift */; };
  22. 24D7FF9D29261A6400DAB5EE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FF9C29261A6400DAB5EE /* ViewController.swift */; };
  23. 24D7FF9F29261A6600DAB5EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24D7FF9E29261A6600DAB5EE /* Assets.xcassets */; };
  24. 24D7FFA229261A6600DAB5EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24D7FFA029261A6600DAB5EE /* Main.storyboard */; };
  25. 24D7FFAD29261A6600DAB5EE /* KdanAutoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFAC29261A6600DAB5EE /* KdanAutoTests.swift */; };
  26. 24D7FFB729261A6600DAB5EE /* KdanAutoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFB629261A6600DAB5EE /* KdanAutoUITests.swift */; };
  27. 24D7FFB929261A6600DAB5EE /* KdanAutoUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFB829261A6600DAB5EE /* KdanAutoUITestsLaunchTests.swift */; };
  28. 24D7FFCC29261AC200DAB5EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFCB29261AC200DAB5EE /* AppDelegate.swift */; };
  29. 24D7FFCE29261AC200DAB5EE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFCD29261AC200DAB5EE /* ViewController.swift */; };
  30. 24D7FFD029261AC400DAB5EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24D7FFCF29261AC400DAB5EE /* Assets.xcassets */; };
  31. 24D7FFD329261AC400DAB5EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24D7FFD129261AC400DAB5EE /* Main.storyboard */; };
  32. 24D7FFDE29261AC400DAB5EE /* ProcessCheckFileTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFDD29261AC400DAB5EE /* ProcessCheckFileTests.swift */; };
  33. 24D7FFE829261AC400DAB5EE /* ProcessCheckFileUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFE729261AC400DAB5EE /* ProcessCheckFileUITests.swift */; };
  34. 24D7FFEA29261AC400DAB5EE /* ProcessCheckFileUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFE929261AC400DAB5EE /* ProcessCheckFileUITestsLaunchTests.swift */; };
  35. 24D7FFF72926428300DAB5EE /* ProcessFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFF62926428300DAB5EE /* ProcessFont.swift */; };
  36. 24D7FFFB292B501100DAB5EE /* SettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFFA292B501100DAB5EE /* SettingViewController.swift */; };
  37. 24D7FFFE292B509000DAB5EE /* DataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D7FFFD292B509000DAB5EE /* DataModel.swift */; };
  38. 24DCE8A429504430004EBA35 /* AutoTestTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DCE8A329504430004EBA35 /* AutoTestTypes.swift */; };
  39. 24DCE8A8295046A5004EBA35 /* TestCaseCellView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24DCE8A6295046A5004EBA35 /* TestCaseCellView.xib */; };
  40. 24DCE8A9295046A5004EBA35 /* TestCaseCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DCE8A7295046A5004EBA35 /* TestCaseCellView.swift */; };
  41. 24DCE8AC295046E7004EBA35 /* TestFileTypeCellView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24DCE8AA295046E7004EBA35 /* TestFileTypeCellView.xib */; };
  42. 24DCE8AD295046E7004EBA35 /* TestFileTypeCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DCE8AB295046E7004EBA35 /* TestFileTypeCellView.swift */; };
  43. 24DCE8B0295047D8004EBA35 /* TestFileCellView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24DCE8AE295047D8004EBA35 /* TestFileCellView.xib */; };
  44. 24DCE8B1295047D8004EBA35 /* TestFileCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DCE8AF295047D8004EBA35 /* TestFileCellView.swift */; };
  45. 24DCE8B32950543C004EBA35 /* AutoTestCellInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DCE8B22950543C004EBA35 /* AutoTestCellInfo.swift */; };
  46. 24DCE8B529506CDE004EBA35 /* AutoTestProperty.plist in Resources */ = {isa = PBXBuildFile; fileRef = 24DCE8B429506CDE004EBA35 /* AutoTestProperty.plist */; };
  47. 24DCE8BB29518FD3004EBA35 /* ProcessThumbnal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 240509B62943479800B501B2 /* ProcessThumbnal.swift */; };
  48. /* End PBXBuildFile section */
  49. /* Begin PBXContainerItemProxy section */
  50. 24D7FFA929261A6600DAB5EE /* PBXContainerItemProxy */ = {
  51. isa = PBXContainerItemProxy;
  52. containerPortal = 24D7FF8F29261A6400DAB5EE /* Project object */;
  53. proxyType = 1;
  54. remoteGlobalIDString = 24D7FF9629261A6400DAB5EE;
  55. remoteInfo = KdanAuto;
  56. };
  57. 24D7FFB329261A6600DAB5EE /* PBXContainerItemProxy */ = {
  58. isa = PBXContainerItemProxy;
  59. containerPortal = 24D7FF8F29261A6400DAB5EE /* Project object */;
  60. proxyType = 1;
  61. remoteGlobalIDString = 24D7FF9629261A6400DAB5EE;
  62. remoteInfo = KdanAuto;
  63. };
  64. 24D7FFDA29261AC400DAB5EE /* PBXContainerItemProxy */ = {
  65. isa = PBXContainerItemProxy;
  66. containerPortal = 24D7FF8F29261A6400DAB5EE /* Project object */;
  67. proxyType = 1;
  68. remoteGlobalIDString = 24D7FFC829261AC200DAB5EE;
  69. remoteInfo = ProcessCheckFile;
  70. };
  71. 24D7FFE429261AC400DAB5EE /* PBXContainerItemProxy */ = {
  72. isa = PBXContainerItemProxy;
  73. containerPortal = 24D7FF8F29261A6400DAB5EE /* Project object */;
  74. proxyType = 1;
  75. remoteGlobalIDString = 24D7FFC829261AC200DAB5EE;
  76. remoteInfo = ProcessCheckFile;
  77. };
  78. /* End PBXContainerItemProxy section */
  79. /* Begin PBXFileReference section */
  80. 240509B029433CDE00B501B2 /* QuickLookThumbnailing.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLookThumbnailing.framework; path = System/Library/PrivateFrameworks/QuickLookThumbnailing.framework; sourceTree = SDKROOT; };
  81. 240509B129433CDE00B501B2 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
  82. 240509B229433CDE00B501B2 /* QuickLookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLookUI.framework; path = System/Library/Frameworks/QuickLookUI.framework; sourceTree = SDKROOT; };
  83. 240509B62943479800B501B2 /* ProcessThumbnal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessThumbnal.swift; sourceTree = "<group>"; };
  84. 243DACD22940C6E8008A8AA6 /* ActivityView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityView.swift; sourceTree = "<group>"; };
  85. 24A6FF48293091E000B34F2E /* AutoTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoTest.swift; sourceTree = "<group>"; };
  86. 24A6FF4A2930939D00B34F2E /* TextColorAutoTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextColorAutoTest.swift; sourceTree = "<group>"; };
  87. 24A6FF4E2930A1E100B34F2E /* FontAutoTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontAutoTest.swift; sourceTree = "<group>"; };
  88. 24A6FF502930AC4D00B34F2E /* AutoTestAdvanceSettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoTestAdvanceSettingView.swift; sourceTree = "<group>"; };
  89. 24D70001292B71FB00DAB5EE /* KdanAutoDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = KdanAutoDebug.entitlements; sourceTree = "<group>"; };
  90. 24D70008292D14DA00DAB5EE /* AutoTestProtocal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoTestProtocal.swift; sourceTree = "<group>"; };
  91. 24D7000A292D16BB00DAB5EE /* StringAutoTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringAutoTest.swift; sourceTree = "<group>"; };
  92. 24D7FF9729261A6400DAB5EE /* KdanAuto.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KdanAuto.app; sourceTree = BUILT_PRODUCTS_DIR; };
  93. 24D7FF9A29261A6400DAB5EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  94. 24D7FF9C29261A6400DAB5EE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  95. 24D7FF9E29261A6600DAB5EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  96. 24D7FFA129261A6600DAB5EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  97. 24D7FFA329261A6600DAB5EE /* KdanAuto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = KdanAuto.entitlements; sourceTree = "<group>"; };
  98. 24D7FFA829261A6600DAB5EE /* KdanAutoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KdanAutoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  99. 24D7FFAC29261A6600DAB5EE /* KdanAutoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KdanAutoTests.swift; sourceTree = "<group>"; };
  100. 24D7FFB229261A6600DAB5EE /* KdanAutoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KdanAutoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  101. 24D7FFB629261A6600DAB5EE /* KdanAutoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KdanAutoUITests.swift; sourceTree = "<group>"; };
  102. 24D7FFB829261A6600DAB5EE /* KdanAutoUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KdanAutoUITestsLaunchTests.swift; sourceTree = "<group>"; };
  103. 24D7FFC929261AC200DAB5EE /* ProcessCheckFile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ProcessCheckFile.app; sourceTree = BUILT_PRODUCTS_DIR; };
  104. 24D7FFCB29261AC200DAB5EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  105. 24D7FFCD29261AC200DAB5EE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  106. 24D7FFCF29261AC400DAB5EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  107. 24D7FFD229261AC400DAB5EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  108. 24D7FFD429261AC400DAB5EE /* ProcessCheckFile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ProcessCheckFile.entitlements; sourceTree = "<group>"; };
  109. 24D7FFD929261AC400DAB5EE /* ProcessCheckFileTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ProcessCheckFileTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  110. 24D7FFDD29261AC400DAB5EE /* ProcessCheckFileTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessCheckFileTests.swift; sourceTree = "<group>"; };
  111. 24D7FFE329261AC400DAB5EE /* ProcessCheckFileUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ProcessCheckFileUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  112. 24D7FFE729261AC400DAB5EE /* ProcessCheckFileUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessCheckFileUITests.swift; sourceTree = "<group>"; };
  113. 24D7FFE929261AC400DAB5EE /* ProcessCheckFileUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessCheckFileUITestsLaunchTests.swift; sourceTree = "<group>"; };
  114. 24D7FFF42926414700DAB5EE /* ProcessCheckFileDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ProcessCheckFileDebug.entitlements; sourceTree = "<group>"; };
  115. 24D7FFF62926428300DAB5EE /* ProcessFont.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessFont.swift; sourceTree = "<group>"; };
  116. 24D7FFFA292B501100DAB5EE /* SettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingViewController.swift; sourceTree = "<group>"; };
  117. 24D7FFFD292B509000DAB5EE /* DataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataModel.swift; sourceTree = "<group>"; };
  118. 24D7FFFF292B6FD100DAB5EE /* SettingViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SettingViewController.xib; sourceTree = "<group>"; };
  119. 24DCE8A329504430004EBA35 /* AutoTestTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoTestTypes.swift; sourceTree = "<group>"; };
  120. 24DCE8A6295046A5004EBA35 /* TestCaseCellView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TestCaseCellView.xib; sourceTree = "<group>"; };
  121. 24DCE8A7295046A5004EBA35 /* TestCaseCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestCaseCellView.swift; sourceTree = "<group>"; };
  122. 24DCE8AA295046E7004EBA35 /* TestFileTypeCellView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TestFileTypeCellView.xib; sourceTree = "<group>"; };
  123. 24DCE8AB295046E7004EBA35 /* TestFileTypeCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestFileTypeCellView.swift; sourceTree = "<group>"; };
  124. 24DCE8AE295047D8004EBA35 /* TestFileCellView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TestFileCellView.xib; sourceTree = "<group>"; };
  125. 24DCE8AF295047D8004EBA35 /* TestFileCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestFileCellView.swift; sourceTree = "<group>"; };
  126. 24DCE8B22950543C004EBA35 /* AutoTestCellInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoTestCellInfo.swift; sourceTree = "<group>"; };
  127. 24DCE8B429506CDE004EBA35 /* AutoTestProperty.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = AutoTestProperty.plist; sourceTree = "<group>"; };
  128. /* End PBXFileReference section */
  129. /* Begin PBXFrameworksBuildPhase section */
  130. 24D7FF9429261A6400DAB5EE /* Frameworks */ = {
  131. isa = PBXFrameworksBuildPhase;
  132. buildActionMask = 2147483647;
  133. files = (
  134. 240509B329433CDE00B501B2 /* QuickLookThumbnailing.framework in Frameworks */,
  135. 240509B429433CDE00B501B2 /* QuickLook.framework in Frameworks */,
  136. 240509B529433CDE00B501B2 /* QuickLookUI.framework in Frameworks */,
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. 24D7FFA529261A6600DAB5EE /* Frameworks */ = {
  141. isa = PBXFrameworksBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. );
  145. runOnlyForDeploymentPostprocessing = 0;
  146. };
  147. 24D7FFAF29261A6600DAB5EE /* Frameworks */ = {
  148. isa = PBXFrameworksBuildPhase;
  149. buildActionMask = 2147483647;
  150. files = (
  151. );
  152. runOnlyForDeploymentPostprocessing = 0;
  153. };
  154. 24D7FFC629261AC200DAB5EE /* Frameworks */ = {
  155. isa = PBXFrameworksBuildPhase;
  156. buildActionMask = 2147483647;
  157. files = (
  158. );
  159. runOnlyForDeploymentPostprocessing = 0;
  160. };
  161. 24D7FFD629261AC400DAB5EE /* Frameworks */ = {
  162. isa = PBXFrameworksBuildPhase;
  163. buildActionMask = 2147483647;
  164. files = (
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. };
  168. 24D7FFE029261AC400DAB5EE /* Frameworks */ = {
  169. isa = PBXFrameworksBuildPhase;
  170. buildActionMask = 2147483647;
  171. files = (
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. /* End PBXFrameworksBuildPhase section */
  176. /* Begin PBXGroup section */
  177. 240509AF29433CDE00B501B2 /* Frameworks */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 240509B129433CDE00B501B2 /* QuickLook.framework */,
  181. 240509B029433CDE00B501B2 /* QuickLookThumbnailing.framework */,
  182. 240509B229433CDE00B501B2 /* QuickLookUI.framework */,
  183. );
  184. name = Frameworks;
  185. sourceTree = "<group>";
  186. };
  187. 243DACD12940C6CE008A8AA6 /* ActivityView */ = {
  188. isa = PBXGroup;
  189. children = (
  190. 243DACD22940C6E8008A8AA6 /* ActivityView.swift */,
  191. );
  192. path = ActivityView;
  193. sourceTree = "<group>";
  194. };
  195. 24D70002292B94A100DAB5EE /* Norrmal */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 24DCE8A5295046A5004EBA35 /* Cell */,
  199. 243DACD12940C6CE008A8AA6 /* ActivityView */,
  200. 24A6FF502930AC4D00B34F2E /* AutoTestAdvanceSettingView.swift */,
  201. );
  202. path = Norrmal;
  203. sourceTree = "<group>";
  204. };
  205. 24D70007292D141A00DAB5EE /* AutoTestCase */ = {
  206. isa = PBXGroup;
  207. children = (
  208. 24DCE8B429506CDE004EBA35 /* AutoTestProperty.plist */,
  209. 24DCE8A329504430004EBA35 /* AutoTestTypes.swift */,
  210. 24D70008292D14DA00DAB5EE /* AutoTestProtocal.swift */,
  211. 24A6FF48293091E000B34F2E /* AutoTest.swift */,
  212. 24D7000A292D16BB00DAB5EE /* StringAutoTest.swift */,
  213. 24A6FF4A2930939D00B34F2E /* TextColorAutoTest.swift */,
  214. 24A6FF4E2930A1E100B34F2E /* FontAutoTest.swift */,
  215. );
  216. path = AutoTestCase;
  217. sourceTree = "<group>";
  218. };
  219. 24D7FF8E29261A6400DAB5EE = {
  220. isa = PBXGroup;
  221. children = (
  222. 24D7FF9929261A6400DAB5EE /* KdanAuto */,
  223. 24D7FFAB29261A6600DAB5EE /* KdanAutoTests */,
  224. 24D7FFB529261A6600DAB5EE /* KdanAutoUITests */,
  225. 24D7FFCA29261AC200DAB5EE /* ProcessCheckFile */,
  226. 24D7FFDC29261AC400DAB5EE /* ProcessCheckFileTests */,
  227. 24D7FFE629261AC400DAB5EE /* ProcessCheckFileUITests */,
  228. 24D7FF9829261A6400DAB5EE /* Products */,
  229. 240509AF29433CDE00B501B2 /* Frameworks */,
  230. );
  231. sourceTree = "<group>";
  232. };
  233. 24D7FF9829261A6400DAB5EE /* Products */ = {
  234. isa = PBXGroup;
  235. children = (
  236. 24D7FF9729261A6400DAB5EE /* KdanAuto.app */,
  237. 24D7FFA829261A6600DAB5EE /* KdanAutoTests.xctest */,
  238. 24D7FFB229261A6600DAB5EE /* KdanAutoUITests.xctest */,
  239. 24D7FFC929261AC200DAB5EE /* ProcessCheckFile.app */,
  240. 24D7FFD929261AC400DAB5EE /* ProcessCheckFileTests.xctest */,
  241. 24D7FFE329261AC400DAB5EE /* ProcessCheckFileUITests.xctest */,
  242. );
  243. name = Products;
  244. sourceTree = "<group>";
  245. };
  246. 24D7FF9929261A6400DAB5EE /* KdanAuto */ = {
  247. isa = PBXGroup;
  248. children = (
  249. 24E4FD43293462F0008BA2EC /* Third Part Library */,
  250. 24D70001292B71FB00DAB5EE /* KdanAutoDebug.entitlements */,
  251. 24D7FFF8292B4FDB00DAB5EE /* Class */,
  252. 24D7FF9A29261A6400DAB5EE /* AppDelegate.swift */,
  253. 24D7FF9C29261A6400DAB5EE /* ViewController.swift */,
  254. 24D7FF9E29261A6600DAB5EE /* Assets.xcassets */,
  255. 24D7FFA029261A6600DAB5EE /* Main.storyboard */,
  256. 24D7FFA329261A6600DAB5EE /* KdanAuto.entitlements */,
  257. );
  258. path = KdanAuto;
  259. sourceTree = "<group>";
  260. };
  261. 24D7FFAB29261A6600DAB5EE /* KdanAutoTests */ = {
  262. isa = PBXGroup;
  263. children = (
  264. 24D7FFAC29261A6600DAB5EE /* KdanAutoTests.swift */,
  265. );
  266. path = KdanAutoTests;
  267. sourceTree = "<group>";
  268. };
  269. 24D7FFB529261A6600DAB5EE /* KdanAutoUITests */ = {
  270. isa = PBXGroup;
  271. children = (
  272. 24D7FFB629261A6600DAB5EE /* KdanAutoUITests.swift */,
  273. 24D7FFB829261A6600DAB5EE /* KdanAutoUITestsLaunchTests.swift */,
  274. );
  275. path = KdanAutoUITests;
  276. sourceTree = "<group>";
  277. };
  278. 24D7FFCA29261AC200DAB5EE /* ProcessCheckFile */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 24D7FFF52926427100DAB5EE /* Process */,
  282. 24D7FFF42926414700DAB5EE /* ProcessCheckFileDebug.entitlements */,
  283. 24D7FFCB29261AC200DAB5EE /* AppDelegate.swift */,
  284. 24D7FFCD29261AC200DAB5EE /* ViewController.swift */,
  285. 24D7FFCF29261AC400DAB5EE /* Assets.xcassets */,
  286. 24D7FFD129261AC400DAB5EE /* Main.storyboard */,
  287. 24D7FFD429261AC400DAB5EE /* ProcessCheckFile.entitlements */,
  288. );
  289. path = ProcessCheckFile;
  290. sourceTree = "<group>";
  291. };
  292. 24D7FFDC29261AC400DAB5EE /* ProcessCheckFileTests */ = {
  293. isa = PBXGroup;
  294. children = (
  295. 24D7FFDD29261AC400DAB5EE /* ProcessCheckFileTests.swift */,
  296. );
  297. path = ProcessCheckFileTests;
  298. sourceTree = "<group>";
  299. };
  300. 24D7FFE629261AC400DAB5EE /* ProcessCheckFileUITests */ = {
  301. isa = PBXGroup;
  302. children = (
  303. 24D7FFE729261AC400DAB5EE /* ProcessCheckFileUITests.swift */,
  304. 24D7FFE929261AC400DAB5EE /* ProcessCheckFileUITestsLaunchTests.swift */,
  305. );
  306. path = ProcessCheckFileUITests;
  307. sourceTree = "<group>";
  308. };
  309. 24D7FFF52926427100DAB5EE /* Process */ = {
  310. isa = PBXGroup;
  311. children = (
  312. 24D7FFF62926428300DAB5EE /* ProcessFont.swift */,
  313. 240509B62943479800B501B2 /* ProcessThumbnal.swift */,
  314. );
  315. path = Process;
  316. sourceTree = "<group>";
  317. };
  318. 24D7FFF8292B4FDB00DAB5EE /* Class */ = {
  319. isa = PBXGroup;
  320. children = (
  321. 24D70007292D141A00DAB5EE /* AutoTestCase */,
  322. 24D70002292B94A100DAB5EE /* Norrmal */,
  323. 24D7FFFC292B508600DAB5EE /* DataModel */,
  324. 24D7FFF9292B4FF500DAB5EE /* Setting */,
  325. );
  326. path = Class;
  327. sourceTree = "<group>";
  328. };
  329. 24D7FFF9292B4FF500DAB5EE /* Setting */ = {
  330. isa = PBXGroup;
  331. children = (
  332. 24D7FFFA292B501100DAB5EE /* SettingViewController.swift */,
  333. 24D7FFFF292B6FD100DAB5EE /* SettingViewController.xib */,
  334. );
  335. path = Setting;
  336. sourceTree = "<group>";
  337. };
  338. 24D7FFFC292B508600DAB5EE /* DataModel */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 24D7FFFD292B509000DAB5EE /* DataModel.swift */,
  342. );
  343. path = DataModel;
  344. sourceTree = "<group>";
  345. };
  346. 24DCE8A5295046A5004EBA35 /* Cell */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 24DCE8AF295047D8004EBA35 /* TestFileCellView.swift */,
  350. 24DCE8AE295047D8004EBA35 /* TestFileCellView.xib */,
  351. 24DCE8AB295046E7004EBA35 /* TestFileTypeCellView.swift */,
  352. 24DCE8AA295046E7004EBA35 /* TestFileTypeCellView.xib */,
  353. 24DCE8A6295046A5004EBA35 /* TestCaseCellView.xib */,
  354. 24DCE8A7295046A5004EBA35 /* TestCaseCellView.swift */,
  355. 24DCE8B22950543C004EBA35 /* AutoTestCellInfo.swift */,
  356. );
  357. path = Cell;
  358. sourceTree = "<group>";
  359. };
  360. 24E4FD43293462F0008BA2EC /* Third Part Library */ = {
  361. isa = PBXGroup;
  362. children = (
  363. );
  364. path = "Third Part Library";
  365. sourceTree = "<group>";
  366. };
  367. /* End PBXGroup section */
  368. /* Begin PBXNativeTarget section */
  369. 24D7FF9629261A6400DAB5EE /* KdanAuto */ = {
  370. isa = PBXNativeTarget;
  371. buildConfigurationList = 24D7FFBC29261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAuto" */;
  372. buildPhases = (
  373. 24D7FF9329261A6400DAB5EE /* Sources */,
  374. 24D7FF9429261A6400DAB5EE /* Frameworks */,
  375. 24D7FF9529261A6400DAB5EE /* Resources */,
  376. );
  377. buildRules = (
  378. );
  379. dependencies = (
  380. );
  381. name = KdanAuto;
  382. productName = KdanAuto;
  383. productReference = 24D7FF9729261A6400DAB5EE /* KdanAuto.app */;
  384. productType = "com.apple.product-type.application";
  385. };
  386. 24D7FFA729261A6600DAB5EE /* KdanAutoTests */ = {
  387. isa = PBXNativeTarget;
  388. buildConfigurationList = 24D7FFBF29261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAutoTests" */;
  389. buildPhases = (
  390. 24D7FFA429261A6600DAB5EE /* Sources */,
  391. 24D7FFA529261A6600DAB5EE /* Frameworks */,
  392. 24D7FFA629261A6600DAB5EE /* Resources */,
  393. );
  394. buildRules = (
  395. );
  396. dependencies = (
  397. 24D7FFAA29261A6600DAB5EE /* PBXTargetDependency */,
  398. );
  399. name = KdanAutoTests;
  400. productName = KdanAutoTests;
  401. productReference = 24D7FFA829261A6600DAB5EE /* KdanAutoTests.xctest */;
  402. productType = "com.apple.product-type.bundle.unit-test";
  403. };
  404. 24D7FFB129261A6600DAB5EE /* KdanAutoUITests */ = {
  405. isa = PBXNativeTarget;
  406. buildConfigurationList = 24D7FFC229261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAutoUITests" */;
  407. buildPhases = (
  408. 24D7FFAE29261A6600DAB5EE /* Sources */,
  409. 24D7FFAF29261A6600DAB5EE /* Frameworks */,
  410. 24D7FFB029261A6600DAB5EE /* Resources */,
  411. );
  412. buildRules = (
  413. );
  414. dependencies = (
  415. 24D7FFB429261A6600DAB5EE /* PBXTargetDependency */,
  416. );
  417. name = KdanAutoUITests;
  418. productName = KdanAutoUITests;
  419. productReference = 24D7FFB229261A6600DAB5EE /* KdanAutoUITests.xctest */;
  420. productType = "com.apple.product-type.bundle.ui-testing";
  421. };
  422. 24D7FFC829261AC200DAB5EE /* ProcessCheckFile */ = {
  423. isa = PBXNativeTarget;
  424. buildConfigurationList = 24D7FFEB29261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFile" */;
  425. buildPhases = (
  426. 24D7FFC529261AC200DAB5EE /* Sources */,
  427. 24D7FFC629261AC200DAB5EE /* Frameworks */,
  428. 24D7FFC729261AC200DAB5EE /* Resources */,
  429. );
  430. buildRules = (
  431. );
  432. dependencies = (
  433. );
  434. name = ProcessCheckFile;
  435. productName = ProcessCheckFile;
  436. productReference = 24D7FFC929261AC200DAB5EE /* ProcessCheckFile.app */;
  437. productType = "com.apple.product-type.application";
  438. };
  439. 24D7FFD829261AC400DAB5EE /* ProcessCheckFileTests */ = {
  440. isa = PBXNativeTarget;
  441. buildConfigurationList = 24D7FFEE29261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFileTests" */;
  442. buildPhases = (
  443. 24D7FFD529261AC400DAB5EE /* Sources */,
  444. 24D7FFD629261AC400DAB5EE /* Frameworks */,
  445. 24D7FFD729261AC400DAB5EE /* Resources */,
  446. );
  447. buildRules = (
  448. );
  449. dependencies = (
  450. 24D7FFDB29261AC400DAB5EE /* PBXTargetDependency */,
  451. );
  452. name = ProcessCheckFileTests;
  453. productName = ProcessCheckFileTests;
  454. productReference = 24D7FFD929261AC400DAB5EE /* ProcessCheckFileTests.xctest */;
  455. productType = "com.apple.product-type.bundle.unit-test";
  456. };
  457. 24D7FFE229261AC400DAB5EE /* ProcessCheckFileUITests */ = {
  458. isa = PBXNativeTarget;
  459. buildConfigurationList = 24D7FFF129261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFileUITests" */;
  460. buildPhases = (
  461. 24D7FFDF29261AC400DAB5EE /* Sources */,
  462. 24D7FFE029261AC400DAB5EE /* Frameworks */,
  463. 24D7FFE129261AC400DAB5EE /* Resources */,
  464. );
  465. buildRules = (
  466. );
  467. dependencies = (
  468. 24D7FFE529261AC400DAB5EE /* PBXTargetDependency */,
  469. );
  470. name = ProcessCheckFileUITests;
  471. productName = ProcessCheckFileUITests;
  472. productReference = 24D7FFE329261AC400DAB5EE /* ProcessCheckFileUITests.xctest */;
  473. productType = "com.apple.product-type.bundle.ui-testing";
  474. };
  475. /* End PBXNativeTarget section */
  476. /* Begin PBXProject section */
  477. 24D7FF8F29261A6400DAB5EE /* Project object */ = {
  478. isa = PBXProject;
  479. attributes = {
  480. BuildIndependentTargetsInParallel = 1;
  481. LastSwiftUpdateCheck = 1410;
  482. LastUpgradeCheck = 1410;
  483. TargetAttributes = {
  484. 24D7FF9629261A6400DAB5EE = {
  485. CreatedOnToolsVersion = 14.1;
  486. };
  487. 24D7FFA729261A6600DAB5EE = {
  488. CreatedOnToolsVersion = 14.1;
  489. TestTargetID = 24D7FF9629261A6400DAB5EE;
  490. };
  491. 24D7FFB129261A6600DAB5EE = {
  492. CreatedOnToolsVersion = 14.1;
  493. TestTargetID = 24D7FF9629261A6400DAB5EE;
  494. };
  495. 24D7FFC829261AC200DAB5EE = {
  496. CreatedOnToolsVersion = 14.1;
  497. };
  498. 24D7FFD829261AC400DAB5EE = {
  499. CreatedOnToolsVersion = 14.1;
  500. TestTargetID = 24D7FFC829261AC200DAB5EE;
  501. };
  502. 24D7FFE229261AC400DAB5EE = {
  503. CreatedOnToolsVersion = 14.1;
  504. TestTargetID = 24D7FFC829261AC200DAB5EE;
  505. };
  506. };
  507. };
  508. buildConfigurationList = 24D7FF9229261A6400DAB5EE /* Build configuration list for PBXProject "KdanAuto" */;
  509. compatibilityVersion = "Xcode 14.0";
  510. developmentRegion = en;
  511. hasScannedForEncodings = 0;
  512. knownRegions = (
  513. en,
  514. Base,
  515. );
  516. mainGroup = 24D7FF8E29261A6400DAB5EE;
  517. productRefGroup = 24D7FF9829261A6400DAB5EE /* Products */;
  518. projectDirPath = "";
  519. projectRoot = "";
  520. targets = (
  521. 24D7FF9629261A6400DAB5EE /* KdanAuto */,
  522. 24D7FFA729261A6600DAB5EE /* KdanAutoTests */,
  523. 24D7FFB129261A6600DAB5EE /* KdanAutoUITests */,
  524. 24D7FFC829261AC200DAB5EE /* ProcessCheckFile */,
  525. 24D7FFD829261AC400DAB5EE /* ProcessCheckFileTests */,
  526. 24D7FFE229261AC400DAB5EE /* ProcessCheckFileUITests */,
  527. );
  528. };
  529. /* End PBXProject section */
  530. /* Begin PBXResourcesBuildPhase section */
  531. 24D7FF9529261A6400DAB5EE /* Resources */ = {
  532. isa = PBXResourcesBuildPhase;
  533. buildActionMask = 2147483647;
  534. files = (
  535. 24DCE8A8295046A5004EBA35 /* TestCaseCellView.xib in Resources */,
  536. 24D7FF9F29261A6600DAB5EE /* Assets.xcassets in Resources */,
  537. 24DCE8B529506CDE004EBA35 /* AutoTestProperty.plist in Resources */,
  538. 24D70000292B6FD100DAB5EE /* SettingViewController.xib in Resources */,
  539. 24D7FFA229261A6600DAB5EE /* Main.storyboard in Resources */,
  540. 24DCE8B0295047D8004EBA35 /* TestFileCellView.xib in Resources */,
  541. 24DCE8AC295046E7004EBA35 /* TestFileTypeCellView.xib in Resources */,
  542. );
  543. runOnlyForDeploymentPostprocessing = 0;
  544. };
  545. 24D7FFA629261A6600DAB5EE /* Resources */ = {
  546. isa = PBXResourcesBuildPhase;
  547. buildActionMask = 2147483647;
  548. files = (
  549. );
  550. runOnlyForDeploymentPostprocessing = 0;
  551. };
  552. 24D7FFB029261A6600DAB5EE /* Resources */ = {
  553. isa = PBXResourcesBuildPhase;
  554. buildActionMask = 2147483647;
  555. files = (
  556. );
  557. runOnlyForDeploymentPostprocessing = 0;
  558. };
  559. 24D7FFC729261AC200DAB5EE /* Resources */ = {
  560. isa = PBXResourcesBuildPhase;
  561. buildActionMask = 2147483647;
  562. files = (
  563. 24D7FFD029261AC400DAB5EE /* Assets.xcassets in Resources */,
  564. 24D7FFD329261AC400DAB5EE /* Main.storyboard in Resources */,
  565. );
  566. runOnlyForDeploymentPostprocessing = 0;
  567. };
  568. 24D7FFD729261AC400DAB5EE /* Resources */ = {
  569. isa = PBXResourcesBuildPhase;
  570. buildActionMask = 2147483647;
  571. files = (
  572. );
  573. runOnlyForDeploymentPostprocessing = 0;
  574. };
  575. 24D7FFE129261AC400DAB5EE /* Resources */ = {
  576. isa = PBXResourcesBuildPhase;
  577. buildActionMask = 2147483647;
  578. files = (
  579. );
  580. runOnlyForDeploymentPostprocessing = 0;
  581. };
  582. /* End PBXResourcesBuildPhase section */
  583. /* Begin PBXSourcesBuildPhase section */
  584. 24D7FF9329261A6400DAB5EE /* Sources */ = {
  585. isa = PBXSourcesBuildPhase;
  586. buildActionMask = 2147483647;
  587. files = (
  588. 24D70009292D14DA00DAB5EE /* AutoTestProtocal.swift in Sources */,
  589. 24A6FF4F2930A1E100B34F2E /* FontAutoTest.swift in Sources */,
  590. 24A6FF49293091E000B34F2E /* AutoTest.swift in Sources */,
  591. 24DCE8BB29518FD3004EBA35 /* ProcessThumbnal.swift in Sources */,
  592. 24D7FF9D29261A6400DAB5EE /* ViewController.swift in Sources */,
  593. 24A6FF512930AC4D00B34F2E /* AutoTestAdvanceSettingView.swift in Sources */,
  594. 24DCE8AD295046E7004EBA35 /* TestFileTypeCellView.swift in Sources */,
  595. 24D7FFFE292B509000DAB5EE /* DataModel.swift in Sources */,
  596. 24D7FF9B29261A6400DAB5EE /* AppDelegate.swift in Sources */,
  597. 243DACD32940C6E8008A8AA6 /* ActivityView.swift in Sources */,
  598. 24D7000B292D16BB00DAB5EE /* StringAutoTest.swift in Sources */,
  599. 24DCE8A9295046A5004EBA35 /* TestCaseCellView.swift in Sources */,
  600. 24D7FFFB292B501100DAB5EE /* SettingViewController.swift in Sources */,
  601. 24DCE8A429504430004EBA35 /* AutoTestTypes.swift in Sources */,
  602. 24DCE8B32950543C004EBA35 /* AutoTestCellInfo.swift in Sources */,
  603. 24DCE8B1295047D8004EBA35 /* TestFileCellView.swift in Sources */,
  604. 24A6FF4B2930939D00B34F2E /* TextColorAutoTest.swift in Sources */,
  605. );
  606. runOnlyForDeploymentPostprocessing = 0;
  607. };
  608. 24D7FFA429261A6600DAB5EE /* Sources */ = {
  609. isa = PBXSourcesBuildPhase;
  610. buildActionMask = 2147483647;
  611. files = (
  612. 24D7FFAD29261A6600DAB5EE /* KdanAutoTests.swift in Sources */,
  613. );
  614. runOnlyForDeploymentPostprocessing = 0;
  615. };
  616. 24D7FFAE29261A6600DAB5EE /* Sources */ = {
  617. isa = PBXSourcesBuildPhase;
  618. buildActionMask = 2147483647;
  619. files = (
  620. 24D7FFB929261A6600DAB5EE /* KdanAutoUITestsLaunchTests.swift in Sources */,
  621. 24D7FFB729261A6600DAB5EE /* KdanAutoUITests.swift in Sources */,
  622. );
  623. runOnlyForDeploymentPostprocessing = 0;
  624. };
  625. 24D7FFC529261AC200DAB5EE /* Sources */ = {
  626. isa = PBXSourcesBuildPhase;
  627. buildActionMask = 2147483647;
  628. files = (
  629. 24D7FFCE29261AC200DAB5EE /* ViewController.swift in Sources */,
  630. 24D7FFF72926428300DAB5EE /* ProcessFont.swift in Sources */,
  631. 240509B72943479800B501B2 /* ProcessThumbnal.swift in Sources */,
  632. 24D7FFCC29261AC200DAB5EE /* AppDelegate.swift in Sources */,
  633. );
  634. runOnlyForDeploymentPostprocessing = 0;
  635. };
  636. 24D7FFD529261AC400DAB5EE /* Sources */ = {
  637. isa = PBXSourcesBuildPhase;
  638. buildActionMask = 2147483647;
  639. files = (
  640. 24D7FFDE29261AC400DAB5EE /* ProcessCheckFileTests.swift in Sources */,
  641. );
  642. runOnlyForDeploymentPostprocessing = 0;
  643. };
  644. 24D7FFDF29261AC400DAB5EE /* Sources */ = {
  645. isa = PBXSourcesBuildPhase;
  646. buildActionMask = 2147483647;
  647. files = (
  648. 24D7FFE829261AC400DAB5EE /* ProcessCheckFileUITests.swift in Sources */,
  649. 24D7FFEA29261AC400DAB5EE /* ProcessCheckFileUITestsLaunchTests.swift in Sources */,
  650. );
  651. runOnlyForDeploymentPostprocessing = 0;
  652. };
  653. /* End PBXSourcesBuildPhase section */
  654. /* Begin PBXTargetDependency section */
  655. 24D7FFAA29261A6600DAB5EE /* PBXTargetDependency */ = {
  656. isa = PBXTargetDependency;
  657. target = 24D7FF9629261A6400DAB5EE /* KdanAuto */;
  658. targetProxy = 24D7FFA929261A6600DAB5EE /* PBXContainerItemProxy */;
  659. };
  660. 24D7FFB429261A6600DAB5EE /* PBXTargetDependency */ = {
  661. isa = PBXTargetDependency;
  662. target = 24D7FF9629261A6400DAB5EE /* KdanAuto */;
  663. targetProxy = 24D7FFB329261A6600DAB5EE /* PBXContainerItemProxy */;
  664. };
  665. 24D7FFDB29261AC400DAB5EE /* PBXTargetDependency */ = {
  666. isa = PBXTargetDependency;
  667. target = 24D7FFC829261AC200DAB5EE /* ProcessCheckFile */;
  668. targetProxy = 24D7FFDA29261AC400DAB5EE /* PBXContainerItemProxy */;
  669. };
  670. 24D7FFE529261AC400DAB5EE /* PBXTargetDependency */ = {
  671. isa = PBXTargetDependency;
  672. target = 24D7FFC829261AC200DAB5EE /* ProcessCheckFile */;
  673. targetProxy = 24D7FFE429261AC400DAB5EE /* PBXContainerItemProxy */;
  674. };
  675. /* End PBXTargetDependency section */
  676. /* Begin PBXVariantGroup section */
  677. 24D7FFA029261A6600DAB5EE /* Main.storyboard */ = {
  678. isa = PBXVariantGroup;
  679. children = (
  680. 24D7FFA129261A6600DAB5EE /* Base */,
  681. );
  682. name = Main.storyboard;
  683. sourceTree = "<group>";
  684. };
  685. 24D7FFD129261AC400DAB5EE /* Main.storyboard */ = {
  686. isa = PBXVariantGroup;
  687. children = (
  688. 24D7FFD229261AC400DAB5EE /* Base */,
  689. );
  690. name = Main.storyboard;
  691. sourceTree = "<group>";
  692. };
  693. /* End PBXVariantGroup section */
  694. /* Begin XCBuildConfiguration section */
  695. 24D7FFBA29261A6600DAB5EE /* Debug */ = {
  696. isa = XCBuildConfiguration;
  697. buildSettings = {
  698. ALWAYS_SEARCH_USER_PATHS = NO;
  699. CLANG_ANALYZER_NONNULL = YES;
  700. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  701. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  702. CLANG_ENABLE_MODULES = YES;
  703. CLANG_ENABLE_OBJC_ARC = YES;
  704. CLANG_ENABLE_OBJC_WEAK = YES;
  705. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  706. CLANG_WARN_BOOL_CONVERSION = YES;
  707. CLANG_WARN_COMMA = YES;
  708. CLANG_WARN_CONSTANT_CONVERSION = YES;
  709. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  710. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  711. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  712. CLANG_WARN_EMPTY_BODY = YES;
  713. CLANG_WARN_ENUM_CONVERSION = YES;
  714. CLANG_WARN_INFINITE_RECURSION = YES;
  715. CLANG_WARN_INT_CONVERSION = YES;
  716. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  717. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  718. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  719. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  720. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  721. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  722. CLANG_WARN_STRICT_PROTOTYPES = YES;
  723. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  724. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  725. CLANG_WARN_UNREACHABLE_CODE = YES;
  726. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  727. COPY_PHASE_STRIP = NO;
  728. DEBUG_INFORMATION_FORMAT = dwarf;
  729. ENABLE_STRICT_OBJC_MSGSEND = YES;
  730. ENABLE_TESTABILITY = YES;
  731. GCC_C_LANGUAGE_STANDARD = gnu11;
  732. GCC_DYNAMIC_NO_PIC = NO;
  733. GCC_NO_COMMON_BLOCKS = YES;
  734. GCC_OPTIMIZATION_LEVEL = 0;
  735. GCC_PREPROCESSOR_DEFINITIONS = (
  736. "DEBUG=1",
  737. "$(inherited)",
  738. );
  739. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  740. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  741. GCC_WARN_UNDECLARED_SELECTOR = YES;
  742. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  743. GCC_WARN_UNUSED_FUNCTION = YES;
  744. GCC_WARN_UNUSED_VARIABLE = YES;
  745. MACOSX_DEPLOYMENT_TARGET = 13.0;
  746. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  747. MTL_FAST_MATH = YES;
  748. ONLY_ACTIVE_ARCH = YES;
  749. SDKROOT = macosx;
  750. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  751. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  752. };
  753. name = Debug;
  754. };
  755. 24D7FFBB29261A6600DAB5EE /* Release */ = {
  756. isa = XCBuildConfiguration;
  757. buildSettings = {
  758. ALWAYS_SEARCH_USER_PATHS = NO;
  759. CLANG_ANALYZER_NONNULL = YES;
  760. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  761. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  762. CLANG_ENABLE_MODULES = YES;
  763. CLANG_ENABLE_OBJC_ARC = YES;
  764. CLANG_ENABLE_OBJC_WEAK = YES;
  765. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  766. CLANG_WARN_BOOL_CONVERSION = YES;
  767. CLANG_WARN_COMMA = YES;
  768. CLANG_WARN_CONSTANT_CONVERSION = YES;
  769. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  770. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  771. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  772. CLANG_WARN_EMPTY_BODY = YES;
  773. CLANG_WARN_ENUM_CONVERSION = YES;
  774. CLANG_WARN_INFINITE_RECURSION = YES;
  775. CLANG_WARN_INT_CONVERSION = YES;
  776. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  777. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  778. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  779. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  780. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  781. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  782. CLANG_WARN_STRICT_PROTOTYPES = YES;
  783. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  784. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  785. CLANG_WARN_UNREACHABLE_CODE = YES;
  786. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  787. COPY_PHASE_STRIP = NO;
  788. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  789. ENABLE_NS_ASSERTIONS = NO;
  790. ENABLE_STRICT_OBJC_MSGSEND = YES;
  791. GCC_C_LANGUAGE_STANDARD = gnu11;
  792. GCC_NO_COMMON_BLOCKS = YES;
  793. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  794. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  795. GCC_WARN_UNDECLARED_SELECTOR = YES;
  796. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  797. GCC_WARN_UNUSED_FUNCTION = YES;
  798. GCC_WARN_UNUSED_VARIABLE = YES;
  799. MACOSX_DEPLOYMENT_TARGET = 13.0;
  800. MTL_ENABLE_DEBUG_INFO = NO;
  801. MTL_FAST_MATH = YES;
  802. SDKROOT = macosx;
  803. SWIFT_COMPILATION_MODE = wholemodule;
  804. SWIFT_OPTIMIZATION_LEVEL = "-O";
  805. };
  806. name = Release;
  807. };
  808. 24D7FFBD29261A6600DAB5EE /* Debug */ = {
  809. isa = XCBuildConfiguration;
  810. buildSettings = {
  811. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  812. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  813. CODE_SIGN_ENTITLEMENTS = KdanAuto/KdanAutoDebug.entitlements;
  814. CODE_SIGN_STYLE = Automatic;
  815. COMBINE_HIDPI_IMAGES = YES;
  816. CURRENT_PROJECT_VERSION = 1;
  817. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  818. ENABLE_HARDENED_RUNTIME = YES;
  819. GENERATE_INFOPLIST_FILE = YES;
  820. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  821. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  822. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  823. LD_RUNPATH_SEARCH_PATHS = (
  824. "$(inherited)",
  825. "@executable_path/../Frameworks",
  826. );
  827. MARKETING_VERSION = 1.0;
  828. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAuto;
  829. PRODUCT_NAME = "$(TARGET_NAME)";
  830. SWIFT_EMIT_LOC_STRINGS = YES;
  831. SWIFT_OBJC_BRIDGING_HEADER = "";
  832. SWIFT_VERSION = 5.0;
  833. SYSTEM_FRAMEWORK_SEARCH_PATHS = (
  834. "$(inherited)",
  835. "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
  836. );
  837. };
  838. name = Debug;
  839. };
  840. 24D7FFBE29261A6600DAB5EE /* Release */ = {
  841. isa = XCBuildConfiguration;
  842. buildSettings = {
  843. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  844. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  845. CODE_SIGN_ENTITLEMENTS = KdanAuto/KdanAuto.entitlements;
  846. CODE_SIGN_STYLE = Automatic;
  847. COMBINE_HIDPI_IMAGES = YES;
  848. CURRENT_PROJECT_VERSION = 1;
  849. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  850. ENABLE_HARDENED_RUNTIME = YES;
  851. GENERATE_INFOPLIST_FILE = YES;
  852. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  853. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  854. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  855. LD_RUNPATH_SEARCH_PATHS = (
  856. "$(inherited)",
  857. "@executable_path/../Frameworks",
  858. );
  859. MARKETING_VERSION = 1.0;
  860. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAuto;
  861. PRODUCT_NAME = "$(TARGET_NAME)";
  862. SWIFT_EMIT_LOC_STRINGS = YES;
  863. SWIFT_OBJC_BRIDGING_HEADER = "";
  864. SWIFT_VERSION = 5.0;
  865. SYSTEM_FRAMEWORK_SEARCH_PATHS = (
  866. "$(inherited)",
  867. "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
  868. );
  869. };
  870. name = Release;
  871. };
  872. 24D7FFC029261A6600DAB5EE /* Debug */ = {
  873. isa = XCBuildConfiguration;
  874. buildSettings = {
  875. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  876. BUNDLE_LOADER = "$(TEST_HOST)";
  877. CODE_SIGN_STYLE = Automatic;
  878. CURRENT_PROJECT_VERSION = 1;
  879. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  880. GENERATE_INFOPLIST_FILE = YES;
  881. MACOSX_DEPLOYMENT_TARGET = 13.0;
  882. MARKETING_VERSION = 1.0;
  883. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAutoTests;
  884. PRODUCT_NAME = "$(TARGET_NAME)";
  885. SWIFT_EMIT_LOC_STRINGS = NO;
  886. SWIFT_VERSION = 5.0;
  887. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KdanAuto.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KdanAuto";
  888. };
  889. name = Debug;
  890. };
  891. 24D7FFC129261A6600DAB5EE /* Release */ = {
  892. isa = XCBuildConfiguration;
  893. buildSettings = {
  894. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  895. BUNDLE_LOADER = "$(TEST_HOST)";
  896. CODE_SIGN_STYLE = Automatic;
  897. CURRENT_PROJECT_VERSION = 1;
  898. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  899. GENERATE_INFOPLIST_FILE = YES;
  900. MACOSX_DEPLOYMENT_TARGET = 13.0;
  901. MARKETING_VERSION = 1.0;
  902. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAutoTests;
  903. PRODUCT_NAME = "$(TARGET_NAME)";
  904. SWIFT_EMIT_LOC_STRINGS = NO;
  905. SWIFT_VERSION = 5.0;
  906. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KdanAuto.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KdanAuto";
  907. };
  908. name = Release;
  909. };
  910. 24D7FFC329261A6600DAB5EE /* Debug */ = {
  911. isa = XCBuildConfiguration;
  912. buildSettings = {
  913. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  914. CODE_SIGN_STYLE = Automatic;
  915. CURRENT_PROJECT_VERSION = 1;
  916. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  917. GENERATE_INFOPLIST_FILE = YES;
  918. MARKETING_VERSION = 1.0;
  919. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAutoUITests;
  920. PRODUCT_NAME = "$(TARGET_NAME)";
  921. SWIFT_EMIT_LOC_STRINGS = NO;
  922. SWIFT_VERSION = 5.0;
  923. TEST_TARGET_NAME = KdanAuto;
  924. };
  925. name = Debug;
  926. };
  927. 24D7FFC429261A6600DAB5EE /* Release */ = {
  928. isa = XCBuildConfiguration;
  929. buildSettings = {
  930. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  931. CODE_SIGN_STYLE = Automatic;
  932. CURRENT_PROJECT_VERSION = 1;
  933. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  934. GENERATE_INFOPLIST_FILE = YES;
  935. MARKETING_VERSION = 1.0;
  936. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.KdanAutoUITests;
  937. PRODUCT_NAME = "$(TARGET_NAME)";
  938. SWIFT_EMIT_LOC_STRINGS = NO;
  939. SWIFT_VERSION = 5.0;
  940. TEST_TARGET_NAME = KdanAuto;
  941. };
  942. name = Release;
  943. };
  944. 24D7FFEC29261AC400DAB5EE /* Debug */ = {
  945. isa = XCBuildConfiguration;
  946. buildSettings = {
  947. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  948. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  949. CODE_SIGN_ENTITLEMENTS = ProcessCheckFile/ProcessCheckFileDebug.entitlements;
  950. CODE_SIGN_STYLE = Manual;
  951. COMBINE_HIDPI_IMAGES = YES;
  952. CURRENT_PROJECT_VERSION = 1;
  953. DEVELOPMENT_TEAM = "";
  954. ENABLE_HARDENED_RUNTIME = YES;
  955. GENERATE_INFOPLIST_FILE = YES;
  956. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  957. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  958. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  959. LD_RUNPATH_SEARCH_PATHS = (
  960. "$(inherited)",
  961. "@executable_path/../Frameworks",
  962. );
  963. MARKETING_VERSION = 1.0;
  964. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFile;
  965. PRODUCT_NAME = "$(TARGET_NAME)";
  966. PROVISIONING_PROFILE_SPECIFIER = "";
  967. SWIFT_EMIT_LOC_STRINGS = YES;
  968. SWIFT_VERSION = 5.0;
  969. };
  970. name = Debug;
  971. };
  972. 24D7FFED29261AC400DAB5EE /* Release */ = {
  973. isa = XCBuildConfiguration;
  974. buildSettings = {
  975. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  976. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  977. CODE_SIGN_ENTITLEMENTS = ProcessCheckFile/ProcessCheckFile.entitlements;
  978. CODE_SIGN_STYLE = Automatic;
  979. COMBINE_HIDPI_IMAGES = YES;
  980. CURRENT_PROJECT_VERSION = 1;
  981. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  982. ENABLE_HARDENED_RUNTIME = YES;
  983. GENERATE_INFOPLIST_FILE = YES;
  984. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  985. INFOPLIST_KEY_NSMainStoryboardFile = Main;
  986. INFOPLIST_KEY_NSPrincipalClass = NSApplication;
  987. LD_RUNPATH_SEARCH_PATHS = (
  988. "$(inherited)",
  989. "@executable_path/../Frameworks",
  990. );
  991. MARKETING_VERSION = 1.0;
  992. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFile;
  993. PRODUCT_NAME = "$(TARGET_NAME)";
  994. SWIFT_EMIT_LOC_STRINGS = YES;
  995. SWIFT_VERSION = 5.0;
  996. };
  997. name = Release;
  998. };
  999. 24D7FFEF29261AC400DAB5EE /* Debug */ = {
  1000. isa = XCBuildConfiguration;
  1001. buildSettings = {
  1002. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1003. BUNDLE_LOADER = "$(TEST_HOST)";
  1004. CODE_SIGN_STYLE = Automatic;
  1005. CURRENT_PROJECT_VERSION = 1;
  1006. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1007. GENERATE_INFOPLIST_FILE = YES;
  1008. MACOSX_DEPLOYMENT_TARGET = 13.0;
  1009. MARKETING_VERSION = 1.0;
  1010. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFileTests;
  1011. PRODUCT_NAME = "$(TARGET_NAME)";
  1012. SWIFT_EMIT_LOC_STRINGS = NO;
  1013. SWIFT_VERSION = 5.0;
  1014. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ProcessCheckFile.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ProcessCheckFile";
  1015. };
  1016. name = Debug;
  1017. };
  1018. 24D7FFF029261AC400DAB5EE /* Release */ = {
  1019. isa = XCBuildConfiguration;
  1020. buildSettings = {
  1021. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1022. BUNDLE_LOADER = "$(TEST_HOST)";
  1023. CODE_SIGN_STYLE = Automatic;
  1024. CURRENT_PROJECT_VERSION = 1;
  1025. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1026. GENERATE_INFOPLIST_FILE = YES;
  1027. MACOSX_DEPLOYMENT_TARGET = 13.0;
  1028. MARKETING_VERSION = 1.0;
  1029. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFileTests;
  1030. PRODUCT_NAME = "$(TARGET_NAME)";
  1031. SWIFT_EMIT_LOC_STRINGS = NO;
  1032. SWIFT_VERSION = 5.0;
  1033. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ProcessCheckFile.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ProcessCheckFile";
  1034. };
  1035. name = Release;
  1036. };
  1037. 24D7FFF229261AC400DAB5EE /* Debug */ = {
  1038. isa = XCBuildConfiguration;
  1039. buildSettings = {
  1040. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1041. CODE_SIGN_STYLE = Automatic;
  1042. CURRENT_PROJECT_VERSION = 1;
  1043. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1044. GENERATE_INFOPLIST_FILE = YES;
  1045. MARKETING_VERSION = 1.0;
  1046. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFileUITests;
  1047. PRODUCT_NAME = "$(TARGET_NAME)";
  1048. SWIFT_EMIT_LOC_STRINGS = NO;
  1049. SWIFT_VERSION = 5.0;
  1050. TEST_TARGET_NAME = ProcessCheckFile;
  1051. };
  1052. name = Debug;
  1053. };
  1054. 24D7FFF329261AC400DAB5EE /* Release */ = {
  1055. isa = XCBuildConfiguration;
  1056. buildSettings = {
  1057. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1058. CODE_SIGN_STYLE = Automatic;
  1059. CURRENT_PROJECT_VERSION = 1;
  1060. DEVELOPMENT_TEAM = 4GGQPGRTSV;
  1061. GENERATE_INFOPLIST_FILE = YES;
  1062. MARKETING_VERSION = 1.0;
  1063. PRODUCT_BUNDLE_IDENTIFIER = com.pdfreaderpro.ProcessCheckFileUITests;
  1064. PRODUCT_NAME = "$(TARGET_NAME)";
  1065. SWIFT_EMIT_LOC_STRINGS = NO;
  1066. SWIFT_VERSION = 5.0;
  1067. TEST_TARGET_NAME = ProcessCheckFile;
  1068. };
  1069. name = Release;
  1070. };
  1071. /* End XCBuildConfiguration section */
  1072. /* Begin XCConfigurationList section */
  1073. 24D7FF9229261A6400DAB5EE /* Build configuration list for PBXProject "KdanAuto" */ = {
  1074. isa = XCConfigurationList;
  1075. buildConfigurations = (
  1076. 24D7FFBA29261A6600DAB5EE /* Debug */,
  1077. 24D7FFBB29261A6600DAB5EE /* Release */,
  1078. );
  1079. defaultConfigurationIsVisible = 0;
  1080. defaultConfigurationName = Release;
  1081. };
  1082. 24D7FFBC29261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAuto" */ = {
  1083. isa = XCConfigurationList;
  1084. buildConfigurations = (
  1085. 24D7FFBD29261A6600DAB5EE /* Debug */,
  1086. 24D7FFBE29261A6600DAB5EE /* Release */,
  1087. );
  1088. defaultConfigurationIsVisible = 0;
  1089. defaultConfigurationName = Release;
  1090. };
  1091. 24D7FFBF29261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAutoTests" */ = {
  1092. isa = XCConfigurationList;
  1093. buildConfigurations = (
  1094. 24D7FFC029261A6600DAB5EE /* Debug */,
  1095. 24D7FFC129261A6600DAB5EE /* Release */,
  1096. );
  1097. defaultConfigurationIsVisible = 0;
  1098. defaultConfigurationName = Release;
  1099. };
  1100. 24D7FFC229261A6600DAB5EE /* Build configuration list for PBXNativeTarget "KdanAutoUITests" */ = {
  1101. isa = XCConfigurationList;
  1102. buildConfigurations = (
  1103. 24D7FFC329261A6600DAB5EE /* Debug */,
  1104. 24D7FFC429261A6600DAB5EE /* Release */,
  1105. );
  1106. defaultConfigurationIsVisible = 0;
  1107. defaultConfigurationName = Release;
  1108. };
  1109. 24D7FFEB29261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFile" */ = {
  1110. isa = XCConfigurationList;
  1111. buildConfigurations = (
  1112. 24D7FFEC29261AC400DAB5EE /* Debug */,
  1113. 24D7FFED29261AC400DAB5EE /* Release */,
  1114. );
  1115. defaultConfigurationIsVisible = 0;
  1116. defaultConfigurationName = Release;
  1117. };
  1118. 24D7FFEE29261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFileTests" */ = {
  1119. isa = XCConfigurationList;
  1120. buildConfigurations = (
  1121. 24D7FFEF29261AC400DAB5EE /* Debug */,
  1122. 24D7FFF029261AC400DAB5EE /* Release */,
  1123. );
  1124. defaultConfigurationIsVisible = 0;
  1125. defaultConfigurationName = Release;
  1126. };
  1127. 24D7FFF129261AC400DAB5EE /* Build configuration list for PBXNativeTarget "ProcessCheckFileUITests" */ = {
  1128. isa = XCConfigurationList;
  1129. buildConfigurations = (
  1130. 24D7FFF229261AC400DAB5EE /* Debug */,
  1131. 24D7FFF329261AC400DAB5EE /* Release */,
  1132. );
  1133. defaultConfigurationIsVisible = 0;
  1134. defaultConfigurationName = Release;
  1135. };
  1136. /* End XCConfigurationList section */
  1137. };
  1138. rootObject = 24D7FF8F29261A6400DAB5EE /* Project object */;
  1139. }