diff --git a/descriptions/SDK.UltraLeap.md b/descriptions/SDK.UltraLeap.md deleted file mode 100644 index 25131ec37..000000000 --- a/descriptions/SDK.UltraLeap.md +++ /dev/null @@ -1 +0,0 @@ -The [**UltraLeap SDK**](https://developer.leapmotion.com/) is a controller-free hand tracking and haptics software by Ultraleap diff --git a/descriptions/SDK.Ultraleap.md b/descriptions/SDK.Ultraleap.md new file mode 100644 index 000000000..f22d79727 --- /dev/null +++ b/descriptions/SDK.Ultraleap.md @@ -0,0 +1 @@ +[**Ultraleap LeapC**](https://developer.leapmotion.com/) provides support for hand tracking functionality, formerly known as Leap Motion. \ No newline at end of file diff --git a/rules.ini b/rules.ini index e326d2533..1c5c9cd62 100644 --- a/rules.ini +++ b/rules.ini @@ -339,7 +339,7 @@ Tencent_GME = (?:^|/)gmesdk\.dll$ Tiled = \.t[ms]x$ Tobii = (?:^|/)Tobii trueSKY = (?:^|/)TrueSky(?:PluginRender_MT|PluginRender_MD|UI_MD)\.dll$ -UltraLeap = (?:^|/)LeapC?\.dll$ +Ultraleap = (?:^|/)LeapC?\.dll$ UnityBurst = (?:^|/)lib_burst_generated\.(?:dll|so|bundle)$ UnityEntities[] = (?:^|/)Unity\.Entities\.dll$ UnityEntities[] = (?:^|/)StreamingAssets/SubScenes/ diff --git a/tests/types/SDK.UltraLeap.txt b/tests/types/SDK.Ultraleap.txt similarity index 100% rename from tests/types/SDK.UltraLeap.txt rename to tests/types/SDK.Ultraleap.txt