Skip to content

alvg77/BandUp-IOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BandUp-IOS

Installation

  • Open project with Xcode
  • Add a Secrets.swift file with the following enum:
import Foundation

enum Secrets {
    static let baseApiURL = "example url"
    static let s3BucketURL = "example aws bucket url"
}

!Note! if no aws s3 bucket url is specified (the static constant is an empty string), profile pictures won't be displayed but the app will run

  • Pick a device/simulator on which to run the app
  • Run the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages