{"id":14697171,"url":"https://github.com/dl-alexandre/SymbolGrid","last_synced_at":"2025-09-10T03:31:56.146Z","repository":{"id":241415783,"uuid":"805578689","full_name":"dl-alexandre/SymbolGrid","owner":"dl-alexandre","description":"Just a personal iOS SF Symbol App also available for macOS, visionOS","archived":false,"fork":false,"pushed_at":"2024-11-03T22:37:59.000Z","size":176144,"stargazers_count":3,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-03T18:47:53.929Z","etag":null,"topics":["sfsymbols"],"latest_commit_sha":null,"homepage":"https://apple.co/3k3bbuW","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dl-alexandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","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}},"created_at":"2024-05-24T22:32:00.000Z","updated_at":"2024-11-03T22:51:02.000Z","dependencies_parsed_at":"2024-10-21T01:57:37.596Z","dependency_job_id":null,"html_url":"https://github.com/dl-alexandre/SymbolGrid","commit_stats":null,"previous_names":["dl-alexandre/symbolview"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl-alexandre%2FSymbolGrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl-alexandre%2FSymbolGrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl-alexandre%2FSymbolGrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl-alexandre%2FSymbolGrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dl-alexandre","download_url":"https://codeload.github.com/dl-alexandre/SymbolGrid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232492458,"owners_count":18531964,"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":["sfsymbols"],"created_at":"2024-09-13T07:01:01.290Z","updated_at":"2025-01-04T16:31:01.847Z","avatar_url":"https://github.com/dl-alexandre.png","language":"Swift","funding_links":[],"categories":["Developer"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"SymbolGrid/Shared/Assets.xcassets/AppIcon.appiconset/SymbolGridIcon 4.png\" alt=\"Ignite logo\" width=\"256\" height=\"256\" /\u003e\n\u003c/p\u003e\n\n# SymbolGrid\n\n\n# Getting Started\n\n![Static Badge](https://img.shields.io/badge/status-active-brightgreen)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dl-alexandre/SymbolGrid/main?logo=github)\n![GitHub contributors](https://img.shields.io/github/contributors/dl-alexandre/SymbolGrid)\n[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://www.firsttimersonly.com/)\n\n* Read the [Code of Conduct](https://github.com/dl-alexandre/SymbolGrid/blob/main/CODE_OF_CONDUCT.md)\n* Read the [CONTRIBUTING.md](https://github.com/dl-alexandre/SymbolGrid/blob/main/CONTRIBUTING.md) guidelines\n* Download Xcode 15 or later\n* Browse the open [issues](https://github.com/dl-alexandre/SymbolGrid/issues) and **comment** which you would like to work on\n   * It is only one person per issue, except where noted.\n* **Fork** this repo\n* **Clone** the repo to your machine (do **not** open Xcode yet)\n* In the same folder that contains the `SymbolGrid.xcconfig.template`, run this command, in Terminal, to create a new Xcode configuration file (which properly sets up the signing information)\n\n```sh\ncp SymbolGrid.xcconfig.template SymbolGrid.xcconfig\n```\n\n* Open Xcode\n\n* In the `SymbolGrid.xcconfig` file, fill in your `DEVELOPMENT_TEAM` and `PRODUCT_BUNDLE_IDENTIFIER`.\n   * You can find this by logging into the Apple Developer Portal\n   * This works with both free or paid Apple Developer accounts. Do **NOT** run this app on a real device due to issues with the Sign in With Apple capability.\n```\nDEVELOPMENT_TEAM = ABC123\nPRODUCT_BUNDLE_IDENTIFIER = com.mycompany.symbols\n```\n\n* Build the project ✅\n\n* **Checkout** a new branch (from the `dev` branch) to work on an issue\n\n# Contributing\nTo start contributing, review [CONTRIBUTING.md](https://github.com/dl-alexandre/SymbolGrid/blob/main/CONTRIBUTING.md). New contributors are always welcome to support this project.\n\n:eyes: **Please be sure to comment on an issue you'd like to work on and [Dalton Alexandre](https://github.com/dl-alexandre), the maintainer of this project, will assign it to you!** You can only work on **ONE** issue at a time.\n\nCheckout any issue labeled `hacktoberfest` to start contributing.\n\n\u003e [!IMPORTANT]\n\u003e View the [GitHub Discussions](https://github.com/dl-alexandre/SymbolGrid/discussions) for the latest information about the repo.\n\n## Issue Labels\n* `first-timers-only` is only for someone who has **not** contributed to the repo yet! (and is new to open source and iOS development)\n* `good-first-issue` is an issue that's beginner level\n\nPlease choose an appropriate issue for your skill level\n\n### Contributors\n\u003ca href=\"https://github.com/dl-alexandre/SymbolGrid/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=dl-alexandre/SymbolGrid\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n# License\nThis project is licensed under [Apache 2.0](https://github.com/dl-alexandre/SymbolGrid/blob/main/LICENSE).\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#dl-alexandre/SymbolGrid\u0026Date\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=dl-alexandre/SymbolGrid\u0026type=Date\u0026theme=dark\" /\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=dl-alexandre/SymbolGrid\u0026type=Date\" /\u003e\n    \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=dl-alexandre/SymbolGrid\u0026type=Date\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl-alexandre%2FSymbolGrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdl-alexandre%2FSymbolGrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl-alexandre%2FSymbolGrid/lists"}