1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Removed a breaking change that is no longer a breaking change

This commit is contained in:
ed 2017-10-20 16:41:02 +01:00
parent 8eb18cd5ae
commit 20e1cc0880

View file

@ -4,27 +4,6 @@ JUCE breaking changes
develop
=============
Change
------
Visual Studio plugin targets now have a post-build script that copies the plugin binary to the default folder
for its type or to a specified folder, which can be set in the build configuration.
Possible Issues
---------------
It may cause some issues if you already have a post-build script set up to do this,
if the default folders do not exist, or you do not have write permissions to these folders.
Workaround
----------
Change the copy destination folder in the VS exporter build configuration to one that exists and you have rights
to copy to, or create the default ones.
Rationale
---------
This brings the behaviour of the VS exporter in line with the Xcode exporter and makes it easier
to build and use plugins as they will automatically be copied to the default folder for the plugin type.
Change
------
Viewport now enables "scroll on drag" mode by default on Android and iOS.