mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
394c396d89
* iOS: Add fastlane for TestFlight automation * tvOS: Add fastlane for TestFlight automation
11 lines
315 B
XML
11 lines
315 B
XML
<?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>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.libretro.dist.RetroArchGroup</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|