Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/CocoaPods/Core

The models used within the CocoaPods gem
https://github.com/CocoaPods/Core

Resolver is never created with a second argument.

Renamed method argument to make it clear it takes a podfile or a spec.

7f8700e89177a13394e402a619b0b895adf5fe45 authored almost 13 years ago
Merge pull request #148 from darthdeus/master

External encoding set to UTF-8 on Ruby 1.9 to fix crash caused by non-ascii characters in pod de...

9c0b8ae51b2c1c4bf22e165c31a18fe0e31e76f2 authored almost 13 years ago
We need RubyGems >= 1.3.6

3f718e3b6b9cd3d1e2e7ace97359876b8451e1f2 authored almost 13 years ago
Add install note about older RubyGems.

fb237b6283eab9c76387833faeb7267328f64072 authored almost 13 years ago
The Xcodeproj submodule points to a commit where the namespace was still ext.

adead893e6602e2d87643354be2a944c1a81b8db authored almost 13 years ago
Merge pull request #146 from irrationalfab/master

Small fix for copy_resources_script.rb

05f275ff61d4e32ba324688d8273b8c3cb0fe5c4 authored almost 13 years ago
Add link to NSScreencast episode.

a2febe88f9af773966254b933df3a66bee0fba98 authored almost 13 years ago
Spelling error

fce9047cf476812bbe32f42eac3bfd8cc4109fce authored almost 13 years ago
Added link to Command Line Tools

Command line tools need to be installed before you can install the
cocoa pod ruby.

6ae76d56fa50e381d74cd1edecaf7c0b16a6f37b authored almost 13 years ago
Added weak quoting to ibtool input paths

732aae3d13d861919d2d9edc7ebdfb4b95238aba authored almost 13 years ago
Rename use of "specification" to "podfile" as that is what is is using; a specification is

something else.

d6f641a372b665a3dae3c151858e50e49c9b381e authored almost 13 years ago
Just use ProjectIntegration directly.

6c8e8ee55e1fde26f6842198f09d697bf26d53fb authored almost 13 years ago
Its not much of a refactoring, but things are a bit clearer now.

6a37d70e7ea11231582944eaad3be33c660515ab authored almost 13 years ago
This is really more of a functional spec right now

c58e99417d6ff4084f1561e4ba09186b12fbf4e0 authored almost 13 years ago
Fix Travis config.

618ffcc5836b2ba454cb9a436c9ceae6907f1deb authored almost 13 years ago
In preparation for further refactoring, extract integration with the user's project into a class

of it's own, and cover it's functionality with some specs.

64be6e1633ae07f79fe2872b061bc7a08c0fa49f authored almost 13 years ago
guard-bacon wasn't really working out for me, just run it using guard-shell instead.

19b322689b7b39e9b9244c39d937e5b9e864b044 authored almost 13 years ago
TargetInstaller no longer needs access to #build_specifications

a3880e0f829110e0b3e15f773a3e50b4937dd9a4 authored almost 13 years ago
Some minor clean-up and refactoring.

a4a24520ec958d3f4901f0e65fea1760818b7f87 authored almost 13 years ago
Get this working again as it was before.

49e5783970bbf0c7835341668dac9edbf5b12903 authored almost 13 years ago
A bit more refactoring, brought xcodeproj up to date.

cff5175d93693a3ae96469b8acb2308408de16f1 authored almost 13 years ago
Continue to refactor TargetInstaller.

8573298977916c79c7df5e060a2d8dd3bd6d99d4 authored almost 13 years ago
Encapsulate adding a pod's source files to an Xcode target within LocalPod.

cc4bf5d6f470ecf8f3e3fddd54a0904887f14a18 authored almost 13 years ago
Make spec the default task

4a7ab1fc71e7e7622535316a381322a23b7d1fc0 authored almost 13 years ago
A few more little bugs.

330f61e046d0c87d9429cd66a53a87ee5983961b authored almost 13 years ago
Arguments in the wrong order.

de6624d1231dbf8e6457e9068b0cc10bebc187e0 authored almost 13 years ago
Let's make Pod::Project a class in it's own right, inheriting from Xcodeproj::Project, instead

of extending it.

9b5feba4519044a252ccd93bde456d4e361ea0c0 authored almost 13 years ago
A few little bugs discovered with some end-to-end testing.

507239742ff38dd6c71b5371c71c26871b5bd04f authored almost 13 years ago
Also run the integration spec when running rake spec, but exclude it from Travis.

e403f2696291c97c4317a7d51daa6831a15521d7 authored almost 13 years ago
Refactor the downloaders to still work with Dependency objects.

9e0099f0cd2cd05e24676f00b670a3bf60d95cb1 authored almost 13 years ago
Use pods to generate lockfile.

d41b032f28117067aa51c5925ac9b049362848ea authored almost 13 years ago
Refactor functionality out of the target installer and into the LocalPod and Sandbox classes,

especially around linking of header files and tracking header search paths.

d0fad5896198913b4bbcbdb83960374b4683aa94 authored almost 13 years ago
Unpack the fixture tarballs on Travis as they are being used.

75d418c1cefa57d7b0b3af8b85586fd1e57dbe6d authored almost 13 years ago
Updated banana-lib fixture package

43ef3e5251c0635cdde4772c6fdd367570f92599 authored almost 13 years ago
Get the downloader functional specs passing again with the new Downloader API.

190040e3670c8ed5fa649ecb48267df95ce2ae38 authored almost 13 years ago
Have install_dependencies! return an array of LocalPod instances so they can be used

throughout the installation process.

93612e6f006eb108d7dd7f5f7b55b0d8069953cd authored almost 13 years ago
Move pattern expansion for sources, clean paths and resources in to LocalPod.

Have downloaders responsible only for cleaning up their own paths, move clean up of other paths
...

9e6f5e70dc349f4cb75a82a7b79a82c0d95a3224 authored almost 13 years ago
Introduced two new classes: LocalPod and Sandbox.

The Sandbox represents the entire contents of the POD_ROOT (normally SOURCE_ROOT/Pods). A LocalP...

76c733357bbec779490e36d5d690e1f8e77ca3ee authored almost 13 years ago
Configured Guard for auto-running specs.

193e47af07f9f170fb4105c30c0cdebfb2f6670f authored almost 13 years ago
Merge pull request #134 from maikg/deployment_target

Match IPHONEOS_DEPLOYMENT_TARGET build setting with deployment_target option in generated Pods p...

30e73a5ba16d87c08ee2cc0626c203540d397729 authored almost 13 years ago
Match IPHONEOS_DEPLOYMENT_TARGET build setting with deployment_target option in generated Pods project file

7e0b5e54cecc4aade0edbb39ca7bb77fbde557c5 authored almost 13 years ago
We need to fix the Travis/RVM 1.8.7 install by symlinking the Ruby include dir.

fae3a746c53a51b183b101f5e4f45c47fd1dd054 authored almost 13 years ago
Also needs subversion, mercurial seems to be pre-installed.

04cd719f6aef6efabda03d6bdb5c4dd59e9e25b4 authored almost 13 years ago
Could it be a case problem?

d42ce496a366a1b4aa3218e5fb11c58561837c64 authored almost 13 years ago
Print some more info Travis, buddy.

8b8d660376f913fc06125f0de42258b0388d83a3 authored almost 13 years ago
Release 0.5.1

f32006de283557b065ab1bcfe50e2331673d42ce authored almost 13 years ago
Update gemspec and license year.

279b73c881db2977624a43fc25f5d3b6c11713ba authored almost 13 years ago
Only check if the source of a pod is ‘local’ if there is a source.

Which might not be the case if a pod is part of another pod.

Fixes #130.

98f08535e1282b5b7eceac8c549d38affecca0d9 authored almost 13 years ago
Display a more helpful message when pod spec lint validates.

a304ef1b9fd6325dcbf171e0275757543a5ac451 authored almost 13 years ago
Adding links to homepage and mailing list

aadcddab29ba961e98812d81f50d20974a81af9e authored almost 13 years ago
Re-add bacon development dependency

0dd49dd4b42f531278bd828b66cf4dd7697a9b20 authored almost 13 years ago
Release 0.5.0 (MRI compatible version)

77b88e1431f9e4f0fad8909a629af599d9d532fb authored almost 13 years ago
Add quick note about the current instructions being for an as of yet unreleased version.

474452b79cea48f52946dbb7737643b66825f3bc authored almost 13 years ago
Ok, so apperantly changing dir in the before_script changes the wd of the test script.

2b44d328b486f5bdecbb9b9dfe7d229e86cd9c2c authored almost 13 years ago
Mkay

5f1567d24288e9fef107fe54b30118eb27f2901c authored almost 13 years ago
Add build status image.

826a7213a37c58be1b3e5666adc4c63fc5f74209 authored almost 13 years ago
Try to get Travis to run the specs.

d0d4e2359983a9980d9d9aa6f2a199f4eef7b742 authored almost 13 years ago
Apperantly Travis doesn't fetch submodules automatically.

78f3aaaf9b39cb8bfb306cf1331e5391ad805bd9 authored almost 13 years ago
Add Gemfile and Travis config. We'll need to rework the integration spec to not actually build (with xcodebuild).

7ef70abba202006f585190c5b87285b30412a745 authored almost 13 years ago
You know I :heart: you, @MacRuby, we've had a good run. But this ride has come to an end, I declare this repo MRI 1.8.7 and 1.9.3 compatible.

defb29bb3132f940cfba8b02816f481bd9abd9b5 authored almost 13 years ago
Now that headers are symlinked at install time, we no longer need to shuffle build phases.

5407d4f169f1266ebc536e8d785153c091183c54 authored almost 13 years ago
Cleanup Rakefile and build ext before any type of spec run.

bc62084d3c5280dec476a0ced463adec889b80a1 authored almost 13 years ago
Make it work with RubyGems 1.3.6, which is the version that ships with OS X 10.7.

23a8839541b9d2d8f44753ca952beb503a215255 authored almost 13 years ago
Renamed this file as it seemed to be causing some confusion with the native extension in the

xcodeproj gem.

20a6dd6468b95f9c03430c1e8cf90955490faab7 authored about 13 years ago
Allow specifications to have a local source that exists outside the Pods root (and doesn't

need downloading or copying).

44b76137ed419290fa1a0fe87840b04a16c89539 authored about 13 years ago
Let users specify the deployment target for :iOS platforms so we can automatically set

the right ARCHS. Closes #118 (new feature).

2b365b8bb9df71ed4ded049a8ec1b0b2f4a7b2f2 authored about 13 years ago
If a platform has a deployment target set, use that to determine if we should use legacy

ARCHs on iOS or not.

aed8651df870ae4ca9bf57d9b8b4dca9b480dc0b authored about 13 years ago
If we want to provide options for the platform, it's probably best to make Platform an object.

We can probably also use this new platform object in the future to refactor out platform-specifi...

3ef6f5f3d63dcf7f06943401dc5faa58a6a86e7e authored about 13 years ago
Started to expand the specs for the Pods.xcodeproj generation extensions.

4023693debfc7f11154386af9e84c1f9ca27de4b authored about 13 years ago
Need to build the xcodeproj native extension before running unit specs.

fd3ef30468f12cf648f3eb8802b1e58b761cb5d3 authored about 13 years ago
Make the specs run on MRI 1.9.3

85d85ff1a18767b5641b25c7ff6a3f823f1be070 authored about 13 years ago
Fix mercurial fixtures cache ignore

305fad8b8e8fa509212ca14259911506930b88c4 authored about 13 years ago
Release 0.3.10

f1948f28ede7331dfd3f9b4f6f1cd059b8596268 authored about 13 years ago
Fix Rakefile gem tasks

716c1c840d63c0b463a9ebff6419c1a8aa589627 authored about 13 years ago
Bump version to 0.3.10

50832372800cd5b1002200140b2a8bb15d6753c0 authored about 13 years ago
Make the specs green with the latest specs.

d93f0dc001f5f18bb7d846ba208e9018cdb9d213 authored about 13 years ago
Merge pull request #99 from chriseidhof/master

List command

d5521b8a8f2e1d430ee42d10f996a67b72864135 authored about 13 years ago
Add spec/fixtures/integration/Headers/ to .gitignore.

a42b945be592b18cf580a46bd0985365c1c4efd3 authored about 13 years ago
Merge pull request #104 from roothybrid7/hotfix/prevent_dup_cleaning

fixed bug of directory cleaning.

43d3a897638594614c72873169f736bdc3a28b3c authored about 13 years ago
fixed bug of directory cleaning.

prevents multiple times to clean the root directory of symlink headers.

90f38d5715b0d520e1e3cf607b9ae1198ce562fa authored about 13 years ago
Merge pull request #102 from ymst0801/xib-support

Add .xib support.

8d6a671e6948e0088969f3c79dc3c6ad8d523bce authored about 13 years ago
Add .xib support.

c426077da519da83f3a72c42278cb310aed6382c authored about 13 years ago
Removed search and iterate over each source and corresponding pod_set.

Thanks to @alloy

f15956684587d75de3ef122b57fd6b0887bd30bd authored about 13 years ago
Command to list all available pods

3d585a285802b6406dff3519a169df6305e7936d authored about 13 years ago
Merge pull request #97 from simonwhitaker/c38ba0b8423a97d38f8c591ecc8aa288230fb857

Just a minor tweak :)

89c340da5a70f2859880f66637d93fdc081a4482 authored about 13 years ago
Show correct command line for testing spec syntax at the head of a generated spec file

1a31ed42a868ebf864b1f16e593d5ef0626d86c3 authored about 13 years ago
Add donations.

22f922d26b1a4ba2cbd6cd84776a1814788358b6 authored about 13 years ago
Probably a good idea to run at least the specs as well before releasing.

518ac35da091cb80cfd62af5bcf0d2696df1aa8e authored about 13 years ago
Print the commands that are executed during gem:release.

ef4cd68d4d7f1d84335c04d40ea1b7716a7351fc authored about 13 years ago
Release 0.3.9

4aa03a70edf0235be1977ccc853a22ae550ed7e8 authored about 13 years ago
Add gem:release task.

fb5734ce660477c2c1f5802b5b99939744ee89f8 authored about 13 years ago
Turns out that quoting the PODS_ROOT definition in the xcconfig file breaks building after all...

6201bb8a5a45f8904c0b1bc9bcc0293acad2657a authored about 13 years ago
Sort specs by name.

b08d6c2062854c34f69702bdbbeaf0745d37dbea authored about 13 years ago
Cleanup output.

4cceb56e865b2a78ae23cbc779b0186097a6ec4f authored about 13 years ago
Move Specification#install! to the installer and move TargetInstaller to its own file.

89f26765b6a6a9215de764a46e207aba9e7fe696 authored about 13 years ago
Remove Specification#install! and perform that work from Installer.

5ce02c670f7eb33c395cea4d5d017f823332178f authored about 13 years ago
Update fixture spec repo.

6bb4ee63421becd5ad7ecac3845eb5786a4eafa4 authored about 13 years ago
Release 0.3.8

b0cc1913f132f1801e5d6ed6f2fe0940b173b70b authored about 13 years ago
Quote the path to the PODS_ROOT

fa37041740d6af7167e11aaac08ebea0f52e3932 authored about 13 years ago
Added comment to describe ALWAYS_SEARCH_USER_PATHS is needed for EmbedReader to build.

ab9d38dd89dbd1cd5ba728e53e6328475cf64964 authored about 13 years ago