Skip to content

Commit a8ec060

Browse files
authored
Merge pull request #36 from SourcePointUSA/DIA-3594-update-ios-sdk-7.6.0
DIA-3594 Update native iOS SDK to 7.6.0
2 parents 15cf7c4 + c9c02da commit a8ec060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/ConsentManagementProvider/Plugins/iOS/Source/SwiftBridge.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ extension SwiftBridge {
303303
}
304304

305305
public func print(_ items: Any..., separator: String = " ", terminator: String = "\n") {
306-
if logger.level == .debug {
306+
if OSLogger.defaultLevel == .debug {
307307
printLog(items)
308308
}
309309
}

Assets/ExternalDependencyManager/Editor/SourcepointDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* "subspecs" (optional)
3232
Subspecs to include for the pod.
3333
-->
34-
<iosPod name="ConsentViewController" version="7.3.0" bitcodeEnabled="true"
34+
<iosPod name="ConsentViewController" version="7.6.0" bitcodeEnabled="true"
3535
minTargetSdk="10.0" addToAllTargets="true">
3636

3737
</iosPod>

0 commit comments

Comments
 (0)