Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrousavy/keepr

A Tinder-like swipe view to keep or remove pictures from a photoshoot with extra comparison features
https://github.com/mrousavy/keepr

android app images influencer instagram ios js keeper keepr mobile photograph photography pictures swipe tinder

Last synced: about 5 hours ago
JSON representation

A Tinder-like swipe view to keep or remove pictures from a photoshoot with extra comparison features

Awesome Lists containing this project

README

        

# Keepr

An app to compare photos one by one and decide what to keep and what to delete. Perfect for picking the best image out of a series after a photoshoot.




> this app is still work in progress.

## Working on iOS with different development teams

If you want to work with different developer teams - in case you have not applied for a "Apple Developer Program" Membership, you can execute the following command, to ignore certain parts in Xcode's configuration:
```
git config --global filter.pbxproj.smudge 'sed -E -e "s/DEVELOPMENT_TEAM|PRODUCT_BUNDLE_IDENTIFIER*/g"'
```