- 27 Apr, 2015 4 commits
-
-
Tomohiro Kumagai authored
Modify 'adds the framework build path to the xcconfig, with quotes, as framework search paths' test.
-
Tomohiro Kumagai authored
[CHANGELOG] Adding $(inherited) to "FRAMEWORK_SEARCH_PATHS" build setting in xcconfig for aggregate.
-
Tomohiro Kumagai authored
-
Samuel E. Giddins authored
[Config] Add environment variable COCOAPODS_SKIP_NEW_VERSION
-
- 26 Apr, 2015 1 commit
-
-
Andrea Mazzini authored
-
- 25 Apr, 2015 2 commits
-
-
Andrea Mazzini authored
-
Andrea Mazzini authored
-
- 24 Apr, 2015 10 commits
-
-
Andrea Mazzini authored
-
Andrea Mazzini authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
[Executable] Use popen3 instead of open4 to execute commands
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
This is fine since we only want to read until the process weve spawned has exited
-
Samuel E. Giddins authored
-
- 22 Apr, 2015 1 commit
-
-
Orta authored
Automatically lock Pod source files after installing (#1154)
-
- 21 Apr, 2015 4 commits
-
-
Mason Glidden authored
-
Samuel E. Giddins authored
Closes https://github.com/CocoaPods/CocoaPods/issues/3433
-
Samuel E. Giddins authored
Add syntax highlighting for version control types.
-
Steven Hepting authored
-
- 19 Apr, 2015 18 commits
-
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
Ensure private headers are declared as such in a framework's generated module map.
-
Samuel E. Giddins authored
[Spec|Doc|Fixture] Cleanup in preparation to a fixed xcasset handling
-
Marius Rackwitz authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
-
Samuel E. Giddins authored
Update LICENSE
-
Samuel E. Giddins authored
-
Orta authored
Update LICENSE Added emails Update LICENSE Update cocoapods.gemspec Update LICENSE Update LICENSE
-
Samuel E. Giddins authored
-
Chris Brauchli authored
Whenever I run `pod install` I get warnings like: ``` [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `TestClient` to `Pods/Target Support Files/Pods-TestClient/Pods-TestClient.debug.xcconfig` or include the `Pods/Target Support Files/Pods-TestClient/Pods-TestClient.debug.xcconfig` in your build configuration. ``` This is confusing, especially for people not familiar with CocoaPods. This adds a naive check for the CocoaPods-generated xcconfig being #included into the target's actual xcconfig. It also adds the ability to have a special token (I chose `// @COCOAPODS_SILENCE_WARNINGS@ //`, but am happy to change it) in the target's xcconfig to signal that the warning should be silenced even though CocoaPods's xcconfig does not appear to be included. This is useful for test targets and cases where the naive check is not sufficient.
-
Marius Rackwitz authored
-