fixed info.plist
Some checks failed
Build and Release IPA / Build IPA (push) Has been cancelled

This commit is contained in:
cranci1 2025-01-31 17:40:40 +01:00
parent 230eaeede6
commit 8c8cff3f73
2 changed files with 8 additions and 1 deletions

View file

@ -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>

View file

@ -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)))
}
}