Updating to new app icon.

Deleting and reuploading resources and appx to support new app icon changes.
This commit is contained in:
Keefe Eilish 2022-01-25 02:23:23 +05:30 committed by GitHub
parent ff39b7082f
commit 599e2e36aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<?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>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<false/>
</dict>
</plist>