Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
/ soapbox-ios Public archive

A drop-in audio chat app to have casual conversations with strangers and friends.

License

Notifications You must be signed in to change notification settings

SoapboxSocial/soapbox-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1055a8d · May 27, 2021
Oct 6, 2020
Apr 29, 2021
Jan 28, 2021
Apr 22, 2021
May 27, 2021
May 27, 2021
May 27, 2021
Apr 12, 2021
Apr 12, 2021
May 3, 2021
Sep 4, 2020
May 10, 2021
Sep 14, 2020
Aug 3, 2020
Nov 6, 2020
May 19, 2021
Oct 29, 2020
Mar 17, 2021
May 20, 2021
May 10, 2021
May 27, 2021
May 27, 2021
May 13, 2021
Feb 11, 2021
May 20, 2021
May 20, 2021
Mar 16, 2021

Repository files navigation

Soapbox iOS App

Developing

  1. Install Tuist
bash <(curl -Ls https://install.tuist.io)
  1. Install Fastlane
brew install fastlane
  1. Install Cocoapods
sudo gem install cocoapods
  1. Setup the XCode project:
make setup

Contributing

Open the Xcode Workspace once the generation has completed and get contributing!

Branch Naming

We like to stick to a consistent branch naming pattern to keep things clean.

Please stick to the following:

  • enhancement/my-branch-name: For anything related to improving a feature, part of the app, updating translation files, updating screenshots, etc.
  • fix/my-branch-name: For anything related to fixes for a broken feature, typos, etc.
  • feature/my-branch-name: For anything related to building out new parts of the app, overhauls of parts of the app, etc.