Ecosyste.ms: OpenCollective

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

github.com/CocoaPods/Xcodeproj

Create and modify Xcode projects from Ruby.
https://github.com/CocoaPods/Xcodeproj

[Rakefile] Limit rubocop to just Xcodeproj

12ee7de3b3505dab85fde899bc9a218d6708285a authored over 10 years ago
[travis] Test on 1.9.3

There have been issues reported with this version. We're testing on it
until < 2.0 is dropped.

5fee28c12236eb88a5d29b90aa6329942617c510 authored over 10 years ago
[travis] Test on all known OS X 10.9 rubies

d5762132f1fccf50ad5e37ef204d9e0c6b5df82e authored over 10 years ago
[Changelog] Add entry for #192

a17e7f0de808fbfbfee8aa7a161a39fb945e72ac authored over 10 years ago
Extract check for conflicts in PlistHelper#file_in_conflict?

Fix leaking file descriptor.

e92b222cbfc44ff21748ccd6538837cf7f697d47 authored over 10 years ago
Match all possible conflict markers

6e0698114c86d8e81a9e8ae097ae9dc787dc190f authored over 10 years ago
Recognize merge conflicts

de4cfd04baab987cebd98acf16862533ca90a96a authored over 10 years ago
Improve memory consumption

8f33e244f32577860ac9578e82b6a0af362a707f authored over 10 years ago
[Spec][Fixture] Add ProjectInMergeConflict

eefad42e6cb71d2761e88e4072ef82753ba2aa37 authored over 10 years ago
Add encoding comment, because Ruby 1.9.3 needs it.

470382f6058c1099a7ec516ddeab2ba3f7066df0 authored over 10 years ago
Avoid warning when on Ruby >1.9.3

8803c309b910f0e4a70ef60ae939b089cb05c532 authored over 10 years ago
Do not rewrite configs if content is identical.

65bc39e8b1af0a7f8eaa503364521a7ff1ab989c authored over 10 years ago
[Refactor] Reduced code duplication

3afa54a3974386ab677ddc22885801536c2286f5 authored over 10 years ago
[Refactor] Condense code

03f360a26b8efd1deffaa873b95032ea44c1b02b authored over 10 years ago
This seems to be done

d2bb4798726c31b5877c90f8333034d09b014cd5 authored over 10 years ago
[CHANGELOG] Document fix for Ruby 1.9.3's Fiddle.

adee77f0ad2da956fe74909b39642cbddeb093b0 authored over 10 years ago
[PlistHelper] Add support for Ruby 1.9.3 implementation of Fiddle.

Fixes #206.

0c4c06feed1d9c13545470723cf4e9bf14bce698 authored over 10 years ago
[PlistHelper] Guard against early versions of Fiddle missing constants.

ca37a9b0cc68021ba8ebd0e26faa3448952f2e02 authored over 10 years ago
Bump to 0.19.3

eea915f579ca4d1435536c2e52bf0b5128f8decd authored over 10 years ago
Merge pull request #200 from CocoaPods/CoreFoundation-Fiddle

Revert to real CoreFoundation based plist handling.

Fixes #198.

52e62ce6eacd40a783a575d59946e2ba7cac70aa authored over 10 years ago
[gemspec] Include C ext for Ruby 1.8.7

9dbb7ede987248d5a75a00685e0166117f627f1b authored over 10 years ago
[CHANGELOG] Formatting fix.

0fab6edf2987327fa6eadf1be8240716b24dfc07 authored over 10 years ago
[CHANGELOG] Use Fiddle API to use CoreFoundation's CFPropertyList APIs.

3f3887f1c5893008d2dc5a61e107db6a76e3ba92 authored over 10 years ago
[PlistHelper] Some more cleanup.

004617a3fe84cba1503e133fe269c1aee1429198 authored over 10 years ago
[PlistHelper] Remove unused code.

206b6dea8f46ca946e4232924cc7e3670bda181f authored over 10 years ago
[PlistHelper] Remove more references of new constant.

66321b0474b23736e7361562231f52529553f298 authored over 10 years ago
[PlistHelper] Don't reference constant at all to ensure the file is not autoloader on Ruby 1.8.7

c593b331f2f02c037f9a35f8fbc71be420fdf6b5 authored over 10 years ago
[PlistHelper] Don't change name of C ext bundle as Ruby inflects the init function from the filename.

8428996f1b5c045e2688150618db05b8762fe9db authored over 10 years ago
[PlistHelper] Actually use old API that's used in C ext.

8d65e22c740dc515c85f566eb312f4c85badb447 authored over 10 years ago
[PlistHelper] Import build of old C ext for Ruby 1.8.7 only.

d3055e9739ce5f809eef6e27edeceabe52ac7670 authored over 10 years ago
Remove any further reference to the CFPropertyList and libxml-ruby gems.

efd4694f381545637ef15558f0b73385d08590d5 authored over 10 years ago
[PlistHelper] Make rubocop happy.

5fd4603b8b698df50e58a24939f5899f3435946a authored over 10 years ago
[PlistHelper] Make tests green and remove XML fixture.

a720064c964e7e27c1c67ec59558f8b4215516ba authored over 10 years ago
[PlistHelper] Merge and clean-up tests.

6ee4526962ce8f635321e82fd207d47311da5b98 authored over 10 years ago
[PlistHelper] Re-organize a bit more to reduce namespace noise.

6610715ecaa8bf26d044dc26533985f111385bc5 authored over 10 years ago
[PlistHelper] Re-organize and clean-up more.

b87b39ae04f4421e7cf0c7fee545b0d74a6aa268 authored over 10 years ago
[PlistHelper] Cleanup function definitions.

5425552545d35a1e702afe487d6b078f41fb68d4 authored over 10 years ago
[PlistHelper] Refactor importing CF functions.

f59ba3f88e75e5cf7025661813b9d086c01149d9 authored over 10 years ago
[PlistHelper] Use actual signatures for all CF functions.

e63c896d9080750e0be9994fce1f268ecd7f9734 authored over 10 years ago
[PlistHelper] Replace deprecated CoreFoundation APIs.

ba4b3a91b606189323baa60d3a01f15da0192373 authored over 10 years ago
[PlistHelper] First version of old C ext ported to use Fiddle.

This means we link against the real CoreFoundation framework, but there
is no need for C ext com...

a8530fca62a3958919a7eaf3cd839cb00b4c4a72 authored over 10 years ago
Merge pull request #195 from CocoaPods/force-load-fixes

Correctly support -force_load in linker flags.

0e6f9df848e1cadb316d59f758b43473b4db2830 authored over 10 years ago
Correctly support -force_load in linker flags.

af15ba4a3122bbc0c0b14aece8148f57f774ff73 authored over 10 years ago
Bump to 0.19.2

fca2eb86cac05920305a5f0336ec75df56e1473d authored over 10 years ago
[bundle] update

6cf84afa6272f6e8b4ca4ff695c75e758f6b77b3 authored over 10 years ago
Merge pull request #191 from CocoaPods/fabio/fix-project-recreate-user-schemes

[Project] robustness for #recreate_user_schemes

21e1c5200f48281227b6c93f0fc84b3b5943c1d7 authored over 10 years ago
[Project] robustness for #recreate_user_schemes

f966ab8950f51590e121fd2e906ab5af0af69bf0 authored over 10 years ago
[plutil] Check exact path where `plutil` is expected, not `$PATH`.

Fixes https://github.com/CocoaPods/CocoaPods/issues/2502.

ea62a980da8f7c9456f7e757d6d963730faff4ed authored over 10 years ago
Fix: Support attribute name for PBXReferenceProxy

8d628522bb512510c90a45b5ce4cdec16abcbf05 authored over 10 years ago
Update README.md

4066d3b7526ec1165c1e62d8534fcfff6d57b606 authored over 10 years ago
Release 0.19.1

49d003dc68837a679c5e09eea438b2ef44423586 authored over 10 years ago
[Config] Enrich specs

cbbead9a9232b097ae47cbe14ba56a6e06e0c54d authored over 10 years ago
[Changelog]

e59523cdd43cb81ae6a8da07d6dc356d2c8bab06 authored over 10 years ago
[Bundle] Update

0c4ccbe9f7398131359f5195439e1e5c4c67d152 authored over 10 years ago
[Config] Remove space from -l flag in other linker flags

https://github.com/CocoaPods/Xcodeproj/commit/df2b8547e1f72378acf4cb78b14972e13850c868#commitcom...

432382b6e56b4a320d1c1b678341e098b75ec642 authored over 10 years ago
Release 0.19.0

c73e635eeed9f33c5d52380a9c99061d15165df2 authored over 10 years ago
[RuboCop] Be happy.

88d9be323db8262e9cc7d559b1547647357fcafb authored over 10 years ago
[CHANGELOG] Update Fabio's GitHub handle.

4a3f284b64716876228cc23a6a909948b50aaae8 authored over 10 years ago
Merge pull request #183 from AshFurrow/master

Fixes RuboCop dependency issue.

8cebb41a5630053109da9720454a2ae3eecfee3c authored over 10 years ago
Fixes RuboCop dependency issue.

d5288676b8b25df4f391ad689a8a1f5a13cc65e3 authored over 10 years ago
[Changelog]

de62dd92e4f10b008711393a0a257dd5130ce948 authored over 10 years ago
[Project] Improve unknown ISA/attribute messages

fe531531da249e47c3e240b0408fe2a9b1ba8afe authored over 10 years ago
[RuboCop] Update

0cad17137b3c1fe5884f9a869e6625a2302e909a authored over 10 years ago
Use $? instead of $CHILD_STATUS

c64592df1fffb79a7ede215710b225d493ee4b8a authored over 10 years ago
[RuboCop] Style/ClassAndModuleCamelCase

de7a0fa64bc9a0d72278b4d384539ce748df6220 authored over 10 years ago
[RuboCop] Style/AccessorMethodName

58a7b25121d01f4e48d966efe1d3c5d3d377eb1e authored over 10 years ago
[Style] Fix

d96d8ed202df2ccdd58bb7884cf6e7cce93c71f2 authored over 10 years ago
[Travis] Use sudo to install bundle

0c4f9384d687168269f1d42989b49a3e7bb13531 authored over 10 years ago
[Rakefile] Remove unused code

c6545c9fe835210442520d4b2c8d631717191a28 authored over 10 years ago
[Rubocop] Update pattern style

984d18e5e0636c4e83ad68a5ae18be76c15645ff authored over 10 years ago
[Ruby 1.8.7] Fix

c8e655ae1660e707a52ec09864cb03c76baae508 authored over 10 years ago
Revert "[Rakefile] Disable RuboCop on Travis"

This reverts commit 7d6d65c49d1eb833dfbfaddd2279b386cf1239ad.

ed34d812e8afe9a9686a289e382d9eb3ad86a6a1 authored over 10 years ago
[Travis] Use bundle exec for the specs

2406b8caf4272cf8b452b19baaf01ea6c4a53517 authored over 10 years ago
[Rakefile] Disable RuboCop on Travis

7d6d65c49d1eb833dfbfaddd2279b386cf1239ad authored over 10 years ago
[Travis] Modernize configuration

cdfd89f6179ffd3248d508684cfca324ff3abf3d authored over 10 years ago
[Rakefile] Print load error exception

beb4c6d55da7820417c5d3205ce847b6ab2e06c4 authored over 10 years ago
[RuboCop] Use vendored rake task

b38907dfd00c1e2e8e68b640d906f473e6943ede authored over 10 years ago
[Rubocop] Adopt new naming conventions

d500e3e440113b5386cb474b15747b57ef17ae03 authored over 10 years ago
[Bundle] Update

031daccd94d5446f8732c59d1b75e4949b9fe55f authored over 10 years ago
Add RuboCop

d1ab0a12e41740d619208964c6db83eff57920ce authored over 10 years ago
[PlistHelper] Remove rescue statement which served only informative purposes

aeadededa06da9af37ca6b8c8c466eeeeec9cefe authored over 10 years ago
Merge pull request #174 from CocoaPods/keith-fixes

Remove fallback warning

ebe7c2d1280d0ccc5e7cd4141aa3ed6fa2c3f30f authored over 10 years ago
Merge pull request #176 from mrackwitz/support_xctest_product_type

Support XCTest as product type

163ba590ebcf01de5317ef956fdd6ecef8a19395 authored over 10 years ago
[Changelog] Added entry for #176

d04af34cd3174f4f6797fe21d55f69624f878f71 authored over 10 years ago
Add :unit_test_bundle as supported target type

This is used for XCTest targets.

b9e9e389c79ec4b135cbf19debffcb1d3b1b5c20 authored over 10 years ago
Do not fail, if product type is unknown

Give the caller a chance to catch this

76df180f2620bc3bd29f7c36ad5b0663ca3d2ae2 authored over 10 years ago
[Project] Allow to disable xcproj via an environment variable

13733a36b29d2a9698c3e2563b52a0b6339e90df authored over 10 years ago
[Project] Always return a build configuration

7dd77ed01ce5e2cfddc2dc9307a8cfdf9ce78e52 authored over 10 years ago
Remove fallback warning

Computers are horrible

0546530e04d0c925604c5c3d9d31859918a1a170 authored over 10 years ago
[Config] Quote libraries and frameworks to prevent issues with spaces

Makes also the configurations more legible with syntax highlight

730a09310e986bb2ec5430ef303f8453537d01ac authored over 10 years ago
[OtherLinkerFlagsParser] Small tweaks and documentation

a0cd92e3e0284829ca29c98b8bceb140b8dc9d91 authored over 10 years ago
[OtherLinkerFlagsDecomposer] Rename to OtherLinkerFlagsParser

186d59e1856f4a664df0dfb8195dabaf9a9f334f authored over 10 years ago
[OtherLinkerFlagsDecomposer] Use shellwords

d316a5c6950295610a261ee09e2c677af3c89328 authored over 10 years ago
[Config] Add space to -l flag in other linker flags

df2b8547e1f72378acf4cb78b14972e13850c868 authored over 10 years ago
[Config] Simplify logic of OTHER_LD_FLAGS

004419e30bc5577a964d0f35ef3dc46c3d381cd4 authored over 10 years ago
[Config] Simplify to_hash

d6b633e4b538f5561d9c749dad32a02f3b66d447 authored over 10 years ago
[Config] Handle quotes in OTHER_LD_FLAGS

cfb32a9ba7ad000588e003f853660b7330d5df00 authored over 10 years ago
[NameHelper] Rename to CaseConverter

96d04e9f2d96b848bb36d5fe214843f8cfac2664 authored over 10 years ago
Merge pull request #172 from CocoaPods/fabio-add-subproject

Add support for adding subprojects

a4f54a876497530c7582af825b1a3fce41b30b7e authored over 10 years ago
[Changelog]

c80a17c6adfda62db70bcab6e4c17944347918dd authored over 10 years ago