project_files/HedgewarsMobile/Entitlements-Development.plist
author Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Thu, 28 Jun 2018 17:29:37 +0200
changeset 13430 eb91b889101b
parent 3356 3ae3fccb439e
permissions -rw-r--r--
Undo enabling the `unreachable-pub` lint. It appears that nom cannot correctly handle `pub(crate)`, so the warnings cannot be fixed at the moment. See https://github.com/Geal/nom/issues/807

<?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>get-task-allow</key>
	<true/>
</dict>
</plist>