├── .gitignore
├── .gitattributes
├── Icons
└── applet.icns
├── Disable-Gatekeeper.zip
├── Install Disable-Gatekeeper.zip
├── Install Disable-Gatekeeper.scptd
└── Contents
│ ├── Resources
│ ├── description.rtfd
│ │ └── TXT.rtf
│ ├── Scripts
│ │ └── main.scpt
│ └── Disable-Gatekeeper.mobileconfig
│ └── Info.plist
├── Create App.md
├── Disable-Gatekeeper.mobileconfig
├── README.md
└── index.html
/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | .DS_Store
3 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/Icons/applet.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chris1111/Disable-Gatekeeper/HEAD/Icons/applet.icns
--------------------------------------------------------------------------------
/Disable-Gatekeeper.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chris1111/Disable-Gatekeeper/HEAD/Disable-Gatekeeper.zip
--------------------------------------------------------------------------------
/Install Disable-Gatekeeper.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chris1111/Disable-Gatekeeper/HEAD/Install Disable-Gatekeeper.zip
--------------------------------------------------------------------------------
/Install Disable-Gatekeeper.scptd/Contents/Resources/description.rtfd/TXT.rtf:
--------------------------------------------------------------------------------
1 | {\rtf1\ansi\ansicpg1252\cocoartf2818
2 | \cocoatextscaling0\cocoaplatform0{\fonttbl}
3 | {\colortbl;\red255\green255\blue255;}
4 | {\*\expandedcolortbl;;}
5 | }
--------------------------------------------------------------------------------
/Create App.md:
--------------------------------------------------------------------------------
1 | Building Sign Applications to run locally ⬇︎
2 |
3 | - [x] `Building:`
4 | ```bash
5 | git clone https://github.com/chris1111/Disable-Gatekeeper.git && cd $HOME/Disable-Gatekeeper && /usr/bin/osacompile -o "Install Disable-Gatekeeper.app" "Install Disable-Gatekeeper.scptd" && cp -Rp "Install Disable-Gatekeeper.scptd/Contents/Resources/Disable-Gatekeeper.mobileconfig" "Install Disable-Gatekeeper.app/Contents/Resources/" && cp -Rp Icons/applet.icns "Install Disable-Gatekeeper.app/Contents/Resources/" && Open -R "Install Disable-Gatekeeper.app"
6 | ```
7 |
8 |
9 | 
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Install Disable-Gatekeeper.scptd/Contents/Resources/Scripts/main.scpt:
--------------------------------------------------------------------------------
1 | -- Run the Script, Disable-Gatekeeper will be installed then after double click to renew Disable Gatekeeper
2 | -- Disable-Gatekeeper Copyright © 2024 chris1111 , All Rights Reserved
3 |
4 | set source to path to me as string
5 | set source to POSIX path of source & "Contents/Resources/Disable-Gatekeeper.mobileconfig"
6 | set source to quoted form of source
7 | delay 1
8 | -- Open Profiles.prefPane
9 | do shell script "open /System/Library/PreferencePanes/Profiles.prefPane " & source & "/"
10 | delay 1
11 | -- Open Profiles.prefPane/Profiles-Settings.extension
12 | do shell script "open x-apple.systempreferences:com.apple.Profiles-Settings.extension"
13 |
--------------------------------------------------------------------------------
/Install Disable-Gatekeeper.scptd/Contents/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
View Disable-Gatekeeper.mobileconfig
330 |View Install Disable-Gatekeeper Script
331 |View Building your own Notarize App
332 | 333 | 334 |Download ➤ Disable-Gatekeeper
340 |View Video Install Disable-Gatekeeper ⇩
341 | 342 |After runing the script; Double click to install Disable Gatekeeper
343 |View Video Uninstall Disable-Gatekeeper ⇩
345 | 346 |After uninstalling the profiles, reset to App Store & Known Developers Then Reboot macOS