mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-03-25 08:25:49 +00:00
No description
| .github/workflows | ||
| Sources | ||
| Submodules | ||
| Tests/SwiftTimeZoneLookupTests | ||
| .gitignore | ||
| .gitmodules | ||
| Package.swift | ||
| README.md | ||
SwiftTimeZoneLookup
A description of this package.
Build database
brew install shapelib wget
cd Submodules/ZoneDetect/database/builder
# make sure to select to newest version in make.db script
LIBRARY_PATH=/opt/homebrew/Cellar/shapelib/1.5.0/lib CPATH=/opt/homebrew/Cellar/shapelib/1.5.0/include ./makedb.sh
cp out_v1/timezone* ../../../../Sources/SwiftTimeZoneLookup/Resources