Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Dec 20, 2018
1 parent 5bf812d commit 7eee044
Show file tree
Hide file tree
Showing 79 changed files with 236 additions and 99 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/

## Next version

## 0.10.0

### Fixed

- Don't generate the Playgrounds group if there are no playgrounds https://github.com/tuist/tuist/pull/177 by @pepibumur.
Expand Down
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
"version": "4.3.0"
}
},
{
"package": "core",
"repositoryURL": "https://github.com/tuist/core.git",
"state": {
"branch": null,
"revision": "4500863dd846244323b29cb0950cb861e1fddcd0",
"version": null
}
},
{
"package": "Nimble",
"repositoryURL": "https://github.com/Quick/Nimble.git",
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistCore/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class Constants {
public static let binFolderName = ".tuist-bin"
public static let binName = "tuist"
public static let gitRepositoryURL = "https://github.com/tuist/tuist.git"
public static let version = "0.9.0"
public static let version = "0.10.0"
public static let swiftVersion: String = "4.2.1"
public static let bundleName: String = "tuist.zip"
}
2 changes: 1 addition & 1 deletion docs/Classes/Arguments.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Arguments/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/BuildAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/BuildAction/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Configuration/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CoreDataModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CoreDataModel/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
39 changes: 35 additions & 4 deletions docs/Classes/Project.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down Expand Up @@ -204,6 +204,36 @@ <h5>Declaration</h5>
</section>
</div>
</li>
<li class="item">
<div class="item-heading">
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Property/up" class="dashAnchor"></a>
<a class="token" href="#/">up</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

</div>
<div class="declaration">
<h5>Declaration</h5>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">up</span><span class="p">:</span> <span class="p">[</span><span class="kt">Up</span><span class="p">]</span></code></pre>

</div>
</div>
<div class="slightly-smaller">

</div>
</section>
</div>
</li>
<li class="item">
<div class="item-heading">
<code>
Expand Down Expand Up @@ -299,9 +329,9 @@ <h5>Declaration</h5>
<li class="item">
<div class="item-heading">
<code>
<a name="/s:18ProjectDescription0A0C4name8settings7targetsACSS_AA8SettingsCSgSayAA6TargetCGtcfc"></a>
<a name="//apple_ref/swift/Method/init(name:settings:targets:)" class="dashAnchor"></a>
<a class="token" href="#/s:18ProjectDescription0A0C4name8settings7targetsACSS_AA8SettingsCSgSayAA6TargetCGtcfc">init(name:settings:targets:)</a>
<a name="/"></a>
<a name="//apple_ref/swift/Method/init(name:up:settings:targets:)" class="dashAnchor"></a>
<a class="token" href="#/">init(name:up:settings:targets:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -317,6 +347,7 @@ <h5>Declaration</h5>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">name</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span>
<span class="nv">up</span><span class="p">:</span> <span class="p">[</span><span class="kt">Up</span><span class="p">]</span> <span class="o">=</span> <span class="p">[],</span>
<span class="nv">settings</span><span class="p">:</span> <span class="kt"><a href="../Classes/Settings.html">Settings</a></span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">,</span>
<span class="nv">targets</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Classes/Target.html">Target</a></span><span class="p">]</span> <span class="o">=</span> <span class="p">[])</span></code></pre>

Expand Down
32 changes: 31 additions & 1 deletion docs/Classes/Project/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down Expand Up @@ -204,6 +204,36 @@ <h5>Declaration</h5>
</section>
</div>
</li>
<li class="item">
<div class="item-heading">
<code>
<a name="/s:18ProjectDescription0A0C10CodingKeysO2upyA2EmF"></a>
<a name="//apple_ref/swift/Element/up" class="dashAnchor"></a>
<a class="token" href="#/s:18ProjectDescription0A0C10CodingKeysO2upyA2EmF">up</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

</div>
<div class="declaration">
<h5>Declaration</h5>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">up</span></code></pre>

</div>
</div>
<div class="slightly-smaller">

</div>
</section>
</div>
</li>
<li class="item">
<div class="item-heading">
<code>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RunAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RunAction/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Scheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Scheme/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Target.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Target/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/TestAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/TestAction/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/BuildConfiguration.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/Product.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/TargetDependency.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/TargetDependency/CodingError.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/TargetDependency/CodingKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='../../index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Other Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Schemes.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down
2 changes: 1 addition & 1 deletion docs/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a class='header-link' href='index.html'>
ProjectDescription Docs
</a>
(11% documented)
(10% documented)
</p>

<p class='header-col header-col--secondary'>
Expand Down

0 comments on commit 7eee044

Please sign in to comment.