- 20 Mar, 2018 1 commit
-
-
Samuel Giddins authored
-
- 16 Mar, 2018 3 commits
-
-
Dimitris Koutsogiorgas authored
Fix `PRODUCT_MODULE_NAME` for test generated targets
-
Dimitris Koutsogiorgas authored
-
Dimitris Koutsogiorgas authored
Fix script phase output path for `.xcasset` resources
-
- 15 Mar, 2018 6 commits
-
-
Dimitris Koutsogiorgas authored
-
Dimitris Koutsogiorgas authored
Revert part of legacy header search path changes to include root 'Public' and 'Private' folders again
-
Dimitris Koutsogiorgas authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Dimitris Koutsogiorgas authored
Revert part of legacy header search path changes to include root 'Public' and 'Private' folders again
-
- 14 Mar, 2018 4 commits
-
-
Dimitris Koutsogiorgas authored
Ensure `SWIFT_VERSION` is set for test only pod targets during validation
-
Dimitris Koutsogiorgas authored
-
Dimitris Koutsogiorgas authored
Fix iOS test native target signing settings
-
Dimitris Koutsogiorgas authored
-
- 12 Mar, 2018 2 commits
-
-
Dimitris Koutsogiorgas authored
Fix typo when integrating Swift pods as static libraries
-
Marcelo Fabri authored
Fixes #7495
-
- 11 Mar, 2018 1 commit
-
-
Samuel Giddins authored
Actually return absolute paths from glob
-
- 10 Mar, 2018 1 commit
-
-
Morgan McKenzie authored
Fixes issue #7463 - when a glob is contained within a symlinked directory, it doesn't return actual absolute path and therefore public headers aren't set as public for a static framework.
-
- 09 Mar, 2018 2 commits
-
-
Dimitris Koutsogiorgas authored
Make more classes immutable
-
Samuel Giddins authored
Remove bogus PROVISIONING_PROFILE_SPECIFIER value from Pods project
-
- 08 Mar, 2018 11 commits
-
-
Dimitris Koutsogiorgas authored
-
Dimitris Koutsogiorgas authored
Make PodVariant and PodVariantSet immutable
-
Samuel Giddins authored
-
Renzo Crisóstomo authored
This value breaks code signing on Xcode 9 using CODE_SIGN_IDENTITY environment variable
-
Samuel Giddins authored
Fix archiving when using Swift static libraries
-
Samuel Giddins authored
-
Samuel Giddins authored
This fixes archive builds, since the headers referenced by the module map are supposed to live next to it
-
Samuel Giddins authored
-
Samuel Giddins authored
Display a message when a pods source has changed during installation
-
Dimitris Koutsogiorgas authored
-
Dimitris Koutsogiorgas authored
-
- 07 Mar, 2018 9 commits
-
-
Samuel Giddins authored
Fix documentation
-
Samuel Giddins authored
-
Samuel Giddins authored
More performance improvements
-
Samuel Giddins authored
-
Samuel Giddins authored
Since Podfile#dependencies and TargetDefinition#dependencies require both recursing and creating new Dependency objects. Doing this over and over is slow, so now we cache those results.
-
Samuel Giddins authored
This way, we don’t need to rebuild the cache if there are multiple targets with the same dependencies on the same platform
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
Assignments return their r-values
-