File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 247247 find ./Heavy -type f -perm +111 -exec file {} \; | grep " Mach-O.*executable" | cut -d: -f1 | while read f; do
248248 /usr/bin/codesign --force --options runtime -s --entitlements entitlements.plist " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" " $f "
249249 done
250- find . -type f \( -name " *.dylib" -o -name " *.so" \) -exec /usr/bin/codesign --force --options runtime --entitlements entitlements.plist -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" {} \;
250+ find ./Heavy -type f \( -name " *.dylib" -o -name " *.so" \) -exec /usr/bin/codesign --force --options runtime --entitlements entitlements.plist -s " Developer ID Application: Timothy Schoen (7SV7JPRR2L)" {} \;
251251
252252 # Submit the zipped executable for notarization
253253 # This makes sure we can at least run it with online notarization
You can’t perform that action at this time.
0 commit comments