diff --git a/docs/notes/bugfix-21468.md b/docs/notes/bugfix-21468.md new file mode 100644 index 00000000000..7e4c788931f --- /dev/null +++ b/docs/notes/bugfix-21468.md @@ -0,0 +1 @@ +# Include .framework folders in iOS extension code folders diff --git a/ide-support/revsblibrary.livecodescript b/ide-support/revsblibrary.livecodescript index c4056792ae5..ebbd7e485c6 100644 --- a/ide-support/revsblibrary.livecodescript +++ b/ide-support/revsblibrary.livecodescript @@ -2573,7 +2573,7 @@ private command __UpdateSettingsFromCodeFolder pPath, pCodeFolderName, pPlatform appendToStringList tFolderPath & slash & tLine, xSettings["extension_code_resources"] end repeat - if pPlatform is "mac" then + if pPlatform is among the words of "mac ios" then local tFolders put folders(tFolderPath) into tFolders filter tFolders without ".*"