Skip to content

Commit

Permalink
Merge pull request #2 from tomduncalf/rename
Browse files Browse the repository at this point in the history
Rename submodule to tomduncalf_juce_web_ui
  • Loading branch information
tomduncalf authored May 26, 2021
2 parents 8c8be4c + eaac457 commit 66bf62f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "JUCE"]
path = JUCE
url = [email protected]:juce-framework/JUCE.git
[submodule "juce_modules/tomduncalf_juce_browser_integration"]
path = juce_modules/tomduncalf_juce_browser_integration
url = [email protected]:tomduncalf/tomduncalf_juce_browser_integration.git
[submodule "juce_modules/tomduncalf_juce_web_ui"]
path = juce_modules/tomduncalf_juce_web_ui
url = [email protected]:tomduncalf/tomduncalf_juce_web_ui.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ By default, the JUCE WebBrowserComponent does not expose the ability to access t

- [ ] Move JUCE integration code into a reusable npm module
- [ ] Proper styling
- [ ] Also see https://github.com/tomduncalf/tomduncalf_juce_browser_integration/#TODO for wider integration TODO's
- [ ] Also see https://github.com/tomduncalf/tomduncalf_juce_web_ui/#TODO for wider integration TODO's
6 changes: 3 additions & 3 deletions WebUISynth.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<MODULEPATH id="juce_graphics" path="JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="JUCE/modules"/>
<MODULEPATH id="juce_gui_extra" path="JUCE/modules"/>
<MODULEPATH id="tomduncalf_juce_browser_integration" path="juce_modules"/>
<MODULEPATH id="tomduncalf_juce_web_ui" path="juce_modules"/>
</MODULEPATHS>
</XCODE_MAC>
<XCODE_IPHONE targetFolder="Builds/iOS" iosBackgroundAudio="1" iosDevelopmentTeamID="TKQQG6PP9C"
Expand All @@ -61,7 +61,7 @@
<CONFIGURATION isDebug="0" name="Release"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="tomduncalf_juce_browser_integration" path="juce_modules"/>
<MODULEPATH id="tomduncalf_juce_web_ui" path="juce_modules"/>
<MODULEPATH id="juce_gui_extra" path="JUCE/modules"/>
<MODULEPATH id="juce_gui_basics" path="JUCE/modules"/>
<MODULEPATH id="juce_graphics" path="JUCE/modules"/>
Expand Down Expand Up @@ -93,7 +93,7 @@
<MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="0"/>
<MODULE id="tomduncalf_juce_browser_integration" showAllCode="1" useLocalCopy="0"
<MODULE id="tomduncalf_juce_web_ui" showAllCode="1" useLocalCopy="0"
useGlobalPath="0"/>
</MODULES>
<LIVE_SETTINGS>
Expand Down
1 change: 0 additions & 1 deletion juce_modules/tomduncalf_juce_browser_integration
Submodule tomduncalf_juce_browser_integration deleted from 217eaf
1 change: 1 addition & 0 deletions juce_modules/tomduncalf_juce_web_ui
Submodule tomduncalf_juce_web_ui added at bc469b
2 changes: 1 addition & 1 deletion setup_dev_server.sh

0 comments on commit 66bf62f

Please sign in to comment.