Files
scan-receipts/app/ios/ScanReceipts/Resources/Info.plist

20 lines
651 B
Plaintext

<?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>
<!--
XcodeGen merges this file with the `properties` block in project.yml
(camera/photo-library usage strings, launch screen, etc.) — this file
only needs to hold entries that aren't set there.
-->
<key>CFBundleDevelopmentRegion</key>
<string>de</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>UIRequiresFullScreen</key>
<true/>
</dict>
</plist>