Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Lady/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,20 @@
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCalendarsUsageDescription</key>
<string>"Lady" Would Like to Access Calendars Usage</string>
<key>NSCameraUsageDescription</key>
<string>"Lady" Would Like to Access Camera Usage</string>
<key>NSContactsUsageDescription</key>
<string>"Lady" Would Like to Access Contacts Usage</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Hello lady, share location need this permission.</string>
<key>NSMicrophoneUsageDescription</key>
<string>"Lady" Would Like to Access Microphone Usage</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>"Lady" Would Like to Access Your Photos</string>
<key>NSRemindersUsageDescription</key>
<string>"Lady" Would Like to Access Reminders Usage</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down