diff options
| author | spv <aquaticvegetable@gmail.com> | 2022-04-22 13:33:36 -0400 |
|---|---|---|
| committer | spv <aquaticvegetable@gmail.com> | 2022-04-22 13:33:36 -0400 |
| commit | f6a6595c6df8266673decccbd909aecf4cd60cf0 (patch) | |
| tree | cd06d24ffd1fa8d67d95f4fd298a8133038383ff /ent.xml | |
| parent | 64ef7cbaf51af9a60c19ff28c8cb5537c8134454 (diff) | |
wip compile on device
Diffstat (limited to 'ent.xml')
| -rw-r--r-- | ent.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ -<?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>
+<?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>
\ No newline at end of file |
