https://github.com/melling/swiftresources
Swift Language Resources
https://github.com/melling/swiftresources
Last synced: 4 months ago
JSON representation
Swift Language Resources
- Host: GitHub
- URL: https://github.com/melling/swiftresources
- Owner: melling
- License: unlicense
- Created: 2014-12-30T19:15:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T20:11:49.000Z (over 8 years ago)
- Last Synced: 2025-12-20T22:58:08.793Z (6 months ago)
- Language: Swift
- Homepage: http://www.h4labs.com
- Size: 1.97 MB
- Stars: 25
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift Language Resources
This url database is used to power:
http://www.h4labs.com/dev/ios/swift.html
## Create db.go file
```
#bin/gen_go_var.sh > db.go; # tsv file must be in /tmp until I fix code
./doit.sh; # New way
```
## Google's App Engine fails if this file contains non-UTF8 characters.
Look for them with this grep: grep -av '^.*$' swift_urls.tsv