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

Dyci recompilation with xcode-build #17

Open
PaulTaykalo opened this issue Jan 1, 2013 · 0 comments
Open

Dyci recompilation with xcode-build #17

PaulTaykalo opened this issue Jan 1, 2013 · 0 comments

Comments

@PaulTaykalo
Copy link
Member

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?
    Yes
  2. What time does it take to perform this task?
    Little slower than current dyci, but.. can recompile all affected files
  3. How the installation should work?
    It will install scripts, and user, possibly wil specify some parameters in file in the root of the project
  4. WIll it be easier, and faster than fake clang?
    Easier - YES. Less intrusive - YES. Faster - Defintetely NO. Better - Possibly :)
  5. What command line we should launch
    -- Possibly we can use some file in root of the project
  6. Determination of workspace/scheme vs project parameters
  7. Additional parameters for dylib configuration (-Frameworks path and Libraries paths, isysroot)
  8. Current parameters determination (Configuration, iPhone / Simulator / SDK version)
  9. Xcode vs AppCode
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant