We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b504c commit 24716daCopy full SHA for 24716da
tools/OSX/CreateBundleApp.bash
@@ -94,3 +94,7 @@ chmod -R u+w $frameworksdir/Cg.framework
94
echo "Cleaning redundant files from bundle (*_debug*.dylib etc.)"
95
debugdylibs=`find $bundledir -name "*_debug*.dylib"`
96
rm $debugdylibs
97
+
98
+echo "Cleaning headers from frameworks"
99
+headers=`find $bundledir -name "Headers"`
100
+rm -rf $headers
0 commit comments