-
Notifications
You must be signed in to change notification settings - Fork 3
/
Info.plist
94 lines (94 loc) · 2.97 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>net.pcable.onair</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>onair</string>
<key>CFBundleVersion</key>
<string>1.0.4</string>
<key>InternetAccessPolicy</key>
<dict>
<key>ApplicationDescription</key>
<string>OnAirApplicationDescription</string>
<key>Connections</key>
<array>
<dict>
<key>DenyConsequences</key>
<string>OnAirHueBridgeDenyConsequences</string>
<key>Host</key>
<string>local-net</string>
<key>IsIncoming</key>
<false/>
<key>NetworkProtocol</key>
<string>TCP</string>
<key>Port</key>
<string>80</string>
<key>Purpose</key>
<string>OnAirHueBridgePurpose</string>
<key>Relevance</key>
<string>Essential</string>
</dict>
<dict>
<key>DenyConsequences</key>
<string>OnAirHueLocatorDenyConsequences</string>
<key>Host</key>
<string>*.meethue.com</string>
<key>IsIncoming</key>
<false/>
<key>NetworkProtocol</key>
<string>TCP</string>
<key>Port</key>
<string>443</string>
<key>Purpose</key>
<string>OnAirHueLocatorPurpose</string>
<key>Relevance</key>
<string>Essential</string>
</dict>
<dict>
<key>DenyConsequences</key>
<string>OnAirIFTTTDenyConsequences</string>
<key>Host</key>
<string>*.ifttt.com</string>
<key>IsIncoming</key>
<false/>
<key>NetworkProtocol</key>
<string>TCP</string>
<key>Port</key>
<string>443</string>
<key>Purpose</key>
<string>OnAirIFTTTLocatorPurpose</string>
<key>Relevance</key>
<string>Essential</string>
</dict>
</array>
<key>DeveloperName</key>
<string>Patrick Cable</string>
<key>Localizations</key>
<dict>
<key>en</key>
<dict>
<key>OnAirApplicationDescription</key>
<string>OnAir changes the color of IP-based lighting when you are on a audio or video call. Or it invokes IFTTT webhooks</string>
<key>OnAirHueBridgeDenyConsequences</key>
<string>If denied, OnAir can't change the configured light's brightness or color settings.</string>
<key>OnAirHueBridgePurpose</key>
<string>OnAir communicates with a Hue Bridge device on your network to control your lights when a video call starts.</string>
<key>OnAirHueLocatorDenyConsequences</key>
<string>If denied, OnAir will not be able to find the Hue Bridge device on your network.</string>
<key>OnAirHueIFTTTDenyConsequences</key>
<string>If denied, OnAir will not be able to connect to IFTTT.</string>
<key>OnAirHueLocatorPurpose</key>
<string>OnAir uses the Hue Broker Server to discover Hue Bridge devices on your network.</string>
</dict>
</dict>
<key>Website</key>
<string>https://github.com/patcable/onair</string>
</dict>
</dict>
</plist>