.pkgproj sharing
-
Hey
Anyone has a VST vst3 au working .pkgproj for , i want to study an dmake my own builders!
thansk for sharing -
I have a Question too!
can we point the Pkg builder to user folder where hise outputs the Exported Components? -
@ILIAM said in .pkgproj sharing:
Hey
Anyone has a VST vst3 au working .pkgproj for , i want to study an dmake my own builders!
thansk for sharingI have a workshop that shows how to work with pkg and provides templates: https://audiodevschool.com/courses/packaging-for-macos/
-
@ILIAM said in .pkgproj sharing:
Hey
Anyone has a VST vst3 au working .pkgproj for , i want to study an dmake my own builders!
thansk for sharingI think this repository have one: https://github.com/publicsamples/Oi-Grandad
Another example from @David-Healey : https://github.com/davidhealey/sofiawoodwinds/tree/master/PackagingBut I am sure the current workshop grasped it more deeply.
@ILIAM said in .pkgproj sharing:
I have a Question too!
can we point the Pkg builder to user folder where hise outputs the Exported Components?If file paths within the .pkgproj file are left as absolute paths (e.g., Macintosh HD/Users/username/...), the project will only work on that specific computer. Instead, the "Relative to Project" option within the Packages application should be used.
-
@orange @David-Healey Thank you guys