X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cdb5f82c6a95cf300a1332c5096ca1ab01eee30..5938a184a568873b48c1e59bf5c4ed5a9528d7f4:/docs/mac/M5build.applescript diff --git a/docs/mac/M5build.applescript b/docs/mac/M5build.applescript index 8b951bc547..0bd0592106 100644 --- a/docs/mac/M5build.applescript +++ b/docs/mac/M5build.applescript @@ -156,7 +156,7 @@ on BuildProjects(inLogFileRef, inFolder, inTarget, inRebuild) write gSeparator to inLogFileRef end if - tell application "Finder" to set theSubFolders to every folder of inFolder + tell application "Finder" to set theSubFolders to every folder of inFolder whose name does not end with " Data" repeat with theFolder in theSubFolders BuildProjects(inLogFileRef, theFolder, inTarget, inRebuild) end repeat