Add Slint iOS repository browser

This commit is contained in:
Georg Bauer
2026-07-30 13:40:21 +02:00
parent 7f7c04fc0a
commit 6a0c5d7b4c
11 changed files with 5504 additions and 28 deletions

10
ios/Gotcha.entitlements Normal file
View File

@@ -0,0 +1,10 @@
<?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>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
</array>
</dict>
</plist>