- 08 Nov, 2013 2 commits
-
-
Justin Spahr-Summers authored
Add SKIP_INSTALL to auxiliary target types
-
Keith Duncan authored
-
- 30 Oct, 2013 1 commit
-
-
Justin Spahr-Summers authored
-
- 07 Oct, 2013 1 commit
-
-
Justin Spahr-Summers authored
Specify the ARCHS manually for iOS targets
-
- 03 Oct, 2013 1 commit
-
-
Alan Rogers authored
-
- 02 Oct, 2013 1 commit
-
-
Justin Spahr-Summers authored
Support ARM 64-bit architecture
-
- 23 Sep, 2013 1 commit
-
-
Justin Spahr-Summers authored
Don’t timestamp in Debug, Profile and Test configurations
-
- 20 Sep, 2013 1 commit
-
-
Keith Duncan authored
-
- 19 Sep, 2013 1 commit
-
-
Tyler Stromberg authored
-
- 16 Jul, 2013 2 commits
-
-
Justin Spahr-Summers authored
always generate Debug symbols
-
Stephan Diederich authored
In order to symbolicate crashes, we need to keep the dSYMs around. Even or especially from Release builds. This commits enables generation of debug symbols for all targets & configurations. http://stackoverflow.com/a/12827463/206393 looks like a good read on this topic.
-
- 27 Jun, 2013 3 commits
-
-
Justin Spahr-Summers authored
-
Justin Spahr-Summers authored
-
Stephan Diederich authored
sort build options alphabetically so it's easier to spot duplicates. Also document them individually.
-
- 26 Jun, 2013 1 commit
-
-
Stephan Diederich authored
Debug symbols are disabled in Release builds by default, but should be enabled for (iOS-)static libraries, so the symbols end up in the app's dSYMs
-
- 24 Jun, 2013 2 commits
-
-
Alan Rogers authored
Look for user headers in the project folder first
-
Justin Spahr-Summers authored
This reverts commit 0017753c.
-
- 23 Jun, 2013 2 commits
-
-
Justin Spahr-Summers authored
-
Justin Spahr-Summers authored
This avoids conflicts when all libraries dump their headers into the build folder.
-
- 21 Jun, 2013 2 commits
-
-
Justin Spahr-Summers authored
Don't warn about weak refs
-
joshaber authored
-
- 20 Jun, 2013 2 commits
-
-
Justin Spahr-Summers authored
fix warning not recognized in recent Xcode
-
Stephan Diederich authored
Seems the trailing semicolon confuses Xcode 5, as the setting which has it and the following one are somewhat misinterpreted. With the semicolon they're only applied to Debug / Release configuration but not to the other. Removing the semicolon fixes that.
-
- 19 Jun, 2013 4 commits
-
-
Justin Spahr-Summers authored
Update Common.xcconfig with warnings suggested by Xcode5
-
Stephan Diederich authored
-
Stephan Diederich authored
* add warnings now enabled by default on new projects * add new warning flags Some of the new warnings are enabled by YES_ERROR in Xcode 5, but unfortunately this resolves to NO in Xcode 4.x. But as we have enabled -Werror by default, this should not matter.
-
Stephan Diederich authored
remove semicolons only present on those lines
-
- 25 Apr, 2013 5 commits
-
-
Justin Spahr-Summers authored
Zero out entitlements
-
joshaber authored
-
joshaber authored
-
Justin Spahr-Summers authored
CC @joshaber
-
joshaber authored
-
- 19 Feb, 2013 1 commit
-
-
Justin Spahr-Summers authored
Disable ALWAYS_SEARCH_USER_PATHS
-
- 18 Feb, 2013 1 commit
-
-
Justin Spahr-Summers authored
Added uninstalled products header search path to iOS.
-
- 09 Feb, 2013 3 commits
-
-
Uri Baghin authored
-
Uri Baghin authored
-
Justin Spahr-Summers authored
-
- 08 Feb, 2013 1 commit
-
-
Uri Baghin authored
-
- 15 Jan, 2013 2 commits
-
-
Justin Spahr-Summers authored
Use rpath for OS X frameworks and applications
-
Aron Cedercrantz authored
Signed-off-by:
Aron Cedercrantz <aron@cedercrantz.se>
-