- 03 Oct, 2016 1 commit
-
-
Danielle Tomlinson authored
-
- 02 Oct, 2016 8 commits
-
-
Danielle Tomlinson authored
Improve handling of mismatched Swift versions
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Ben Asher authored
-
Danielle Tomlinson authored
Raises an Informative when a pod is shared between TargetDefinitions that have different SWIFT_VERSION flags.
-
Danielle Tomlinson authored
-
Ben Asher authored
-
- 01 Oct, 2016 2 commits
-
-
Danielle Tomlinson authored
Removes duplicate entry in Changelog
-
Thibault Vlacich authored
-
- 30 Sep, 2016 2 commits
-
-
Danielle Tomlinson authored
Fix "does not update non-git repo" test
-
Danielle Tomlinson authored
[Validator] Inform people of .swift-version on err
-
- 29 Sep, 2016 3 commits
-
-
Boris Bügling authored
The test suggests that the fixture is a non-git repo when in reality it is not. Seemingly, the `.git` file in there references a relative path, but newer versions of git seem to make it absolute when cloning the fixtures. This results in the copied repo being treated as a git repo and the test failing. The fix just removes `.git` after copying, making the fixture an actual non-git repo :)
-
Ben Asher authored
Fix linting of private pods when using libraries
-
Ben Asher authored
Remove uses of shell cd
-
- 28 Sep, 2016 13 commits
-
-
Stefan Puehringer authored
-
Stefan Puehringer authored
-
Ben Asher authored
-
Ben Asher authored
-
Ben Asher authored
-
Ben Asher authored
-
Ben Asher authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
Cache result of include_in_build_config and inhibit_warnings
-
Danielle Tomlinson authored
Added messages application to the list of targets that should have embed frameworks build phases
-
Danielle Tomlinson authored
Remove the superfluous call to gh inspector introduced in #5950
-
- 27 Sep, 2016 1 commit
-
-
Orta Therox authored
-
- 26 Sep, 2016 4 commits
-
-
Ben Asher authored
-
Ben Asher authored
-
Dimitris Couchell-Koutsogiorgas authored
-
Danielle Tomlinson authored
Expand the usage of the GH Inspector to all of pod install
-
- 25 Sep, 2016 1 commit
-
-
Orta Therox authored
-
- 24 Sep, 2016 1 commit
-
-
Danielle Tomlinson authored
[path_list.rb] Improve performance of read_file_system
-
- 22 Sep, 2016 3 commits
-
-
Heath Borders authored
-
Heath Borders authored
* Used a simple `String.slice` to create relative paths instead of `path.relative_path_from(root)`. Since we already know that all files must exist under `root` (because we globbed `absolute_paths` from `root`), we can just remove the first `root.to_s.length + 1` characters from an `absolute_path` to get a `relative_path`. * Partition `dirs` and `files` first since we already get an array of absolute paths back from `Pathname.glob`, removing unnecessary string concat: `File.directory?(root + path)` * Used `lazy` arrays to reduce array iteration. I [profiled my code before the change](https://github.com/CocoaPods/CocoaPods/files/477973/call-stack.zip). I [profiled my new code again](https://github.com/CocoaPods/CocoaPods/files/478512/call-stack2.html.zip), and `read_file_system` practically disappears. previous: ``` real 0m59.095s user 0m46.133s sys 0m2.360s ``` now: ``` real 0m23.712s user 0m14.492s sys 0m2.030s ```
- 20 Sep, 2016 1 commit
-
-
Ben Asher authored
Remove special casing for messages apps
-