Skip to content

Commit e6a4b41

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

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
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/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)