| @@ -8,7 +8,8 @@ | |||||
| <EXPORTFORMATS> | <EXPORTFORMATS> | ||||
| <XCODE_MAC targetFolder="Builds/MacOSX" rtasFolder="~/SDKs/PT_80_SDK" objCExtraSuffix="M73TRi" | <XCODE_MAC targetFolder="Builds/MacOSX" rtasFolder="~/SDKs/PT_80_SDK" objCExtraSuffix="M73TRi" | ||||
| smallIcon="c97aUr" bigIcon="c97aUr" microphonePermissionNeeded="1" | smallIcon="c97aUr" bigIcon="c97aUr" microphonePermissionNeeded="1" | ||||
| sendAppleEventsPermissionNeeded="1" sendAppleEventsPermissionText="This is required for some third-party plug-ins to function correctly."> | |||||
| sendAppleEventsPermissionNeeded="1" sendAppleEventsPermissionText="This is required for some third-party plug-ins to function correctly." | |||||
| customXcodeResourceFolders="../../examples/Assets"> | |||||
| <CONFIGURATIONS> | <CONFIGURATIONS> | ||||
| <CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost" recommendedWarnings="LLVM"/> | <CONFIGURATION name="Debug" isDebug="1" targetName="AudioPluginHost" recommendedWarnings="LLVM"/> | ||||
| <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AudioPluginHost" | <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="AudioPluginHost" | ||||
| @@ -124,7 +125,7 @@ | |||||
| </VS2019> | </VS2019> | ||||
| <XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="" iPadScreenOrientation="" | <XCODE_IPHONE targetFolder="Builds/iOS" iosScreenOrientation="" iPadScreenOrientation="" | ||||
| iosDeviceFamily="1,2" microphonePermissionNeeded="1" iosBackgroundAudio="1" | iosDeviceFamily="1,2" microphonePermissionNeeded="1" iosBackgroundAudio="1" | ||||
| iosBackgroundBle="1" smallIcon="c97aUr" bigIcon="c97aUr"> | |||||
| iosBackgroundBle="1" smallIcon="c97aUr" bigIcon="c97aUr" customXcodeResourceFolders="../../examples/Assets"> | |||||
| <CONFIGURATIONS> | <CONFIGURATIONS> | ||||
| <CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1" | <CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1" | ||||
| linkTimeOptimisation="0" targetName="Plugin Host" recommendedWarnings="LLVM"/> | linkTimeOptimisation="0" targetName="Plugin Host" recommendedWarnings="LLVM"/> | ||||
| @@ -61,6 +61,10 @@ | |||||
| isa = PBXBuildFile; | isa = PBXBuildFile; | ||||
| fileRef = B457EE687507BF1DEEA7581F; | fileRef = B457EE687507BF1DEEA7581F; | ||||
| }; | }; | ||||
| FE22E1AF24FA9ED43E983B81 = { | |||||
| isa = PBXBuildFile; | |||||
| fileRef = 5F0ADA39C70C892758A941F6; | |||||
| }; | |||||
| D92C7BF86C9CCF6B4D14F809 = { | D92C7BF86C9CCF6B4D14F809 = { | ||||
| isa = PBXBuildFile; | isa = PBXBuildFile; | ||||
| fileRef = 7DA35787B5F6F7440D667CC8; | fileRef = 7DA35787B5F6F7440D667CC8; | ||||
| @@ -300,6 +304,13 @@ | |||||
| path = "../../JuceLibraryCode/include_juce_data_structures.mm"; | path = "../../JuceLibraryCode/include_juce_data_structures.mm"; | ||||
| sourceTree = "SOURCE_ROOT"; | sourceTree = "SOURCE_ROOT"; | ||||
| }; | }; | ||||
| 5F0ADA39C70C892758A941F6 = { | |||||
| isa = PBXFileReference; | |||||
| lastKnownFileType = folder; | |||||
| name = Assets; | |||||
| path = ../../../../examples/Assets; | |||||
| sourceTree = "<group>"; | |||||
| }; | |||||
| 5FBD6C402617272052BB4D81 = { | 5FBD6C402617272052BB4D81 = { | ||||
| isa = PBXFileReference; | isa = PBXFileReference; | ||||
| lastKnownFileType = sourcecode.cpp.objcpp; | lastKnownFileType = sourcecode.cpp.objcpp; | ||||
| @@ -672,6 +683,7 @@ | |||||
| A97EE73C79DA3F729D46AF48 = { | A97EE73C79DA3F729D46AF48 = { | ||||
| isa = PBXGroup; | isa = PBXGroup; | ||||
| children = ( | children = ( | ||||
| 5F0ADA39C70C892758A941F6, | |||||
| 57DF618F1DE781556B7AFC32, | 57DF618F1DE781556B7AFC32, | ||||
| 7DA35787B5F6F7440D667CC8, | 7DA35787B5F6F7440D667CC8, | ||||
| 2A6983F82B13F9E8B10299AE, | 2A6983F82B13F9E8B10299AE, | ||||
| @@ -1002,6 +1014,7 @@ | |||||
| isa = PBXResourcesBuildPhase; | isa = PBXResourcesBuildPhase; | ||||
| buildActionMask = 2147483647; | buildActionMask = 2147483647; | ||||
| files = ( | files = ( | ||||
| FE22E1AF24FA9ED43E983B81, | |||||
| D92C7BF86C9CCF6B4D14F809, | D92C7BF86C9CCF6B4D14F809, | ||||
| 443244451A0F2064D4767337, | 443244451A0F2064D4767337, | ||||
| ); | ); | ||||
| @@ -69,6 +69,10 @@ | |||||
| isa = PBXBuildFile; | isa = PBXBuildFile; | ||||
| fileRef = B457EE687507BF1DEEA7581F; | fileRef = B457EE687507BF1DEEA7581F; | ||||
| }; | }; | ||||
| FE22E1AF24FA9ED43E983B81 = { | |||||
| isa = PBXBuildFile; | |||||
| fileRef = 5F0ADA39C70C892758A941F6; | |||||
| }; | |||||
| 59F4F23BFFDAB414B4801F85 = { | 59F4F23BFFDAB414B4801F85 = { | ||||
| isa = PBXBuildFile; | isa = PBXBuildFile; | ||||
| fileRef = 29E0972229FB44D969035B4E; | fileRef = 29E0972229FB44D969035B4E; | ||||
| @@ -319,6 +323,13 @@ | |||||
| path = "../../JuceLibraryCode/include_juce_data_structures.mm"; | path = "../../JuceLibraryCode/include_juce_data_structures.mm"; | ||||
| sourceTree = "SOURCE_ROOT"; | sourceTree = "SOURCE_ROOT"; | ||||
| }; | }; | ||||
| 5F0ADA39C70C892758A941F6 = { | |||||
| isa = PBXFileReference; | |||||
| lastKnownFileType = folder; | |||||
| name = Assets; | |||||
| path = ../../../../examples/Assets; | |||||
| sourceTree = "<group>"; | |||||
| }; | |||||
| 5FBD6C402617272052BB4D81 = { | 5FBD6C402617272052BB4D81 = { | ||||
| isa = PBXFileReference; | isa = PBXFileReference; | ||||
| lastKnownFileType = sourcecode.cpp.objcpp; | lastKnownFileType = sourcecode.cpp.objcpp; | ||||
| @@ -705,6 +716,7 @@ | |||||
| A97EE73C79DA3F729D46AF48 = { | A97EE73C79DA3F729D46AF48 = { | ||||
| isa = PBXGroup; | isa = PBXGroup; | ||||
| children = ( | children = ( | ||||
| 5F0ADA39C70C892758A941F6, | |||||
| 57DF618F1DE781556B7AFC32, | 57DF618F1DE781556B7AFC32, | ||||
| 29E0972229FB44D969035B4E, | 29E0972229FB44D969035B4E, | ||||
| F58EBA72DA53F75945B91321, | F58EBA72DA53F75945B91321, | ||||
| @@ -1042,6 +1054,7 @@ | |||||
| isa = PBXResourcesBuildPhase; | isa = PBXResourcesBuildPhase; | ||||
| buildActionMask = 2147483647; | buildActionMask = 2147483647; | ||||
| files = ( | files = ( | ||||
| FE22E1AF24FA9ED43E983B81, | |||||
| 59F4F23BFFDAB414B4801F85, | 59F4F23BFFDAB414B4801F85, | ||||
| E283262A07376A7EDFCEAF6F, | E283262A07376A7EDFCEAF6F, | ||||
| 443244451A0F2064D4767337, | 443244451A0F2064D4767337, | ||||