Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Feb 24, 2019
1 parent e167703 commit 6f8b5b2
Show file tree
Hide file tree
Showing 22 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ github_url: https://github.com/polydice/ICInputAccessory
github_file_prefix: https://github.com/polydice/ICInputAccessory/blob/develop
xcodebuild_arguments: [-project, ICInputAccessory.xcodeproj, -scheme, ICInputAccessory-iOS]
module: ICInputAccessory
module_version: 2.0.0
module_version: 2.0.1
output: docs
theme: fullwidth
skip_undocumented: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.1

* Fix the embedded standard library issue [#32](https://github.com/polydice/ICInputAccessory/pull/32)

## v2.0.0

* Drop Class Name Prefixes
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions ICInputAccessory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ICInputAccessory"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "A customized token text field used in the iCook app."
s.description = <<-DESC
KeyboardDismissTextField:
Expand All @@ -16,8 +16,8 @@ Pod::Spec.new do |s|
* An easy to use UIControl that displays a UIPickerView with given options.
DESC

s.screenshots = "https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.png",
"https://polydice.github.io/ICInputAccessory/screenshots/ICKeyboardDismissTextField.png"
s.screenshots = "https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICTokenField.png",
"https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICKeyboardDismissTextField.png"
s.homepage = "https://github.com/polydice/ICInputAccessory"
s.license = { type: "MIT", file: "LICENSE" }
s.authors = "bcylin", "trisix"
Expand Down
2 changes: 1 addition & 1 deletion ICInputAccessory/Info.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>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ICInputAccessoryUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Customized text fields used in the [iCook app](https://itunes.apple.com/app/id55
* Customizable icon and colors.
* Supports storyboard.

![ICTokenField](https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.gif)
![ICTokenField](https://raw.githubusercontent.com/polydice/ICInputAccessory/master/screenshots/ICTokenField.gif)

### OptionPickerControl

Expand Down
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/KeyboardDismissAccessoryView.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/KeyboardDismissTextField.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/Classes/OptionPickerControl.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory19OptionPickerControlCACyxGSgSo7NSCoderC5coder_tcfc"></a>
<a name="/s:16ICInputAccessory19OptionPickerControlC5coderACyxGSgSo7NSCoderC_tcfc"></a>
<a name="//apple_ref/swift/Method/init(coder:)" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory19OptionPickerControlCACyxGSgSo7NSCoderC5coder_tcfc">init(coder:)</a>
<a class="token" href="#/s:16ICInputAccessory19OptionPickerControlC5coderACyxGSgSo7NSCoderC_tcfc">init(coder:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -290,9 +290,9 @@ <h3 class="section-name">UIPickerViewDataSource</h3>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory19OptionPickerControlC18numberOfComponentsSiSo12UIPickerViewC2in_tF"></a>
<a name="/s:16ICInputAccessory19OptionPickerControlC18numberOfComponents2inSiSo12UIPickerViewC_tF"></a>
<a name="//apple_ref/swift/Method/numberOfComponents(in:)" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory19OptionPickerControlC18numberOfComponentsSiSo12UIPickerViewC2in_tF">numberOfComponents(in:)</a>
<a class="token" href="#/s:16ICInputAccessory19OptionPickerControlC18numberOfComponents2inSiSo12UIPickerViewC_tF">numberOfComponents(in:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -325,8 +325,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/Classes/TokenField.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory10TokenFieldC06normalC10Attributess10DictionaryVySC21NSAttributedStringKeyVSo8NSObjectCGSgvp"></a>
<a name="/s:16ICInputAccessory10TokenFieldC06normalC10AttributesSDySo21NSAttributedStringKeyaSo8NSObjectCGSgvp"></a>
<a name="//apple_ref/swift/Property/normalTokenAttributes" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory10TokenFieldC06normalC10Attributess10DictionaryVySC21NSAttributedStringKeyVSo8NSObjectCGSgvp">normalTokenAttributes</a>
<a class="token" href="#/s:16ICInputAccessory10TokenFieldC06normalC10AttributesSDySo21NSAttributedStringKeyaSo8NSObjectCGSgvp">normalTokenAttributes</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -373,9 +373,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory10TokenFieldC011highlightedC10Attributess10DictionaryVySC21NSAttributedStringKeyVSo8NSObjectCGSgvp"></a>
<a name="/s:16ICInputAccessory10TokenFieldC011highlightedC10AttributesSDySo21NSAttributedStringKeyaSo8NSObjectCGSgvp"></a>
<a name="//apple_ref/swift/Property/highlightedTokenAttributes" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory10TokenFieldC011highlightedC10Attributess10DictionaryVySC21NSAttributedStringKeyVSo8NSObjectCGSgvp">highlightedTokenAttributes</a>
<a class="token" href="#/s:16ICInputAccessory10TokenFieldC011highlightedC10AttributesSDySo21NSAttributedStringKeyaSo8NSObjectCGSgvp">highlightedTokenAttributes</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -580,8 +580,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Protocols/OptionDescriptive.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Protocols/TokenFieldDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/Structs/Option.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory6OptionVACyxGxcfc"></a>
<a name="/s:16ICInputAccessory6OptionVyACyxGxcfc"></a>
<a name="//apple_ref/swift/Method/init(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory6OptionVACyxGxcfc">init(_:)</a>
<a class="token" href="#/s:16ICInputAccessory6OptionVyACyxGxcfc">init(_:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -260,9 +260,9 @@ <h3 class="section-name">Equatable</h3>
<li class="item">
<div>
<code>
<a name="/s:16ICInputAccessory6OptionV2eeoiSbACyxG_AEtFZ"></a>
<a name="/s:16ICInputAccessory6OptionV2eeoiySbACyxG_AEtFZ"></a>
<a name="//apple_ref/swift/Method/==(_:_:)" class="dashAnchor"></a>
<a class="token" href="#/s:16ICInputAccessory6OptionV2eeoiSbACyxG_AEtFZ">==(_:_:)</a>
<a class="token" href="#/s:16ICInputAccessory6OptionV2eeoiySbACyxG_AEtFZ">==(_:_:)</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -295,8 +295,8 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 id='tokenfield' class='heading'>TokenField</h3>
<li>Supports storyboard.</li>
</ul>

<p><img src="https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.gif" alt="ICTokenField"></p>
<p><img src="https://raw.githubusercontent.com/polydice/ICInputAccessory/master/docs/img/ICTokenField.gif" alt="ICTokenField"></p>
<h3 id='optionpickercontrol' class='heading'>OptionPickerControl</h3>

<ul>
Expand Down Expand Up @@ -331,8 +331,8 @@ <h2 id='license' class='heading'>License</h2>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2018-10-31)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2019 <a class="link" href="https://github.com/polydice" target="_blank" rel="external">polydice</a>. All rights reserved. (Last updated: 2019-02-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
Expand Down
Loading

0 comments on commit 6f8b5b2

Please sign in to comment.