Skip to content

Commit d5cd3a5

Browse files
committed
Small fixes
1 parent 2c74604 commit d5cd3a5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Assets/Adjust/Editor/AdjustEditor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static void ExportAdjustUnityPackage()
5757
assetsToExport.Add(assetsPath + "/iOS/ADJLogger.h");
5858
assetsToExport.Add(assetsPath + "/iOS/ADJSessionFailure.h");
5959
assetsToExport.Add(assetsPath + "/iOS/ADJSessionSuccess.h");
60+
assetsToExport.Add(assetsPath + "/iOS/ADJSubscription.h");
6061
assetsToExport.Add(assetsPath + "/iOS/Adjust.h");
6162
assetsToExport.Add(assetsPath + "/iOS/AdjustiOS.cs");
6263
assetsToExport.Add(assetsPath + "/iOS/AdjustSdk.a");
@@ -68,13 +69,15 @@ static void ExportAdjustUnityPackage()
6869
assetsToExport.Add(assetsPath + "/Prefab/Adjust.prefab");
6970

7071
assetsToExport.Add(assetsPath + "/Unity/Adjust.cs");
72+
assetsToExport.Add(assetsPath + "/Unity/AdjustAppStoreSubscription.cs");
7173
assetsToExport.Add(assetsPath + "/Unity/AdjustAttribution.cs");
7274
assetsToExport.Add(assetsPath + "/Unity/AdjustConfig.cs");
7375
assetsToExport.Add(assetsPath + "/Unity/AdjustEnvironment.cs");
7476
assetsToExport.Add(assetsPath + "/Unity/AdjustEvent.cs");
7577
assetsToExport.Add(assetsPath + "/Unity/AdjustEventFailure.cs");
7678
assetsToExport.Add(assetsPath + "/Unity/AdjustEventSuccess.cs");
7779
assetsToExport.Add(assetsPath + "/Unity/AdjustLogLevel.cs");
80+
assetsToExport.Add(assetsPath + "/Unity/AdjustPlayStoreSubscription.cs");
7881
assetsToExport.Add(assetsPath + "/Unity/AdjustSessionFailure.cs");
7982
assetsToExport.Add(assetsPath + "/Unity/AdjustSessionSuccess.cs");
8083
assetsToExport.Add(assetsPath + "/Unity/AdjustUtils.cs");

Assets/Adjust/Unity/AdjustUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ public class AdjustUtils
2727
public static string KeyTestOptionsGdprUrl = "gdprUrl";
2828
public static string KeyTestOptionsSubscriptionUrl = "subscriptionUrl";
2929
public static string KeyTestOptionsExtraPath = "extraPath";
30+
public static string KeyTestOptionsBasePath = "basePath";
31+
public static string KeyTestOptionsGdprPath = "gdprPath";
3032
public static string KeyTestOptionsDeleteState = "deleteState";
3133
public static string KeyTestOptionsUseTestConnectionOptions = "useTestConnectionOptions";
3234
public static string KeyTestOptionsTimerIntervalInMilliseconds = "timerIntervalInMilliseconds";

0 commit comments

Comments
 (0)