Skip to content

Commit

Permalink
Merge pull request #391 from Darock-Studio/feat/icon
Browse files Browse the repository at this point in the history
feat: Updated Dark and Tinted icon
  • Loading branch information
Mark Chan authored Jul 28, 2024
2 parents d795394 + 09b06fc commit f32bbaf
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 4 deletions.
File renamed without changes
File renamed without changes.
Binary file added Artwork/AppIcon_Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Artwork/AppIcon_Dark.psd
Binary file not shown.
Binary file added Artwork/AppIcon_Tinted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Artwork/AppIcon_Tinted.psd
Binary file not shown.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
notificationPayloadFile = "Examples/SDWebImage Watch Demo Extension/PushNotificationPayload.apns">
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
Expand Down
3 changes: 3 additions & 0 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -8941,6 +8941,9 @@
}
}
}
},
"手记建议" : {

},
"扩展的触感反馈" : {
"localizations" : {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions MeowBili/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "AppIcon_Dark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "AppIcon_Tinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
Expand Down
4 changes: 2 additions & 2 deletions MeowBili/UserDynamic/DynamicSendView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ struct DynamicSendView: View {
}
}
.navigationTitle("发送动态")
.onChange(of: selectedPhotos) { value in
.onChange(of: selectedPhotos) {
convertedImages.removeAll()
for photo in value {
for photo in selectedPhotos {
photo.loadTransferable(type: UIImageTransfer.self) { result in
switch result {
case .success(let success):
Expand Down

0 comments on commit f32bbaf

Please sign in to comment.