This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7aa6dc
commit 990da12
Showing
252 changed files
with
293 additions
and
293 deletions.
There are no files selected for viewing
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
BindingSource/AnylineXamarinSDK.iOS/Anyline.framework/Info.plist
Git LFS file not shown
11 changes: 6 additions & 5 deletions
11
Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="33.0.0" package="com.anyline.xamarin.examples" android:installLocation="auto"> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<uses-permission android:name="android.permission.NFC" /> | ||
<uses-feature android:name="android.hardware.nfc" android:required="false" /> | ||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:largeHeap="true"></application> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<uses-permission android:name="android.permission.NFC" /> | ||
<uses-feature android:name="android.hardware.nfc" android:required="false" /> | ||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:largeHeap="true"> | ||
</application> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
<?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"> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDisplayName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>MinimumOSVersion</key> | ||
<string>12.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
<key>CFBundleShortVersionString</key> | ||
<string>33.0.0</string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>MainStoryboard.storyboard</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>MainStoryboard</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Yes we scan!</string> | ||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key> | ||
<array> | ||
<string>A0000002471001</string> | ||
</array> | ||
<key>NFCReaderUsageDescription</key> | ||
<string>Please allow NFC access to read passports</string> | ||
<key>CFBundleName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.anyline.xamarin.examples</string> | ||
</dict> | ||
</plist> | ||
<dict> | ||
<key>CFBundleDisplayName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>MinimumOSVersion</key> | ||
<string>12.0</string> | ||
<key>UIDeviceFamily</key> | ||
<array> | ||
<integer>1</integer> | ||
<integer>2</integer> | ||
</array> | ||
<key>CFBundleShortVersionString</key> | ||
<string>33.0.0</string> | ||
<key>UILaunchStoryboardName</key> | ||
<string>MainStoryboard.storyboard</string> | ||
<key>UIMainStoryboardFile</key> | ||
<string>MainStoryboard</string> | ||
<key>UISupportedInterfaceOrientations</key> | ||
<array> | ||
<string>UIInterfaceOrientationPortrait</string> | ||
</array> | ||
<key>NSCameraUsageDescription</key> | ||
<string>Yes we scan!</string> | ||
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key> | ||
<array> | ||
<string>A0000002471001</string> | ||
</array> | ||
<key>NFCReaderUsageDescription</key> | ||
<string>Please allow NFC access to read passports</string> | ||
<key>CFBundleName</key> | ||
<string>Xamarin.iOS Examples</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.anyline.xamarin.examples</string> | ||
</dict> | ||
</plist> |
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_auto_any.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_grid_any.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/anyline_ocr_line_any.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/container_scanner_vertical.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_anyline_ocr/cow_tag_scanner.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/analog_digital_auto_mode.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/digital_heat_meter.ale
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/digital_meter_multifields.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/dot_matrix_meter.ale
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/energy_serial_alnum_3_letters.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_energy/energy_serial_capital_letters.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/anyline_driving_license.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/anyline_driving_license_belgium.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/anyline_driving_license_netherlands.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/anyline_german_id_front.ale
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/auto_mode_standalone.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/card_detection_function_test.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/CCC_to_CN-chars_lookup.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/ID_default_start_variables.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/AE_DVL_O_R332_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/AE_RSP_O_R311_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/BH_IDC_O_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/KW_IDC_C_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/OM_DVL_O_R331_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/OM_IDC_R_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/QA_DVL_O_R331_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/QA_IDC_R_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/SA_DVL_O_R331_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R322_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/arabic_script/SA_IDC_R_R323_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...s.bundle/module_id/config_files/templates/japanese_landing_permission/JP_MSC_O_R321_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/latin_script/AT_DVL_O_04001_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MO_R331_B.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R331_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...nylineResources.bundle/module_id/config_files/templates/latin_script/AT_IDC_MT_R332_F.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-ACT11.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-NSW12.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-NT06.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-QLD19.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-SA13.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-VIC09.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
Nuget/AnylineResources.bundle/module_id/config_files/templates/latin_script/AUS-FO-WAXX.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...sources.bundle/module_id/config_files/templates/latin_script/AUT-BO-02003_02002_02001.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...lineResources.bundle/module_id/config_files/templates/latin_script/AUT-FO-05002_05001.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion
2
...sources.bundle/module_id/config_files/templates/latin_script/BEL-BO-09003_09002_09001.ale
Git LFS file not shown
Oops, something went wrong.