{"id":13693550,"url":"https://github.com/aaronpearce/SF-Viewer","last_synced_at":"2025-05-02T21:32:19.121Z","repository":{"id":177978844,"uuid":"231160053","full_name":"aaronpearce/SF-Viewer","owner":"aaronpearce","description":"SF Viewer is the best way to view, compare and export SF Symbols on your iOS device.","archived":true,"fork":false,"pushed_at":"2020-01-02T22:45:39.000Z","size":335,"stargazers_count":31,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T05:56:35.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sfviewer.app","language":"Swift","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/aaronpearce.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}},"created_at":"2020-01-01T00:29:38.000Z","updated_at":"2025-04-05T17:02:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5deb8bb2-9989-4962-a7aa-845cafb44d0f","html_url":"https://github.com/aaronpearce/SF-Viewer","commit_stats":null,"previous_names":["aaronpearce/sf-viewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpearce%2FSF-Viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpearce%2FSF-Viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpearce%2FSF-Viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpearce%2FSF-Viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronpearce","download_url":"https://codeload.github.com/aaronpearce/SF-Viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252109068,"owners_count":21696185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-08-02T17:01:12.384Z","updated_at":"2025-05-02T21:32:17.553Z","avatar_url":"https://github.com/aaronpearce.png","language":"Swift","funding_links":[],"categories":["Developer"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/aaronpearce/SF-Viewer/blob/master/app-icon.png?raw=true\" alt=\"Symbals App Icon\"/\u003e\n\u003c/p\u003e\n\n\nSF Viewer for iOS\n===============\n\nSF Viewer is the best way to view, compare and export SF Symbols on your iOS device.\n\nFeatures:\n- View all SF Symbols\n- Change weight and scale to see how each icon is displayed in a certain setting.\n- View additional metadata for a symbol, easily copy it's unicode encoding.\n- Export to SVG, PDF, PNG, Squared PNG.\n- You can also export icons explicitly for use with Shortcuts on your Home Screen.\n\n\nFollow me on Twitter at [@aaron_pearce](https://twitter.com/aaron_pearce).\n\nGetting involved\n----------------\n\nPlease feel free to participate in this open source project. I'd love to see Pull Requests, Bug Reports, ideas and any other positive contributions from the community!\n\nBuilding the code\n-----------------\n\n1. Clone the repository:\n    ```shell\n    git clone https://github.com/aaronpearce/SF-Viewer.git\n    ```\n2. Pull in the project dependencies:\n    ```shell\n    cd Symbals\n    sh ./bootstrap.sh\n    ```\n3. Open `Symbals.xcworkspace` in Xcode.\n4. Find a source for the following fonts and drop them into the Fonts directory in Xcode:\n    ```SF-Pro-Text-Black.otf\n    SF-Pro-Text-Bold.otf\n    SF-Pro-Text-Heavy.otf\n    SF-Pro-Text-Light.otf\n    SF-Pro-Text-Medium.otf\n    SF-Pro-Text-Regular.otf\n    SF-Pro-Text-Semibold.otf\n    SF-Pro-Text-Thin.otf\n    SF-Pro-Text-Ultralight.otf\n    ```\n5. Build the `Symbals` scheme in Xcode.\n\n## Code Signing\n\nIf *bootstrap.sh* fails to correctly offer your Apple Team ID, please follow this guide to manually add it.\n\n1. After running the *bootstrap.sh* script in the setup instructions navigate to:\n\u003cbr\u003e`Symbals/Configuration/Local/DevTeam.xcconfig`\n1. Add your *Apple Team ID* in this file:\n\u003cbr\u003e`LOCAL_DEVELOPMENT_TEAM = KL8N8XSYF4`\n\n\u003eTeam IDs look identical to provisioning profile UUIDs, so make sure this is the correct one.\n\nThe entire `Local` directory is included in the `.gitignore`, so these changes are not tracked by source control. This allows code signing without making tracked changes. Updating this file will only sign the `Symbals` target for local builds.\n\n### Finding Team IDs\n\nThe easiest known way to find your team ID is to log into your [Apple Developer](https://developer.apple.com) account. After logging in, the team ID is currently shown at the end of the URL:\n\u003cbr\u003e`https://developer.apple.com/account/\u003cTEAM ID\u003e`\n\nUse this string literal in the above, `DevTeam.xcconfig` file to code sign\n\n## Thanks\n\nThanks to everyone for their support in development and throughout the initial releases and then the review that failed and a particular thanks to [@kylehickinson](https://github.com/kylehickinson) for the suggestion to use Brave's `.xcconfig` based setup for local development signing. Credit to [@jhreis](https://github.com/jhreis) for the initial implementation that I based this upon.\n\nThanks to [@davedelong](https://github.com/davedelog) for his [sfsymbols](https://github.com/davedelong/sfsymbols) project which helped with the exporter code within SF Viewer.\n\n## Open Source \u0026 Copying\n\nSF Viewer is licensed under MIT so that you can use any code in your own apps, if you choose.\n\nHowever, **please do not ship this app** under your own account. Paid or free. Not that Apple will accept it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronpearce%2FSF-Viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronpearce%2FSF-Viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronpearce%2FSF-Viewer/lists"}