<pkg-info format-version="2" identifier="com.xaymar.StreamFX.obs" version="0.12.0.299" relocatable="false" overwrite-permissions="false" followSymLinks="false" useHFSPlusCompression="true" install-location="/Library/Application Support/obs-studio/plugins" auth="none">
<payload installKBytes="9510" numberOfFiles="136"/>
<bundle path="./StreamFX.plugin" CFBundleShortVersionString="0.12.0.299" CFBundleVersion="0.12.0" id="com.xaymar.StreamFX.obs" CFBundleIdentifier="com.xaymar.StreamFX.obs"/>
<!--+==========================+
    |         Locators         |
    +==========================+-->
<relocate search-id="relocate.com.xaymar.StreamFX.obs">
    <bundle id="com.xaymar.StreamFX.obs"/>
</relocate>
<locator>
    <search type="component" id="search.1.com.xaymar.StreamFX.obs">
        <bundle CFBundleIdentifier="com.xaymar.StreamFX.obs" path="/Library/Application Support/obs-studio/plugins"/>
    </search>
    <search type="component" id="search.2.com.xaymar.StreamFX.obs">
        <bundle CFBundleIdentifier="com.xaymar.StreamFX" path="/Library/Application Support/obs-studio/plugins"/>
    </search>
    <search type="script" id="relocate.com.xaymar.StreamFX.obs" script="processSearchResults()">
        <script>

		function processSearchResults()
		{
			var tIDsArray;
			var tProcessedResults;
			var i,tCount;

			tIDsArray = new Array('search.1.com.xaymar.StreamFX.obs',
			                      'search.2.com.xaymar.StreamFX.obs');

			tProcessedResults = new Array;

			tCount=tIDsArray.length;

			for(i=0;i&lt;tCount;i++)
			{
				var tResults;

				tResults=my.search.results[tIDsArray[i]];

				if (typeof(tResults) == 'object')
				{
					var j,tLength;

					tLength=tResults.length;

					for(j=0;j&lt;tLength;j++)
					{
						var tValue;

						tValue=tResults[j];

						if (tValue)
						{
							tProcessedResults.push(tValue);
						}
					}
				}
				else if (tResults)
				{
					tProcessedResults.push(tResults);
				}
			}

			return tProcessedResults;
		}

        </script>
    </search>
</locator>
</pkg-info>