SUPL iOS
This repository contains the client code of the now retired SUPL iOS app.
Create gorgeous product pages with full-screen autoplay videos, just like Instagram Stories.
Installation
- Install Xcode 10
- Install Homebrew
- Run
make bootstrapto install tools and dependencies - Now open the
ZShop.xcworkspaceproject file - You can now build and run on the simulator or directly on your device
Makefile
- To to build the app:
make build - To to build and run tests on all frameworks:
make test-all - To kickoff a new beta build:
make beta - To manually increment the build number:
make increment-build

