- 21 Feb, 2018 32 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
By default, targets integrated as static libraries _will not_ get a module map, unless they opt-in by including `DEFINES_MODULE = YES` in their specification's `pod_target_xcconfig`
-
Samuel Giddins authored
-
Samuel Giddins authored
This allows us to avoid incomplete umbrella header warnings
-
Samuel Giddins authored
While well-intentioned, they broke cross-project target dependency detection
-
Samuel Giddins authored
xcodebuild fails if a framework target has PRODUCT_MODULE_NAME
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
Only for static libs at the moment, but this means the relative paths found in the module map will be importable
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
Because the aggregate target uses the same xcconfig as the user target, we have to disable embedding solely for the target, as it needs to be set to YES in the xcconfig
-
Samuel Giddins authored
This ensures Xcode won’t try to automatically pull in modulemap files that it encounters, causing “duplicate definition of module” errors
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
- 17 Feb, 2018 5 commits
-
-
Dimitris Koutsogiorgas authored
Add support for modular header search paths, include "legacy" support
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Dimitris Koutsogiorgas authored
-
- 16 Feb, 2018 2 commits
-
-
Samuel Giddins authored
[SpecWithSource] Rename #spec_source for consistency with LazySpecification
-
Samuel Giddins authored
-
- 08 Feb, 2018 1 commit
-
-
Samuel Giddins authored
Change colorscheme of `pod outdated` from red-yellow-green to red-blue-green
-