this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prepare for man+xcselect update

+2 -1
+1
src/CMakeLists.txt
··· 102 102 ${CMAKE_CURRENT_SOURCE_DIR}/external/objc4/runtime/include 103 103 ${CMAKE_CURRENT_SOURCE_DIR}/external/corecrypto/include 104 104 ${CMAKE_CURRENT_SOURCE_DIR}/external/security/include 105 + ${CMAKE_CURRENT_SOURCE_DIR}/xcselect/include 105 106 ) 106 107 107 108 add_subdirectory(external/libkqueue)
+1
src/xcselect/CMakeLists.txt
··· 1 1 project(xcselect) 2 + include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/include) 2 3 3 4 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -nostdinc -fblocks") 4 5
-1
src/xcselect/TODO
··· 1 1 * Implement `xcode-select` 2 - * Integrate `man` so that it refers to `libxcselect.dylib` for man paths 3 2 * Stub out tons of Apple private frameworks to have `xcodebuild` working 4 3
src/xcselect/xcselect.h src/xcselect/include/xcselect.h