Skip to content

Commit

Permalink
change app in info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendraP-ashutec authored and jitendraashutec committed Oct 8, 2020
1 parent 44dabfa commit 406eba2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
10 changes: 6 additions & 4 deletions App_Resources/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@
<array>
<string>remote-notification</string>
</array>
<key>NSPhotoLibraryUsageDescription</key>
<string>Please allow gallery access</string>
<key>NSLocationUsageDescription</key>
<string>App would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>App would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>bitWiser would like to access your photo library, This will allow you to select your photo as profile picture</string>
<key>NSCameraUsageDescription</key>
<string>bitWiser would like to access your camera, This will allow you to take photo for profile picture</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions configurations/bitwiser-edu/ios/Info.plist.dev
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<string>remote-notification</string>
</array>
<key>NSLocationUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser edu would like to access your location to offer you suggestion for current location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser edu would like to access your location to offer you suggestion for current location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your photo library, This will allow you to select your photo as profile picture</string>
<string>bitWiser edu would like to access your photo library, This will allow you to select your photo as profile picture</string>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your camera, This will allow you to take photo for profile picture</string>
<string>bitWiser edu would like to access your camera, This will allow you to take photo for profile picture</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions configurations/bitwiser-edu/ios/Info.plist.prod
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<string>remote-notification</string>
</array>
<key>NSLocationUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser edu would like to access your location to offer you suggestion for current location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser edu would like to access your location to offer you suggestion for current location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your photo library, This will allow you to select your photo as profile picture</string>
<string>bitWiser edu would like to access your photo library, This will allow you to select your photo as profile picture</string>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your camera, This will allow you to take photo for profile picture</string>
<string>bitWiser edu would like to access your camera, This will allow you to take photo for profile picture</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions configurations/trivia/ios/Info.plist.dev
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<string>remote-notification</string>
</array>
<key>NSLocationUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your photo library, This will allow you to select your photo as profile picture</string>
<string>bitWiser would like to access your photo library, This will allow you to select your photo as profile picture</string>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your camera, This will allow you to take photo for profile picture</string>
<string>bitWiser would like to access your camera, This will allow you to take photo for profile picture</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions configurations/trivia/ios/Info.plist.prod
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<string>remote-notification</string>
</array>
<key>NSLocationUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your location to offer you suggestion for current location</string>
<string>bitWiser would like to access your location to offer you suggestion for current location</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your photo library, This allows you to select your photo as profile picture</string>
<string>bitWiser would like to access your photo library, This allows you to select your photo as profile picture</string>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} would like to access your camera, This allows you to take photo for profile picture</string>
<string>bitWiser would like to access your camera, This allows you to take photo for profile picture</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
Expand Down

0 comments on commit 406eba2

Please sign in to comment.