- 27 Jul, 2016 1 commit
-
-
Samuel Giddins authored
-
- 26 Jul, 2016 2 commits
-
-
Samuel Giddins authored
[Installer] Make use of 'Boolean' consistent in docs
-
Danielle Tomlinson authored
-
- 23 Jul, 2016 1 commit
-
-
Samuel Giddins authored
Hash scope suffixes if they are over 50 characters
-
- 22 Jul, 2016 1 commit
-
-
Danielle Tomlinson authored
-
- 19 Jul, 2016 7 commits
-
-
Boris Bügling authored
[Installer] Remove Migrator
-
Danielle Tomlinson authored
-
Samuel Giddins authored
Comment on bogus-ness of `PROVISIONING_PROFILE_SPECIFIER` for `PodsProjectGenerator`.
-
Samuel Giddins authored
[Travis] Account for system ruby going from p645 -> p648
-
Orta authored
Update Danger and use scoped syntax for git/github metadata
-
Samuel Giddins authored
-
Orta Therox authored
-
- 15 Jul, 2016 1 commit
-
-
jdhealy authored
The specifier is definitely self-explanatory in what it does, but should be explicit about how it specifies: to achieve bogus-ness. Regarding CocoaPods/CocoaPods#5528.
-
- 11 Jul, 2016 12 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
Release 1.1.0.beta.1 # gpg: Signature made Mon Jul 11 10:36:30 2016 EDT using RSA key ID 15DDA856 # gpg: Good signature from "Samuel Giddins <segiddins@segiddins.me>" # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 7B19 37A9 CF66 AEF6 52C9 4090 0119 5BB3 15DD A856
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
This pull request adds a license, such as `MIT` or `Commercial`, to generated `Pods-{Project}-acknowledgements.plist`. I send this PR because I want to filter some licenses by their types. It is useful to show licenses only for open libraries, not private libraries.
-
Samuel Giddins authored
-
Naoto Kaneko authored
-
Naoto Kaneko authored
-
Naoto Kaneko authored
-
- 10 Jul, 2016 1 commit
-
-
Samuel Giddins authored
-
- 09 Jul, 2016 6 commits
-
-
Samuel Giddins authored
Use gh-issues-inspector to improve error reporting
-
Samuel Giddins authored
Avoid use of `activesupport` version 5
-
Boris Bügling authored
Version 5 of `activesupport` requires Ruby version >= 2.2.2 which breaks fresh installations using system Ruby, which is still 2.0, even on macOS 10.12.
-
Orta Therox authored
-
Orta Therox authored
Update to use the latest GHInspector Fix the API urls for the gh-inspector
-
Samuel Giddins authored
Removed extra bug fixes section in CHANGELOG.md
-
- 07 Jul, 2016 5 commits
-
-
Ben Asher authored
Also put "Improve handling of app extensions…" back into enhancements, where I moved it during the PR
-
Samuel Giddins authored
[Installer] Print message when skipping user project integration
-
Samuel Giddins authored
Fix shellscript in '
📦 Check Pods Manifest.lock' -
Samuel Giddins authored
Require active_support in xcconfig_helper
-
Danielle Tomlinson authored
-
- 06 Jul, 2016 3 commits
-
-
📦 Simon Warta authored -
📦 Simon Warta authoredThis ensures that scripts like xcpretty can differentiate default output and error output.
-
📦 Simon Warta authoredThe script is integrated using /bin/sh but [[ is not defined in generic POSIX shell. Confirm shellcheck error: if [[ $? != 0 ]] ; then ^-- SC2039: In POSIX sh, [[ ]] is undefined. This works right now, because on common OS X systems, /bin/sh is Bash. But this might change in the future.
-