/PaperOranges

Paper Oranges is a community and storytelling platform to elevate the voices of people in tech. Use this app as a teaching companion to our popular intro to sorting algorithms zine series, apply the concepts, and enhance your learning experience.

Primary LanguageSwift

PaperOranges

Xcode

Download Xcode from the App Store.

Text Editing

  • Preferences > Text Editing > Editing
    • Checkmark "Automatically trim trailing whitespace"
    • "Including whitespace-only lines"
  • Preferences > Text Editing > Indentation
    • Set "Prefer Indent Using Spaces"
    • Set "Tab Width" and "Indent Width" to 4
    • Checkmark "Indent when typing" and all sub-checkboxes.

Github

  • master branch is what is released in the App Store
  • develop branch is what is in development
  • master and develop are protected branches, so a PR is needed to merge code into them