Skip to content

Commit

Permalink
fixed info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Jan 31, 2025
1 parent 230eaee commit 8c8cff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Sora/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>outplayer</string>
<string>infuse</string>
<string>vlc</string>
<string>nplayer-https</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion Sora/Views/MediaInfoView/MediaInfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct MediaInfoView: View {
.frame(width: 20, height: 20)
.foregroundColor(.primary)
}
.padding(4)
.padding(5)
.background(Capsule().fill(Color.accentColor.opacity(0.4)))
}
}
Expand Down

0 comments on commit 8c8cff3

Please sign in to comment.