Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Surcharges/iOS

Repository files navigation

Surcharges Logo

Surcharges

AppStore

This is the repository of iOS App for Surcharges.nz service. Please visit our service and we hope you enjoy it.

Require external dependency to create a project.

Visit How to Install

And that's all.

Create Require Files

For hiding sensitive data such as API key, a few files are missing in this repository.

You should create the files before generating the project, following the explanation below.

EndPoint

There are two modules: DevelopmentEndpoint and ProductionEndpoint which are endpoints based on the configuration, Dev and Prod. In these modules, create .swift file and write a code that conforms to EndpointProtocol, respectively.

Refer to the example below.

import EndpointProtocol
public struct DevelopmentEndpoint: EndpointProtocol {
 ...
}

AdsService

Also, there are two modules: DevelopmentAdsService and ProductionAdsService which are Ads information based on the configuration, Dev and Prod. In these modules, create .swift file and write a code that conforms to AdsServiceProtocol, respectively.

Refer to the example below.

import AdsServiceProtocol
public struct DevelopmentAdsService: AdsServiceProtocol {
 ...
}

Create the project.

Simpley you can type tuist generate in terminal.

If you want to learn more about the command Click here

Project Dependency Graph

Open Issues

Check out the issues page to see what we're currently working on.

Contributing

We welcome pull requests from you! Please let us know in advance by creating an issue before submitting your pull request.

AltStyle によって変換されたページ (->オリジナル) /