Ecosyste.ms: OpenCollective

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

github.com/tuist/tuist

Tuist's CLI
https://github.com/tuist/tuist

[target_action] check for empty array in test

2af7b2953f3de4998a56ab9f9b62a179a90af785 authored over 5 years ago
[target_action] add unit test to cover generating a target with input/output lists

fef3bbb7d3842b058f57f02297a506a5d842f33b authored over 5 years ago
[target_action] update CHANGELOG.md

957a05baaf5f99bd268d1091adce1dffe125da4a authored over 5 years ago
Add input & output paths for target action

b92ed8e0f0dfe9dfa96cc4b0c8b435046d8f14b7 authored over 5 years ago
[target_action] correct the formatting for the initialisers

551ae78548e202fcc0f546d056273c062028a644 authored over 5 years ago
[tuist-local] add acceptance test to make sure tuistenv can install master

c983fa5da420650e41b70373734404ccc8b182a3 authored over 5 years ago
[tuist-local] fix 'tuist local' still referencing static lib when using swift 5

87a9ec7aedd7b29f1b711287456722f3449bf381 authored over 5 years ago
Merge pull request #399 from tuist/env-version

[env-version] added version command with envversion

fdbb74010361e827f48ff2bd56f20c379489da92 authored over 5 years ago
[env-version] remove Constants.envVersion and use Constants.version

b484c446fb9de35363f53c0e74d823d6c95970d8 authored over 5 years ago
Update 6-managing-versions.md

1cf543a1097eaf0452c043d199119679b34c5312 authored over 5 years ago
[env-version] Update CHANGELOG.md

e14a86a89133ba734286a91b648b1ebab365e44b authored over 5 years ago
[env-version] added version command with envversion

a54065c7ee3f1c969a14c8a874bb19ccfa808c83 authored over 5 years ago
Merge pull request #398 from tuist/codesign-frameworks

[codesign-frameworks] if CODE_SIGNING_IDENTITY is defined ensure the framework is signed when em...

82f67d8e3644bada05496a1afc81f759ef774cba authored over 5 years ago
Update XcodeBuild.swift

dc428a8e9926e8a301ed11d82479d9f8b50721fc authored over 5 years ago
[codesign-frameworks] Check if codesigning is allowed before signing

a0a25f710d613c24d8b5f22736e6e61d4847d031 authored over 5 years ago
[codesign-frameworks] fix broken test after moving the framework signing to after it was copied

bff3e99d67f81036b2677e373f255c37f77c1da3 authored over 5 years ago
[codesign-frameworks] fix typo

2bfcfd123517e7c232e4c429087f3b875a8847ef authored over 5 years ago
[codesign-frameworks] code review comments and ensure codesigning is done after the framework has been copied

f5a01e8ecd050bd020339de93544df800ff14fea authored over 5 years ago
Update CHANGELOG.md

ff3f2e1a67071220be4964418e571530d3547644 authored over 5 years ago
[codesign-frameworks] if CODE_SIGNING_IDENTITY is defined ensure the framework is signed when embedding

91f77371972c7a8928fa3b634563bf9da1a4e0f5 authored over 5 years ago
Support none defaultSettings (#395)

* Support none defaultSettings

* Update changelog

* Document .none default setting

* Us...

a920a13f54d7d744be34976d2e406fecf04a8c2f authored over 5 years ago
Add .d as a valid source extension (#396)

* Add .d as a valid source extension

* Update CHANGELOG

41c36d507e81c6be4cc480e819c703be489eb9cf authored over 5 years ago
Add support for Swift packages

5695e92b6ddea29119d66d2b34d7469df21426e9 authored over 5 years ago
Ensuring the correct default settings provider dependency is used (#392)

- The `defaultSettingsProvider` passed to the `Generator` wasn't being passed along to the `Proj...

1f47fc0fdbf774c1132f492e743e32c2ddcc7651 authored over 5 years ago
Handle the scenario where several sources glob patterns match the same paths (#388)

* Handle the scenario where several sources glob patterns match the same paths

* Update chang...

dc2edcbb31d6b5e24bc526ffce0c265365e41ca7 authored over 5 years ago
Build settings have the same values repeated multiple times (#391)

Resolves https://github.com/tuist/tuist/issues/390

### Short description

The `DefaultSett...

f0c5b598fffe570802964008f07bf74feeffea38 authored over 5 years ago
Ensuring the correct default settings provider dependency is used (#389)

- The `defaultSettingsProvider` passed to the `WorkspaceGenerator` wasn't being passed along to ...

e48cf6d75f8fd885f0204d042ad974371f3606cb authored over 5 years ago
Add redirect plugin

663ddd24eeb708112c7c1cdfa811b4dae07c9ac2 authored over 5 years ago
Add _redirects file for Netlify

5e899f308c86aebcab83d10a96693b66a41044c5 authored over 5 years ago
Version 0.15.0

26f1a56dfa2d8a5d1472bf4c5ef84469a1bca702 authored over 5 years ago
Add support for compiler flags (#386)

* Add support for compiler flags

* Add missing content

* Update changelog

67dbef964e2e1a1a673e5601efff6c88d67a5e9e authored over 5 years ago
Essential and recommended default settings (#378)

Resolves https://github.com/tuist/tuist/issues/350

- Added a new protocol `DefaultSettingsPro...

be27fe89841ac55324cd44b657a72935ddeeeb5c authored over 5 years ago
Fix changelog structure

4a649aca8ced35342cbca6ea83558fad305f24e4 authored over 5 years ago
Bump rubocop from 0.70.0 to 0.71.0 (#384)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.70.0 to 0.71.0.
- [Release notes]...

d12e22d51ae05ac6defef30890777d01c959cb8e authored over 5 years ago
Update release notes (#381)

63cc33d44ed8e2837776d67191ea24010306ba63 authored over 5 years ago
Ensure resource bundles in other projects get built (#374)

- Including a resource bundle as one of the elements in the "Copy Bundle Resources" build phase ...

7da4c457fb01fd4543152771ae2a6b152ed94bed authored over 5 years ago
Reformat json strings in some of the tests to simplify git merge conflicts resolution (#377)

- Use multiline strings to allow to use json without escaping characters (`\"`)
- Add `file` an...

695675958f8a6023b9ee29275419f78533cb0471 authored over 5 years ago
Bump rake from 12.3.1 to 12.3.2 (#376)

Bumps [rake](https://github.com/ruby/rake) from 12.3.1 to 12.3.2.
- [Release notes](https://git...

310cb904bb45218ecddf2728671bfca15cd33893 authored over 5 years ago
Fix titles

ef9d594040d77666af643b016cbbf0f0b20fe561 authored over 5 years ago
Fix titles

1112169474163502c5e24b113c50d429b2347c05 authored over 5 years ago
Improve documentation with React components (#365)

* Move the components to a components directory

* Port more markdown content into components
...

b594e81a51da35404187c606feb56c7276b5f334 authored over 5 years ago
Add InfoPlist type (#373)

* Define Info.plist in the ProjectDescription target

* Update infoPlist attribute type

* U...

974f528a77d082730b95f666eb0b6a801160ff6a authored over 5 years ago
Fix unstable lists of embedded frameworks and products references (#357)

Resolves https://github.com/tuist/tuist/issues/349

- Update `func embeddableFrameworks(path: ...

34d80af5cc609661dcf9395e02748defe13ea94e authored over 5 years ago
Bump danger from 5.14.0 to 6.0.9 (#368)

Bumps [danger](https://github.com/danger/danger) from 5.14.0 to 6.0.9.
- [Release notes](https:...

6e31fc795f284f4eac45266919a77efb46706d24 authored over 5 years ago
Bump danger-swiftlint from 0.19.0 to 0.21.1 (#370)

Bumps [danger-swiftlint](https://github.com/ashfurrow/danger-ruby-swiftlint) from 0.19.0 to 0.21...

51e38f1610bbf60cf72b617c54533f85084ce9f2 authored over 5 years ago
Bump rubocop from 0.63.1 to 0.70.0 (#369)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.63.1 to 0.70.0.
- [Release notes]...

2646fcbda33a3e0711bce520bf5820a5ba5fba96 authored over 5 years ago
Bump byebug from 10.0.2 to 11.0.1 (#371)

Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 10.0.2 to 11.0.1.
- [Release no...

32cb3df5da30684a3c2a55757c17f86d53181fa8 authored over 5 years ago
Bump danger-swiftformat from 0.4.0 to 0.5.0 (#372)

Bumps [danger-swiftformat](https://github.com/garriguv/danger-swiftformat) from 0.4.0 to 0.5.0.
...

6b069040c9a3be4cf0da2ba75540796d2d0b8210 authored over 5 years ago
Initial WhiteSource configuration file

2ccddada87c30ec48e9b587e9e7c66e0d7679ae5 authored over 5 years ago
Fix custom debug variant settings generation (#362)

### Short description

Custom debug settings were populated with release default settings (pro...

30bd374d25fc39097a15a5fc838bd41ab43d91ea authored over 5 years ago
Update XcodeProj (6029dac06eb48cc29c762965efebddb5d6c2a496 - 2019-05-21) (#364)

### Short description

Update XcodeProj version to point to current master 6029dac06eb48cc29c7...

bfd4f97fe05cf0cdda1bd6a4e08591a0bb4ffad4 authored over 5 years ago
Update static dependency lint rule (#360)

Resolves https://github.com/tuist/tuist/issues/337

- The graph linter didn't account for wh...

80dc496c8a9289972e6b45b59d1b969014e3f770 authored over 5 years ago
Fix duplicate localized resource files (#363)

Resolves https://github.com/tuist/tuist/issues/361

### Short description

Localized resourc...

c87a1cda629d463044976994c9079c680ec8c919 authored over 5 years ago
Updating manifest documentation (#359)

- Scheme section no longer appears in block quotes
- Updating scheme generation note

d32dcf0b700ca6c0585833122bf165ff824768d4 authored over 5 years ago
Fixing header paths including folders and non-header files (#356)

Resolves https://github.com/tuist/tuist/issues/352

- Specifying a permissive glob pattern (e....

47118ec48f96945ed7e84ce3a3f2bb745bc8a27e authored over 5 years ago
Merge pull request #358 from dangthaison91/fix-manifest-docs

Fix manifest doc

d7e7c2f9f564aa2e0cb86d6367bc5ca5e6f2d4b2 authored over 5 years ago
Fix manifest doc

6a5e007041b2ce4da8429557dc726c17dc9bf360 authored over 5 years ago
Add document for Scheme manifest (#340)

* Add document for Scheme manifest

* Update Scheme manifest documents

cfb0bf0302984126792395826793158e3d1331f2 authored over 5 years ago
Use component for project attributes

fc6a8632decb11fbd2d3444800eb11d55ee6979a authored over 5 years ago
Support Scheme `shared` flag (#341)

* Support Scheme `shared` flag

* Fix Project generator tests

* Correct scheme write path
...

a8eb839705b4f66fa6dcd7fad2be840f38186f9e authored over 5 years ago
Supporting bundle target dependencies that reside in different projects (#348)

Part of: https://github.com/tuist/tuist/issues/290

- Previously only bundle target dependenci...

a2367179eb8b2c68de2f444207c6bf9153406c23 authored over 5 years ago
Updating documentation links (#347)

216028befa429a326b18aeb605228c119980b63e authored almost 6 years ago
Fixing generation failures due to asset catalog & `**/*.png` glob patterns handling (#346)

Resolves https://github.com/tuist/tuist/issues/345

- Using the `**/*` style patterns are "e...

7935c55856764f5c8f7c65ea37aa926443119f8b authored almost 6 years ago
Don't ask for CHANGELOG entries when the developer is not modifying source code (#344)

e562c49c63378f4a9175050fc7b7128df3a4e732 authored almost 6 years ago
Merge pull request #336 from dangthaison91/scheme-action

Support Scheme manifest

bc782077ea2e8a622fda90001a016b29692dabf2 authored almost 6 years ago
Update TestAction lauch arguments environments settings

a481e4c1d0b54c0db6b8202b08f28fb6b1598769 authored almost 6 years ago
Load Scheme manifest into Generator

dcabea806943fb41760fd2ca4a25e367cc5476c2 authored almost 6 years ago
Add ExecutionTest

1ca1290a40a57eef54bd914cfb30420c467f353d authored almost 6 years ago
Fix tests

e306c16d8ea08d16ab201201b61b26a4f9d92de2 authored almost 6 years ago
Update tests

2e7d9c430c2c053f4c3bb5a3d148dda153f6853e authored almost 6 years ago
Add support launch arguments and environment variables

7564bdf45b44f28259cae32596293cef50078f96 authored almost 6 years ago
Update Scheme tests

078cbad695a9dc6ff80a2f7b55f66564bed5faf8 authored almost 6 years ago
Keep auto generate scheme for the target that is not defined in manifest

a1f7d5fe9e3291c6e0ca4e40fc2536eb829f5600 authored almost 6 years ago
Support Scheme Manifest

5cd2e50117e1c839affdbd49d2af997d24c5397e authored almost 6 years ago
Add fixture ios_app_with_custom_scheme

6d0d1e78ab803619d269b05eed2dbf90d8cd1411 authored almost 6 years ago
Updating init template to avoid warnings (#339)

Resolves https://github.com/tuist/tuist/issues/334

- The path to resources is now commented o...

19bc95ca73fb58a67121190738326bf91092af3f authored almost 6 years ago
Adding generate command timer (#335)

Resolves https://github.com/tuist/tuist/issues/329

### Short description 📝

To keep an eye ...

3db50ca52349c86c3af8610e555caf18aef622e6 authored almost 6 years ago
Fixing files getting mistaken for folders (#338)

Resolves https://github.com/tuist/tuist/issues/330 and https://github.com/tuist/tuist/issues/322...

940779eb2413ef5b347dd74bf08bc3bd4d1fba7b authored almost 6 years ago
Set Code Sign On Copy to true for Embed Frameworks (#333)

* Headers build phase should be put on top of Compile build phase

* Add test

* Add changel...

d89da1d290afaebcb0daad3108ada42f729090e6 authored almost 6 years ago
Bump Swift version

1cce8eaf8315e86487771cb49034464887f21bae authored almost 6 years ago
Remove empty sections from the CHANGELOG

24992ae6b6d542475eefb20638227c88ded39b36 authored almost 6 years ago
Version 0.14.0

650dca39f2f14a1dce88ae2dfce53ddb1c66b6d1 authored almost 6 years ago
Headers build phase should be put on top of Compile build phase (#332)

* Headers build phase should be put on top of Compile build phase

* Add test

* Add changelog

452bb1f8b4a43f6f7262fe7c9a485c0706988095 authored almost 6 years ago
Use dark code highlighting

13570028f25ac9c0e91ae4116a9405b587c21546 authored almost 6 years ago
Fix some styles

77a2abfb827d278230d7988cd1b68ad578a6542c authored almost 6 years ago
Remove node_modules before installing

5a559093de5f1afad81c940c52296e7033027afb authored almost 6 years ago
Add netlify.toml

407a03fc42191f3b441a33bc5d733b405e771ab7 authored almost 6 years ago
Adjust vscode settings

558ca804d237a77a147c1f5bd16070f9457ea00a authored almost 6 years ago
Add Docz

ffa6b2f83f6fbf40eac7341f621360dec89a2448 authored almost 6 years ago
Update README.md

d7629ba0ba48a09bd590bd18b39033590b3bce94 authored almost 6 years ago
Ensure generate works on additional disk volumes (#327)

Resolves https://github.com/tuist/tuist/issues/324

- Using `replaceItemAt` has a caveat whe...

481e8bebebc1c5f650851034f0c22227c036963d authored almost 6 years ago
Add support for multiple configs to TuistGenerator (#320)

Part of https://github.com/tuist/tuist/issues/160

### Short description

As mentioned in ht...

36d54f3cd473b3d5c0e9238bc4ea8fb85ae33c21 authored almost 6 years ago
Adding `bundle` product type to the generator library (#321)

Part of: https://github.com/tuist/tuist/issues/290

### Short description

Static frameworks...

96424de07beb72e8e3d00aa592fc4ac7decbc346 authored almost 6 years ago
Resolve Swift 5 Warnings (#325)

- Updating SwiftPM dependency
- `asString` has been renamed to `pathString`
- `Utility` mo...

1dd8ace2157de415970f29b314f92d5e25a7fae0 authored almost 6 years ago
Ensuring target product names are consistent with Xcode (#323)

Resolves https://github.com/tuist/tuist/issues/254

- When creating new Xcode projects manuall...

fcbbfb14ac6782829883923387f0266542bd5027 authored almost 6 years ago
Swift 5 support (#317)

* Support Swift 5

* Fix test

* Don't check if the versions match when both local and remot...

a03a4e932b0ba4a6943d2d5af68553d07c603398 authored almost 6 years ago
Fixing graph node equality (#319)

- `GraphNode` subclasses like `TargetNode` that share a common path could mistakenly be identifi...

4d7dff1827986439805204bf5054849cefa9a658 authored almost 6 years ago
Adding support for resource folder references (#318)

Resolves https://github.com/tuist/tuist/issues/202

### Short description

Resources to inc...

28a879b7bf9e47d7270bb70624f266f196183305 authored almost 6 years ago
Adding support for project additional files (#314)

Part of https://github.com/tuist/tuist/issues/202

### Short description

Often projects may...

8d7f15f8d9e425335d268dc6062ab64da7cfcbb0 authored almost 6 years ago
Moving generator related classes to TuistGenerator (#306)

### Short description

Tuist is a command line tool that offers several useful features relat...

2726304e29788ddeba018543c28b3620bf4141ea authored almost 6 years ago