Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1020 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 1020 Bytes

PostsApps

When downloading:

git clone https://github.com/abel3cl/PostsApps.git
git submodule update --init --recursive

Build Status

Branch Status
Master Build Status
Develop Build Status

Targets

PostAppsClient - Debug: Main App running in Debug config (Allows insecure HTTP connections) PostAppsClient - Debug: Main App running in Release config

PostFeatureApp: Feature of a main app, can also run as a separate app. Contains Unit and UI Tests PostFeature: Framework with sources of PostFeatureApp. Only contains Unit Tests

Adapter: Handles the networking with a speficif endpoint Core: Contains Models and Utils for other frameworks Networking: Handles HTTP request/response

Swifter: External dependency for UITests Stubbing