Add potential macOS support (needs to be tested)

pull/312/head
DJLevel3 2025-08-15 10:43:15 -06:00
rodzic a4ed461887
commit 2f9ee2c0f1
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -707,14 +707,18 @@
microphonePermissionNeeded="1" frameworkSearchPaths="/Library/Frameworks"
extraCustomFrameworks="/Library/Frameworks/Syphon.framework"
hardenedRuntime="1" hardenedRuntimeOptions="com.apple.security.cs.disable-library-validation,com.apple.security.device.audio-input"
iosDevelopmentTeamID="D86A3M3H2L">
iosDevelopmentTeamID="D86A3M3H2L" prebuildCommand="if [[ $TARGET_NAME == *"Shared Code"* ]]; then
 cd ..\..\..\modules\LuaJIT\src
 make -j$(nproc)
fi"
externalLibraries="lua51">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '/Library/Frameworks',OTHER_CODE_SIGN_FLAGS = --timestamp --force --deep"
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"
headerPath="..\..\..\modules\LuaJIT\src" libraryPath="..\..\..\modules\LuaJIT\src"/>
<CONFIGURATION name="Release" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '/Library/Frameworks',CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO,OTHER_CODE_SIGN_FLAGS = --timestamp --force --deep"
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"
headerPath="..\..\..\modules\LuaJIT\src" libraryPath="..\..\..\modules\LuaJIT\src"/>
<CONFIGURATION name="Release (Development)" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '/Library/Frameworks',OTHER_CODE_SIGN_FLAGS = --timestamp --force --deep"
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"
headerPath="..\..\..\modules\LuaJIT\src" libraryPath="..\..\..\modules\LuaJIT\src"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../../JUCE/modules"/>