-
Notifications
You must be signed in to change notification settings - Fork 3
/
tw2023-wallet-Info.plist
43 lines (43 loc) · 1.08 KB
/
tw2023-wallet-Info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.ownd-project</string>
<key>CFBundleURLSchemes</key>
<array>
<string>openid-credential-offer</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.ownd-project</string>
<key>CFBundleURLSchemes</key>
<array>
<string>openid4vp</string>
</array>
</dict>
</array>
<key>LSMinimumSystemVersion</key>
<string>14.3.0</string>
<key>NSUbiquitousContainers</key>
<dict>
<key>iCloud.com.ownd-project</key>
<dict>
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
<true/>
<key>NSUbiquitousContainerName</key>
<string>Ownd Wallet</string>
<key>NSUbiquitousContainerSupportedFolderLevels</key>
<string>any</string>
</dict>
</dict>
</dict>
</plist>