Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the server define a preprocessor macro that is available to an app at runtime if the dylib is injected? #301

Open
jmoody opened this issue Dec 3, 2015 · 0 comments

Comments

@jmoody
Copy link
Contributor

jmoody commented Dec 3, 2015

We are moving toward a workflow that requires no Xcode configuration.

However, we want to allow conditional compilation and/or runtime branching based on whether or not Calabash testing is being performed.

#ifdef CALABASH

#else

#endif

Is kLPCALABASHVERSION available at runtime if no header is provided?

@jmoody jmoody added this to the 0.17.1 milestone Dec 3, 2015
@jmoody jmoody modified the milestones: 0.18.0, 0.17.1 Jan 12, 2016
@jmoody jmoody removed this from the 0.18.0 milestone Jan 22, 2016
@jmoody jmoody changed the title Can the server define a preprocessor macro that available to an app at runtime if the dylib is injected? Can the server define a preprocessor macro that is available to an app at runtime if the dylib is injected? May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant