Skip to content

Commit

Permalink
Add missing podfile.lock (#2748)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

## 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
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal committed Apr 29, 2024
1 parent c1060f5 commit fa2d3bc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Podfile.lock
Expand Up @@ -51,13 +51,13 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.11.0):
- GoogleUtilities/Logger
- HAKit (0.4.1):
- HAKit/Core (= 0.4.1)
- HAKit/Core (0.4.1):
- HAKit (0.4.2):
- HAKit/Core (= 0.4.2)
- HAKit/Core (0.4.2):
- Starscream (~> 4.0.4)
- HAKit/Mocks (0.4.1):
- HAKit/Mocks (0.4.2):
- HAKit/Core
- HAKit/PromiseKit (0.4.1):
- HAKit/PromiseKit (0.4.2):
- HAKit/Core
- PromiseKit (~> 6.13)
- KeychainAccess (4.2.2)
Expand Down Expand Up @@ -128,9 +128,9 @@ DEPENDENCIES:
- EMTLoadingIndicator (from `https://github.com/hirokimu/EMTLoadingIndicator`, branch `master`)
- Eureka (from `https://github.com/xmartlabs/Eureka`, branch `master`)
- FirebaseMessaging
- HAKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit/Mocks (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit/PromiseKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.1`)
- HAKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- HAKit/Mocks (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- HAKit/PromiseKit (from `https://github.com/home-assistant/HAKit.git`, tag `0.4.2`)
- KeychainAccess
- lottie-ios
- MBProgressHUD (~> 1.2.0)
Expand Down Expand Up @@ -199,7 +199,7 @@ EXTERNAL SOURCES:
:git: https://github.com/xmartlabs/Eureka
HAKit:
:git: https://github.com/home-assistant/HAKit.git
:tag: 0.4.1
:tag: 0.4.2
ObjectMapper:
:branch: master
:git: https://github.com/tristanhimmelman/ObjectMapper.git
Expand Down Expand Up @@ -231,7 +231,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/xmartlabs/Eureka
HAKit:
:git: https://github.com/home-assistant/HAKit.git
:tag: 0.4.1
:tag: 0.4.2
ObjectMapper:
:commit: a593b4d647a970b3d184d046f8f52b945083ccf9
:git: https://github.com/tristanhimmelman/ObjectMapper.git
Expand Down Expand Up @@ -259,7 +259,7 @@ SPEC CHECKSUMS:
FirebaseMessaging: 35ecbbc68ff547fca80f9326c9622e79288c7149
GoogleDataTransport: ea169759df570f4e37bdee1623ec32a7e64e67c4
GoogleUtilities: c2bdc4cf2ce786c4d2e6b3bcfd599a25ca78f06f
HAKit: 6fdc0f9377c5fbff3b656260478566c55f323f08
HAKit: 92e9bd30717270df15025184b608b7902a773286
KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51
lottie-ios: b3846a9fa8ca1a1a3bebfa256ebe8b6fd4aaaaad
MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406
Expand All @@ -284,6 +284,6 @@ SPEC CHECKSUMS:
XCGLogger: 1943831ef907df55108b0b18657953f868de973b
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced

PODFILE CHECKSUM: de1ec07132a70a9e59a3f1cdf4333427c216e72f
PODFILE CHECKSUM: f7cf246bacbd480c5e00b88f64aa5fa8de1d9d1e

COCOAPODS: 1.15.2

0 comments on commit fa2d3bc

Please sign in to comment.