Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Bundling host adapters #9

Open
evgenytr opened this issue Jun 26, 2013 · 0 comments
Open

Bundling host adapters #9

evgenytr opened this issue Jun 26, 2013 · 0 comments

Comments

@evgenytr
Copy link

Can't get host adapter plugins to be bundled with extension.
I don't see option in csxs.json to include them, so I have manually edited .mxi file as follows (all adapters are in the project folder/aihostadapter):

<files>
        {{{list-files}}}
        <file destination="$plugin/Extensions" maxVersion="15.1" minVersion="15.0" platform="win" products="Illustrator" shared="true" source="./aihostadapter/win/AIHostAdapter.aip"/>
        <file destination="$plugin/Extensions" minVersion="16.0" platform="win" products="Illustrator32" shared="true" source="./aihostadapter/win32/AIHostAdapter.aip"/>
        <file destination="$plugin/Extensions" minVersion="16.0" platform="win" products="Illustrator64" shared="true" source="./aihostadapter/win64/AIHostAdapter.aip"/>
            <file destination="$plugin/Extensions.localized" minVersion="17.0" maxVersion="17.9" platform="mac" products="Illustrator" shared="true" source="./aihostadapter/mac/AIHostAdapter.aip"/>
        <file destination="$plugin/Extensions.localized" maxVersion="16.9" minVersion="16.0" platform="mac" products="Illustrator" shared="true" source="./aihostadapter/mac/AIHostAdapter.aip"/>
        <file destination="$plugin/Extensions" maxVersion="15.0" minVersion="15.0" platform="mac" products="Illustrator" source="./aihostadapter/mac/cs5/AIHostAdapter.aip"/>
        <file destination="$plugin/Extensions" maxVersion="15.1" minVersion="15.1" platform="mac" products="Illustrator" source="./aihostadapter/mac/cs5.5/AIHostAdapter.aip"/>
    </files>

unfortunately, during compilation 'aihostadapter' folder is not copied into temporary folder, hence .aip files are missing, and install fails

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant