mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 01:19:23 +08:00
06f38e0b53
While the iOS device is rotating the bounds of the previewView will be recalculated and the scanRect will be reinitialized Changes in the WorkspaceSettings are necessary to run the example app
11 lines
281 B
XML
11 lines
281 B
XML
<?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>BuildSystemType</key>
|
|
<string>Original</string>
|
|
<key>PreviewsEnabled</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|