Update framework path, symlinks and add signing support

- /Library/SystemFrameworks -> /Library/ManagedFrameworks
- Python3.framework/Versions/3.8/bin/python3.8 -> Python3.framework/Versions/Current/bin/python3
- /usr/local/bin/python3.framework -> /usr/local/bin/managed_python3
- Add signing option with Clever DevOps signing cert
- Remove unnecessary Python3.framework/python3 symlink
- Update README with all the changes
This commit is contained in:
Erik Gomez
2020-06-19 14:14:06 -05:00
parent c9b9787777
commit 5a1d094201
5 changed files with 58 additions and 24 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/Library/SystemFrameworks/Python3.framework/python3
#!/Library/ManagedFrameworks/Python3.framework/Versions/Current/bin/python3
print('This is an example script.')