This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Swift Dockerfile from https://github.com/swiftdocker/docker-swift | |
FROM ubuntu:16.04 | |
LABEL maintainer="Haris Amin <aminharis7@gmail.com>" | |
LABEL Description="Docker Container for the Apple's Swift programming language" | |
# Install related packages and set LLVM 3.8 as the compiler | |
RUN apt-get -q update && \ | |
apt-get -q install -y \ | |
make \ | |
libc6-dev \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your Grocery list contents are stored in Reminders, or locally on your iPhone. | |
All of your sorting history is stored locally on your iPhone. | |
Grocery does not ask you for any personally identifiable information, and does not transmit any of your data to an external server. | |
Grocery uses Fabric for usage analytics to help improve the app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snowman does not ask you for any personally identifiable information, and does not transmit any of your data to an external server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terms of Service | |
These are the terms and conditions for "Grocery - Smart Grocery App". By accessing, using or downloading any materials from the App, you agree to follow and be bound by the Terms, which may be updated by us from time to time without notice to you. You can review the most current version of the Terms at any time at Terms of Use. We and our third party providers may make improvements and/or changes in the products, services, mobile applications, features, programs, and prices described in this App at any time without notice. Certain provisions of the Terms may be supplemented or superseded by expressly designated legal notices or terms located on particular pages at this App. The App is not intended for and is not designed to attract children under 13 years of age. If you do not agree with the Terms, please do not use this App. BY CONTINUING TO USE THE APP, YOU ARE INDICATING YOUR AGREEMENT TO THE TERMS AND ALL REVISIONS THEREOF. | |
Indemnity | |
You agree to indemnify and hold us and our subsidiar |