address requested changes

pull/317/head
DJLevel3 2025-08-18 12:23:21 -06:00
rodzic 5387c6a861
commit 057e8e7983
2 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -47,7 +47,6 @@ if [ "$OS" = "win" ]; then
eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat"))"
cd "$ROOT/Builds/$PLUGIN/VisualStudio2022"
PATH=$PATH:"$ROOT/External/spout"
msbuild.exe "$PLUGIN.sln" "//p:VisualStudioVersion=16.0" "//m" "//t:Build" "//p:Configuration=Release" "//p:Platform=x64" "//p:PreferredToolArchitecture=x64" "//restore" "//p:RestorePackagesConfig=true"
cp "$ROOT/Builds/$PLUGIN/VisualStudio2022/x64/Release/Standalone Plugin/$PLUGIN.pdb" "$ROOT/bin/$OUTPUT_NAME.pdb"
fi

Wyświetl plik

@ -757,13 +757,13 @@
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '/Library/Frameworks',OTHER_CODE_SIGN_FLAGS = --timestamp --force --deep"
headerPath="../../../modules/LuaJIt/src" libraryPath="../../../modules/LuaJIt/src"
codeSigningIdentity="&quot;Developer ID Application: James Ball (D86A3M3H2L)&quot;"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
<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"
headerPath="../../../modules/LuaJIt/src" libraryPath="../../../modules/LuaJIt/src"
codeSigningIdentity="&quot;Developer ID Application: James Ball (D86A3M3H2L)&quot;"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
<CONFIGURATION name="Release (Development)" targetName="osci-render" customXcodeFlags="LD_RUNPATH_SEARCH_PATHS = '/Library/Frameworks',OTHER_CODE_SIGN_FLAGS = --timestamp --force --deep"
headerPath="../../../modules/LuaJIt/src" libraryPath="../../../modules/LuaJIt/src"
codeSigningIdentity="&quot;Developer ID Application: James Ball (D86A3M3H2L)&quot;"/>
codeSigningIdentity="Developer ID Application: James Ball (D86A3M3H2L)"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../../JUCE/modules"/>