Skip to content

Commit f3eed3d

Browse files
authored
Merge pull request #434 from BlinkID/release/v7.0.1
update for v7.0.1
2 parents 6555f8e + 9a659f3 commit f3eed3d

File tree

18 files changed

+478
-380
lines changed

18 files changed

+478
-380
lines changed

Frameworks/BlinkID.xcframework/Info.plist

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>BlinkID.framework/BlinkID</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>BlinkID.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>BlinkID.framework/BlinkID</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>BlinkID.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json

+68-68
Large diffs are not rendered by default.

Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
</data>
1919
<key>Info.plist</key>
2020
<data>
21-
VQ0RhlphyVcm/xycL0vw4PU1d+w=
21+
9H3+yfAZm1194AllS50MVnpON0k=
2222
</data>
2323
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json</key>
2424
<data>
25-
DZ7h3jIDUZtUQqZfbIQTOmLTY5E=
25+
dkreqJ8sxnoF6viaTkfMj/ZEnSE=
2626
</data>
2727
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
2828
<data>
@@ -38,7 +38,7 @@
3838
</data>
3939
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.swiftmodule</key>
4040
<data>
41-
kkkDyCdlvftd4hpiqlMF11p4JvE=
41+
IXONjqEZKT37Ta0e0N7Qm1LN3LQ=
4242
</data>
4343
<key>Modules/module.modulemap</key>
4444
<data>
@@ -58,7 +58,7 @@
5858
</data>
5959
<key>conan.xcconfig</key>
6060
<data>
61-
88t0FtRV3m97QyUX4lvuyp6tVoE=
61+
h0xt4Fsvpdhka92jtQlkBND96kY=
6262
</data>
6363
</dict>
6464
<key>files2</key>
@@ -88,7 +88,7 @@
8888
<dict>
8989
<key>hash2</key>
9090
<data>
91-
4N3AkBpdCaAcHREEEBaJd1FvWeWCvwM9zLcC3XsCIUs=
91+
+u/HC+xzYvp6Lxf97QiJFXAEtK0D+2aBGMZg/YuYr18=
9292
</data>
9393
</dict>
9494
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
@@ -116,7 +116,7 @@
116116
<dict>
117117
<key>hash2</key>
118118
<data>
119-
CtzWhcuCoJED/77EC1VrorqrGh7VuuFoZr5fXBi/f28=
119+
6wImUfy/7cJ8dT1s6OrsJUSN+FUebkiI+wQh4RRCJrw=
120120
</data>
121121
</dict>
122122
<key>Modules/module.modulemap</key>
@@ -151,7 +151,7 @@
151151
<dict>
152152
<key>hash2</key>
153153
<data>
154-
GR9eMv9N4NPs+TN7Mz1UXlYocJf/CNgPnKTrKCZySXQ=
154+
FrcHsyNYRX1sK9BNHBPCiLLh01ssGZ49Eoc5u/ul2Ic=
155155
</data>
156156
</dict>
157157
</dict>

Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Version settings
2-
MARKET_VERSION = 7.0.0
3-
MARKETING_VERSION = 7.0.0
4-
CURRENT_PROJECT_VERSION = 7.0.0
2+
MARKET_VERSION = 7.0.1
3+
MARKETING_VERSION = 7.0.1
4+
CURRENT_PROJECT_VERSION = 7.0.1
55

66
// Build
77
ONLY_ACTIVE_ARCH[config=DevRelease] = YES

Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json

+68-68
Large diffs are not rendered by default.

Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json

+68-68
Large diffs are not rendered by default.

Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources

+11-11
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
</data>
1919
<key>Info.plist</key>
2020
<data>
21-
LFaNBbn4S/Q/sROHD0FKVZTbwJs=
21+
Sg2dZGfr6rBU0PD+NpavgfBGr/w=
2222
</data>
2323
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
2424
<data>
25-
DZ7h3jIDUZtUQqZfbIQTOmLTY5E=
25+
dkreqJ8sxnoF6viaTkfMj/ZEnSE=
2626
</data>
2727
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
2828
<data>
@@ -38,11 +38,11 @@
3838
</data>
3939
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
4040
<data>
41-
6SLhL2m0iLKqRkIukonAzbP+O3Y=
41+
rZ0UKdjWMe1b2U9ukcEeD5Z9veg=
4242
</data>
4343
<key>Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
4444
<data>
45-
DZ7h3jIDUZtUQqZfbIQTOmLTY5E=
45+
dkreqJ8sxnoF6viaTkfMj/ZEnSE=
4646
</data>
4747
<key>Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
4848
<data>
@@ -58,7 +58,7 @@
5858
</data>
5959
<key>Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
6060
<data>
61-
2P26ojMdGg0jTcacStoNKMr0gRk=
61+
X8USEfG6UD7KYvLUO17bgnAYfKU=
6262
</data>
6363
<key>Modules/module.modulemap</key>
6464
<data>
@@ -78,7 +78,7 @@
7878
</data>
7979
<key>conan.xcconfig</key>
8080
<data>
81-
88t0FtRV3m97QyUX4lvuyp6tVoE=
81+
h0xt4Fsvpdhka92jtQlkBND96kY=
8282
</data>
8383
</dict>
8484
<key>files2</key>
@@ -108,7 +108,7 @@
108108
<dict>
109109
<key>hash2</key>
110110
<data>
111-
4N3AkBpdCaAcHREEEBaJd1FvWeWCvwM9zLcC3XsCIUs=
111+
+u/HC+xzYvp6Lxf97QiJFXAEtK0D+2aBGMZg/YuYr18=
112112
</data>
113113
</dict>
114114
<key>Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
@@ -136,14 +136,14 @@
136136
<dict>
137137
<key>hash2</key>
138138
<data>
139-
SLl2YuawuzXurYTDdMzwZpoJx6JbmhnaiYOqi+RDdk0=
139+
/fu25fERI7e4oEIhvUXEKZ3E3KYqjpUBxX10Ju8ZhrI=
140140
</data>
141141
</dict>
142142
<key>Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
143143
<dict>
144144
<key>hash2</key>
145145
<data>
146-
4N3AkBpdCaAcHREEEBaJd1FvWeWCvwM9zLcC3XsCIUs=
146+
+u/HC+xzYvp6Lxf97QiJFXAEtK0D+2aBGMZg/YuYr18=
147147
</data>
148148
</dict>
149149
<key>Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
@@ -171,7 +171,7 @@
171171
<dict>
172172
<key>hash2</key>
173173
<data>
174-
+n+yLINdDcZ8nwdSpogXmljQeHMVdpm+7k0uuabKGXA=
174+
91NSm0QICkK61+Q3A+0Bc/NEOB5GUjg8B56sZ0U8d0U=
175175
</data>
176176
</dict>
177177
<key>Modules/module.modulemap</key>
@@ -206,7 +206,7 @@
206206
<dict>
207207
<key>hash2</key>
208208
<data>
209-
GR9eMv9N4NPs+TN7Mz1UXlYocJf/CNgPnKTrKCZySXQ=
209+
FrcHsyNYRX1sK9BNHBPCiLLh01ssGZ49Eoc5u/ul2Ic=
210210
</data>
211211
</dict>
212212
</dict>

Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Version settings
2-
MARKET_VERSION = 7.0.0
3-
MARKETING_VERSION = 7.0.0
4-
CURRENT_PROJECT_VERSION = 7.0.0
2+
MARKET_VERSION = 7.0.1
3+
MARKETING_VERSION = 7.0.1
4+
CURRENT_PROJECT_VERSION = 7.0.1
55

66
// Build
77
ONLY_ACTIVE_ARCH[config=DevRelease] = YES

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1224,4 +1224,4 @@ You can find the *App Size Report* [here]().
12241224
Complete API references can be found:
12251225

12261226
* [BlinkID](http://blinkid.github.io/blinkid-swift-package/docs/blinkid/)
1227-
* [BlinkIDUX](http://blinkid.github.io/blinkid-ios/docs/blinkidgux/)
1227+
* [BlinkIDUX](http://blinkid.github.io/blinkid-ios/docs/blinkidux/)

Release notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## 7.0.1
4+
5+
- Bugfixes
6+
37
## 7.0.0
48

59
We’re excited to introduce BlinkID v7, a major upgrade designed to simplify your integration and deliver a simpler ID scanning experience. With BlinkID v7, we’re taking a fresh approach to scanning logic by introducing a more straightforward, session-based API for an easier configuration path, all while boosting first-time scan success rate.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1600"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "FF0977B62D8D67FA004C7219"
19+
BuildableName = "BlinkIDSample.app"
20+
BlueprintName = "BlinkIDSample"
21+
ReferencedContainer = "container:BlinkIDSample.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "FF0977B62D8D67FA004C7219"
48+
BuildableName = "BlinkIDSample.app"
49+
BlueprintName = "BlinkIDSample"
50+
ReferencedContainer = "container:BlinkIDSample.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "FF0977B62D8D67FA004C7219"
65+
BuildableName = "BlinkIDSample.app"
66+
BlueprintName = "BlinkIDSample"
67+
ReferencedContainer = "container:BlinkIDSample.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

Source/BlinkIDUX/ScanningUX/BlinkIDUXView.swift

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import BlinkID
1919
/// For `UIEvent` stream, and UX logic, see ``ScanningUXModel``.
2020
public struct BlinkIDUXView: View, ScanningUXProtocol {
2121
typealias GenericContentView = AnyView
22-
typealias ButtonContentView = ModifiedContent<Button<AnyView>, AccessibilityAttachmentModifier>?
2322
typealias ScanResult = BlinkIDScanningResult
2423
typealias AlertType = BlinkIDScanningAlertType
2524
typealias UXModel = BlinkIDUXModel

0 commit comments

Comments
 (0)