tuist/CHANGELOG.md

446 lines
22 KiB
Markdown
Raw Normal View History

2018-04-16 17:01:02 +08:00
# Changelog
2018-04-17 21:08:28 +08:00
Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
2018-04-16 17:01:02 +08:00
## Next
- Support ignoring specific source file pattern when adding them to the target https://github.com/tuist/tuist/pull/811 by @vytis.
- Made targets testable if there is a corresponding test target https://github.com/tuist/tuist/pull/818 by @vytis.
2019-12-18 20:41:38 +08:00
2019-12-19 23:07:10 +08:00
### Added
- `TuistGalaxy` & `TuistAutomation` targets https://github.com/tuist/tuist/pull/817 by @pepibumur.
## 1.0.1
### Fixed
- Pass through `DEVELOPER_DIR` when set by the environment when determining the path to the currently selected Xcode. @ollieatkinson
2019-12-17 17:30:59 +08:00
## 1.0.0
2019-12-05 22:12:14 +08:00
### Changed
2019-12-11 19:14:42 +08:00
2019-12-05 22:12:14 +08:00
- Run pipelines with Xcode 11.2.1 on CI @pepibumur.
2019-11-26 22:49:32 +08:00
### Removed
2019-11-28 22:22:51 +08:00
2019-11-26 23:02:48 +08:00
- **Breaking** Generate manifests target as part of the generated project https://github.com/tuist/tuist/pull/724 by @pepibumur.
- The installation no longer checks if the Swift version is compatible https://github.com/tuist/tuist/pull/727 by @pepibumur.
2019-12-07 01:13:51 +08:00
- Don't include the manifests in the generated workspace https://github.com/tuist/tuist/pull/754 by @pepibumur.
2019-11-26 22:49:32 +08:00
2019-11-22 17:05:12 +08:00
### Added
- Add `ProjectDescription.Settings.defaultSettings` none case that don't override any `Project` or `Target` settings. https://github.com/tuist/tuist/pull/698 by @rowwingman.
- `ProjectEditor` utility https://github.com/tuist/tuist/pull/702 by @pepibumur.
2019-11-24 06:21:19 +08:00
- Fix warnings in the project, refactor SHA256 diegest code https://github.com/tuist/tuist/pull/704 by @rowwingman.
- Define `ArchiveAction` on `Scheme` https://github.com/tuist/tuist/pull/697 by @grsouza.
2019-11-26 01:17:29 +08:00
- `tuist edit` command https://github.com/tuist/tuist/pull/703 by @pepibumur.
2019-11-27 01:36:56 +08:00
- Support interpolating formatted strings in the printer https://github.com/tuist/tuist/pull/726 by @pepibumur.
2019-11-28 01:54:31 +08:00
- Support for paths relative to root https://github.com/tuist/tuist/pull/727 by @pepibumur.
2019-11-28 07:10:24 +08:00
- Replace `Sheme.testAction.targets` type from `String` to `TestableTarget` is a description of target that adds to the `TestAction`, you can specify execution tests parallelizable, random execution order or skip tests https://github.com/tuist/tuist/pull/728 by @rowwingman.
2019-11-28 22:22:51 +08:00
- Galaxy manifest model https://github.com/tuist/tuist/pull/729 by @pepibumur.
2019-12-07 01:13:51 +08:00
- Make scheme generation methods more generic https://github.com/tuist/tuist/pull/730 by @adamkhazi @kwridan.
- Workspace Schemes https://github.com/tuist/tuist/pull/752 by @adamkhazi @kwridan.
2019-12-03 15:07:22 +08:00
- `SimulatorController` with method to fetch the runtimes https://github.com/tuist/tuist/pull/746 by @pepibumur.
2019-12-07 20:57:43 +08:00
- Add RxSwift as a dependency of `TuistKit` https://github.com/tuist/tuist/pull/760 by @pepibumur.
2019-12-07 22:01:34 +08:00
- Add cache command https://github.com/tuist/tuist/pull/762 by @pepibumur.
2019-12-07 20:45:39 +08:00
- Utility to build xcframeworks https://github.com/tuist/tuist/pull/759 by @pepibumur.
2019-12-08 00:13:15 +08:00
- Add `CacheStoraging` protocol and a implementation for a local cache https://github.com/tuist/tuist/pull/763 by @pepibumur.
2019-12-08 01:32:45 +08:00
- Add support for changing the cache and versions directory using environment variables https://github.com/tuist/tuist/pull/765 by @pepibumur.
2019-12-09 09:50:21 +08:00
- Reactive interface to the System utility https://github.com/tuist/tuist/pull/770 by @pepibumur
2019-12-11 19:14:42 +08:00
- Workflow to make sure that documentation and website build https://github.com/tuist/tuist/pull/783 by @pepibumur.
2019-12-17 17:30:59 +08:00
- Support for `xcframework` https://github.com/tuist/tuist/pull/769 by @lakpa
- Support generating info.plist for Watch Apps & Extensions https://github.com/tuist/tuist/pull/756 by @kwridan
### Fixed
- Ensure custom search path settings are included in generated projects https://github.com/tuist/tuist/pull/751 by @kwridan
- Remove duplicate HEADER_SEARCH_PATHS https://github.com/tuist/tuist/pull/787 by @kwridan
2019-12-16 03:06:11 +08:00
- Fix unstable scheme generation https://github.com/tuist/tuist/pull/790 by @marciniwanicki
2019-12-16 05:12:24 +08:00
- Add defaultConfigurationName to generated projects https://github.com/tuist/tuist/pull/793 by @kwridan
- Add knownRegions to generated projects https://github.com/tuist/tuist/pull/792 by @kwridan
2019-11-15 01:17:07 +08:00
## 0.19.0
### Added
- XCTAssertThrowsSpecific convenient function to test for specific errors https://github.com/tuist/tuist/pull/535 by @fortmarek
- `HTTPClient` utility class to `TuistEnvKit` https://github.com/tuist/tuist/pull/508 by @pepibumur.
- **Breaking** Allow specifying a deployment target within project manifests https://github.com/tuist/tuist/pull/541 by @mollyIV
- Add support for sticker pack extension & app extension products https://github.com/tuist/tuist/pull/489 by @Rag0n
- Utility to locate the root directory of a project https://github.com/tuist/tuist/pull/622 by @pepibumur.
- Adds `codeCoverageTargets` to `TestAction` to make XCode gather coverage info only for that targets https://github.com/tuist/tuist/pull/619 by @abbasmousavi
- Enable the library evololution for the ProjectDescription framework https://github.com/tuist/tuist/pull/625 by @pepibumur.
- Add support for watchOS apps https://github.com/tuist/tuist/pull/623 by @kwridan
- Add linting for duplicate dependencies https://github.com/tuist/tuist/pull/629 by @lakpa
### Changed
- Change dependencies in `Package.resolved` to version from branch https://github.com/tuist/tuist/pull/631 by @fortmarek
- Rename `TuistCore` to `TuistSupport` https://github.com/tuist/tuist/pull/621 by @pepibumur.
- Introduce `Systems.shared`, `TuistTestCase`, and `TuistUnitTestCase` https://github.com/tuist/tuist/pull/519 by @pepibumur.
- Change generated object version behaviour to mimic Xcode 11 by @adamkhazi
- **Breaking** Refine API for Swift Packages https://github.com/tuist/tuist/pull/578 by @ollieatkinson
- Support ability to locate multiple Tuist directories https://github.com/tuist/tuist/pull/630 by @kwridan
### Fixed
- Fix false positive cycle detection https://github.com/tuist/tuist/pull/546 by @kwridan
- Fix test target build settings https://github.com/tuist/tuist/pull/661 by @kwridan
- Fix hosted unit test dependencies https://github.com/tuist/tuist/pull/664/ by @kwridan
2019-09-30 16:35:07 +08:00
## 0.18.1
### Removed
2019-09-30 16:35:07 +08:00
- Reverting https://github.com/tuist/tuist/pull/494 using variables in `productName` doesn't evaluate in all usage points within the generated project
2019-09-29 03:12:09 +08:00
## 0.18.0
### Added
- New InfoPlist type, `.extendingDefault([:])` https://github.com/tuist/tuist/pull/448 by @pepibumur
- Forward the output of the `codesign` command to make debugging easier when the copy frameworks command fails https://github.com/tuist/tuist/pull/492 by @pepibumur.
- Support for multi-line settings (see [how to migrate](https://github.com/tuist/tuist/pull/464#issuecomment-529673717)) https://github.com/tuist/tuist/pull/464 by @marciniwanicki
2019-09-23 01:32:34 +08:00
- Support for SPM https://github.com/tuist/tuist/pull/394 by @pepibumur & @fortmarek & @kwridan & @ollieatkinson
2019-09-24 16:28:58 +08:00
- Xcode 11 Support by @ollieatkinson
### Fixed
- Transitively link static dependency's dynamic dependencies correctly https://github.com/tuist/tuist/pull/484 by @adamkhazi
- Prevent embedding static frameworks https://github.com/tuist/tuist/pull/490 by @kwridan
- Output losing its format when tuist is run through `tuistenv` https://github.com/tuist/tuist/pull/493 by @pepibumur
- Product name linting failing when it contains variables https://github.com/tuist/tuist/pull/494 by @dcvz
- Build phases not generated in the right position https://github.com/tuist/tuist/pull/506 by @pepibumur
2019-09-25 05:41:05 +08:00
- Remove \$(SRCROOT) from being included in `Info.plist` path https://github.com/tuist/tuist/pull/511 by @dcvz
- Prevent generation of redundant file elements https://github.com/tuist/tuist/pull/515 by @kwridan
2019-08-14 23:25:38 +08:00
## 0.17.0
### Added
- `tuist graph` command https://github.com/tuist/tuist/pull/427 by @pepibumur.
2019-07-04 20:47:11 +08:00
- Allow customisation of `productName` in the project Manifest https://github.com/tuist/tuist/pull/435 by @ollieatkinson
- Adding support for static products depending on dynamic frameworks https://github.com/tuist/tuist/pull/439 by @kwridan
- Support for executing Tuist by running `swift project ...` https://github.com/tuist/tuist/pull/447 by @pepibumur.
- New manifest model, `TuistConfig`, to easily configure Tuist's functionalities https://github.com/tuist/tuist/pull/446 by @pepibumur.
- Adding ability to re-generate individual projects https://github.com/tuist/tuist/pull/457 by @kwridan
Support Multiple Header Paths (#459) Resolves https://github.com/tuist/tuist/issues/354 ### Short description 📝 Add support to specify array of paths / glob patterns for headers such as the case below: ``` Headers(public: ["Sources/A/**/*.h", "Sources/B/**/*.h"], private: ["Sources/C/**/*.h", "Sources/D/**/*.h"], project: "Sources/E/**/*.h") ``` ### Solution 📦 Similar to the way multiple source file paths/glob patterns were implemented (https://github.com/tuist/tuist/pull/266). We can use `FileList` and `ExpressibleByStringLiteral` to expose public, private and project headers as either a String or Array of Strings. The original `FileList` used for sources was not reused as it contained `compilerFlags` which is specific to source files. A new `FileList` containing only paths/glob patterns was created for use with headers. This way `FileList` can be potentially reused elsewhere. ### Implementation 👩‍💻👨‍💻 - [X] Remove `FileList` type alias from `SourceFilesList` and references to it - [X] Create new `FileList` without `compilerFlags` - [X] Modify `Headers` to use the new `FileList` for public, private and project headers - [X] Add tests to `GeneratorModelLoaderTests` to verify newly supported cases work - [X] Create `ios_app_with_headers` fixture to support new array of strings case for headers - [X] Write test that verifies `ios_app_with_headers` fixture targets build ### Test Plan - Run `tuist generate` inside the `ios_app_with_headers` fixture - Verify that the Framework1 target has the correct header files specified in the manifest
2019-07-25 20:56:40 +08:00
- Support multiple header paths https://github.com/tuist/tuist/pull/459 by @adamkhazi
Allow specifying multiple configurations within project manifests (#451) - Exposing a new `CustomConfiguration` type to allow specifying named configurations with a variant (debug or release) to inner the default settings. - Adding fixture `fixtures/ios_app_with_multi_configs` with acceptance tests - Adding additional linting to ensure scheme specified configurations exist - Updating scheme API to use configuration name strings instead of `BuildConfiguration` enum - Renamed the `BuildConfiguration` enum to `PresetBuildConfiguration` enum to ensure schemes are backwards compatible - Updating how default build configurations for scheme targets are selected - 'Debug' configuration is used for Run, Test and Analyze actions - 'Release' configuration is used for the Profile & Archive actions. - If those aren't found, the first alphabetically ordered configuration with the corresponding variant is used - Adding manifest linter to help flag manifest issues such as duplicate custom configuration names - Updating documentation to include information on multiple configurations and some of the gotchas to watch out for Test Plan: - Run `tuist generate` within `fixtures/ios_app_with_multi_configs` - Verify the generated project contains the build configurations "Debug", "Beta" and "Release" - Verify the generated project `Framework2` has a target xcconfig override for the Beta configuration that points to `Target.Beta.xcconfig` - Verify the generated project has a scheme "App-Beta" which uses the "Beta" configuration when performing the run action - Verify that referencing a configuration within the scheme that isn't defined in the project flags a listing error
2019-08-01 03:44:11 +08:00
- Allow specifying multiple configurations within project manifests https://github.com/tuist/tuist/pull/451 by @kwridan
- Add linting for mismatching build configurations in a workspace https://github.com/tuist/tuist/pull/474 by @kwridan
- Support for CocoaPods dependencies https://github.com/tuist/tuist/pull/465 by @pepibumur
- Support custom .xcodeproj name at the model level https://github.com/tuist/tuist/pull/462 by @adamkhazi
- `TuistConfig.compatibleXcodeVersions` support https://github.com/tuist/tuist/pull/476 by @pepibumur.
- Expose the `.bundle` product type https://github.com/tuist/tuist/pull/479 by @kwridan
### Fixed
- Ensuring transitive SDK dependencies are added correctly https://github.com/tuist/tuist/pull/441 by @adamkhazi
- Ensuring the correct platform SDK dependencies path is set https://github.com/tuist/tuist/pull/419 by @kwridan
- Update manifest target name such that its product has a valid name https://github.com/tuist/tuist/pull/426 by @kwridan
- Do not create `Derived/InfoPlists` folder when no InfoPlist dictionary is specified https://github.com/tuist/tuist/pull/456 by @adamkhazi
- Set the correct lastKnownFileType for localized files https://github.com/tuist/tuist/pull/478 by @kwridan
### Changed
- Update XcodeProj to 7.0.0 https://github.com/tuist/tuist/pull/421 by @pepibumur.
2019-06-21 15:50:31 +08:00
## 0.16.0
### Added
- `DefaultSettings.none` to disable the generation of default build settings https://github.com/tuist/tuist/pull/395 by @pepibumur.
2019-06-08 04:44:36 +08:00
- Version information for tuistenv https://github.com/tuist/tuist/pull/399 by @ollieatkinson
2019-06-10 04:03:30 +08:00
- Add input & output paths for target action https://github.com/tuist/tuist/pull/353 by Rag0n
- Adding support for linking system libraries and frameworks https://github.com/tuist/tuist/pull/353 by @steprescott
- Support passing the `Info.plist` as a dictionary https://github.com/tuist/tuist/pull/380 by @pepibumur.
### Fixed
- Ensuring the correct default settings provider dependency is used https://github.com/tuist/tuist/pull/389 by @kwridan
- Fixing build settings repeated same value https://github.com/tuist/tuist/pull/391 by @platonsi
- Duplicated files in the sources build phase when different glob patterns match the same files https://github.com/tuist/tuist/pull/388 by @pepibumur.
- Support `.d` source files https://github.com/tuist/tuist/pull/396 by @pepibumur.
2019-06-08 04:45:29 +08:00
- Codesign frameworks when copying during the embed phase https://github.com/tuist/tuist/pull/398 by @ollieatkinson
2019-06-10 04:37:41 +08:00
- 'tuist local' failed when trying to install from source https://github.com/tuist/tuist/pull/402 by @ollieatkinson
- Omitting unzip logs during installation https://github.com/tuist/tuist/pull/404 by @kwridan
- Fix "The file couldnt be saved." error https://github.com/tuist/tuist/pull/408 by @marciniwanicki
- Ensure generated projects are stable https://github.com/tuist/tuist/pull/410 by @kwridan
- Stop generating empty `PBXBuildFile` settings https://github.com/tuist/tuist/pull/415 by @marciniwanicki
2019-06-02 23:35:46 +08:00
## 0.15.0
### Changed
- Introduce the `InfoPlist` file https://github.com/tuist/tuist/pull/373 by @pepibumur.
- Add `defaultSettings` option to `Settings` definition to control default settings generation https://github.com/tuist/tuist/pull/378 by @marciniwanicki
2019-03-30 20:22:47 +08:00
### Added
- Adding generate command timer https://github.com/tuist/tuist/pull/335 by @kwridan
- Support Scheme manifest with pre/post action https://github.com/tuist/tuist/pull/336 by @dangthaison91
- Support local Scheme (not shared) flag https://github.com/tuist/tuist/pull/341 by @dangthaison91
- Support for compiler flags https://github.com/tuist/tuist/pull/386 by @pepibumur.
### Fixed
2019-05-31 16:10:52 +08:00
- Fixing unstable diff (products and embedded frameworks) https://github.com/tuist/tuist/pull/357 by @marciniwanicki
- Set Code Sign On Copy to true for Embed Frameworks https://github.com/tuist/tuist/pull/333 by @dangthaison91
- Fixing files getting mistaken for folders https://github.com/tuist/tuist/pull/338 by @kwridan
- Updating init template to avoid warnings https://github.com/tuist/tuist/pull/339 by @kwridan
- Fixing generation failures due to asset catalog & `**/*.png` glob patterns handling https://github.com/tuist/tuist/pull/346 by @kwridan
- Supporting bundle target dependencies that reside in different projects (in `TuistGenerator`) https://github.com/tuist/tuist/pull/348 by @kwridan
- Fixing header paths including folders and non-header files https://github.com/tuist/tuist/pull/356 by @kwridan
- Fix duplicate localized resource files https://github.com/tuist/tuist/pull/363 by @kwridan
- Update static dependency lint rule https://github.com/tuist/tuist/pull/360 by @kwridan
- Ensure resource bundles in other projects get built https://github.com/tuist/tuist/pull/374 by @kwridan
## 0.14.0
### Changed
### Added
- Adding support for project additional files https://github.com/tuist/tuist/pull/314 by @kwridan
- Adding support for resource folder references https://github.com/tuist/tuist/pull/318 by @kwridan
- **Breaking** Swift 5 support https://github.com/tuist/tuist/pull/317 by @pepibumur.
2019-03-30 20:22:47 +08:00
### Fixed
- Ensuring target product names are consistent with Xcode https://github.com/tuist/tuist/pull/323 by @kwridan
- Ensuring generate works on additional disk volumes https://github.com/tuist/tuist/pull/327 by @kwridan
- Headers build phase should be put on top of Compile build phase https://github.com/tuist/tuist/pull/332 by @dangthaison91
2019-03-30 20:22:47 +08:00
## 0.13.0
2019-03-11 21:33:00 +08:00
### Added
- Add Homebrew tap up https://github.com/tuist/tuist/pull/281 by @pepibumur
- Create a Setup.swift file when running the init command https://github.com/tuist/tuist/pull/283 by @pepibumur
- Update `tuistenv` when running `tuist update` https://github.com/tuist/tuist/pull/288 by @pepibumur.
- Allow linking of static products into dynamic frameworks https://github.com/tuist/tuist/pull/299 by @ollieatkinson
Workspace Improvements (#298) Resolves https://github.com/tuist/tuist/issues/258 ### Short description Workspace manifests allow users to customize which project are included in their workspace however doesn't yet offer the ability to add arbitrary files and folder references (to support included things like Documentation and README files). ### Solution Extend the workspace manifest to allow specifying `additionalFiles` e.g. ```swift import ProjectDescription let workspace = Workspace(name: "Workspace", projects: [ "App", "Frameworks/FrameworkA", "Frameworks/FrameworkB", ], additionalFiles: [ "Documentation/**", .folderReference(path: "Website") ]) ``` As an added bonus of these changes, we can add the ability to specify glob patterns for `projects` to make it easier to include new projects without needing to constantly update the workspace manifest. e.g. ```swift import ProjectDescription let workspace = Workspace(name: "Workspace", projects: [ "App", "Frameworks/**", ], additionalFiles: [ "Documentation/**", .folderReference(path: "Website") ]) ``` ### Implementation - [x] Update workspace manifests - [x] Parse workspace manifests > models - [x] Add workspace structure generator - [x] Integrate workspace structure - [x] Include fixture - [x] Update documentation ### Test Plan - Run `tuist generate` on the following fixtures: - `fixture/ios_app_with_custom_workspace` <img width="254" alt="custom-workspace" src="https://user-images.githubusercontent.com/11914919/54780257-36db2f80-4c11-11e9-8fda-5f59554533c0.png"> - `fixture/ios_app_with_custom_workspace/App` <img width="161" alt="custom-workspace-app" src="https://user-images.githubusercontent.com/11914919/54780299-4a869600-4c11-11e9-9637-cdfaa20bb8c8.png"> - `fixture/ios_app_with_setup` <img width="175" alt="setup" src="https://user-images.githubusercontent.com/11914919/54780315-540ffe00-4c11-11e9-99fd-e9175ee4de27.png"> - `fixture/ios_app_with_frameworks` <img width="184" alt="frameworks" src="https://user-images.githubusercontent.com/11914919/54780335-5d00cf80-4c11-11e9-906c-b53f26c36007.png"> Verify the generated workspace structure ### Notes All this work is based on group effort and iteration from #262 - thanks @ollieatkinson, @pepibumur! 👍
2019-03-23 17:00:17 +08:00
- Workspace improvements https://github.com/tuist/tuist/pull/298 by @ollieatkinson & @kwridan.
2019-03-11 21:33:00 +08:00
### Removed
2019-03-24 21:13:58 +08:00
- **Breaking** Removed "-Project" shared scheme from being generated https://github.com/tuist/tuist/pull/303 by @ollieatkinson
2019-03-24 04:57:25 +08:00
2019-03-11 21:33:00 +08:00
### Fixed
- Fix duplicated embedded frameworks https://github.com/tuist/tuist/pull/280 by @pepibumur
- Fix manifest target linker errors https://github.com/tuist/tuist/pull/287 by @kwridan
- Build settings not being generated properly https://github.com/tuist/tuist/pull/282 by @pepibumur
- Fix `instance method nearly matches optional requirements` warning in generated `AppDelegate.swift` in iOS projects https://github.com/tuist/tuist/pull/291 by @BalestraPatrick
2019-03-23 05:10:11 +08:00
- Fix Header & Framework search paths override project or xcconfig settings https://github.com/tuist/tuist/pull/301 by @ollieatkinson
2019-03-23 04:37:31 +08:00
- Unit tests bundle for an app target compile & run https://github.com/tuist/tuist/pull/300 by @ollieatkinson
- `LIBRARY_SEARCH_PATHS` and `SWIFT_INCLUDE_PATHS` are now set https://github.com/tuist/tuist/pull/308 by @kwridan
2019-03-30 19:32:27 +08:00
- Fix Generation fails in the event an empty .xcworkspace directory exists https://github.com/tuist/tuist/pull/312 by @ollieatkinson
2019-03-11 21:33:00 +08:00
## 0.12.0
### Changed
- Rename manifest group to `Manifest` https://github.com/tuist/tuist/pull/227 by @pepibumur.
- Rename manifest target to `Project-Manifest` https://github.com/tuist/tuist/pull/227 by @pepibumur.
- Replace swiftlint with swiftformat https://github.com/tuist/tuist/pull/239 by @pepibumur.
- Bump xcodeproj version to 6.6.0 https://github.com/tuist/tuist/pull/248 by @pepibumur.
- Fix an issue with Xcode not being able to reload the projects when they are open https://github.com/tuist/tuist/pull/247
- Support array for `sources` and `resources` paths https://github.com/tuist/tuist/pull/201 by @dangthaison91
### Added
- Integration tests for `generate` command https://github.com/tuist/tuist/pull/208 by @marciniwanicki & @kwridan
- Frequently asked questions to the documentation https://github.com/tuist/tuist/pull/223/ by @pepibumur.
- Generate a scheme with all the project targets https://github.com/tuist/tuist/pull/226 by @pepibumur
- Documentation for contributors https://github.com/tuist/tuist/pull/229 by @pepibumur
2019-02-21 23:42:18 +08:00
- Support for Static Frameworks https://github.com/tuist/tuist/pull/194 @ollieatkinson
### Removed
- Up attribute from the `Project` model https://github.com/tuist/tuist/pull/228 by @pepibumur.
2019-02-19 21:50:02 +08:00
- Support for YAML and JSON formats as Project specifications https://github.com/tuist/tuist/pull/230 by @ollieatkinson
2019-02-18 21:59:05 +08:00
### Fixed
- Changed default value of SWIFT_VERSION to 4.2 @ollieatkinson
2019-02-21 22:45:19 +08:00
- Added fixture tests for ios app with static libraries @ollieatkinson
- Bundle id linting failing when the bundle id contains variables https://github.com/tuist/tuist/pull/252 by @pepibumur
- Include linked library and embed in any top level executable bundle https://github.com/tuist/tuist/pull/259 by @ollieatkinson
2019-02-18 21:59:05 +08:00
2019-02-15 03:17:17 +08:00
## 0.11.0
### Added
- **Breaking** Up can now be specified via `Setup.swift` https://github.com/tuist/tuist/issues/203 by @marciniwanicki & @kwridan
- Schemes generation https://github.com/tuist/tuist/pull/188 by @pepibumur.
- Environment variables per target https://github.com/tuist/tuist/pull/189 by @pepibumur.
- Danger warn that reminds contributors to update the docuementation https://github.com/tuist/tuist/pull/214 by @pepibumur
- Rubocop https://github.com/tuist/tuist/pull/216 by @pepibumur.
- Fail init command if the directory is not empty https://github.com/tuist/tuist/pull/218 by @pepibumur.
- Verify that the bundle identifier has only valid characters https://github.com/tuist/tuist/pull/219 by @pepibumur.
- Merge documentation from the documentation repository https://github.com/tuist/tuist/pull/222 by @pepibumur.
2019-02-15 03:19:52 +08:00
- Danger https://github.com/tuist/tuist/pull/186 by @pepibumur.
### Fixed
- Swiftlint style issues https://github.com/tuist/tuist/pull/213 by @pepibumur.
- Use environment tuist instead of the absolute path in the embed frameworks build phase https://github.com/tuist/tuist/pull/185 by @pepibumur.
### Deprecated
- JSON and YAML manifests https://github.com/tuist/tuist/pull/190 by @pepibumur.
2018-12-20 22:41:05 +08:00
## 0.10.2
### Fixed
- Processes not stopping after receiving an interruption signal https://github.com/tuist/tuist/pull/180 by @pepibumur.
2018-12-20 20:38:42 +08:00
## 0.10.1
### Changed
- Replace ReactiveTask with SwiftShell https://github.com/tuist/tuist/pull/179 by @pepibumur.
### Fixed
- Carthage up command not running when the `Cartfile.resolved` file doesn't exist https://github.com/tuist/tuist/pull/179 by @pepibumur.
2018-12-20 18:58:33 +08:00
## 0.10.0
### Fixed
- Don't generate the Playgrounds group if there are no playgrounds https://github.com/tuist/tuist/pull/177 by @pepibumur.
### Added
2018-12-20 19:01:48 +08:00
- Tuist up command https://github.com/tuist/tuist/pull/158 by @pepibumur.
- Support `.cpp` and `.c` source files https://github.com/tuist/tuist/pull/178 by @pepibumur.
2018-12-03 16:43:03 +08:00
## 0.9.0
### Added
- Acceptance tests https://github.com/tuist/tuist/pull/166 by @pepibumur.
### Fixed
- Files and groups sort order https://github.com/tuist/tuist/pull/164 by @pepibumur.
### Added
- Generate both, the `Debug` and `Release` configurations https://github.com/tuist/tuist/pull/165 by @pepibumur.
## 0.8.0
### Added
- Swift 4.2.1 compatibility by @pepibumur.
### Removed
- Module loader https://github.com/tuist/tuist/pull/150/files by @pepibumur.
2018-10-06 01:10:11 +08:00
### Added
- Geration of projects and workspaces in the `~/.tuist/DerivedProjects` directory https://github.com/tuist/tuist/pull/146 by pepibumur.
## 0.7.0
### Added
2018-10-06 01:10:11 +08:00
- Support for actions https://github.com/tuist/tuist/pull/136 by @pepibumur.
2018-09-20 00:48:22 +08:00
## 0.6.0
### Added
- Check that the local Swift version is compatible with the version that will be installed https://github.com/tuist/tuist/pull/134 by @pepibumur.
### Changed
- Bump xcodeproj to 6.0.0 https://github.com/tuist/tuist/pull/133 by @pepibumur.
### Removed
- Remove `tuistenv` from the repository https://github.com/tuist/tuist/pull/135 by @pepibumur.
2018-09-12 00:21:04 +08:00
## 0.5.0
### Added
- Support for JSON and Yaml manifests https://github.com/tuist/tuist/pull/110 by @pepibumur.
- Generate `.gitignore` file when running init command https://github.com/tuist/tuist/pull/118 by @pepibumur.
- Git ignore Xcode and macOS files that shouldn't be included on a git repository https://github.com/tuist/tuist/pull/124 by @pepibumur.
- Focus command https://github.com/tuist/tuist/pull/129 by @pepibumur.
2018-08-27 03:01:15 +08:00
### Fixed
- Snake-cased build settings keys https://github.com/tuist/tuist/pull/107 by @pepibumur.
## 0.4.0
### Added
- Throw an error if a library target contains resources https://github.com/tuist/tuist/pull/98 by @pepibumur.
- Playgrounds support https://github.com/tuist/tuist/pull/103 by @pepibumur.
- Faster installation using bundled releases https://github.com/tuist/tuist/pull/104 by @pepibumur.
### Changed
- Don't fail if a Carthage framework doesn't exist. Print a warning instead https://github.com/tuist/tuist/pull/96 by @pepibuymur
- Missing file errors are printed together https://github.com/tuist/tuist/pull/98 by @pepibumur.
2018-08-20 16:37:24 +08:00
## 0.3.0
2018-08-06 04:45:48 +08:00
### Added
- Homebrew formula https://github.com/tuist/tuist/commit/0ab1c6e109134337d4a5e074d77bd305520a935d by @pepibumur.
## Changed
- Replaced ssh links with the https version of them https://github.com/tuist/tuist/pull/91 by @pepibumur.
## Fixed
- `FRAMEWORK_SEARCH_PATHS` build setting not being set for precompiled frameworks dependencies https://github.com/tuist/tuist/pull/87 by @pepibumur.
2018-08-06 04:12:26 +08:00
## 0.2.0
### Added
- Install command https://github.com/tuist/tuist/pull/83 by @pepibumur.
2018-08-02 18:43:41 +08:00
- `--help-env` command to tuistenv by @pepibumur.
2018-08-05 23:21:26 +08:00
### Fixed
- Fix missing target dependencies by @pepibumur.
2018-08-06 04:11:08 +08:00
### Removed
- Internal deprecation warnings by @pepibumur.
2018-07-21 12:10:33 +08:00
2018-08-01 04:19:26 +08:00
## 0.1.0
2018-07-21 12:10:33 +08:00
### Added
- Local command prints all the local versions if no argument is given https://github.com/tuist/tuist/pull/79 by @pepibumur.
2018-07-23 19:59:52 +08:00
- Platform, product, path and name arguments to the init command https://github.com/tuist/tuist/pull/64 by @pepibumur.
- Lint that `Info.plist` and `.entitlements` files are not copied into the target products https://github.com/tuist/tuist/pull/65 by @pepibumur
- Lint that there's only one resources build phase https://github.com/tuist/tuist/pull/65 by @pepibumur.
- Command runner https://github.com/tuist/tuist/pull/81/ by @pepibumur.
### Added
2018-07-23 19:59:52 +08:00
- Sources, resources, headers and coreDataModels property to the `Target` model https://github.com/tuist/tuist/pull/67 by @pepibumur.
### Changed
- `JSON` and `JSONConvertible` replaced with Swift's `Codable` conformance.
### Removed
2018-07-23 19:59:52 +08:00
- The scheme attribute from the `Project` model https://github.com/tuist/tuist/pull/67 by @pepibumur.
- Build phases and build files https://github.com/tuist/tuist/pull/67 by @pepibumur.