Rename plugin host and network graphics demo examples
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">JUCE Network Graphics Demo</string>
|
||||
<string name="app_name">NetworkGraphicsDemo</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ import java.util.concurrent.atomic.*;
|
|||
|
||||
|
||||
//==============================================================================
|
||||
public class JUCENetworkGraphicsDemo extends Activity
|
||||
public class JUCENetworkGraphicsDemo extends $$JUCENetworkGraphicsDemoBaseClass$$
|
||||
{
|
||||
//==============================================================================
|
||||
static
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">JUCE Network Graphics Demo</string>
|
||||
<string name="app_name">NetworkGraphicsDemo</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ OBJECTS_APP := \
|
|||
all : $(JUCE_OUTDIR)/$(JUCE_TARGET_APP)
|
||||
|
||||
$(JUCE_OUTDIR)/$(JUCE_TARGET_APP) : check-pkg-config $(OBJECTS_APP) $(RESOURCES)
|
||||
@echo Linking "JUCE Network Graphics Demo - App"
|
||||
@echo Linking "NetworkGraphicsDemo - App"
|
||||
-$(V_AT)mkdir -p $(JUCE_BINDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_LIBDIR)
|
||||
-$(V_AT)mkdir -p $(JUCE_OUTDIR)
|
||||
|
|
@ -181,11 +181,11 @@ check-pkg-config:
|
|||
@pkg-config --print-errors alsa freetype2 libcurl x11 xext xinerama webkit2gtk-4.0 gtk+-x11-3.0
|
||||
|
||||
clean:
|
||||
@echo Cleaning JUCE Network Graphics Demo
|
||||
@echo Cleaning NetworkGraphicsDemo
|
||||
$(V_AT)$(CLEANCMD)
|
||||
|
||||
strip:
|
||||
@echo Stripping JUCE Network Graphics Demo
|
||||
@echo Stripping NetworkGraphicsDemo
|
||||
-$(V_AT)$(STRIP) --strip-unneeded $(JUCE_OUTDIR)/$(TARGET)
|
||||
|
||||
-include $(OBJECTS_APP:%.o=%.d)
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.juce.NetworkGraphicsDemo</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
25DEDA8C9F94A6C8DFC8E53E, ); name = Source; sourceTree = "<group>"; };
|
||||
856518502A948813C90E6761 = {isa = PBXGroup; children = (
|
||||
5A58AF0A052C539F0E342A88,
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = "JUCE Network Graphics Demo"; sourceTree = "<group>"; };
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = NetworkGraphicsDemo; sourceTree = "<group>"; };
|
||||
EF0AACA84F1CEE7F45F56339 = {isa = PBXGroup; children = (
|
||||
B76F10A7778664E164A01934,
|
||||
89583CD42AD218E9753DF11C,
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
4311FBCBD02948A0ED96C7DD = {isa = PBXNativeTarget; buildConfigurationList = B73863F5D180C23D3EC40C38; buildPhases = (
|
||||
714944DB86A4D402E7FA269E,
|
||||
C2977559BF9148DB70CA10AE,
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "JUCE Network Graphics Demo - App"; productName = "JUCE Network Graphics Demo"; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "NetworkGraphicsDemo - App"; productName = NetworkGraphicsDemo; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
A5398ADB6F5B128C00EB935C = {isa = PBXProject; buildConfigurationList = 02715337C584F3C721251428; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 4311FBCBD02948A0ED96C7DD = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = D2EB65517396C974F0415A7F; projectDirPath = ""; projectRoot = ""; targets = (4311FBCBD02948A0ED96C7DD); };
|
||||
};
|
||||
rootObject = A5398ADB6F5B128C00EB935C;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2013
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JUCE Network Graphics Demo - App", "JUCE Network Graphics Demo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetworkGraphicsDemo - App", "NetworkGraphicsDemo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="JUCE Network Graphics Demo\Source">
|
||||
<UniqueIdentifier>{4EFDD198-D2B5-7903-1381-33D93BA8085B}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo\Source">
|
||||
<UniqueIdentifier>{6803489B-B275-0512-8D8B-D30728E17A76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Network Graphics Demo">
|
||||
<UniqueIdentifier>{29EA0780-21FA-28D6-16E6-6CE80ECD10DA}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo">
|
||||
<UniqueIdentifier>{B8E36EB7-A210-7AC5-D731-E337E72C8A1E}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\Main.cpp">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -2185,16 +2185,16 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\Demos.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MasterComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SlaveComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SharedCanvas.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -4059,7 +4059,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Source\juce_icon.png">
|
||||
<Filter>JUCE Network Graphics Demo</Filter>
|
||||
<Filter>NetworkGraphicsDemo</Filter>
|
||||
</None>
|
||||
<None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\Flac Licence.txt">
|
||||
<Filter>JUCE Modules\juce_audio_formats\codecs\flac</Filter>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "JUCE Network Graphics Demo\0"
|
||||
VALUE "FileDescription", "NetworkGraphicsDemo\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "JUCE Network Graphics Demo\0"
|
||||
VALUE "ProductName", "NetworkGraphicsDemo\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2017
|
||||
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JUCE Network Graphics Demo - App", "JUCE Network Graphics Demo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetworkGraphicsDemo - App", "NetworkGraphicsDemo_App.vcxproj", "{2F8ABED0-7428-13A5-07CD-EF1F3B43B926}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="JUCE Network Graphics Demo\Source">
|
||||
<UniqueIdentifier>{4EFDD198-D2B5-7903-1381-33D93BA8085B}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo\Source">
|
||||
<UniqueIdentifier>{6803489B-B275-0512-8D8B-D30728E17A76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Network Graphics Demo">
|
||||
<UniqueIdentifier>{29EA0780-21FA-28D6-16E6-6CE80ECD10DA}</UniqueIdentifier>
|
||||
<Filter Include="NetworkGraphicsDemo">
|
||||
<UniqueIdentifier>{B8E36EB7-A210-7AC5-D731-E337E72C8A1E}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="JUCE Modules\juce_audio_basics\audio_play_head">
|
||||
<UniqueIdentifier>{EB58F05A-A968-CEBE-40C4-107CDD8F240F}</UniqueIdentifier>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\Main.cpp">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_audio_basics\buffers\juce_AudioChannelSet.cpp">
|
||||
<Filter>JUCE Modules\juce_audio_basics\buffers</Filter>
|
||||
|
|
@ -2185,16 +2185,16 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\Source\Demos.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\MasterComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SlaveComponent.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\Source\SharedCanvas.h">
|
||||
<Filter>JUCE Network Graphics Demo\Source</Filter>
|
||||
<Filter>NetworkGraphicsDemo\Source</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_audio_basics\audio_play_head\juce_AudioPlayHead.h">
|
||||
<Filter>JUCE Modules\juce_audio_basics\audio_play_head</Filter>
|
||||
|
|
@ -4059,7 +4059,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Source\juce_icon.png">
|
||||
<Filter>JUCE Network Graphics Demo</Filter>
|
||||
<Filter>NetworkGraphicsDemo</Filter>
|
||||
</None>
|
||||
<None Include="..\..\..\..\modules\juce_audio_formats\codecs\flac\Flac Licence.txt">
|
||||
<Filter>JUCE Modules\juce_audio_formats\codecs\flac</Filter>
|
||||
|
|
@ -15,9 +15,9 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "ROLI Ltd.\0"
|
||||
VALUE "LegalCopyright", "ROLI Ltd.\0"
|
||||
VALUE "FileDescription", "JUCE Network Graphics Demo\0"
|
||||
VALUE "FileDescription", "NetworkGraphicsDemo\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "JUCE Network Graphics Demo\0"
|
||||
VALUE "ProductName", "NetworkGraphicsDemo\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>com.juce.NetworkGraphicsDemo</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>JUCE Network Graphics Demo</string>
|
||||
<string>NetworkGraphicsDemo</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
A6AA70BD9364BB974CDEB337 = {isa = PBXBuildFile; fileRef = C821C5805007FFDC2636BBE6; };
|
||||
EC14DA30C090DDC62084DB4C = {isa = PBXBuildFile; fileRef = 935CA85EF98714D3A17AE737; };
|
||||
F714F0C84F5945BF3539239E = {isa = PBXBuildFile; fileRef = 379F77D23BFAE3795282CEB3; };
|
||||
521016BFC5181B3170BD9E8A = {isa = PBXBuildFile; fileRef = A7050DB1488924F209A7B5CF; };
|
||||
1282A62308CD1AC3F88A5D03 = {isa = PBXBuildFile; fileRef = 5273768FBB55D0DD57A5E70C; };
|
||||
006DF460F8DF66EFFA80D968 = {isa = PBXBuildFile; fileRef = 70F1CAF3C4C561DD81E6AFC1; };
|
||||
987CBD5330E76B404F0D966C = {isa = PBXBuildFile; fileRef = 77C0AC21C1028911123844FC; };
|
||||
9F618C008A503063D10076C4 = {isa = PBXBuildFile; fileRef = 74711D7544168CCAC4969A07; };
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
448838BE6E937D450A3C84CE = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
|
||||
4D1DB6D77B6F3DE7A569780B = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = System/Library/Frameworks/CoreAudioKit.framework; sourceTree = SDKROOT; };
|
||||
4FF648D72D6F1A78956CDA1B = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Demos.h; path = ../../Source/Demos.h; sourceTree = "SOURCE_ROOT"; };
|
||||
5273768FBB55D0DD57A5E70C = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NetworkGraphicsDemo/Images.xcassets; sourceTree = "SOURCE_ROOT"; };
|
||||
55CB060922ABCBC105FE38D2 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_osc"; path = "../../../../modules/juce_osc"; sourceTree = "SOURCE_ROOT"; };
|
||||
660F1970CF687A7AE8371C6D = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_opengl.mm"; path = "../../JuceLibraryCode/include_juce_opengl.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
6799B056504F9F017998B9E2 = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
|
||||
|
|
@ -76,7 +77,6 @@
|
|||
9C689AFBF364CB167C422D29 = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_gui_extra"; path = "../../../../modules/juce_gui_extra"; sourceTree = "SOURCE_ROOT"; };
|
||||
9E8129263CD42C6029FC2CAD = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
A505E1DABB2ED630EFBA96DB = {isa = PBXFileReference; lastKnownFileType = file; name = "juce_audio_processors"; path = "../../../../modules/juce_audio_processors"; sourceTree = "SOURCE_ROOT"; };
|
||||
A7050DB1488924F209A7B5CF = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "JUCE Network Graphics Demo/Images.xcassets"; sourceTree = "SOURCE_ROOT"; };
|
||||
A7FF2B353C8568B5A7A80117 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_graphics.mm"; path = "../../JuceLibraryCode/include_juce_graphics.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
AED58461CE961C62A0E0A552 = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_processors.mm"; path = "../../JuceLibraryCode/include_juce_audio_processors.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
AF330F41D1A4865108690E3C = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = "include_juce_audio_devices.mm"; path = "../../JuceLibraryCode/include_juce_audio_devices.mm"; sourceTree = "SOURCE_ROOT"; };
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
25DEDA8C9F94A6C8DFC8E53E, ); name = Source; sourceTree = "<group>"; };
|
||||
856518502A948813C90E6761 = {isa = PBXGroup; children = (
|
||||
5A58AF0A052C539F0E342A88,
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = "JUCE Network Graphics Demo"; sourceTree = "<group>"; };
|
||||
0ADF0DECFCB1DB4D3A847EB5, ); name = NetworkGraphicsDemo; sourceTree = "<group>"; };
|
||||
EF0AACA84F1CEE7F45F56339 = {isa = PBXGroup; children = (
|
||||
B76F10A7778664E164A01934,
|
||||
89583CD42AD218E9753DF11C,
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
D12A0DFFE18728E84D9AB739, ); name = "JUCE Library Code"; sourceTree = "<group>"; };
|
||||
4AA57E2B5FD5374D348EEF7F = {isa = PBXGroup; children = (
|
||||
1FD6DBAC73414DD4C152E34E,
|
||||
A7050DB1488924F209A7B5CF,
|
||||
5273768FBB55D0DD57A5E70C,
|
||||
70F1CAF3C4C561DD81E6AFC1, ); name = Resources; sourceTree = "<group>"; };
|
||||
71F5560BE0EE3A17A9CE44F6 = {isa = PBXGroup; children = (
|
||||
2E13A899F4E3C99054A3656F,
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
EE7498599191DDC73ECB55B0,
|
||||
2E06386CE7CCA5FF76819BFF, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; };
|
||||
714944DB86A4D402E7FA269E = {isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = (
|
||||
521016BFC5181B3170BD9E8A,
|
||||
1282A62308CD1AC3F88A5D03,
|
||||
006DF460F8DF66EFFA80D968, ); runOnlyForDeploymentPostprocessing = 0; };
|
||||
C2977559BF9148DB70CA10AE = {isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = (
|
||||
987CBD5330E76B404F0D966C,
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
4311FBCBD02948A0ED96C7DD = {isa = PBXNativeTarget; buildConfigurationList = B73863F5D180C23D3EC40C38; buildPhases = (
|
||||
714944DB86A4D402E7FA269E,
|
||||
C2977559BF9148DB70CA10AE,
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "JUCE Network Graphics Demo - App"; productName = "JUCE Network Graphics Demo"; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
865E89B94B41EB14C202CBB0, ); buildRules = ( ); dependencies = ( ); name = "NetworkGraphicsDemo - App"; productName = NetworkGraphicsDemo; productReference = E4162459ED4C829EF7B19691; productType = "com.apple.product-type.application"; };
|
||||
A5398ADB6F5B128C00EB935C = {isa = PBXProject; buildConfigurationList = 02715337C584F3C721251428; attributes = { LastUpgradeCheck = 0830; ORGANIZATIONNAME = "ROLI Ltd."; TargetAttributes = { 4311FBCBD02948A0ED96C7DD = { SystemCapabilities = {com.apple.ApplicationGroups.iOS = { enabled = 0; }; com.apple.InAppPurchase = { enabled = 0; }; com.apple.InterAppAudio = { enabled = 0; }; com.apple.Push = { enabled = 0; }; com.apple.Sandbox = { enabled = 0; }; }; }; }; }; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 0; mainGroup = D2EB65517396C974F0415A7F; projectDirPath = ""; projectRoot = ""; targets = (4311FBCBD02948A0ED96C7DD); };
|
||||
};
|
||||
rootObject = A5398ADB6F5B128C00EB935C;
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 912 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |