Skip to content

Commit ea8ae18

Browse files
committed
clean up files
1 parent 0d02930 commit ea8ae18

File tree

5 files changed

+5
-33
lines changed

5 files changed

+5
-33
lines changed

OneSignalExample/Assets/OneSignal/Example/OneSignalExampleBehaviour.cs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,6 @@ public class OneSignalExampleBehaviour : MonoBehaviour
121121
/// </summary>
122122
public float outcomeValue;
123123

124-
/// <summary>
125-
///
126-
/// </summary>
127-
public string eventName;
128-
129-
/// <summary>
130-
///
131-
/// </summary>
132-
public string eventPropertyKey;
133-
134-
/// <summary>
135-
///
136-
/// </summary>
137-
public string eventPropertyValue;
138-
139124
/// <summary>
140125
///
141126
/// </summary>
@@ -674,12 +659,6 @@ public void RemovePushToStartToken()
674659

675660
public void SetLiveActivityTypeToken(string newVal) => liveActivityTypeToken = newVal;
676661

677-
public void SetEventName(string newVal) => eventName = newVal;
678-
679-
public void SetEventPropertyKey(string newVal) => eventPropertyKey = newVal;
680-
681-
public void SetEventPropertyValue(string newVal) => eventPropertyValue = newVal;
682-
683662
private void Awake()
684663
{
685664
SDKDebug.LogIntercept += _log;

OneSignalExample/ProjectSettings/AndroidResolverDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
<setting name="useFullCustomMavenRepoPathWhenNotExport" value="False" />
2121
<setting name="useJetifier" value="True" />
2222
</settings>
23-
</dependencies>
23+
</dependencies>

OneSignalExample/ProjectSettings/GvhProjectSettings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
<projectSetting name="Google.VersionHandler.VerboseLoggingEnabled" value="False" />
66
<projectSetting name="GooglePlayServices.PromptBeforeAutoResolution" value="False" />
77
<projectSetting name="GooglePlayServices.UseJetifier" value="True" />
8-
</projectSettings>
8+
</projectSettings>

OneSignalExample/ProjectSettings/MultiplayerManager.asset

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependencies>
2-
<iosPods>
3-
<iosPod name="OneSignalXCFramework" version="5.4.0-alpha-01" addToAllTargets="true" />
4-
</iosPods>
2+
<iosPods>
3+
<iosPod name="OneSignalXCFramework" version="5.4.0-alpha-01" addToAllTargets="true" />
4+
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)