Skip to content

Commit 0b07c5e

Browse files
authored
Merge pull request #766 from OneSignal/release/3.0.13
Release 3.0.13
2 parents df624c8 + bc624f1 commit 0b07c5e

File tree

11 files changed

+46
-21
lines changed

11 files changed

+46
-21
lines changed

OneSignalExample/Assets/OneSignal/Attribution/OneSignal.UnityPackage.Attribution.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.12",
19+
"expression": "3.0.13",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [3.0.13]
89
### Changed
910
- Updated included iOS SDK from 3.12.9 to [3.12.10](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.10)
1011
- Replace deprecated openURL method preventing launch URLs
@@ -211,7 +212,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
211212
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
212213
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
213214

214-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.12...HEAD
215+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.13...HEAD
216+
[3.0.13]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.12...3.0.13
215217
[3.0.12]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.11...3.0.12
216218
[3.0.11]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.10...3.0.11
217219
[3.0.10]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...3.0.10

OneSignalExample/Assets/OneSignal/Editor/OneSignal.UnityPackage.Editor.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "3.0.12",
19+
"expression": "3.0.13",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Example/OneSignal.UnityPackage.Example.asmdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versionDefines": [
1919
{
2020
"name": "com.onesignal.unity.core",
21-
"expression": "3.0.12",
21+
"expression": "3.0.13",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.12
1+
3.0.13

OneSignalExample/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.12"
8+
"com.onesignal.unity.core": "3.0.13"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "3.0.12"
22+
"com.onesignal.unity.core": "3.0.13"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

+31-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 23
6+
serializedVersion: 24
77
productGUID: 7d6b2d203c60927499aa292c96ccec42
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -48,6 +48,7 @@ PlayerSettings:
4848
defaultScreenHeightWeb: 600
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
51+
unsupportedMSAAFallback: 0
5152
m_MTRendering: 1
5253
mipStripping: 0
5354
numberOfMipsStripped: 0
@@ -74,6 +75,7 @@ PlayerSettings:
7475
androidMinimumWindowWidth: 400
7576
androidMinimumWindowHeight: 300
7677
androidFullscreenMode: 1
78+
androidAutoRotationBehavior: 1
7779
defaultIsNativeResolution: 1
7880
macRetinaSupport: 1
7981
runInBackground: 1
@@ -121,6 +123,7 @@ PlayerSettings:
121123
switchNVNOtherPoolsGranularity: 16777216
122124
switchNVNMaxPublicTextureIDCount: 0
123125
switchNVNMaxPublicSamplerIDCount: 0
126+
switchMaxWorkerMultiple: 8
124127
stadiaPresentMode: 0
125128
stadiaTargetFramerate: 0
126129
vulkanNumSwapchainBuffers: 3
@@ -134,7 +137,7 @@ PlayerSettings:
134137
16:10: 1
135138
16:9: 1
136139
Others: 1
137-
bundleVersion: 3.0.12
140+
bundleVersion: 3.0.13
138141
preloadedAssets: []
139142
metroInputSource: 0
140143
wsaTransparentSwapchain: 0
@@ -178,10 +181,10 @@ PlayerSettings:
178181
StripUnusedMeshComponents: 0
179182
VertexChannelCompressionMask: 4054
180183
iPhoneSdkVersion: 988
181-
iOSTargetOSVersionString: 11.0
184+
iOSTargetOSVersionString: 12.0
182185
tvOSSdkVersion: 0
183186
tvOSRequireExtendedGameController: 0
184-
tvOSTargetOSVersionString: 11.0
187+
tvOSTargetOSVersionString: 12.0
185188
uIPrerenderedIcon: 0
186189
uIRequiresPersistentWiFi: 0
187190
uIRequiresFullScreen: 1
@@ -462,13 +465,16 @@ PlayerSettings:
462465
m_Kind: 4
463466
m_SubKind: App Store
464467
m_BuildTargetBatching: []
468+
m_BuildTargetShaderSettings: []
465469
m_BuildTargetGraphicsJobs: []
466470
m_BuildTargetGraphicsJobMode: []
467471
m_BuildTargetGraphicsAPIs:
468472
- m_BuildTarget: AndroidPlayer
469473
m_APIs: 0b00000008000000
470474
m_Automatic: 0
471475
m_BuildTargetVRSettings: []
476+
m_DefaultShaderChunkSizeInMB: 16
477+
m_DefaultShaderChunkCount: 0
472478
openGLRequireES31: 0
473479
openGLRequireES31AEP: 0
474480
openGLRequireES32: 0
@@ -498,7 +504,7 @@ PlayerSettings:
498504
switchSocketConcurrencyLimit: 14
499505
switchScreenResolutionBehavior: 2
500506
switchUseCPUProfiler: 0
501-
switchUseGOLDLinker: 0
507+
switchEnableFileSystemTrace: 0
502508
switchLTOSetting: 0
503509
switchApplicationID: 0x01004b9000490000
504510
switchNSODependencies:
@@ -575,7 +581,6 @@ PlayerSettings:
575581
switchReleaseVersion: 0
576582
switchDisplayVersion: 1.0.0
577583
switchStartupUserAccount: 0
578-
switchTouchScreenUsage: 0
579584
switchSupportedLanguagesMask: 0
580585
switchLogoType: 0
581586
switchApplicationErrorCodeCategory:
@@ -617,6 +622,7 @@ PlayerSettings:
617622
switchNativeFsCacheSize: 32
618623
switchIsHoldTypeHorizontal: 0
619624
switchSupportedNpadCount: 8
625+
switchEnableTouchScreen: 1
620626
switchSocketConfigEnabled: 0
621627
switchTcpInitialSendBufferSize: 32
622628
switchTcpInitialReceiveBufferSize: 64
@@ -627,8 +633,8 @@ PlayerSettings:
627633
switchSocketBufferEfficiency: 4
628634
switchSocketInitializeEnabled: 1
629635
switchNetworkInterfaceManagerInitializeEnabled: 1
630-
switchPlayerConnectionEnabled: 1
631636
switchUseNewStyleFilepaths: 0
637+
switchUseLegacyFmodPriorities: 1
632638
switchUseMicroSleepForYield: 1
633639
switchEnableRamDiskSupport: 0
634640
switchMicroSleepForYieldTime: 25
@@ -728,6 +734,7 @@ PlayerSettings:
728734
webGLLinkerTarget: 1
729735
webGLThreadsSupport: 0
730736
webGLDecompressionFallback: 0
737+
webGLPowerPreference: 2
731738
scriptingDefineSymbols:
732739
0: IS_ONESIGNAL_EXAMPLE_APP
733740
additionalCompilerArguments: {}
@@ -736,7 +743,22 @@ PlayerSettings:
736743
Android: 1
737744
Standalone: 1
738745
il2cppCompilerConfiguration: {}
739-
managedStrippingLevel: {}
746+
managedStrippingLevel:
747+
Android: 1
748+
EmbeddedLinux: 1
749+
GameCoreScarlett: 1
750+
GameCoreXboxOne: 1
751+
Lumin: 1
752+
Nintendo Switch: 1
753+
PS4: 1
754+
PS5: 1
755+
Stadia: 1
756+
Standalone: 1
757+
WebGL: 1
758+
Windows Store Apps: 1
759+
XboxOne: 1
760+
iPhone: 1
761+
tvOS: 1
740762
incrementalIl2cppBuild: {}
741763
suppressCommonWarnings: 1
742764
allowUnsafeCode: 0
@@ -829,6 +851,7 @@ PlayerSettings:
829851
m_VersionName:
830852
apiCompatibilityLevel: 6
831853
activeInputHandler: 0
854+
windowsGamepadBackendHint: 0
832855
cloudProjectId:
833856
framebufferDepthMemorylessMode: 0
834857
qualitySettingsNames: []

com.onesignal.unity.android/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.android",
33
"displayName": "OneSignal Unity SDK - Android",
4-
"version": "3.0.12",
4+
"version": "3.0.13",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.12"
8+
"com.onesignal.unity.core": "3.0.13"
99
},
1010
"keywords": [
1111
"push-notifications",

com.onesignal.unity.core/Runtime/OneSignal.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace OneSignalSDK {
3434
/// OneSignal SDK for Unity
3535
/// </summary>
3636
public abstract partial class OneSignal {
37-
public const string Version = "3.0.12";
37+
public const string Version = "3.0.13";
3838

3939
/// <summary>
4040
/// The default static instance of the OneSignal Unity SDK

com.onesignal.unity.core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.onesignal.unity.core",
33
"displayName": "OneSignal Unity SDK - Core",
4-
"version": "3.0.12",
4+
"version": "3.0.13",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {

com.onesignal.unity.ios/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.ios",
33
"displayName": "OneSignal Unity SDK - iOS",
4-
"version": "3.0.12",
4+
"version": "3.0.13",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.12"
8+
"com.onesignal.unity.core": "3.0.13"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)