File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cd ./dist/CellProfiler-Analyst.app/Contents/Resources
4
4
sudo rm -r Home/legal/
5
- # sudo codesign --timestamp -s "Developer ID Application: Beth Cimini (27YQ9U45D9)" Home/lib/server/classes.jsa
6
5
find . -type f | xargs -I file codesign --timestamp -f -s " Developer ID Application: Beth Cimini (27YQ9U45D9)" file
7
- cd ./dist/CellProfiler-Analyst.app/Contents /Frameworks
6
+ cd .. /Frameworks
8
7
sudo rm -r Home/legal/
9
- # sudo codesign --timestamp -s "Developer ID Application: Beth Cimini (27YQ9U45D9)" Home/lib/server/classes.jsa
10
8
find . -type f | xargs -I file codesign --timestamp -f -s " Developer ID Application: Beth Cimini (27YQ9U45D9)" file
11
9
cd ../MacOS
12
10
find . -type f | xargs -I file sudo codesign --timestamp -f -s " Developer ID Application: Beth Cimini (27YQ9U45D9)" file
You can’t perform that action at this time.
0 commit comments