diff options
author | Sam Bingner <sam@bingner.com> | 2018-07-11 23:40:04 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:13:40 -1000 |
commit | 8409d378c8b5c4bac7e59354b22bd03583db2378 (patch) | |
tree | 39ad72f11f3928609f7c75b6359e35451d357299 /genent.xml | |
parent | 837b7c8801dabaec33c55494047540b6ac6ef22d (diff) |
Minimal changes to support iOS11
Diffstat (limited to 'genent.xml')
-rw-r--r-- | genent.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/genent.xml b/genent.xml new file mode 100644 index 0000000..d833045 --- /dev/null +++ b/genent.xml @@ -0,0 +1,7 @@ +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>platform-application</key> + <true/> +</dict> +</plist> |