Skip to content

Commit

Permalink
Release 1.0.0 (build 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Maloney committed Oct 18, 2016
1 parent 6712a91 commit 859fb8c
Show file tree
Hide file tree
Showing 20 changed files with 341 additions and 151 deletions.
2 changes: 1 addition & 1 deletion BuildControl/Info-Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions CleanroomBridging.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -350,7 +350,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -376,7 +376,7 @@
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_CURRENT_VERSION = 7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
SKIP_INSTALL = YES;
Expand All @@ -389,7 +389,7 @@
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_CURRENT_VERSION = 7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
SKIP_INSTALL = YES;
Expand Down
64 changes: 32 additions & 32 deletions Documentation/API/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a href="Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Extensions/NSTimer.html">NSTimer</a>
<a href="Extensions/Timer.html">Timer</a>
</li>
</ul>
</li>
Expand All @@ -64,29 +64,45 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/s:C17CleanroomBridging19NotificationWatcher"></a>
<a name="//apple_ref/swift/Class/NotificationWatcher" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging19NotificationWatcher">NotificationWatcher</a>
<a name="/s:C17CleanroomBridging12TargetAction"></a>
<a name="//apple_ref/swift/Class/TargetAction" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging12TargetAction">TargetAction</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>
<p>The <code>TargetAction</code> class bridges the gap between Swift closures and the common
Cocoa target (<code>id</code>)/action (<code>SEL</code>) paradigm. Construct a <code>TargetAction</code> with
a no-argument or single-argument callback closure. Then, use the <code>target</code> and
<code>action</code> properties of the <code>TargetAction</code> instance as you would normally
anywhere Cocoa calls for a target/action.</p>

<a href="Classes/NotificationWatcher.html" class="slightly-smaller">See more</a>
<a href="Classes/TargetAction.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">TargetAction</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C17CleanroomBridging25NotificationObjectWatcher"></a>
<a name="//apple_ref/swift/Class/NotificationObjectWatcher" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging25NotificationObjectWatcher">NotificationObjectWatcher</a>
<a name="/s:C17CleanroomBridging19NotificationWatcher"></a>
<a name="//apple_ref/swift/Class/NotificationWatcher" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging19NotificationWatcher">NotificationWatcher</a>
</code>
</div>
<div class="height-container">
Expand All @@ -96,43 +112,27 @@ <h1>Classes</h1>
<div class="abstract">
<p>Undocumented</p>

<a href="Classes/NotificationObjectWatcher.html" class="slightly-smaller">See more</a>
<a href="Classes/NotificationWatcher.html" class="slightly-smaller">See more</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C17CleanroomBridging12TargetAction"></a>
<a name="//apple_ref/swift/Class/TargetAction" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging12TargetAction">TargetAction</a>
<a name="/s:C17CleanroomBridging25NotificationObjectWatcher"></a>
<a name="//apple_ref/swift/Class/NotificationObjectWatcher" class="dashAnchor"></a>
<a class="token" href="#/s:C17CleanroomBridging25NotificationObjectWatcher">NotificationObjectWatcher</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The <code>TargetAction</code> class bridges the gap between Swift closures and the common
Cocoa target (<code>id</code>)/action (<code>SEL</code>) paradigm. Construct a <code>TargetAction</code> with
a no-argument or single-argument callback closure. Then, use the <code>target</code> and
<code>action</code> properties of the <code>TargetAction</code> instance as you would normally
anywhere Cocoa calls for a target/action.</p>

<a href="Classes/TargetAction.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">TargetAction</span></code></pre>
<p>Undocumented</p>

</div>
<a href="Classes/NotificationObjectWatcher.html" class="slightly-smaller">See more</a>
</div>
</section>
</div>
Expand All @@ -143,7 +143,7 @@ <h4>Declaration</h4>
</section>
<section id="footer">
<p>© 2015-2016 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
12 changes: 6 additions & 6 deletions Documentation/API/Classes/NotificationObjectWatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/NSTimer.html">NSTimer</a>
<a href="../Extensions/Timer.html">Timer</a>
</li>
</ul>
</li>
Expand All @@ -65,9 +65,9 @@ <h1>NotificationObjectWatcher</h1>
<li class="item">
<div>
<code>
<a name="/s:FC17CleanroomBridging25NotificationObjectWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFTCSo14NSNotificationx_T__GS0_x_"></a>
<a name="/s:FC17CleanroomBridging25NotificationObjectWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFTV10Foundation12Notificationx_T__GS0_x_"></a>
<a name="//apple_ref/swift/Method/init(notificationName:object:startWatching:callback:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC17CleanroomBridging25NotificationObjectWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFTCSo14NSNotificationx_T__GS0_x_">init(notificationName:object:startWatching:callback:)</a>
<a class="token" href="#/s:FC17CleanroomBridging25NotificationObjectWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFTV10Foundation12Notificationx_T__GS0_x_">init(notificationName:object:startWatching:callback:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -84,9 +84,9 @@ <h1>NotificationObjectWatcher</h1>
<li class="item">
<div>
<code>
<a name="/s:FC17CleanroomBridging25NotificationObjectWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFTCSo14NSNotificationx_T__GS0_x_"></a>
<a name="/s:FC17CleanroomBridging25NotificationObjectWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFTV10Foundation12Notificationx_T__GS0_x_"></a>
<a name="//apple_ref/swift/Method/init(notificationNames:object:startWatching:callback:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC17CleanroomBridging25NotificationObjectWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFTCSo14NSNotificationx_T__GS0_x_">init(notificationNames:object:startWatching:callback:)</a>
<a class="token" href="#/s:FC17CleanroomBridging25NotificationObjectWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFTV10Foundation12Notificationx_T__GS0_x_">init(notificationNames:object:startWatching:callback:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -106,7 +106,7 @@ <h1>NotificationObjectWatcher</h1>
</section>
<section id="footer">
<p>© 2015-2016 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
12 changes: 6 additions & 6 deletions Documentation/API/Classes/NotificationWatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/NSTimer.html">NSTimer</a>
<a href="../Extensions/Timer.html">Timer</a>
</li>
</ul>
</li>
Expand All @@ -65,9 +65,9 @@ <h1>NotificationWatcher</h1>
<li class="item">
<div>
<code>
<a name="/s:FC17CleanroomBridging19NotificationWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFCSo14NSNotificationT__S0_"></a>
<a name="/s:FC17CleanroomBridging19NotificationWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFV10Foundation12NotificationT__S0_"></a>
<a name="//apple_ref/swift/Method/init(notificationName:object:startWatching:callback:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC17CleanroomBridging19NotificationWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFCSo14NSNotificationT__S0_">init(notificationName:object:startWatching:callback:)</a>
<a class="token" href="#/s:FC17CleanroomBridging19NotificationWatchercFT16notificationNameSS6objectGSqPs9AnyObject__13startWatchingSb8callbackFV10Foundation12NotificationT__S0_">init(notificationName:object:startWatching:callback:)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -84,9 +84,9 @@ <h1>NotificationWatcher</h1>
<li class="item">
<div>
<code>
<a name="/s:FC17CleanroomBridging19NotificationWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFCSo14NSNotificationT__S0_"></a>
<a name="/s:FC17CleanroomBridging19NotificationWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFV10Foundation12NotificationT__S0_"></a>
<a name="//apple_ref/swift/Method/init(notificationNames:object:startWatching:callback:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC17CleanroomBridging19NotificationWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFCSo14NSNotificationT__S0_">init(notificationNames:object:startWatching:callback:)</a>
<a class="token" href="#/s:FC17CleanroomBridging19NotificationWatchercFT17notificationNamesGSaSS_6objectGSqPs9AnyObject__13startWatchingSb8callbackFV10Foundation12NotificationT__S0_">init(notificationNames:object:startWatching:callback:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -144,7 +144,7 @@ <h1>NotificationWatcher</h1>
</section>
<section id="footer">
<p>© 2015-2016 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
8 changes: 4 additions & 4 deletions Documentation/API/Classes/TargetAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/NSTimer.html">NSTimer</a>
<a href="../Extensions/Timer.html">Timer</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">callback</span><span class="p">:</span> <span class="p">()</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">callback</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">()</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h4>Parameters</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">callback</span><span class="p">:</span> <span class="p">(</span><span class="kt">AnyObject</span><span class="p">?)</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span></code></pre>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">callback</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="kt">AnyObject</span><span class="p">?)</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h4>Parameters</h4>
</section>
<section id="footer">
<p>© 2015-2016 <a class="link" href="http://tech.gilt.com/" target="_blank" rel="external">Gilt Groupe</a></p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit 859fb8c

Please sign in to comment.