Ecosyste.ms: OpenCollective

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

github.com/NativeScript/node-xcode

tools and utilities for working with xcode/ios projects
https://github.com/NativeScript/node-xcode

Fix "Assignment to constant variable." error

ea5554fbce3cc0d2fbb975c86a7895f767653b95 authored over 6 years ago
Update version to 1.5.2

a907be775aebb7237eef8815a4596ce21025eb63 authored over 6 years ago
Merge pull request #9 from NativeScript/fatme/fix-file-references

Fix file references inside .pbxproject

92a6f0797aa967c540e797e52e03831aa64ea5a9 authored over 6 years ago
Fix file references inside .pbxproject

bd5622d1d13a346ac4f070450062cbb61d07759c authored over 6 years ago
Fix C source code files' type

The correct file type string is `sourcecode.c.c` and not `sourcecode.c`

2f89da00df1251dc013cc80e00c5db3c39318294 authored over 6 years ago
Merge pull request #8 from NativeScript/bektchiev/fix-cpp-files-group

fix: Add C++ Source files to the Sources group …

90db4d6500bd15f29c9e08c3db2b5fbc02156dd7 authored over 6 years ago
chore: Bump version to 1.5.1

c52b5c2acba39a11fbefd8bd084bdd573e0394c6 authored over 6 years ago
fix: Add C++ Source files to the Sources group

They were wrongly being added to Resources.

5aaca2b8128f5216d1be5b814937c96a4e281778 authored over 6 years ago
Merge pull request #7 from NativeScript/tdermendzhiev/fix-root-group-duplication

bugfix: Remove group reference from root group after group removal

f6acdd4139e5c51411017d8e61f4f219828013b2 authored over 6 years ago
Bump version

848b42409a1a3d80aa2d442771737d1c45e4234b authored over 6 years ago
bugfix: Remove group reference from root group after group removal

692a08d50b43d3cdb7c2a195ddcca2ebc41c9dea authored over 6 years ago
Merge pull request #6 from NativeScript/tdermendzhiev/fix-addpbxgroup

feature: Add groups created by addPbxGroup() to the meta PBXGroup

0aa91f6756cb704ebbad89ebcdb2982d8d68cb4c authored over 6 years ago
feat: add support for header search path deletion by string

93cb01189ffb214ef9a4d4bef5a09e2eb80f5e86 authored over 6 years ago
feat: Implement adding and removing of pbx groups

*support for c++ files added
*recursively add pbxGroup and its children
*recursively remove pbxG...

a56960fdbdeb089e46052471b86e802e21ed8142 authored over 6 years ago
feat: Add support various file extensions and export filetypes for pbxFile module

5c9c2c61552f70d17aa7effb2e58aa41835652df authored over 6 years ago
Merge pull request #5 from e2l3n/tpopov/rebase-onto-origin

Rebase origin onto master

08846bb51c7007c38293ab2dfd1d3b1390181fd5 authored over 9 years ago
Implement relative to project root search paths.

976eca85ebc65a39b56820f09e20a7095184856a authored over 9 years ago
bumping version

f5aeaa69d686b077b43ad56783a2902927442121 authored over 9 years ago
Change framework extension regex to verify, that the path ends with .framework

be008f27e54cb7ea0a02376c8902a33f562391c5 authored over 9 years ago
Introduce a way to add PBXTargetDependencies to a target

Includes creation of a PBXContainerItemProxy for each PBXTargetDependency and including the PBXT...

a84d3e7a2213078340ce7b9ccc8691fd108f1053 authored over 9 years ago
Bumping version

056f43dc921fb895cae6ac4dfc932ebc6c3f75c1 authored over 9 years ago
Allow setting of 'includeInIndex' and 'explicitFileType' properties

This enables greater customization when adding file to FileReference Section, like for example a...

8e3afdfde49c3f0d3d02cadc456cb03cd1f35338 authored over 9 years ago
Implement pbxTargetByName and pbxItemByComment

Includes a bit of refactoring and extracting common logic between pbxGroupByName and pbxTargetBy...

4888306f8935cceb4995ed6b1f180258b91028ac authored over 9 years ago
Fix AddBuildPhase able to add duplicate files

Add a check - if a file exists in the PBXBuildFile and the PBXFileReference sections do not add it

8bb44fe14ad51e3644550ffb8ae45f2a2e8a563e authored over 9 years ago
Expose PbxProject Section

This way new knownRegions, TargetAttributes and targets can be added

09324342ee91e5030af2ec050ba29b2dd9bc0f81 authored over 9 years ago
Introduce a way to add XCConfigurationLists

By given configuration objects, default configuration name and a comment add all configurations ...

9432acf37ae266f71e3246d3d6414245efe067e5 authored over 9 years ago
Introduce a way to add PBXGroups

For given file paths add them to Build and File Reference sections if they're not already added ...

e41f8e05281a4264837444451f3d86c913633cbd authored over 9 years ago
Fix build phase uuid being written in the PBXproject

Upon adding a build phase an unnecessary property is added, namely uuid

1d457183450768761eaba74e3a1837f095396f87 authored over 9 years ago
Introduce a way to add Build Phases

By given array of files add a build phase which includes the given files.
All files should be ad...

ea3acb9f2d493a862f9d2171628c1029d01d008a authored over 9 years ago
Bumping version

19b4a7793181831b4305c402b1fdc02be554f466 authored over 9 years ago
iojs support (v2.1.0)

0d50e0cfdfd43fa45741d41b9dfd362c87e13d9d authored over 9 years ago
Fix parser to merge properties of multiple sections with the same name

Xcode handles this correctly and some tools might produce such projects.

e9c8bbc2c6abc3f8d5d72de6ac4c5306f5606834 authored over 9 years ago
Bumping version

b9dd0254f98572bf47d8cd3543041b3fb9aa9c62 authored over 9 years ago
Fixing bug whereby parser would fail when array entry does not have a trailing comma

In our testing, we've hit projects where trailing commas are not present with array entries.

dff0aad1c8307ca41eca499bc2988bf6a4cac62d authored over 9 years ago
Added double quotes around COMPILER_FLAGS

Adding COMPILER_FLAGS with = or space corrupts the project file and it can not be parsed by xcode...

e401609398324bfc3a3bbdff2107c89320cb105d authored over 9 years ago
added multiple target support

b5f57648979c6f0f594c269300d5960de2b0794d authored over 9 years ago
add test replacing field that has array case

e6e986305ef4a16da60df33c9f74816db87f2fa0 authored over 9 years ago
Added a unit test to verify correct source file removal from PBXFileReference after being modified by Xcode.

630d4a49276fe52426ab54a6d6ac78f29c1fa5aa authored over 9 years ago
Fixes issue #44, where removeFromPbxFileReferenceSection fails to remove its given file from PBXFileReference.

1fd40aad819e4fdb64ecd77a99278a10a321c663 authored over 9 years ago
XCBuildConfiguration array field replace ok

efdb3265e9940c83ff6a26bef714e6e58f4c7f0a authored over 9 years ago
Windows path fix

91c979143b7dcea095049f05d05b3d8c6d6ab5da authored over 9 years ago
Fix framework remove function

6014a4872c1bdf400977cbc35f986e5d131c1303 authored over 9 years ago
Merge pull request #4 from NativeScript/fatme/fix-remove-framework

Fix framework remove function

6c772ffd051000112407738a9101e771ff21233e authored over 9 years ago
Merge pull request #2 from Mitko-Kerezov/kerezov/fix-path-name-quotation

Fix path/name quotation

0f9ab43857dfd3b60acd4d814c1c3038f0c65dd9 authored over 9 years ago
Fix path/name quotation

Those properties should be surrounded by quotation marks based on appearance of special characte...

f879ed0621cf37879a94d340bda6d29a580782c9 authored over 9 years ago
Bump nodeunit dependency version

0.6.4 has some unresolved issues which disallow running unit tests for this project

1dc527ebe56cbbe61e8cb7a21645ee63560efea7 authored over 9 years ago
Merge pull request #1 from NativeScript/fatme/improvements

Fix quotes and lastKnownFileType

e1f2a364a4ab586661e24e80500d0753c3c20f8a authored over 9 years ago
Fix unknown lastKnownFileType

Fix quotes

5c2e1e2071712ad3a3059b059ca344fa78c84b48 authored over 9 years ago
Fix setting build configuration properties

f32bfed98388c5d157a811a40f43cb3e0ddf2ecf authored almost 10 years ago
Adds the embed option pbxProject.addFramework

This allows us to add and embed a dynamic framework to a project that already contains the Embed...

3ff290b5908dc57bad48fb9a7ff1ab9fe76cb407 authored almost 10 years ago
Merge pull request #38 from gameclosure/feature-add-include-lib-strings

Support string args to add lib/include path

19879f93de01407639486ff4f0a715a68addccce authored about 10 years ago
Support string args to add lib/include path

addToLibrarySearchPaths and addToHeaderSearchPaths previously assumed
that the file argument was...

fab08c5f056da36d6b027979e53778c3d2366e96 authored about 10 years ago
bumping version to 0.6.7

ff9f67a543f5ec91988e06937b0f73e23ac38a9e authored over 10 years ago
adding test for updateBuildProperty

f145205e90fe89f3dacdbeef6efdb17061e7f263 authored over 10 years ago
adds updateBuildProperty for changing custom build settings

This method is very usefull since it allows changing custom build properties like TARGETED_DEVIC...

5562020dfeedff6a6184651436c35362397cbc00 authored over 10 years ago
Update version to 0.6.6. No changes, just overriding old NPM version.

a429a59a52aa063c521c711683755237cf7a0259 authored about 11 years ago
Bump version to 0.6.5

a825f32ad66d4d15c27d83b707cb542b91c90904 authored about 11 years ago
Fix missing comma in var block.

d2374f0c52b9a34643a3091eefcfacb525c28fad authored about 11 years ago
FIX unit test for escaped paths

075949833c8f9eed6f09b3d1807436686bbb84fa authored about 11 years ago
FIX adding ;

7e14b97f0e9fab6ba6e57d8bed7ace622d418cec authored about 11 years ago
FIX escaping search path of custom frameworks.

47c9d8daa5685fe54dda7aee4957ee350dd33479 authored about 11 years ago
Bump version to 0.6.4.

d40003d2016d254624d0fe855604b89706b33f2a authored about 11 years ago
Add test/ to .npmignore

Now tests are not included when installing from npm.

31462a9d35ca54712ec63a4b1d60189403c78251 authored about 11 years ago
Merge pull request #25 from kronenthaler/master

Removed the customFramework check on the correctPath,

05fed868b1cb6bccf81f60e0660fda8d955c2733 authored about 11 years ago
Modified unit test to reflect the right behaviour

70b3e29b2f54c19952bb84bb4805b36f26fde36d authored about 11 years ago
Removed the customFramework check on the correctPath, since it's better to use the filepath instead. Xcode can navigate the location of the framework for inspection of the files.

4cca665465054f156c40452bff58e6181d8ef79e authored about 11 years ago
Merge pull request #24 from imhotep/customFrameworks

Custom frameworks

d08b53c54e37302752f900bdb2dc222d64fbad75 authored about 11 years ago
Bumping version

748e982c462255610726642ce87d350800a958d0 authored about 11 years ago
Merge pull request #20 from imhotep/customFrameworks

Issue #17 adding/removing custom frameworks

d7f5646613d93626cfaa0f618cf9c75b2e0dd78b authored about 11 years ago
Issue #17 adding/removing custom frameworks

71118fb3a24b3b5db31f83444d463540759a0599 authored about 11 years ago
Bump version to 0.6.2.

4d566be7fd889162d87e0c27a9371b57941797a4 authored about 11 years ago
Adding add/removeToHeaderSearchPath

533d9b87e6539c5e33aa20435b835edce6094032 authored over 11 years ago
handle "$(inherited)" library search paths value

fixes #15

67f5f9688ce184e7b862a56544076d250cb21cca authored over 11 years ago
allow periods in unquoted property names

fixes #16

f69eb1715201b48919daa97388830e090e033793 authored over 11 years ago
0.6.1

dc0d5fb7c862d05ecf5c07c5ea0b3ba54673c6af authored over 11 years ago
start of compiler flag support.

86c501114f15c169e560e062944b40f59be3b682 authored over 11 years ago
Merge pull request #12 from filmaj/master

Forgot library search path tests

eab037f46836bb236b71f49b360b3c46961d8bc8 authored over 11 years ago
Forgot to add the librarysearchpaths test file..

c2f1b15c3843d2395718a38d2195399420c05cdd authored over 11 years ago
docs for updating grammar

06053b713e0e7dd843a43f0f55f33af29ddaf5cc authored over 11 years ago
fix for #11

af20a96ab7b93bfae1f89a8433dd1cf6137eaede authored over 11 years ago
fixed failing tests and added test for adding/removing from lib search paths.

c4be849817aa8c327600bed2b39bc29bb15d54d4 authored over 11 years ago
adding support for adding/removing from library search paths

915ef358e37c45e62a4199531b09965f57600ed9 authored over 11 years ago
0.6.0

3d20386ee206972be6154bdbd569b233d952dabe authored about 12 years ago
[project] check if file exists before adding

347651f44c5597b4e4bd72432490b75c2534f6a9 authored about 12 years ago
[pbxProject] first pass at #hasFile method

cd937af0c0caedea5e9f36ea8679752c95f28fdd authored about 12 years ago
[AUTHORS] add Brett

ef21e5491b872e26d0605ac0eab1f3be40e4f6e8 authored about 12 years ago
Merge pull request #9 from goya/master

Update to support escaped characters and weak linked frameworks

6245e12333d56b976cbe5674141092219cb6d16e authored about 12 years ago
[pbxProject] enforce quote delimiters to support unsupported chars

enforce quote delimiters on names and paths for PBXFileReference

293ca2cfa64a8e35e6a356ac4fddcee1fd0f2e97 authored about 12 years ago
[pbxFile] implement option for weak linked frameworks

5884dec1ec7138c5ff8d8980469a5d5861a9f7d5 authored about 12 years ago
0.5.5

2d6a0eeb759c16107228492b5b27bd9f6f20d097 authored over 12 years ago
[proj] always add static libraries to build phases

65a0c402bbbbca091168e22f4521e0d7ebc790fe authored over 12 years ago
0.5.4

69e3cb69f90e5ffff6d8dc500855790b2e82c42d authored over 12 years ago
[proj] static library plugins without group fix

8427c537c8c5a9d3ac23df7f1ffdcd788f4d1fb8 authored over 12 years ago
0.5.3

84d184102c09a6209841392c12438a7136cf09f9 authored over 12 years ago
[pbxProject] add static libraries as plugins

6a12350c845f8cf8fc3f33e48d9a84dd969b8d8d authored over 12 years ago
0.5.2

f689c61c045794c4df14801f81c8f6645203857a authored over 12 years ago
[project] addStaticLibrary - support for .a files

a first pass - I'm not entirely happy with the LIBRARY_SEARCH_PATHS
stuff, but I'm gonna start t...

62e73169938be91a8cdbe2c1f543836194f094b3 authored over 12 years ago
[project] accessor for productName

javascript getter. HM!

111392ac485fa090565d89f9dc476ce84cab8730 authored over 12 years ago
[test] wrong function called in test

aeb25d732354422b9d949764a0d79a49e857a180 authored over 12 years ago
0.5.1

e4abe04e1c2dcfc06e65008061bff56da2cd930b authored over 12 years ago