-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- 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 --> Update WatchOS App with the new Home Assistant icons ## Screenshots <!-- If this is a user-facing change not in the frontend, please include screenshots in light and dark mode. --> <img width="719" alt="Screenshot 2023-11-30 at 13 20 29" src="https://github.com/home-assistant/iOS/assets/5808343/f6d339d2-df50-48cd-9115-19918bae9c1e"> ## 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
Showing
39 changed files
with
27 additions
and
261 deletions.
There are no files selected for viewing
Binary file added
BIN
+109 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/Apple_Watch_App_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 9 additions & 87 deletions
96
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,14 @@ | ||
{ | ||
"images": [ | ||
"images" : [ | ||
{ | ||
"size": "1024x1024", | ||
"idiom": "watch-marketing", | ||
"filename": "release-1024x1024.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "108x108", | ||
"idiom": "watch", | ||
"filename": "release-216x216.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "98x98", | ||
"idiom": "watch", | ||
"filename": "release-196x196.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "86x86", | ||
"idiom": "watch", | ||
"filename": "release-172x172.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "50x50", | ||
"idiom": "watch", | ||
"filename": "release-100x100.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "44x44", | ||
"idiom": "watch", | ||
"filename": "release-88x88.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "40mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "release-87x87.png", | ||
"scale": "3x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "40x40", | ||
"idiom": "watch", | ||
"filename": "release-80x80.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "release-58x58.png", | ||
"scale": "2x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "27.5x27.5", | ||
"idiom": "watch", | ||
"filename": "release-55x55.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "24x24", | ||
"idiom": "watch", | ||
"filename": "release-48x48.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "38mm" | ||
"filename" : "Apple_Watch_App_Icon.png", | ||
"idiom" : "universal", | ||
"platform" : "watchos", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info": { | ||
"version": 1, | ||
"author": "fastlane" | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file removed
BIN
-6.67 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-100x100.png
Binary file not shown.
Binary file removed
BIN
-140 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-1024x1024.png
Binary file not shown.
Binary file removed
BIN
-14.9 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-172x172.png
Binary file not shown.
Binary file removed
BIN
-16.9 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-196x196.png
Binary file not shown.
Binary file removed
BIN
-17.3 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-216x216.png
Binary file not shown.
Binary file removed
BIN
-2.75 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-48x48.png
Binary file not shown.
Binary file removed
BIN
-3.34 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-55x55.png
Binary file not shown.
Binary file removed
BIN
-3.47 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-58x58.png
Binary file not shown.
Binary file removed
BIN
-5.64 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-80x80.png
Binary file not shown.
Binary file removed
BIN
-6.23 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-87x87.png
Binary file not shown.
Binary file removed
BIN
-5.95 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.appiconset/release-88x88.png
Binary file not shown.
Binary file added
BIN
+558 KB
...s/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/Apple_Watch_App_Icon-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 9 additions & 87 deletions
96
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,14 @@ | ||
{ | ||
"images": [ | ||
"images" : [ | ||
{ | ||
"size": "1024x1024", | ||
"idiom": "watch-marketing", | ||
"filename": "beta-1024x1024.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "108x108", | ||
"idiom": "watch", | ||
"filename": "beta-216x216.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "98x98", | ||
"idiom": "watch", | ||
"filename": "beta-196x196.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "86x86", | ||
"idiom": "watch", | ||
"filename": "beta-172x172.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "50x50", | ||
"idiom": "watch", | ||
"filename": "beta-100x100.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "44x44", | ||
"idiom": "watch", | ||
"filename": "beta-88x88.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "40mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "beta-87x87.png", | ||
"scale": "3x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "40x40", | ||
"idiom": "watch", | ||
"filename": "beta-80x80.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "beta-58x58.png", | ||
"scale": "2x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "27.5x27.5", | ||
"idiom": "watch", | ||
"filename": "beta-55x55.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "24x24", | ||
"idiom": "watch", | ||
"filename": "beta-48x48.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "38mm" | ||
"filename" : "Apple_Watch_App_Icon-1.png", | ||
"idiom" : "universal", | ||
"platform" : "watchos", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info": { | ||
"version": 1, | ||
"author": "fastlane" | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file removed
BIN
-12.6 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-100x100.png
Binary file not shown.
Binary file removed
BIN
-216 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-1024x1024.png
Binary file not shown.
Binary file removed
BIN
-29.5 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-172x172.png
Binary file not shown.
Binary file removed
BIN
-33.7 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-196x196.png
Binary file not shown.
Binary file removed
BIN
-32.3 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-216x216.png
Binary file not shown.
Binary file removed
BIN
-4.1 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-48x48.png
Binary file not shown.
Binary file removed
BIN
-5.07 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-55x55.png
Binary file not shown.
Binary file removed
BIN
-5.51 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-58x58.png
Binary file not shown.
Binary file removed
BIN
-9.93 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-80x80.png
Binary file not shown.
Binary file removed
BIN
-11.2 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-87x87.png
Binary file not shown.
Binary file removed
BIN
-11 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.beta.appiconset/beta-88x88.png
Binary file not shown.
Binary file added
BIN
+1.33 MB
...es/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/Apple_Watch_App_Icon-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 9 additions & 87 deletions
96
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,14 @@ | ||
{ | ||
"images": [ | ||
"images" : [ | ||
{ | ||
"size": "1024x1024", | ||
"idiom": "watch-marketing", | ||
"filename": "dev-1024x1024.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size": "108x108", | ||
"idiom": "watch", | ||
"filename": "dev-216x216.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "98x98", | ||
"idiom": "watch", | ||
"filename": "dev-196x196.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "86x86", | ||
"idiom": "watch", | ||
"filename": "dev-172x172.png", | ||
"scale": "2x", | ||
"role": "quickLook", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "50x50", | ||
"idiom": "watch", | ||
"filename": "dev-100x100.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "44mm" | ||
}, | ||
{ | ||
"size": "44x44", | ||
"idiom": "watch", | ||
"filename": "dev-88x88.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "40mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "dev-87x87.png", | ||
"scale": "3x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "40x40", | ||
"idiom": "watch", | ||
"filename": "dev-80x80.png", | ||
"scale": "2x", | ||
"role": "appLauncher", | ||
"subtype": "38mm" | ||
}, | ||
{ | ||
"size": "29x29", | ||
"idiom": "watch", | ||
"filename": "dev-58x58.png", | ||
"scale": "2x", | ||
"role": "companionSettings" | ||
}, | ||
{ | ||
"size": "27.5x27.5", | ||
"idiom": "watch", | ||
"filename": "dev-55x55.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "42mm" | ||
}, | ||
{ | ||
"size": "24x24", | ||
"idiom": "watch", | ||
"filename": "dev-48x48.png", | ||
"scale": "2x", | ||
"role": "notificationCenter", | ||
"subtype": "38mm" | ||
"filename" : "Apple_Watch_App_Icon-2.png", | ||
"idiom" : "universal", | ||
"platform" : "watchos", | ||
"size" : "1024x1024" | ||
} | ||
], | ||
"info": { | ||
"version": 1, | ||
"author": "fastlane" | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} | ||
} |
Binary file removed
BIN
-7.1 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-100x100.png
Diff not rendered.
Binary file removed
BIN
-168 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-1024x1024.png
Diff not rendered.
Binary file removed
BIN
-18.7 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-172x172.png
Diff not rendered.
Binary file removed
BIN
-22.9 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-196x196.png
Diff not rendered.
Binary file removed
BIN
-25.1 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-216x216.png
Diff not rendered.
Binary file removed
BIN
-2.45 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-48x48.png
Diff not rendered.
Binary file removed
BIN
-2.92 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-55x55.png
Diff not rendered.
Binary file removed
BIN
-3.12 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-58x58.png
Diff not rendered.
Binary file removed
BIN
-5.21 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-80x80.png
Diff not rendered.
Binary file removed
BIN
-5.94 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-87x87.png
Diff not rendered.
Binary file removed
BIN
-5.96 KB
Sources/WatchApp/Assets.xcassets/WatchIcon.dev.appiconset/dev-88x88.png
Diff not rendered.