This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Introjucer: avoided creating iOS assets for a static lib project.
tags/2021-05-28
jules
10 years ago
parent
b0cbaea4f5
commit
d88a49d9ae
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save