This commit is contained in:
relikd
2024-02-26 22:53:07 +01:00
parent 5e923e28d0
commit feefe86f4a
998 changed files with 6263 additions and 0 deletions

33
data/21/21525.plist Normal file
View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>AVPlayer</string>
<key>CFBundleIdentifier</key>
<string>com.optimo.avplayer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleName</key>
<string>AVPlayer</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<key>NSPrincipalClass</key>
<string>UIApplication</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>continuous</string>
</array>
</dict>
</plist>