ios - Does XCode have something similar to properties files in Visual Studio -


background

i'm porting small windows application ios using xcode 6.2 both ide , build platform. have workspace created, i'm using compile , build projects. build every project except actual ios app dynamic library, , embed in final app package on deployment.

the problem

i'm hard coding relative paths in projects. stuff ../../shared-headers - don't doing have figure out path per project, , i'd prefer use props files in visual studio, let me $(shared_headers) in projects.

this makes projects easier maintain, , dependency extremely obvious. makes easier move projects when need arises. preferred method in xcode?

edit: i'd stick visual studio-ish include structure. while copying headers way manage of complexity, not prefer method because add time build, , developers windows not expecting this.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -