autopkg / moofit-recipes

10 stars 27 forks source link

UnityAdditionalComponents.pkg URL Error #79

Closed woodmember closed 2 years ago

woodmember commented 2 years ago

No matter the component we are getting a URL error: "No match found on URL: https://unity3d.com/unity-release/latest Failed."

I have included a override file just incase there is a syntax issue

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Identifier</key>
    <string>local.pkg.UnityAdditionalComponents-IOS-UNSW</string>
    <key>Input</key>
    <dict>
        <key>ADDITIONAL_COMPONENT</key>
        <string></string>
        <key>NAME</key>
        <string>iOS</string>
        <key>URL</key>
        <string>https://unity3d.com/unity-release/latest</string>
    </dict>
    <key>ParentRecipe</key>
    <string>com.github.moofit-recipes.pkg.UnityAdditionalComponents</string>
    <key>ParentRecipeTrustInfo</key>
    <dict>
        <key>non_core_processors</key>
        <dict>
            <key>com.github.homebysix.FindAndReplace/FindAndReplace</key>
            <dict>
                <key>git_hash</key>
                <string>dc086969ec741e70edcf24774d50fba627732496</string>
                <key>path</key>
                <string>~/Library/AutoPkg/RecipeRepos/com.github.autopkg.homebysix-recipes/FindAndReplace/FindAndReplace.py</string>
                <key>sha256_hash</key>
                <string>bb19af8502c6531346e06767b128cee20532647d31b529af2deff1136e550bd8</string>
            </dict>
        </dict>
        <key>parent_recipes</key>
        <dict>
            <key>com.github.moofit-recipes.download.UnityAdditionalComponents</key>
            <dict>
                <key>git_hash</key>
                <string>beb47835582161aa98feb18f4abb8b99e0da4faa</string>
                <key>path</key>
                <string>~/Library/AutoPkg/RecipeRepos/com.github.autopkg.moofit-recipes/Unity/UnityAdditionalComponents.download.recipe</string>
                <key>sha256_hash</key>
                <string>1eb5922d71b89a638d7a535b4e2c5539de34b92e6441ec3787afa500ef5d7081</string>
            </dict>
            <key>com.github.moofit-recipes.pkg.UnityAdditionalComponents</key>
            <dict>
                <key>git_hash</key>
                <string>0d4feced400bfbdf8fc3c89a41eaf74436d43fd1</string>
                <key>path</key>
                <string>~/Library/AutoPkg/RecipeRepos/com.github.autopkg.moofit-recipes/Unity/UnityAdditionalComponents.pkg.recipe</string>
                <key>sha256_hash</key>
                <string>fb28e193b861e2513163a5e13666499f51c9cf1c496a6911f7d1f07bde6dc1a9</string>
            </dict>
        </dict>
    </dict>
</dict>
</plist>

UnityAdditionalComponents-IOS-UNSW.pkg.recipe.zip

homebysix commented 2 years ago

It looks like the problem is that you're not specifying which additional component you want to download:

        <key>ADDITIONAL_COMPONENT</key>
        <string></string>
woodmember commented 2 years ago

Thanks for the speedy reply :)

As I thought another id10t or PEBKAC error. Sorry to bother.

I'll shout you a beer if we ever meet in the Mac admins social circles :)