Skip to content

paololeonardi/iOS

 
 

Repository files navigation

Home Assistant for iOS

TestFlight Beta invite Download on the App Store Swift 3.0 Platform iOS Build Status codebeat badge GitHub issues License MIT Twitter

Getting Started

Run the following two commands to install Xcode's command line tools and bundler, if you don't have that yet.

[sudo] gem install bundler
xcode-select --install

The following commands will clone the repo and install all the required dependencies.

git clone https://github.com/home-assistant/iOS.git
cd iOS
bundle install
pod install --repo-update
bundle exec pod install

Now you can open HomeAssistant.xcworkspace and run the HomeAssistant target onto your simulator or iOS device.

Code style

This project will follow the GitHub Swift Styleguide in every way possible.

In order to enforce this, the project will also have a Swiftlint build phase to run the linter everytime the app is built.

Project Structure

To keep the Xcode layout mirrored with on-disk layout we're using Synx.

Dependencies

Model

Networking

UI

  • CPDAcknowledgements: Show your CocoaPods dependencies in-app.
  • Eureka: Elegant iOS form builder in Swift
  • FontAwesomeKit: Icon font library for iOS.
  • MBProgressHUD: MBProgressHUD + Customizations
  • Whisper: Whisper is a component that will make the task of display messages and in-app notifications simple. It has three different views inside

Translations

  • Lokalise: Translations are handled through Lokalise and not through this repository. To contribute to the translations please join the Lokalise team.

Utilities

  • DeviceKit: DeviceKit is a value-type replacement of UIDevice.
  • KeychainAccess: Simple Swift wrapper for Keychain that works on iOS and OS X
  • PromiseKit: Promises for Swift & ObjC
  • SwiftLocation: Easy Location Manager and Beacon Monitoring in Swift sauce

Environment

  • SwiftLint: A tool to enforce Swift style and conventions.
  • SwiftGen: A collection of Swift tools to generate Swift code (enums for your assets, storyboards, Localizable.strings, …)
  • Firebase: Firebase gives you functionality like analytics, databases, messaging and crash reporting so you can move quickly and focus on your users.
  • Crashlytics: The most powerful, yet lightest weight crash reporting solution
  • Synx: A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
  • Fastlane: The easiest way to automate building and releasing your iOS and Android apps

Continuous Integration

We are using Github Actions alongside Fastlane to perform continuous integration both by unit testing and deploying to App Store Connect later on.

Environment variables

To make sure Fabric and App Store Connect can deploy, make sure you have them set to something similar to the following environment variables. The values are only examples!.

Note: For ENV variables to work in Xcode you to set $ defaults write com.apple.dt.Xcode UseSanitizedBuildSystemEnvironment -bool NO and launch Xcode from the terminal. Apple Developer Forums

Signing

  • HOMEASSISTANT_CERTIFICATE_KEY: The Certificate key used in Match
  • HOMEASSISTANT_CERTIFICATE_USER: The username for the git being where Match is saving the Certificates.
  • HOMEASSISTANT_CERTIFICATE_TOKEN: The access token for the git being where Match is saving the Certificates.
  • HOMEASSISTANT_CERTIFICATE_GIT: The address or the git being where Match is saving the Certificates. (e.g. https://gitlab.com/username/Certificates)

App Store Connect deployment

Deployment

Although all the deployment is done through Github Actions, you can do it manually through Fastlane:

Deployment to App Store Connect

bundle exec fastlane asc

Contributing

See CONTRIBUTING.md

LICENSE

Apache-2.0

Credits

The format and some content of this README.md comes from the SwipeIt project.

About

📱 Home Assistant Companion for iOS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.5%
  • Ruby 4.2%
  • Other 0.3%