-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from BlinkID/feature/v1.0.1
Add v1.0.1 framework and docs, update sample app and Package for v1.0.1
- Loading branch information
Showing
139 changed files
with
170 additions
and
144 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
Binary file modified
BIN
+128 Bytes
(120%)
Capture.xcframework/ios-arm64/Capture.framework/Info.plist
Binary file not shown.
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
Binary file modified
BIN
-271 Bytes
(90%)
Capture.xcframework/ios-arm64/Capture.framework/en.strings
Binary file not shown.
Binary file modified
BIN
+224 Bytes
(100%)
Capture.xcframework/ios-arm64_x86_64-simulator/Capture.framework/Capture
Binary file not shown.
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
Binary file modified
BIN
+128 Bytes
(120%)
Capture.xcframework/ios-arm64_x86_64-simulator/Capture.framework/Info.plist
Binary file not shown.
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
Binary file modified
BIN
-271 Bytes
(90%)
Capture.xcframework/ios-arm64_x86_64-simulator/Capture.framework/en.strings
Binary file not shown.
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
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,5 +1,13 @@ | ||
# Release notes | ||
|
||
## v1.0.1 | ||
|
||
- Various capture optimiziations | ||
- Bug fixes: | ||
- Fix localization issue of multiple `Cancel` text on help screen | ||
- Fix code signing of localization strings for custom localization | ||
- Fix issue where user couldn't open help screen multiple times | ||
|
||
## v1.0.0 | ||
|
||
- Initial release of the Capture SDK for iOS |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 +1 @@ | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"#define"},{"kind":"text","text":" "},{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_core_final"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CORE_FINAL","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"title":"MBIC_CORE_FINAL","roleHeading":"Macro","role":"symbol","symbolKind":"macro","externalID":"c:MBICCoreDefines.h@474@macro@MBIC_CORE_FINAL","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/MBIC_CORE_FINAL":{"role":"symbol","title":"MBIC_CORE_FINAL","fragments":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CORE_FINAL","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_core_final"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}} | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"#define"},{"kind":"text","text":" "},{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_core_final"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CORE_FINAL","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"title":"MBIC_CORE_FINAL","roleHeading":"Macro","role":"symbol","symbolKind":"macro","externalID":"c:MBICCoreDefines.h@474@macro@MBIC_CORE_FINAL","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/MBIC_CORE_FINAL":{"role":"symbol","title":"MBIC_CORE_FINAL","fragments":[{"kind":"identifier","text":"MBIC_CORE_FINAL"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CORE_FINAL","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_core_final"}}} |
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 +1 @@ | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"title":"MBIC_UI_LOCALIZED","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED":{"role":"symbol","title":"MBIC_UI_LOCALIZED","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized"}}} | ||
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"title":"MBIC_UI_LOCALIZED","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED":{"role":"symbol","title":"MBIC_UI_LOCALIZED","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}} |
Oops, something went wrong.