Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Sep 10, 2018
1 parent 2ee6c76 commit 85b4769
Show file tree
Hide file tree
Showing 120 changed files with 3,704 additions and 758 deletions.
2 changes: 1 addition & 1 deletion docs/Classes/BuildSettingsProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="BuildSettingsProvider Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">xcodeproj Docs</a> (74% documented)</p>
<p><a href="../index.html">xcodeproj Docs</a> (75% documented)</p>
<p class="header-right"><a href="https://github.com/tuist/xcodeproj"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
117 changes: 79 additions & 38 deletions docs/Classes/PBXBuildFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="PBXBuildFile Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">xcodeproj Docs</a> (74% documented)</p>
<p><a href="../index.html">xcodeproj Docs</a> (75% documented)</p>
<p class="header-right"><a href="https://github.com/tuist/xcodeproj"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -281,7 +281,35 @@ <h3 class="section-name">Attributes</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">fileReference</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">?</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@available(*, deprecated, message: "Use file instead")</span>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">fileReference</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">?</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9xcodeproj12PBXBuildFileC4fileAA16PBXFileReferenceCSgvp"></a>
<a name="//apple_ref/swift/Property/file" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj12PBXBuildFileC4fileAA16PBXFileReferenceCSgvp">file</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Returns the file the build file refers to.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">file</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXFileReference.html">PBXFileReference</a></span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -346,7 +374,8 @@ <h3 class="section-name">Init</h3>
<h4>Declaration</h4>
<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">fileReference</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">,</span>
<pre class="highlight swift"><code><span class="kd">@available(*, deprecated, message: "Use the constructor that takes objects instead of references")</span>
<span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">fileReference</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">,</span>
<span class="nv">settings</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span><span class="p">:</span> <span class="kt">Any</span><span class="p">]?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span></code></pre>

</div>
Expand Down Expand Up @@ -385,87 +414,99 @@ <h4>Parameters</h4>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Decodable"></a>
<a name="//apple_ref/swift/Section/Decodable" class="dashAnchor"></a>
<a href="#/Decodable">
<h3 class="section-name">Decodable</h3>
</a>
</div>
<ul>
<li class="item">
<div>
<code>
<a name="/s:9xcodeproj12PBXBuildFileCACs7Decoder_p4from_tKcfc"></a>
<a name="//apple_ref/swift/Method/init(from:)" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj12PBXBuildFileCACs7Decoder_p4from_tKcfc">init(from:)</a>
<a name="/s:9xcodeproj12PBXBuildFileCAcA16PBXFileReferenceC4file_s10DictionaryVySSypGSg8settingstcfc"></a>
<a name="//apple_ref/swift/Method/init(file:settings:)" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj12PBXBuildFileCAcA16PBXFileReferenceC4file_s10DictionaryVySSypGSg8settingstcfc">init(file:settings:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

<p>Initializes the build file with its attributes.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">required</span> <span class="nf">init</span><span class="p">(</span><span class="n">from</span> <span class="nv">decoder</span><span class="p">:</span> <span class="kt">Decoder</span><span class="p">)</span> <span class="k">throws</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="n">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">file</span><span class="p">:</span> <span class="kt"><a href="../Classes/PBXFileReference.html">PBXFileReference</a></span><span class="p">,</span>
<span class="nv">settings</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span><span class="p">:</span> <span class="kt">Any</span><span class="p">]?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">)</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>file</em>
</code>
</td>
<td>
<div>
<p>file the build file refers to.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>settings</em>
</code>
</td>
<td>
<div>
<p>build file settings.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Public"></a>
<a name="//apple_ref/swift/Section/Public" class="dashAnchor"></a>
<a href="#/Public">
<h3 class="section-name">Public</h3>
<a name="/Decodable"></a>
<a name="//apple_ref/swift/Section/Decodable" class="dashAnchor"></a>
<a href="#/Decodable">
<h3 class="section-name">Decodable</h3>
</a>
</div>
<ul>
<li class="item">
<div>
<code>
<a name="/s:9xcodeproj12PBXBuildFileC4fileAA14PBXFileElementCSgyKF"></a>
<a name="//apple_ref/swift/Method/file()" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj12PBXBuildFileC4fileAA14PBXFileElementCSgyKF">file()</a>
<a name="/s:9xcodeproj12PBXBuildFileCACs7Decoder_p4from_tKcfc"></a>
<a name="//apple_ref/swift/Method/init(from:)" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj12PBXBuildFileCACs7Decoder_p4from_tKcfc">init(from:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Materializes the file reference and returns the object.</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
An error if the object doesn&rsquo;t exist in the project.

</div>


</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">file</span><span class="p">()</span> <span class="k">throws</span> <span class="o">-&gt;</span> <span class="kt"><a href="../Classes/PBXFileElement.html">PBXFileElement</a></span><span class="p">?</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">required</span> <span class="nf">init</span><span class="p">(</span><span class="n">from</span> <span class="nv">decoder</span><span class="p">:</span> <span class="kt">Decoder</span><span class="p">)</span> <span class="k">throws</span></code></pre>

</div>
</div>
<div>
<h4>Return Value</h4>
<p>PBXFileReference object that the build file refers to.</p>
</div>
</section>
</div>
</li>
Expand Down
42 changes: 35 additions & 7 deletions docs/Classes/PBXBuildPhase.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="PBXBuildPhase Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">xcodeproj Docs</a> (74% documented)</p>
<p><a href="../index.html">xcodeproj Docs</a> (75% documented)</p>
<p class="header-right"><a href="https://github.com/tuist/xcodeproj"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -321,14 +321,42 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Element files references.</p>
<p>References to build files.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">fileReferences</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">]</span></code></pre>
<pre class="highlight swift"><code><span class="kd">@available(*, deprecated, message: "Use files instead")</span>
<span class="kd">public</span> <span class="k">var</span> <span class="nv">fileReferences</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Classes/PBXObjectReference.html">PBXObjectReference</a></span><span class="p">]</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9xcodeproj13PBXBuildPhaseC5filesSayAA0B4FileCGvp"></a>
<a name="//apple_ref/swift/Property/files" class="dashAnchor"></a>
<a class="token" href="#/s:9xcodeproj13PBXBuildPhaseC5filesSayAA0B4FileCGvp">files</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Build files.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">files</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Classes/PBXBuildFile.html">PBXBuildFile</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -486,10 +514,10 @@ <h4>Declaration</h4>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Public"></a>
<a name="//apple_ref/swift/Section/Public" class="dashAnchor"></a>
<a href="#/Public">
<h3 class="section-name">Public</h3>
<a name="/Helpers"></a>
<a name="//apple_ref/swift/Section/Helpers" class="dashAnchor"></a>
<a href="#/Helpers">
<h3 class="section-name">Helpers</h3>
</a>
</div>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PBXBuildRule.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="PBXBuildRule Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">xcodeproj Docs</a> (74% documented)</p>
<p><a href="../index.html">xcodeproj Docs</a> (75% documented)</p>
<p class="header-right"><a href="https://github.com/tuist/xcodeproj"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/PBXContainerItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="PBXContainerItem Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">xcodeproj Docs</a> (74% documented)</p>
<p><a href="../index.html">xcodeproj Docs</a> (75% documented)</p>
<p class="header-right"><a href="https://github.com/tuist/xcodeproj"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
Loading

0 comments on commit 85b4769

Please sign in to comment.