Skip to content

Commit

Permalink
fix: FS-2158 incorrect usageDescriptionKey for att permission
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Mar 15, 2021
1 parent ff95403 commit 6ed5ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface IOSPermissionMeta {
const permissionPods: {[k in IOSPermissionKeys]: IOSPermissionMeta} = {
APP_TRACKING_TRANSPARENCY: {
pod: 'pod \'Permission-AppTrackingTransparency\', :path => "../node_modules/react-native-permissions/ios/AppTrackingTransparency.podspec"',
usageDescriptionKey: 'NSAppleMusicUsageDescription'
usageDescriptionKey: 'NSUserTrackingUsageDescription'
},
BLUETOOTH_PERIPHERAL: {
pod: 'pod \'Permission-BluetoothPeripheral\', :path => "../node_modules/react-native-permissions/ios/BluetoothPeripheral.podspec"',
Expand Down

0 comments on commit 6ed5ad0

Please sign in to comment.