Skip to content

Commit b4f9ff0

Browse files
committed
Merge branch 'DIA-2026-revive-unity-sdk-ios' of github.com:SourcePointUSA/unity-sdk into DIA-2026-revive-unity-sdk-ios
2 parents d4b7670 + 8cc61a8 commit b4f9ff0

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Assets/ConsentManagementProvider/Scripts/wrapper/CmpDebugUtil.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace ConsentManagementProviderLib
44
{
55
public static class CmpDebugUtil
66
{
7-
private static bool enableLogging = true;
8-
private static bool enableDebugging = true;
7+
private static bool enableLogging = false;
8+
private static bool enableDebugging = false;
99

1010
static CmpDebugUtil()
1111
{

ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ PlayerSettings:
155155
androidSupportedAspectRatio: 1
156156
androidMaxAspectRatio: 2.1
157157
applicationIdentifier:
158+
Android: com.DefaultCompany.ConsentMessagePlugin
158159
iPhone: com.DefaultCompany.ConsentMessagePlugin
159160
buildNumber:
160161
Standalone: 0
@@ -257,7 +258,7 @@ PlayerSettings:
257258
AndroidEnableTango: 0
258259
androidEnableBanner: 1
259260
androidUseLowAccuracyLocation: 0
260-
androidUseCustomKeystore: 1
261+
androidUseCustomKeystore: 0
261262
m_AndroidBanners:
262263
- width: 320
263264
height: 180
@@ -772,7 +773,7 @@ PlayerSettings:
772773
allowUnsafeCode: 0
773774
useDeterministicCompilation: 1
774775
enableRoslynAnalyzers: 1
775-
selectedPlatform: 2
776+
selectedPlatform: 3
776777
additionalIl2CppArgs:
777778
scriptingRuntimeVersion: 1
778779
gcIncremental: 1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.sourcepoint.unitycmp",
33
"displayName": "Sourcepoint Consent Message Plugin",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"unity": "2021.3",
66
"description": "Native UI Privacy Manager for both GDPR and CCPA legislations.",
77
"author": {
2.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)