git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

iOS/installer.entitlements

      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 <key>com.apple.private.mobileinstall.allowedSPI</key>
      6 <array>
      7     <string>InstallForLaunchServices</string>
      8     <string>UninstallForLaunchServices</string>
      9 </array>
     10 <key>com.apple.lsapplicationworkspace.rebuildappdatabases</key>
     11 <true/>
     12 <key>com.apple.private.MobileContainerManager.allowed</key>
     13 <true/>
     14 <key>com.apple.frontboard.launchapplications</key>
     15 <true/>
     16 <key>platform-application</key>
     17 <true/>
     18 <key>com.apple.private.security.no-container</key>
     19 <true/>
     20 </dict>
     21 </plist>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.