Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info.plist #953

Closed
anujshah108 opened this issue Apr 3, 2017 · 0 comments
Closed

info.plist #953

anujshah108 opened this issue Apr 3, 2017 · 0 comments

Comments

@anujshah108
Copy link

Hi guys,

I am trying to add the following keys to my info.plist:

NSPhotoLibraryUsageDescription, NSCameraUsageDescription, and NSMicrophoneUsageDescription

This is for camera and picture roll access in iOS 10+

For some reason it does not register into Xcode and then it erases what I added into to info.plist.

After I run a build I check and the plist is back to:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>LastAccessedDate</key>
	<date>2017-04-03T03:14:22Z</date>
	<key>WorkspacePath</key>
	<string>/Users/anuj/Desktop/rePostArt/ios/rePostArt.xcworkspace</string>
</dict>
</plist>

Are there any suggestions?

Any help is welcome!!

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant