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

[PBXGroup, PBXFileReference] Added `#real_path` and `#parent`

3730075fe264ddfede37b409837b6a752506e05b authored over 11 years ago
[PBXFileReference] Minor clean up

e9d276e015fbf369509ef4cc4fb3358b55c9d020 authored over 11 years ago
[Project] Rename #save_as to #save

230cd26ab0c73c70e6017458a8eea920e5f76233 authored over 11 years ago
[Project] Add path attribute, add Project.open, and refactor initialization

05772e7d70b7ddea1b04f5bfa2f162f19dd5c611 authored over 11 years ago
[Project] Minor clean-up

00c89436cd64b9e26db60fcf8ca99dbd62b01b58 authored over 11 years ago
Merge commit '96da037af547efcef14d3f65f23cc41939143f63'

188c002323911cb1dbff5c205f3e03c25e867b8f authored over 11 years ago
[Project] Redirect xcproj output to stdout

96da037af547efcef14d3f65f23cc41939143f63 authored over 11 years ago
Fixed xcdatamodeld current_version not being set correctly

Updated spec.

77bcf03116ee90b8d075e6a1dbd8accb7f9d45e5 authored over 11 years ago
Merge branch 'master' of https://github.com/Ashton-W/Xcodeproj

Conflicts:
spec/project/object/group_spec.rb

93f5d20c1754986d9605848828db63b1fdeba391 authored over 11 years ago
Added CoreData model spec using fixtures

f79e2cd53bde264dfca9d3c1888565c9b7d0c6dc authored over 11 years ago
Added CoreData model spec fixture

fef938946c66b1c26f40d24850a5fd3f6c38d42f authored over 11 years ago
Added rake task to run given spec file

5502411c6279aba3e978b389f83aee46f81bf85d authored over 11 years ago
stub .xccurrentversion file in group_spec

3f6f8bd0a00f9626851e048735deabf90d18ffa4 authored over 11 years ago
Merge pull request #82 from CocoaPods/0xced/copy-user_project-build_configurations

Make it possible to pass build configurations to Xcodeproj::Project constructor

9d2f8cef72466cb3f155a9a5a3cfb12c94802656 authored over 11 years ago
Document the build_configurations parameter

9406c6c0158d35e9dca60d7a4319fd75e1c4a8db authored over 11 years ago
Fix pretty print spec

c1aafb65379ae9b2afb689abcbff48fe74b4fe90 authored over 11 years ago
Add spec for extra build configurations parameter

12e182fd69a3b7fee34ca37710496f40415a6bdf authored over 11 years ago
Do not merge a hash with nil

6308ab5b4adfcbf0f3117a3cd783289a6131ce5f authored over 11 years ago
Do not define default build configurations in the method signature

This will ensure they always get a Release and a Debug configuration and makes it so subclasses ...

aef96874f2cfca66addc9ad29cabb7d2327559b9 authored over 11 years ago
Use a hash instead of an array of strings for build configurations

059b946d007472cf97cde8ebeb9e7ffe7d1170ac authored over 11 years ago
Add build_configuration_names optional parameter to Xcodeproj::Project constructor

bf206a6ad0e37d3e30eda55cdf6c65696bf4828f authored over 11 years ago
Added spec to cover 'handles xccurrentversion file'

698e527bf7356e3e5826e4028bd747fcaf33fe34 authored over 11 years ago
Updated documentation comments

get file reference instead of file path for current version from plist.

8047884eb195940ced4e0cdd9d28b3351c5faf37 authored over 11 years ago
Fixed obvious logic error.

Assign current_version with terser syntax.

b724b231a331b489f8e471ff4306ec02a478ddaa authored over 11 years ago
Read `xcdatamodeld` current_version from plist named `.xccurrentversion` if found.

8c77d9a88835a01d91cf2d83aacf7bda9d6a0977 authored over 11 years ago
[Project] Show a warning if xcproj fails to touch the project

e2a6fb7466b26c3628c726271be60700bc635a62 authored over 11 years ago
Load the version of the gem from a dedicated file

8407cc6f16e80061445af00edfcae69ebc9af12e authored over 11 years ago
[Project] Leverage xcproj if available

/c @0xced

31dbcdc11f8b5c1130e00abaa6570b7c3d27fbac authored over 11 years ago
[Project] Allow to create new objects passing the ISA.

0cb0a41a7b8070c51a03a3221e8741a6bd6afe47 authored over 11 years ago
Release 0.9.0

83c3e0781cbea05c704d02523610fe43f3ea062c authored over 11 years ago
[Rakefile] Tune release task

a8728de1afad093aad715dd30bed2c76342ca38c authored over 11 years ago
[Project::ProjectHelper] Add SDKROOT build setting to new resource targets

254fbb313e7219c9c99d0b31facb510c065aa906 authored over 11 years ago
[Project::AbstractTarget] Add #add_dependency

463bbace6837f2c53c28743ae4e66629302cc937 authored over 11 years ago
[Project] Allow to specify the product group for new targets

136f918e999be1f1162d8dec0759e1fa02730f63 authored over 11 years ago
[Project::NativeTarget] Add #add_resources

b00d0afaef8a1548858cecc8322143024014225a authored over 11 years ago
[Project::NativeTarget] Clean-up specs

63e40d5a970da55b3ebfdd4b8482e6626d8b4a04 authored over 11 years ago
[Project::ProjectHelper] Spec robustness for SDK versions

8758d698529f2df802b04e79078ec0bdc8486c3e authored over 11 years ago
[Project::ProjectHelper] Fix product name of new resource bundles targets

afa2a4223b6e751e2b4b4e6f9a0463604842322a authored over 11 years ago
[Changelog]

0906619b7b2ba9c29f2e8025eae65cac18fdb31a authored over 11 years ago
[Project::Group] Add support for xcdatamodeld

Closes CocoaPods/CocoaPods#1155

64cbdfd682c85d45ea607bb060a72b0197391acf authored over 11 years ago
[ProjecHelper] New module to simply the project class implementation

8400134c1299d9cdb5c233d84513a7eec0f9f37b authored over 11 years ago
[Project] Add support for creating resource bundles

3dff67161bc199e58e3197fc280a0654820df345 authored over 11 years ago
[Project] Improvements to frameworks handling && [Group] Recursive children

229f761a0b56ad9397d33016b05277871eaebe25 authored over 11 years ago
[XCScheme] Clean-up and tests speed up

465fd0a975fae85cc621ada84f89cc24f01748ef authored over 11 years ago
[Project] Improvements to frameworks handling

5c3e4bbc2b77f85cfd6946ca1f6cb93883fdecde authored over 11 years ago
Add Xcodeproj::XcodebuildHelper

de8036b53cb301ba9bd34ffbb8fb3990fda2ceee authored over 11 years ago
Release 0.8.1

da60c7e415f150846d3120e9e3b7310d534446ff authored over 11 years ago
[Config] Ensure attribute values are unique.

Related to https://github.com/CocoaPods/CocoaPods/issues/1189.

f2fb8ba7311ff973e2d27f18fc5ea607e5db7c9e authored over 11 years ago
[Contants] Restore build settings as they create issues with Xcode 4

Partially reverts 9ab650d89

f5b2882cf06db76095957ef20c61e84ebf147f60 authored over 11 years ago
[Group] Match Xcode behavior while deciding wether to add the file reference attribute

c193f8c13c6d922b6da9b019f5fc6219483aa885 authored over 11 years ago
[Constants] Update default build settings according to expected best practices

9ab650d89abfb2aa811fe1266f45855aa01249a2 authored over 11 years ago
Release 0.8.0

c070e5acb8caa55c98da06e699639579ead8f739 authored over 11 years ago
--amend

a5dd638c3da221871269199abc214f9216b9bdbf authored over 11 years ago
[Project] Improve default attributes to match Xcode

231bf30c8304daa74e0cf2871fc73d7d38809e47 authored over 11 years ago
Release 0.7.1

5a729b8c406bae502cb942e31738467a00191776 authored over 11 years ago
[Config] Aesthetics

84ed7f1684fe4993014439cfa43d421308e204ac authored over 11 years ago
[Config] Append the extension to included xcconfigs

Fixes CocoaPods/CocoaPods#1119
Fixes CocoaPods/CocoaPods#1152

f5631aa8e44b7c6bb5889337266b301d249eea97 authored over 11 years ago
[Bundle] Update

c5948a6bf9e0634473734d3c84592b7c4df4614b authored over 11 years ago
Merge pull request #77 from jonnyyu/add_framework_target

add framework target type

1c70691a1c2eaebfd8e421e18e0c95d28e1c1fd5 authored over 11 years ago
add framework target type

3eec08b55d04dd31e8ad4086ab6fe75cb5503afc authored over 11 years ago
Release 0.7.0

af8b52abcf0849d8e7f4326615c6f2dc3846aacb authored over 11 years ago
[Gitignore] Ignore extension files

b12f7edc8a69031932055c784d87372de1ed2f2c authored over 11 years ago
Merge pull request #70 from CocoaPods/xcconfig-prefix

Xcconfig prefix

fd27b6217686358aea5250f006b10ed73d4726e5 authored over 11 years ago
Use pretty_bacon

245f2678e707593ad87ee4872e099e124e9945c3 authored over 11 years ago
Merge branch 'master' into xcconfig-prefix

* master:
[Travis] Try to get Ruby 1.9.3 build to work again.
rewrote specs with native asse...

1184891949269cbde3ab557503d5df7567783aba authored over 11 years ago
[Travis] Try to get Ruby 1.9.3 build to work again.

3bc43b9412b76e44d432bd34f2da8340a5d8c06f authored over 11 years ago
Merge pull request #72 from dev4dev/master

Return scheme names that exist in a workspace.

93995208ab8a22d5a6ee9608bfcd012a35af3f88 authored over 11 years ago
rewrote specs with native asserts

06e38acb69416b8b33661df89490ade9c4ff735b authored over 11 years ago
simplified schemes related code in Xcodeproj::Workspace

847324ac67f7ce9f6cddfff4b115f59ff23eced0 authored over 11 years ago
added specs for testing schemes related functions

e2b850189e37ea8b24b4da41c647a878de5adbda authored over 11 years ago
- refactored schemes loading code

- fixed path related bug from previous implementation

05a3c7c06069f4e3fdcef2c08c1c27700bb64550 authored over 11 years ago
added schemes property to Workspace (loads all schemes from workspace)

0de1261a7d16bce9d9cbcfb0f89d4c2787ee2013 authored over 11 years ago
Merge pull request #71 from leberwurstsaft/master

Minor typo fixed in Readme

8d2cf03a43ec1f762740d00b0473b2f7a3571582 authored over 11 years ago
Fix Readme typo

db1889e160e8ff8e00b5a785aaa3c2d54b764205 authored over 11 years ago
Release 0.6.0

0571050275fa11c7bb0ad50bd7945624c1d45111 authored over 11 years ago
Add xcconfig config value prefix test

16d6b6b6570620c229e4443fb583b8363f8070a2 authored over 11 years ago
Add option to prefix values in xcconfig files

Passing a prefix will prepend a string to every configuration value
in the xcconfig file. For ...

c6c2d46872bbd774f985a9c09a72c9b27e8dfa8f authored over 11 years ago
Update README.md

14f836ffc423fbd1890ab8dfd29ce5fde0a230e1 authored almost 12 years ago
Merge pull request #67 from CocoaPods/xcconfig-includes

Add test for saving xcconfig with includes

a811b74b4febd371dc1cf93b6568802e96927002 authored almost 12 years ago
Add test for saving xcconfig with includes

fdea9ab39ba74793ab887e6592838a4ba40d3cda authored almost 12 years ago
Add includes when writing the xcconfig file

49bf3f0477ea48f8b4a4bc73a7b5848ec0239719 authored almost 12 years ago
Merge pull request #64 from heyzooi/master

added the feature to create shared schemes for Xcode projects

3ce731ecc5aba8bc96088b60dacd830fc3842d4a authored almost 12 years ago
minor refinements

ff3fb59594221bdd09c1ed6264cdb303af7bbb5a authored almost 12 years ago
minor refinements

eb94bcaf7da89d15ed7703861ee2cebed22e1118 authored almost 12 years ago
a better name for the method build_target_for_running to follow the ruby code pattern

e5c6db5c0976606e1292e960d553fee144df4eeb authored almost 12 years ago
added compatibility for ruby 1.8.7 fixes

accac7b3668731bbd19d6ed6632f9f12da9ac96b authored almost 12 years ago
move the share_scheme to XCScheme class

559494cb463f033f8991c7d60f2230864dc86bd9 authored almost 12 years ago
update the documentation for save_as method in the class XCScheme

58719f64d7d63a222209cd79973582ffa1c12e24 authored almost 12 years ago
improvements on documentation, change for test target not be required and remove an unnecessary checking if the file was written

daf142b4c92c5ee1a8943fc4c54380db86e98fc6 authored almost 12 years ago
replacing from attr to attr_reader, to compile on ruby 1.9.3

aa3f83b079d26ba541142590945a431da901e55d authored almost 12 years ago
unit tests, documentation and minor bug fixes for XCScheme

6d252de344ea8c5ed7ec2e8ef850286cd67982c2 authored almost 12 years ago
replace the XML lib from Nokogiri to REXML

dd0616c8c8f709965f9cdb4f3319a6e50ca2ed00 authored almost 12 years ago
added the feature to create shared schemes for Xcode projects

5a68ddb3676ce67178a7760caf47b1b15937ffac authored almost 12 years ago
Release 0.5.5

bd77fdef284d0240995e69129c908b68ca31e11b authored almost 12 years ago
[ObjectLits] Add support for #unshift

0dc0a7c377277fd6e2d924b555fc7a5cb763f791 authored almost 12 years ago
Release 0.5.4

778609129d8ef3eef19efec983c8f9ff29f1af84 authored almost 12 years ago
[Travis] Remove hardcoded default external encoding to ensure we treat it as binary when fixing encoding.

dce73258f4c85839630e16e994561677fcb29577 authored almost 12 years ago
Ensure the default external encoding can't mess it up by treating as binary. Thanks, @Manfred.

4026c681f785f484a630eaae4d9187d0e670999b authored almost 12 years ago
[Fix] Real ASCII is 7 bits. Also encode everything in the extended (latin) set.

ca7f9bde66f4f663e53b95b2927aba448a5bb744 authored almost 12 years ago
Release 0.5.3

06223769c158b9d02b70441d188e23a6a74cbee7 authored almost 12 years ago