Skip to content

Commit c8dcb26

Browse files
Merge pull request #10 from markbattistella/mb/date-localisation
2025-04-15 - v3 Re-write
2 parents 19705ba + ff14c5f commit c8dcb26

45 files changed

Lines changed: 3732 additions & 1436 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.spi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
version: 1
2-
external_links:
3-
documentation: "https://zodiackit.markbattistella.com/"
2+
builder:
3+
configs:
4+
- documentation_targets: [ZodiacKit]
5+
platform: ios

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"lldb.library": "/Applications/Xcode-16.3.0.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB",
3+
"lldb.launch.expressions": "native"
4+
}

Documentation/404.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

Documentation/index.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

Documentation/style.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ let package = Package(
88
.iOS(.v13),
99
.macOS(.v10_15),
1010
.macCatalyst(.v13),
11-
.tvOS(.v13)
11+
.tvOS(.v13),
12+
.watchOS(.v4),
13+
.visionOS(.v1)
1214
],
1315
products: [
1416
.library(

README.md

Lines changed: 264 additions & 177 deletions
Large diffs are not rendered by default.

Sources/ZodiacKit/Defaults/DefaultZodiacs.swift

Lines changed: 0 additions & 83 deletions
This file was deleted.

Sources/ZodiacKit/Error/ZodiacError.swift

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)