Skip to content

Commit

Permalink
Update to use latest prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomduncalf committed May 26, 2021
1 parent e8fd638 commit 5de827c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions WebUISynth.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
</MAINGROUP>
<JUCEOPTIONS JUCE_STRICT_REFCOUNTEDPOINTER="1" JUCE_VST3_CAN_REPLACE_VST2="0"/>
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX" postbuildCommand="sh ../../setup_dev_server.sh"
customPList="&lt;plist&gt;&#10;&lt;dict&gt;&#10; &lt;key&gt;DevServerIP&lt;/key&gt;&#10; &#9;&lt;string&gt;&lt;/string&gt;&#10;&lt;/dict&gt;&#10;&lt;/plist&gt;"
customXcodeResourceFolders="ui/build">
<XCODE_MAC targetFolder="Builds/MacOSX" customPList="&lt;plist&gt;&#10;&lt;dict&gt;&#10; &lt;key&gt;DevServerIP&lt;/key&gt;&#10; &#9;&lt;string&gt;&lt;/string&gt;&#10;&lt;/dict&gt;&#10;&lt;/plist&gt;"
customXcodeResourceFolders="ui/build" prebuildCommand="sh ../../pre_build.sh">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="WebUISynth" recommendedWarnings="LLVM"/>
<CONFIGURATION isDebug="0" name="Release" targetName="WebUISynth" recommendedWarnings="LLVM"/>
Expand All @@ -54,8 +53,8 @@
</MODULEPATHS>
</XCODE_MAC>
<XCODE_IPHONE targetFolder="Builds/iOS" iosBackgroundAudio="1" iosDevelopmentTeamID="TKQQG6PP9C"
postbuildCommand="sh ../../setup_dev_server.sh" customPList="&lt;plist&gt;&#10;&lt;dict&gt;&#10; &lt;key&gt;DevServerIP&lt;/key&gt;&#10; &#9;&lt;string&gt;&lt;/string&gt;&#10; &lt;key&gt;NSAppTransportSecurity&lt;/key&gt;&#10; &lt;dict&gt;&#10; &lt;key&gt;NSAllowsArbitraryLoads&lt;/key&gt;&#10; &lt;true/&gt;&#10; &lt;/dict&gt;&#10;&lt;/dict&gt;&#10;&lt;/plist&gt;"
customXcodeResourceFolders="ui/build">
customPList="&lt;plist&gt;&#10;&lt;dict&gt;&#10; &lt;key&gt;DevServerIP&lt;/key&gt;&#10; &#9;&lt;string&gt;&lt;/string&gt;&#10; &lt;key&gt;NSAppTransportSecurity&lt;/key&gt;&#10; &lt;dict&gt;&#10; &lt;key&gt;NSAllowsArbitraryLoads&lt;/key&gt;&#10; &lt;true/&gt;&#10; &lt;/dict&gt;&#10;&lt;/dict&gt;&#10;&lt;/plist&gt;"
customXcodeResourceFolders="ui/build" prebuildCommand="sh ../../pre_build.sh">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug"/>
<CONFIGURATION isDebug="0" name="Release"/>
Expand Down
2 changes: 1 addition & 1 deletion juce_modules/tomduncalf_juce_web_ui
1 change: 1 addition & 0 deletions pre_build.sh
1 change: 0 additions & 1 deletion setup_dev_server.sh

This file was deleted.

0 comments on commit 5de827c

Please sign in to comment.