{"id":34577115,"url":"https://github.com/erning/ios-fonts-configurator","last_synced_at":"2026-05-27T00:31:10.958Z","repository":{"id":307279868,"uuid":"1028904035","full_name":"erning/ios-fonts-configurator","owner":"erning","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-21T05:50:51.000Z","size":33,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-21T07:35:00.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-30T08:27:35.000Z","updated_at":"2026-04-21T05:50:55.000Z","dependencies_parsed_at":"2025-07-30T12:56:01.014Z","dependency_job_id":"7f21e2ca-21a8-4216-bbea-21a5ab6ef0f1","html_url":"https://github.com/erning/ios-fonts-configurator","commit_stats":null,"previous_names":["erning/ios-fonts-configurator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erning/ios-fonts-configurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erning%2Fios-fonts-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erning%2Fios-fonts-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erning%2Fios-fonts-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erning%2Fios-fonts-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erning","download_url":"https://codeload.github.com/erning/ios-fonts-configurator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erning%2Fios-fonts-configurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33545458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T09:56:13.057Z","updated_at":"2026-05-27T00:31:10.946Z","avatar_url":"https://github.com/erning.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS Fonts Configurator\n\nA Rust CLI tool that generates `.mobileconfig` files for installing custom fonts on iOS devices. No Apple Configurator needed.\n\n## Quick start\n\n```bash\n# Install\ngit clone https://github.com/erning/ios-fonts-configurator.git\ncd ios-fonts-configurator\ncargo build --release\n\n# Use\n./target/release/ifonts \\\n  --output myfonts.mobileconfig \\\n  --name \"My Fonts\" \\\n  --identifier com.example.myfonts \\\n  --fonts font1.ttf font2.otf\n\n# Install on iOS: AirDrop the .mobileconfig file to your device\n```\n\n## Usage\n\n```bash\n# Single font\nifonts \\\n    -o single.mobileconfig -n \"Single Font\" -i com.test.single \\\n    -f MyFont.ttf\n\n# Directory scan\nifonts \\\n    -o pack.mobileconfig -n \"Font Pack\" -i com.user.fonts \\\n    -f ~/Library/Fonts/\n\n# Mixed files and directories\nifonts \\\n    -o mixed.mobileconfig -n \"Mixed\" -i com.mixed.fonts \\\n    -f custom.ttf ~/fonts/ /usr/share/fonts/\n```\n\n## Example\n\n```sh\nnix develop --command fish\ncargo run -- \\\n    -o LibertinusFonts.mobileconfig \\\n    -n \"Fonts - Libertinus\" \\\n    -i \"com.erning.fonts.Libertinus\" \\\n    -f ~/Library/Fonts/HomeManager/opentype/Libertinus*\n```\nAirdrop `LibertinusFonts.mobileconfig` to your iOS device and install it.\n\n----\n\nMIT License | [Full Documentation](ios-font-installation-guide.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferning%2Fios-fonts-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferning%2Fios-fonts-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferning%2Fios-fonts-configurator/lists"}