Skip to content

Commit

Permalink
Merge pull request #358 from DirkHeinke/master
Browse files Browse the repository at this point in the history
Add DeviceCapability proximity for Windows 10 builds
  • Loading branch information
don authored Oct 18, 2019
2 parents 3625714 + 19dc605 commit e4fedff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<config-file target="package.windows.appxmanifest" parent="/Package/Capabilities">
<DeviceCapability Name="proximity" />
</config-file>
<config-file target="package.windows10.appxmanifest" parent="/Package/Capabilities">
<DeviceCapability Name="proximity" />
</config-file>
<config-file target="package.windows80.appxmanifest" parent="/Package/Capabilities">
<DeviceCapability Name="proximity" />
</config-file>
Expand Down

0 comments on commit e4fedff

Please sign in to comment.