-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathAI-HLY-Info.plist
More file actions
54 lines (54 loc) · 1.48 KB
/
AI-HLY-Info.plist
File metadata and controls
54 lines (54 loc) · 1.48 KB
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
44
45
46
47
48
49
50
51
52
53
54
<?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>Viewer</string>
<key>CFBundleURLName</key>
<string>com.aihanlin.AI-HLY</string>
<key>CFBundleURLSchemes</key>
<array>
<string>AI-Hanlin</string>
</array>
</dict>
</array>
<key>HANLIN_API_KEY</key>
<string>$(HANLIN_API_KEY)</string>
<key>HANLIN_OPEN_API_KEY</key>
<string>$(HANLIN_OPEN_API_KEY)</string>
<key>INIntentsSupported</key>
<array/>
<key>MKDirectionsApplicationSupportedModes</key>
<array>
<string>MKDirectionsModeBike</string>
<string>MKDirectionsModeBus</string>
<string>MKDirectionsModeCar</string>
<string>MKDirectionsModeFerry</string>
<string>MKDirectionsModeOther</string>
<string>MKDirectionsModePedestrian</string>
<string>MKDirectionsModePlane</string>
<string>MKDirectionsModeRideShare</string>
<string>MKDirectionsModeStreetCar</string>
<string>MKDirectionsModeSubway</string>
<string>MKDirectionsModeTaxi</string>
<string>MKDirectionsModeTrain</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<dict/>
</array>
<key>UTImportedTypeDeclarations</key>
<array>
<dict/>
</array>
<key>com.apple.developer.translation-ui-provider.network-access</key>
<true/>
</dict>
</plist>