feat: add iOS support and harden receipt scanning
This commit is contained in:
BIN
app/ios/ScanReceipts/Resources/Fonts/HankenGrotesk-Variable.ttf
Normal file
BIN
app/ios/ScanReceipts/Resources/Fonts/HankenGrotesk-Variable.ttf
Normal file
Binary file not shown.
BIN
app/ios/ScanReceipts/Resources/Fonts/Inter-Variable.ttf
Normal file
BIN
app/ios/ScanReceipts/Resources/Fonts/Inter-Variable.ttf
Normal file
Binary file not shown.
BIN
app/ios/ScanReceipts/Resources/Fonts/JetBrainsMono-Variable.ttf
Normal file
BIN
app/ios/ScanReceipts/Resources/Fonts/JetBrainsMono-Variable.ttf
Normal file
Binary file not shown.
19
app/ios/ScanReceipts/Resources/Info.plist
Normal file
19
app/ios/ScanReceipts/Resources/Info.plist
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
10
app/ios/ScanReceipts/Resources/ScanReceipts.entitlements
Normal file
10
app/ios/ScanReceipts/Resources/ScanReceipts.entitlements
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>com.apple.developer.applesignin</key>
|
||||
<array>
|
||||
<string>Default</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user