Skip to content

Commit

Permalink
Merge pull request #4 from nishabe/bugfix/documents-ocr-ios_issue_3
Browse files Browse the repository at this point in the history
This fixes the crash while tapping on camera button on Xcode 9.1
  • Loading branch information
m-babaev authored Dec 10, 2017
2 parents 43c0642 + 6997d5d commit d158aee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Example/DocumentsOCR/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSApplicationCategoryType</key>
<string></string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -22,6 +20,8 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand All @@ -37,5 +37,7 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Used to scan documents</string>
</dict>
</plist>

0 comments on commit d158aee

Please sign in to comment.