mirror of
https://github.com/home-assistant/iOS.git
synced 2026-06-16 13:26:27 -05:00
## 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.
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
# Autogenerated by fastlane
|
|
#
|
|
# Ensure this file is checked in to source control!
|
|
|
|
gem 'fastlane-plugin-appicon'
|
|
gem 'fastlane-plugin-clean_testflight_testers'
|
|
gem 'fastlane-plugin-emerge'
|