Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhao committed Aug 25, 2020
1 parent e1da2a9 commit e420089
Show file tree
Hide file tree
Showing 23 changed files with 217 additions and 126 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

## [v1.0.0](https://github.com/yunhao/Crystal/releases/tag/v1.0.0) (2020-08-26)

The first public release
---

## [v0.0.2](https://github.com/yunhao/Crystal/releases/tag/v0.0.2) (2020-08-25)


Expand Down
2 changes: 1 addition & 1 deletion Crystal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Crystal"
spec.version = "0.0.2"
spec.version = "1.0.0"
spec.summary = "A lightweight and intuitive theme manager for iOS."

spec.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions Crystal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 13;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -356,7 +356,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 13;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -388,7 +388,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = DU3H9RK42T;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 11;
DYLIB_CURRENT_VERSION = 13;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -414,7 +414,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = DU3H9RK42T;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 11;
DYLIB_CURRENT_VERSION = 13;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>13</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Tests/CrystalTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>13</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L11-L39">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L11-L39">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -154,7 +154,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystalline.swift#L17-L56">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystalline.swift#L17-L56">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -167,7 +167,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/Crystal.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h1>Crystal</h1>
<p>Undocumented</p>

<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L11-L39">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L11-L39">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -145,7 +145,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/Classes/Crystalline.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h1>Crystalline</h1>
<p>Wrapper for crystal compatible types.</p>

<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystalline.swift#L17-L56">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystalline.swift#L17-L56">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystalline.swift#L41-L47">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystalline.swift#L41-L47">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -202,7 +202,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L51-L64">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L51-L64">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -170,7 +170,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L100-L106">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L100-L106">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/CrystalThemeType.swift#L28-L36">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/CrystalThemeType.swift#L28-L36">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -230,7 +230,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
12 changes: 6 additions & 6 deletions docs/Protocols/CrystalCompatible.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1>CrystalCompatible</h1>
<p>When conforming to <code>CrystalCompatible</code>, you have to determine the concrete theme type in the conformance.</p>

<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L100-L106">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L100-L106">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -139,7 +139,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -169,7 +169,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L105">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L105">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -219,7 +219,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
12 changes: 6 additions & 6 deletions docs/Protocols/CrystalDetermined.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>CrystalDetermined</h1>
concrete theme type.</p>

<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L51-L64">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L51-L64">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L57">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L57">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/Crystal.swift#L63">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/Crystal.swift#L63">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -247,7 +247,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/Protocols/CrystalThemeType.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<header class="header">
<p class="header-col header-col--primary">
<a class="header-link" href="../index.html">
Crystal v0.0.2 Docs
Crystal v1.0.0 Docs
</a>
(75% documented)
</p>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h1>CrystalThemeType</h1>
otherwise some inconsistent errors may occur.</p>

<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/CrystalThemeType.swift#L28-L36">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/CrystalThemeType.swift#L28-L36">Show on GitHub</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -153,7 +153,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/yunhao/Crystal/tree/v0.0.2/Sources/CrystalThemeType.swift#L35">Show on GitHub</a>
<a href="https://github.com/yunhao/Crystal/tree/v1.0.0/Sources/CrystalThemeType.swift#L35">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -166,7 +166,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-25)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/yunhao" target="_blank" rel="external">yunhao</a>. All rights reserved. (Last updated: 2020-08-26)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit e420089

Please sign in to comment.