martindines / stockpapers

Beautiful wallpapers app

Home Page:https://stockpapers.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StockPapers

Beautiful iOS wallpapers app

Index

💡 The idea behind the app

I made that app just for learn Swift development and best practice. Now I made this open-source because I thought that would be useful to someone that just like it has been for me.

🚀 Contribute

Contributors are always welcome! Please make sure to follow the contributing guidelines before submitting a new PR.

Contributing Guidelines

Please give a priority to the TODOs tag in the issues page.

  • New Features

Every new feature should have a separate branch.

If you want to add new features you're welcome! Please before start coding make sure to create a new issue, describe it and wait for a manteiner approval. Every non approved PR will be closed.

  • Commits

    • Each commit should have a single clear purpose. If a commit contains multiple unrelated changes, those changes should be split into separate commits.
    • If a commit requires another commit to build properly, those commits should be squashed.
    • Follow-up commits for any review comments should be squashed. Do not include "Fixed PR comments", merge commits, or other "temporary" commits in pull requests.

NOTE: Please create your own GoogleServices-Info.plist on Firebase, without this file the Run will fail.

NOTE: If you encounter a problem with BorignSSL Framework, please remove it from the frameworks folder and link the new one.

Are you a webdeveloper?

If you'd like to contribute but you're not a Swift developer you can always check the Stockpapers website repo and help with the website.

It absolutely needs a re-design...

🏗️ Build

⚠️ This project requires Xcode 10 ⚠️

  1. Install the latest Xcode developer tools from Apple.

  2. Install Carthage

    	brew update
    	brew install carthage
  3. Clone the repo:

    	git clone https://github.com/rawnly/stockpapers
  4. Pull in the project dependecies:

    	cd stockpapers
    	carthage update --platform=ios
  5. Open StockPapers.xcodeproj in Xcode

  6. Build/Run

License

This project is under GNU GPL 3.0

Related Repos

About

Beautiful wallpapers app

https://stockpapers.app

License:GNU General Public License v3.0


Languages

Language:Swift 100.0%