Commit Graph

8 Commits

Author SHA1 Message Date
Zac West
c82c5db057 Add Emerge integration (#2233)
## Summary
The nice folks at [Emerge](https://emergetools.com) have given us access
to their platform for sizing the app and doing some non-live performance
testing. This integrates it it.

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
Turning off Bitcode by switching to Xcode 14 is causing our binary size
to bloat, and to investigate this best I'll fix this long-term by
keeping track of size changes.

This adds emerge to a few places:
1. Individual builds that are submitted to Apple
2. Pull requests

The PR builds do not get sent to Apple nor are they uploaded because we
do not want to allow in-development changes to go anywhere with our
official signing information.
2022-10-20 13:19:50 -07:00
Zac West
aaf7f26e1d Convert Lokalise task to use CLI; add upload-strings (#1430)
- Moves to calling the Lokalise2 CLI app instead of the occasionally-updated fastlane plugin wrappers.
- Adds a step to upload strings to Lokalise; performs it before downloading.
- Moves to sorting the localized strings alphabetically in their files.
- Looks like #1429 in execution.
2021-01-26 20:21:12 -08:00
github-actions[bot]
46c130d356 Bump Build to 2021.1 (4) (#1329) 2021-01-01 17:50:59 -08:00
Zac West
e0ae2903bc Generate Mac-specific icons (#1328)
Generates all the Mac-specific icon sizes. Apple requires this for Mac App Store submission. I'm not sure what Catalyst is using.
2021-01-01 17:26:16 -08:00
Robbie Trencheny
299048ddfb Migrate to Nabu Casa account 2020-07-27 20:22:00 -07:00
Robbie Trencheny
9a5dff0fb3 Adapt fastlane to get bundle ID out of xcconfig, removing hardcoded io.robbie stuff 2019-05-29 18:21:59 -07:00
Robbie Trencheny
35ca17031a Add icons 2017-04-18 21:56:25 -07:00
Robbie Trencheny
f7ffd97e0c Add Synx and the fastlane plugin for it, along with a Gemfile 2017-01-07 01:53:00 -08:00