mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 03:36:35 +00:00
cac8b82368
* tweaked helper bar display behavior * tweaked ui handling * Add iOS 16 lockscreen circular widget
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
<?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>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.widgetkit-extension</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|