We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3297d commit 402ad84Copy full SHA for 402ad84
composeRelease.sh
@@ -296,6 +296,10 @@ executeUnityMethod() {
296
fi
297
}
298
299
+echo "Cleaning up Unity locks..."
300
+pkill -f Unity || true
301
+rm -f OneSignalExample/Temp/UnityLockfile
302
+
303
# update project version
304
projectsettings_path="OneSignalExample/ProjectSettings/ProjectSettings.asset"
305
executeUnityMethod "OneSignalExample" "Android" "OneSignalSDK.OneSignalPackagePublisher.UpdateProjectVersion"
0 commit comments