Skip to content

Commit

Permalink
Add all these permission descriptions... for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Sep 18, 2016
1 parent 1840902 commit a4b1844
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions HomeAssistant/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>homeassistant</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>41</string>
<key>Fabric</key>
Expand All @@ -45,10 +56,24 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>To allow PermissionScope and SwiftLocation to work under iOS 10</string>
<key>NSCalendarsUsageDescription</key>
<string>To allow PermissionScope to work under iOS 10</string>
<key>NSContactsUsageDescription</key>
<string>To allow PermissionScope to work under iOS 10</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>To send location to Home Assistant</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>To send location to Home Assistant</string>
<key>NSMicrophoneUsageDescription</key>
<string>To allow PermissionScope to work under iOS 10</string>
<key>NSMotionUsageDescription</key>
<string>To allow PermissionScope to work under iOS 10</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To allow PromiseKit to work under iOS 10</string>
<key>SNS_PLATFORM_ENDPOINT_ARN</key>
<string>${SNS_PLATFORM_ENDPOINT_ARN}</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
Expand Down Expand Up @@ -85,18 +110,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>homeassistant</string>
</array>
</dict>
</array>
<key>SNS_PLATFORM_ENDPOINT_ARN</key>
<string>${SNS_PLATFORM_ENDPOINT_ARN}</string>
</dict>
</plist>

0 comments on commit a4b1844

Please sign in to comment.