Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Thoughts & ways to perform this task

PaulTaykalo edited this page Jan 1, 2013 · 1 revision

This is just page for my notes :) If you found some of them valuable - feel free to use them :)

xcode-build way

There's a way to peform dyci via partial xcode-build ?
Like this

% make build 2>&1 | tee /dev/stderr | awk '/^CompileC/ { print $2 }' | xargs -I % sh -x ~/dev/ios/dyci-main/bin/gendylib.sh % ~/.dyci/inject_APF_$(date +%s).dylib
  1. Can we actually use it?
  2. What time does it take to perform this task?
  3. How the installation can work?
  4. WIll it be easier, and faster than fake clang?