This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ # Add NSBluetoothAlwaysUsageDescription to iOS plist template
Original file line number Diff line number Diff line change 129129 <string >This application requires access to Photo Library </string >
130130 <key >NSPhotoLibraryAddUsageDescription </key >
131131 <string >This application requires access to Photo Library </string >
132+ <key >NSBluetoothAlwaysUsageDescription </key >
133+ <string >This application requires access to Bluetooth always </string >
132134 ${HEALTHKIT}
133135 <key >LSApplicationQueriesSchemes </key >
134136 <array >
Original file line number Diff line number Diff line change 9494 <string >This application requires access to Photo Library </string >
9595 <key >NSPhotoLibraryAddUsageDescription </key >
9696 <string >This application requires access to Photo Library </string >
97+ <key >NSBluetoothAlwaysUsageDescription </key >
98+ <string >This application requires access to Bluetooth always </string >
9799 ${HEALTHKIT}
98100 ${UI_STYLE}
99101</dict >
Original file line number Diff line number Diff line change 7272 <string >This application requires access to Location Services when in use </string >
7373 <key >NSLocationAlwaysUsageDescription </key >
7474 <string >This application requires access to Location Services always </string >
75+ <key >NSBluetoothAlwaysUsageDescription </key >
76+ <string >This application requires access to Bluetooth always </string >
7577</dict >
7678</plist >
You can’t perform that action at this time.
0 commit comments