Skip to content

OpenStack-mobile/summit-app-ios

Repository files navigation

OpenStack Foundation Summit App

BuddyBuild

The official app for the OpenStack Summit. (iTunes)

Supports iOS, watchOS and tvOS.

Setup

  1. Fetch Carthage dependencies.

    carthage bootstrap
    
  2. Download Google Maps SDK, Firebase SDK (frameworks in Analytics and Messaging folders), Fabric SDK and Crashlytics and copy to Vendor folder.

  3. Generate .swift out of sample configuration files

    CoreSummit/Staging.swift.xctemplate -> CoreSummit/Staging.swift
    CoreSummit/Production.swift.xctemplate -> CoreSummit/Production.swift
    OpenStack Summit/AppSecrets.swift.xctemplate -> OpenStack Summit/AppSecrets.swift
    
  4. Generate .entitlements out of sample entitlements files

    Debug.entitlements.xctemplate -> Debug.entitlements
    Beta.entitlements.xctemplate -> Beta.entitlements
    Release.entitlements.xctemplate -> Release.entitlements
    OpenStackSummitTV.entitlements.xctemplate -> OpenStackSummitTV.entitlements
    OpenStackSummitTVService.entitlements.xctemplate -> OpenStackSummitTVService.entitlements
    
  5. Add Firebase configuration files

    OpenStack Summit/Debug/GoogleService-Info.plist
    OpenStack Summit/Beta/GoogleService-Info.plist
    OpenStack Summit/Release/GoogleService-Info.plist
    
  6. Compile and run