Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dl-alexandre/SymbolGrid
Just a personal iOS SF Symbol App also available for macOS, visionOS
https://github.com/dl-alexandre/SymbolGrid
sfsymbols
Last synced: 15 days ago
JSON representation
Just a personal iOS SF Symbol App also available for macOS, visionOS
- Host: GitHub
- URL: https://github.com/dl-alexandre/SymbolGrid
- Owner: dl-alexandre
- License: apache-2.0
- Created: 2024-05-24T22:32:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T22:37:59.000Z (3 months ago)
- Last Synced: 2024-12-03T18:47:53.929Z (about 2 months ago)
- Topics: sfsymbols
- Language: Swift
- Homepage: https://apple.co/3k3bbuW
- Size: 168 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - SymbolGrid for SF Symbols
README
# SymbolGrid
# Getting Started
![Static Badge](https://img.shields.io/badge/status-active-brightgreen)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dl-alexandre/SymbolGrid/main?logo=github)
![GitHub contributors](https://img.shields.io/github/contributors/dl-alexandre/SymbolGrid)
[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://www.firsttimersonly.com/)* Read the [Code of Conduct](https://github.com/dl-alexandre/SymbolGrid/blob/main/CODE_OF_CONDUCT.md)
* Read the [CONTRIBUTING.md](https://github.com/dl-alexandre/SymbolGrid/blob/main/CONTRIBUTING.md) guidelines
* Download Xcode 15 or later
* Browse the open [issues](https://github.com/dl-alexandre/SymbolGrid/issues) and **comment** which you would like to work on
* It is only one person per issue, except where noted.
* **Fork** this repo
* **Clone** the repo to your machine (do **not** open Xcode yet)
* 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)```sh
cp SymbolGrid.xcconfig.template SymbolGrid.xcconfig
```* Open Xcode
* In the `SymbolGrid.xcconfig` file, fill in your `DEVELOPMENT_TEAM` and `PRODUCT_BUNDLE_IDENTIFIER`.
* You can find this by logging into the Apple Developer Portal
* 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.
```
DEVELOPMENT_TEAM = ABC123
PRODUCT_BUNDLE_IDENTIFIER = com.mycompany.symbols
```* Build the project ✅
* **Checkout** a new branch (from the `dev` branch) to work on an issue
# Contributing
To start contributing, review [CONTRIBUTING.md](https://github.com/dl-alexandre/SymbolGrid/blob/main/CONTRIBUTING.md). New contributors are always welcome to support this project.: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.
Checkout any issue labeled `hacktoberfest` to start contributing.
> [!IMPORTANT]
> View the [GitHub Discussions](https://github.com/dl-alexandre/SymbolGrid/discussions) for the latest information about the repo.## Issue Labels
* `first-timers-only` is only for someone who has **not** contributed to the repo yet! (and is new to open source and iOS development)
* `good-first-issue` is an issue that's beginner levelPlease choose an appropriate issue for your skill level
Made with [contrib.rocks](https://contrib.rocks).
# License
This project is licensed under [Apache 2.0](https://github.com/dl-alexandre/SymbolGrid/blob/main/LICENSE).## Star History