<?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>bundleIdentifier</key>
   <string>com.apple.LighthouseBitacoraFramework.BitacoraWorker</string>
   <key>taskRequest</key>
   <dict>
       <key>repeatingTask</key>
       <dict>
           <key>interval</key>
           <real>86400</real>
       </dict>
       <key>RequiresUserInactivity</key>
       <true/>
       <key>RequiresProtectionClass</key>
       <string>ClassC</string>
       <key>RequiresExternalPower</key>
       <true/>
   </dict>
   <key>name</key>
   <string>com.apple.BitacoraWorker.24hr</string>
</dict>
</plist>
