mirror of
https://github.com/transmission/transmission
synced 2025-03-13 07:33:02 +00:00
Delete ActionOn and QuitBadge image directories (#3364)
* Delete macosx/Images/Images.xcassets/ActionOn.imageset directory * Delete macosx/Images/Images.xcassets/QuitBadge.imageset directory * Deleted ActionOn and QuitBadge from CMakeLists
This commit is contained in:
parent
34788a7eb1
commit
e823b725f2
7 changed files with 0 additions and 44 deletions
|
@ -239,7 +239,6 @@ set_source_files_properties(${${PROJECT_NAME}_RESOURCES} PROPERTIES
|
|||
|
||||
set(${PROJECT_NAME}_HIDPI_IMAGES
|
||||
ActionHover
|
||||
ActionOn
|
||||
Bandwidth
|
||||
CleanupTemplate
|
||||
CompleteCheck
|
||||
|
@ -314,7 +313,6 @@ endforeach()
|
|||
|
||||
set(${PROJECT_NAME}_LODPI_IMAGES
|
||||
DownloadBadge
|
||||
QuitBadge
|
||||
UploadBadge
|
||||
)
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 262 B |
Binary file not shown.
Before Width: | Height: | Size: 531 B |
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"filename" : "ActionOn.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"filename" : "ActionOn@2x.png",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "QuitBadge.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "QuitBadge@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "original"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Reference in a new issue