- 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
-
- 06 Mar, 2018 2 commits
-
-
Muhammed Yavuz Nuzumlalı authored
Improve `pod install` performance for pods with exact file paths rather than glob patterns
-
Muhammed Yavuz Nuzumlalı authored
-
- 02 Mar, 2018 3 commits
-
-
Muhammed Yavuz Nuzumlalı authored
-
Muhammed Yavuz Nuzumlalı authored
-
Muhammed Yavuz Nuzumlalı authored
-
- 01 Mar, 2018 1 commit
-
-
Dimitris Koutsogiorgas authored
Do not warn when http source uses `file:///` URI scheme
-
- 28 Feb, 2018 1 commit
-
-
file:///`Dimitris Koutsogiorgas authored
-
- 24 Feb, 2018 6 commits
-
-
Samuel Giddins authored
[FileReferencesInstaller] Add header search paths when there are vend…
-
Samuel Giddins authored
Needed due to a merge race
-
Samuel Giddins authored
Stop adding header search paths that do not contain any headers
-
Samuel Giddins authored
-
Samuel Giddins authored
Revert "Merge pull request #7442 from CocoaPods/seg-vendored-framewor…
-
Samuel Giddins authored
This reverts commit d16f648e, reversing changes made to d7c0b2b3.
-
- 23 Feb, 2018 2 commits
-
-
Dimitris Koutsogiorgas authored
Fix legacy header search paths
-
Dimitris Koutsogiorgas authored
-
- 22 Feb, 2018 1 commit
-
-
Samuel Giddins authored
Use FRAMEWORK_SEARCH_PATHS to discover headers of vendored frameworks
-