project.pbxproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0A7D8FA0217A10A900B496D7 /* CocoaLumberjack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A7D8F9F217A10A900B496D7 /* CocoaLumberjack.framework */; };
  10. E5EDB896186286BC002D0689 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5EDB895186286BC002D0689 /* Foundation.framework */; };
  11. E5EDB899186286BC002D0689 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E5EDB898186286BC002D0689 /* main.m */; };
  12. E5EDB89D186286BC002D0689 /* CLI.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = E5EDB89C186286BC002D0689 /* CLI.1 */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXCopyFilesBuildPhase section */
  15. E5EDB890186286BC002D0689 /* CopyFiles */ = {
  16. isa = PBXCopyFilesBuildPhase;
  17. buildActionMask = 2147483647;
  18. dstPath = /usr/share/man/man1/;
  19. dstSubfolderSpec = 0;
  20. files = (
  21. E5EDB89D186286BC002D0689 /* CLI.1 in CopyFiles */,
  22. );
  23. runOnlyForDeploymentPostprocessing = 1;
  24. };
  25. /* End PBXCopyFilesBuildPhase section */
  26. /* Begin PBXFileReference section */
  27. 0A7D8F9F217A10A900B496D7 /* CocoaLumberjack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 43AF80292174E3CB00C0D9DC /* Module-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Release.xcconfig"; sourceTree = "<group>"; };
  29. 43AF802A2174E3CB00C0D9DC /* Module-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Debug.xcconfig"; sourceTree = "<group>"; };
  30. 43AF802B2174E3CB00C0D9DC /* Module-Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Module-Shared.xcconfig"; sourceTree = "<group>"; };
  31. E5EDB892186286BC002D0689 /* CLI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CLI; sourceTree = BUILT_PRODUCTS_DIR; };
  32. E5EDB895186286BC002D0689 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  33. E5EDB898186286BC002D0689 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  34. E5EDB89B186286BC002D0689 /* CLI-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CLI-Prefix.pch"; sourceTree = "<group>"; };
  35. E5EDB89C186286BC002D0689 /* CLI.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = CLI.1; sourceTree = "<group>"; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. E5EDB88F186286BC002D0689 /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. 0A7D8FA0217A10A900B496D7 /* CocoaLumberjack.framework in Frameworks */,
  43. E5EDB896186286BC002D0689 /* Foundation.framework in Frameworks */,
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. /* End PBXFrameworksBuildPhase section */
  48. /* Begin PBXGroup section */
  49. 43AF80282174E3CB00C0D9DC /* Configs */ = {
  50. isa = PBXGroup;
  51. children = (
  52. 43AF80292174E3CB00C0D9DC /* Module-Release.xcconfig */,
  53. 43AF802A2174E3CB00C0D9DC /* Module-Debug.xcconfig */,
  54. 43AF802B2174E3CB00C0D9DC /* Module-Shared.xcconfig */,
  55. );
  56. name = Configs;
  57. path = ../../Configs;
  58. sourceTree = "<group>";
  59. };
  60. E5EDB889186286BC002D0689 = {
  61. isa = PBXGroup;
  62. children = (
  63. 43AF80282174E3CB00C0D9DC /* Configs */,
  64. E5EDB897186286BC002D0689 /* CLI */,
  65. E5EDB894186286BC002D0689 /* Frameworks */,
  66. E5EDB893186286BC002D0689 /* Products */,
  67. );
  68. sourceTree = "<group>";
  69. };
  70. E5EDB893186286BC002D0689 /* Products */ = {
  71. isa = PBXGroup;
  72. children = (
  73. E5EDB892186286BC002D0689 /* CLI */,
  74. );
  75. name = Products;
  76. sourceTree = "<group>";
  77. };
  78. E5EDB894186286BC002D0689 /* Frameworks */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 0A7D8F9F217A10A900B496D7 /* CocoaLumberjack.framework */,
  82. E5EDB895186286BC002D0689 /* Foundation.framework */,
  83. );
  84. name = Frameworks;
  85. sourceTree = "<group>";
  86. };
  87. E5EDB897186286BC002D0689 /* CLI */ = {
  88. isa = PBXGroup;
  89. children = (
  90. E5EDB898186286BC002D0689 /* main.m */,
  91. E5EDB89C186286BC002D0689 /* CLI.1 */,
  92. E5EDB89A186286BC002D0689 /* Supporting Files */,
  93. );
  94. path = CLI;
  95. sourceTree = "<group>";
  96. };
  97. E5EDB89A186286BC002D0689 /* Supporting Files */ = {
  98. isa = PBXGroup;
  99. children = (
  100. E5EDB89B186286BC002D0689 /* CLI-Prefix.pch */,
  101. );
  102. name = "Supporting Files";
  103. sourceTree = "<group>";
  104. };
  105. /* End PBXGroup section */
  106. /* Begin PBXNativeTarget section */
  107. E5EDB891186286BC002D0689 /* CLI */ = {
  108. isa = PBXNativeTarget;
  109. buildConfigurationList = E5EDB8A0186286BC002D0689 /* Build configuration list for PBXNativeTarget "CLI" */;
  110. buildPhases = (
  111. E5EDB88E186286BC002D0689 /* Sources */,
  112. E5EDB88F186286BC002D0689 /* Frameworks */,
  113. E5EDB890186286BC002D0689 /* CopyFiles */,
  114. );
  115. buildRules = (
  116. );
  117. dependencies = (
  118. );
  119. name = CLI;
  120. productName = kkcli;
  121. productReference = E5EDB892186286BC002D0689 /* CLI */;
  122. productType = "com.apple.product-type.tool";
  123. };
  124. /* End PBXNativeTarget section */
  125. /* Begin PBXProject section */
  126. E5EDB88A186286BC002D0689 /* Project object */ = {
  127. isa = PBXProject;
  128. attributes = {
  129. LastUpgradeCheck = 1410;
  130. ORGANIZATIONNAME = "";
  131. };
  132. buildConfigurationList = E5EDB88D186286BC002D0689 /* Build configuration list for PBXProject "CLI" */;
  133. compatibilityVersion = "Xcode 13.0";
  134. developmentRegion = en;
  135. hasScannedForEncodings = 0;
  136. knownRegions = (
  137. en,
  138. Base,
  139. );
  140. mainGroup = E5EDB889186286BC002D0689;
  141. productRefGroup = E5EDB893186286BC002D0689 /* Products */;
  142. projectDirPath = "";
  143. projectRoot = "";
  144. targets = (
  145. E5EDB891186286BC002D0689 /* CLI */,
  146. );
  147. };
  148. /* End PBXProject section */
  149. /* Begin PBXSourcesBuildPhase section */
  150. E5EDB88E186286BC002D0689 /* Sources */ = {
  151. isa = PBXSourcesBuildPhase;
  152. buildActionMask = 2147483647;
  153. files = (
  154. E5EDB899186286BC002D0689 /* main.m in Sources */,
  155. );
  156. runOnlyForDeploymentPostprocessing = 0;
  157. };
  158. /* End PBXSourcesBuildPhase section */
  159. /* Begin XCBuildConfiguration section */
  160. E5EDB89E186286BC002D0689 /* Debug */ = {
  161. isa = XCBuildConfiguration;
  162. baseConfigurationReference = 43AF802A2174E3CB00C0D9DC /* Module-Debug.xcconfig */;
  163. buildSettings = {
  164. };
  165. name = Debug;
  166. };
  167. E5EDB89F186286BC002D0689 /* Release */ = {
  168. isa = XCBuildConfiguration;
  169. baseConfigurationReference = 43AF80292174E3CB00C0D9DC /* Module-Release.xcconfig */;
  170. buildSettings = {
  171. };
  172. name = Release;
  173. };
  174. E5EDB8A1186286BC002D0689 /* Debug */ = {
  175. isa = XCBuildConfiguration;
  176. buildSettings = {
  177. CODE_SIGN_IDENTITY = "-";
  178. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
  179. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  180. GCC_PREFIX_HEADER = "CLI/CLI-Prefix.pch";
  181. SUPPORTED_PLATFORMS = macosx;
  182. TARGETED_DEVICE_FAMILY = "";
  183. };
  184. name = Debug;
  185. };
  186. E5EDB8A2186286BC002D0689 /* Release */ = {
  187. isa = XCBuildConfiguration;
  188. buildSettings = {
  189. CODE_SIGN_IDENTITY = "-";
  190. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
  191. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  192. GCC_PREFIX_HEADER = "CLI/CLI-Prefix.pch";
  193. SUPPORTED_PLATFORMS = macosx;
  194. TARGETED_DEVICE_FAMILY = "";
  195. };
  196. name = Release;
  197. };
  198. /* End XCBuildConfiguration section */
  199. /* Begin XCConfigurationList section */
  200. E5EDB88D186286BC002D0689 /* Build configuration list for PBXProject "CLI" */ = {
  201. isa = XCConfigurationList;
  202. buildConfigurations = (
  203. E5EDB89E186286BC002D0689 /* Debug */,
  204. E5EDB89F186286BC002D0689 /* Release */,
  205. );
  206. defaultConfigurationIsVisible = 0;
  207. defaultConfigurationName = Release;
  208. };
  209. E5EDB8A0186286BC002D0689 /* Build configuration list for PBXNativeTarget "CLI" */ = {
  210. isa = XCConfigurationList;
  211. buildConfigurations = (
  212. E5EDB8A1186286BC002D0689 /* Debug */,
  213. E5EDB8A2186286BC002D0689 /* Release */,
  214. );
  215. defaultConfigurationIsVisible = 0;
  216. defaultConfigurationName = Release;
  217. };
  218. /* End XCConfigurationList section */
  219. };
  220. rootObject = E5EDB88A186286BC002D0689 /* Project object */;
  221. }