Browse Source

Introjucer: avoided creating iOS assets for a static lib project.

tags/2021-05-28
jules 10 years ago
parent
commit
d88a49d9ae
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h

+ 2
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h View File

@@ -304,7 +304,8 @@ private:
if (iOS)
{
createiOSAssetsFolder();
if (! projectType.isStaticLibrary())
createiOSAssetsFolder();
}
else
{


Loading…
Cancel
Save