Add apple.py, fix some global initialization on iOS, and add some missing bundle-related files.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4524 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-10-16 13:57:40 +00:00
parent 11929e8c68
commit b3a1f17452
5 changed files with 1670 additions and 2 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>application-identifier</key>
<string>EDVXQ27EB5.com.unprompted.tildefriends</string>
<key>com.apple.developer.team-identifier</key>
<string>EDVXQ27EB5</string>
<key>get-task-allow</key>
<true/>
</dict>
</plist>