Skip to content

Commit 796569d

Browse files
authored
Merge pull request #650 from OneSignal/release/5.0.3
Release 5.0.3
2 parents dadbb2b + f4e091d commit 796569d

File tree

10 files changed

+74
-32
lines changed

10 files changed

+74
-32
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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+
## [5.0.3]
89
### Changed
910
- `InstallEdm4uStep` now imports version [1.2.177](https://github.com/googlesamples/unity-jar-resolver/releases/tag/v1.2.177) of [EDM4U](https://github.com/googlesamples/unity-jar-resolver)
1011
- Updated included Android SDK to [5.0.2](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.0.2)
@@ -248,7 +249,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
248249
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
249250
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
250251

251-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.2...HEAD
252+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.3...HEAD
253+
[5.0.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.2...5.0.3
252254
[5.0.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.1...5.0.2
253255
[5.0.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0...5.0.1
254256
[5.0.0]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.3...5.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

OneSignalExample/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
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": "5.0.2"
8+
"com.onesignal.unity.core": "5.0.3"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.0.2"
22+
"com.onesignal.unity.core": "5.0.3"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 60 additions & 20 deletions
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: 26
77
productGUID: 7d6b2d203c60927499aa292c96ccec42
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -48,14 +48,15 @@ PlayerSettings:
4848
defaultScreenHeightWeb: 600
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
51+
m_SpriteBatchVertexThreshold: 300
5152
m_MTRendering: 1
5253
mipStripping: 0
5354
numberOfMipsStripped: 0
55+
numberOfMipsStrippedPerMipmapLimitGroup: {}
5456
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5557
iosShowActivityIndicatorOnLoading: -1
5658
androidShowActivityIndicatorOnLoading: -1
5759
iosUseCustomAppBackgroundBehavior: 0
58-
iosAllowHTTPDownload: 1
5960
allowedAutorotateToPortrait: 1
6061
allowedAutorotateToPortraitUpsideDown: 1
6162
allowedAutorotateToLandscapeRight: 1
@@ -85,6 +86,7 @@ PlayerSettings:
8586
hideHomeButton: 0
8687
submitAnalytics: 1
8788
usePlayerLog: 1
89+
dedicatedServerOptimizations: 0
8890
bakeCollisionMeshes: 0
8991
forceSingleInstance: 0
9092
useFlipModelSwapchain: 1
@@ -119,22 +121,21 @@ PlayerSettings:
119121
switchNVNShaderPoolsGranularity: 33554432
120122
switchNVNDefaultPoolsGranularity: 16777216
121123
switchNVNOtherPoolsGranularity: 16777216
124+
switchGpuScratchPoolGranularity: 2097152
125+
switchAllowGpuScratchShrinking: 0
122126
switchNVNMaxPublicTextureIDCount: 0
123127
switchNVNMaxPublicSamplerIDCount: 0
128+
switchNVNGraphicsFirmwareMemory: 32
129+
switchMaxWorkerMultiple: 8
124130
stadiaPresentMode: 0
125131
stadiaTargetFramerate: 0
126132
vulkanNumSwapchainBuffers: 3
127133
vulkanEnableSetSRGBWrite: 0
128134
vulkanEnablePreTransform: 0
129135
vulkanEnableLateAcquireNextImage: 0
130136
vulkanEnableCommandBufferRecycling: 1
131-
m_SupportedAspectRatios:
132-
4:3: 1
133-
5:4: 1
134-
16:10: 1
135-
16:9: 1
136-
Others: 1
137-
bundleVersion: 5.0.2
137+
loadStoreDebugModeEnabled: 0
138+
bundleVersion: 5.0.3
138139
preloadedAssets: []
139140
metroInputSource: 0
140141
wsaTransparentSwapchain: 0
@@ -147,7 +148,7 @@ PlayerSettings:
147148
enableFrameTimingStats: 0
148149
enableOpenGLProfilerGPURecorders: 1
149150
useHDRDisplay: 0
150-
D3DHDRBitDepth: 0
151+
hdrBitDepth: 0
151152
m_ColorGamuts: 00000000
152153
targetPixelDensity: 30
153154
resolutionScalingMode: 0
@@ -159,6 +160,7 @@ PlayerSettings:
159160
iPhone: com.onesignal.example
160161
buildNumber:
161162
Standalone: 0
163+
VisionOS: 0
162164
iPhone: 2
163165
tvOS: 0
164166
overrideDefaultApplicationIdentifier: 1
@@ -176,12 +178,15 @@ PlayerSettings:
176178
APKExpansionFiles: 0
177179
keepLoadedShadersAlive: 0
178180
StripUnusedMeshComponents: 0
181+
strictShaderVariantMatching: 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
188+
VisionOSSdkVersion: 0
189+
VisionOSTargetOSVersionString: 1.0
185190
uIPrerenderedIcon: 0
186191
uIRequiresPersistentWiFi: 0
187192
uIRequiresFullScreen: 1
@@ -229,8 +234,10 @@ PlayerSettings:
229234
appleDeveloperTeamID:
230235
iOSManualSigningProvisioningProfileID:
231236
tvOSManualSigningProvisioningProfileID:
237+
VisionOSManualSigningProvisioningProfileID:
232238
iOSManualSigningProvisioningProfileType: 0
233239
tvOSManualSigningProvisioningProfileType: 0
240+
VisionOSManualSigningProvisioningProfileType: 0
234241
appleEnableAutomaticSigning: 0
235242
iOSRequireARKit: 0
236243
iOSAutomaticallyDetectAndAddCapabilities: 1
@@ -245,13 +252,15 @@ PlayerSettings:
245252
useCustomLauncherGradleManifest: 0
246253
useCustomBaseGradleTemplate: 0
247254
useCustomGradlePropertiesTemplate: 1
255+
useCustomGradleSettingsTemplate: 0
248256
useCustomProguardFile: 0
249257
AndroidTargetArchitectures: 3
250258
AndroidTargetDevices: 0
251259
AndroidSplashScreenScale: 0
252260
androidSplashScreen: {fileID: 0}
253261
AndroidKeystoreName:
254262
AndroidKeyaliasName:
263+
AndroidEnableArmv9SecurityFeatures: 0
255264
AndroidBuildApkPerCpuArchitecture: 0
256265
AndroidTVCompatibility: 0
257266
AndroidIsGame: 1
@@ -265,7 +274,6 @@ PlayerSettings:
265274
banner: {fileID: 0}
266275
androidGamepadSupportLevel: 0
267276
chromeosInputEmulation: 1
268-
AndroidMinifyWithR8: 0
269277
AndroidMinifyRelease: 0
270278
AndroidMinifyDebug: 0
271279
AndroidValidateAppBundleSize: 1
@@ -481,7 +489,9 @@ PlayerSettings:
481489
iPhone: 1
482490
tvOS: 1
483491
m_BuildTargetGroupLightmapEncodingQuality: []
492+
m_BuildTargetGroupHDRCubemapEncodingQuality: []
484493
m_BuildTargetGroupLightmapSettings: []
494+
m_BuildTargetGroupLoadStoreDebugModeSettings: []
485495
m_BuildTargetNormalMapEncoding: []
486496
m_BuildTargetDefaultTextureCompressionFormat: []
487497
playModeTestRunnerEnabled: 0
@@ -494,17 +504,20 @@ PlayerSettings:
494504
locationUsageDescription:
495505
microphoneUsageDescription:
496506
bluetoothUsageDescription:
507+
macOSTargetOSVersion: 10.13.0
497508
switchNMETAOverride:
498509
switchNetLibKey:
499510
switchSocketMemoryPoolSize: 6144
500511
switchSocketAllocatorPoolSize: 128
501512
switchSocketConcurrencyLimit: 14
502513
switchScreenResolutionBehavior: 2
503514
switchUseCPUProfiler: 0
515+
switchEnableFileSystemTrace: 0
504516
switchUseGOLDLinker: 0
505517
switchLTOSetting: 0
506518
switchApplicationID: 0x01004b9000490000
507519
switchNSODependencies:
520+
switchCompilerFlags:
508521
switchTitleNames_0:
509522
switchTitleNames_1:
510523
switchTitleNames_2:
@@ -578,7 +591,6 @@ PlayerSettings:
578591
switchReleaseVersion: 0
579592
switchDisplayVersion: 1.0.0
580593
switchStartupUserAccount: 0
581-
switchTouchScreenUsage: 0
582594
switchSupportedLanguagesMask: 0
583595
switchLogoType: 0
584596
switchApplicationErrorCodeCategory:
@@ -620,6 +632,7 @@ PlayerSettings:
620632
switchNativeFsCacheSize: 32
621633
switchIsHoldTypeHorizontal: 0
622634
switchSupportedNpadCount: 8
635+
switchEnableTouchScreen: 1
623636
switchSocketConfigEnabled: 0
624637
switchTcpInitialSendBufferSize: 32
625638
switchTcpInitialReceiveBufferSize: 64
@@ -720,6 +733,7 @@ PlayerSettings:
720733
webGLMemorySize: 32
721734
webGLExceptionSupport: 1
722735
webGLNameFilesAsHashes: 0
736+
webGLShowDiagnostics: 0
723737
webGLDataCaching: 1
724738
webGLDebugSymbols: 0
725739
webGLEmscriptenArgs:
@@ -732,6 +746,12 @@ PlayerSettings:
732746
webGLLinkerTarget: 1
733747
webGLThreadsSupport: 0
734748
webGLDecompressionFallback: 0
749+
webGLInitialMemorySize: 32
750+
webGLMaximumMemorySize: 2048
751+
webGLMemoryGrowthMode: 2
752+
webGLMemoryLinearGrowthStep: 16
753+
webGLMemoryGeometricGrowthStep: 0.2
754+
webGLMemoryGeometricGrowthCap: 96
735755
webGLPowerPreference: 2
736756
scriptingDefineSymbols:
737757
0: IS_ONESIGNAL_EXAMPLE_APP
@@ -741,17 +761,31 @@ PlayerSettings:
741761
Android: 1
742762
Standalone: 1
743763
il2cppCompilerConfiguration: {}
744-
managedStrippingLevel: {}
764+
il2cppCodeGeneration: {}
765+
managedStrippingLevel:
766+
Android: 1
767+
EmbeddedLinux: 1
768+
GameCoreScarlett: 1
769+
GameCoreXboxOne: 1
770+
Nintendo Switch: 1
771+
PS4: 1
772+
PS5: 1
773+
QNX: 1
774+
Stadia: 1
775+
Standalone: 1
776+
VisionOS: 1
777+
WebGL: 1
778+
Windows Store Apps: 1
779+
XboxOne: 1
780+
iPhone: 1
781+
tvOS: 1
745782
incrementalIl2cppBuild: {}
746783
suppressCommonWarnings: 1
747784
allowUnsafeCode: 0
748785
useDeterministicCompilation: 1
749-
enableRoslynAnalyzers: 1
750-
selectedPlatform: 0
751786
additionalIl2CppArgs:
752787
scriptingRuntimeVersion: 1
753788
gcIncremental: 1
754-
assemblyVersionValidation: 1
755789
gcWBarrierValidation: 0
756790
apiCompatibilityLevelPerPlatform:
757791
Android: 3
@@ -833,6 +867,11 @@ PlayerSettings:
833867
luminVersion:
834868
m_VersionCode: 1
835869
m_VersionName:
870+
hmiPlayerDataPath:
871+
hmiForceSRGBBlit: 1
872+
embeddedLinuxEnableGamepadInput: 1
873+
hmiLogStartupTiming: 0
874+
hmiCpuConfiguration:
836875
apiCompatibilityLevel: 6
837876
activeInputHandler: 0
838877
windowsGamepadBackendHint: 0
@@ -843,6 +882,7 @@ PlayerSettings:
843882
organizationId:
844883
cloudEnabled: 0
845884
legacyClampBlendShapeWeights: 0
846-
playerDataPath:
847-
forceSRGBBlit: 1
885+
hmiLoadingImage: {fileID: 0}
886+
platformRequiresReadableAssets: 0
848887
virtualTexturingSupportEnabled: 0
888+
insecureHttpOption: 0

com.onesignal.unity.android/package.json

Lines changed: 2 additions & 2 deletions
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": "5.0.2",
4+
"version": "5.0.3",
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": "5.0.2"
8+
"com.onesignal.unity.core": "5.0.3"
99
},
1010
"keywords": [
1111
"push-notifications",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040
/// OneSignal SDK for Unity
4141
/// </summary>
4242
public static partial class OneSignal {
43-
public const string Version = "5.0.2";
43+
public const string Version = "5.0.3";
4444

4545
/// <summary>
4646
/// The default static instance of the OneSignal Unity SDK

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
namespace OneSignalSDK {
4040
public abstract class OneSignalPlatform {
41-
public const string VersionHeader = "050002";
41+
public const string VersionHeader = "050003";
4242

4343
internal static event Action<string> OnInitialize;
4444

com.onesignal.unity.core/package.json

Lines changed: 1 addition & 1 deletion
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": "5.0.2",
4+
"version": "5.0.3",
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/Runtime/Plugins/iOS/UIApplication+OneSignalUnity.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ - (void)setOneSignalUnityDelegate:(id <UIApplicationDelegate>)delegate {
9696

9797
- (BOOL)oneSignalApplication:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
9898
[OneSignalWrapper setSdkType:@"unity"];
99-
[OneSignalWrapper setSdkVersion:@"050002"];
99+
[OneSignalWrapper setSdkVersion:@"050003"];
100100
[OneSignal initialize:nil withLaunchOptions:launchOptions];
101101

102102
if ([self respondsToSelector:@selector(oneSignalApplication:didFinishLaunchingWithOptions:)])

com.onesignal.unity.ios/package.json

Lines changed: 2 additions & 2 deletions
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": "5.0.2",
4+
"version": "5.0.3",
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": "5.0.2"
8+
"com.onesignal.unity.core": "5.0.3"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)