File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ <h3 style="margin-top: 24px;">Features</h3>
5252 </ ul >
5353 < h3 style ="margin-top: 24px; "> Advanced</ h3 >
5454 < ul class ="docs-nav ">
55- < li > < a href ="#build-from-source "> Build from Source</ a > </ li >
5655 < li > < a href ="#troubleshooting "> Troubleshooting</ a > </ li >
5756 </ ul >
5857 </ aside >
@@ -150,28 +149,6 @@ <h2 id="animations">Animations</h2>
150149 </ ul >
151150 < p > Animations respect the macOS < strong > Reduce Motion</ strong > accessibility setting.</ p >
152151
153- < h2 id ="build-from-source "> Build from Source</ h2 >
154- < pre > < code > # Clone the repository
155- git clone https://github.com/devlive-community/DockMaster.git
156- cd DockMaster
157-
158- # Release build
159- ./build.sh
160-
161- # Debug build
162- ./build.sh --debug
163-
164- # Universal build (Apple Silicon + Intel)
165- ./build.sh --universal
166-
167- # With code signing and notarization
168- ./build.sh --universal \
169- --sign "Developer ID Application: Your Name (TEAMID)" \
170- --apple-id "your@apple.id" \
171- --team-id "TEAMID" \
172- --password "app-specific-password"</ code > </ pre >
173- < p > The built app will be in < code > build/DockMaster Pro.app</ code > .</ p >
174-
175152 < h2 id ="troubleshooting "> Troubleshooting</ h2 >
176153 < h3 > App doesn't open</ h3 >
177154 < p > DockMaster Pro is a menu bar app (LSUIElement). It won't show a window on launch. Look for the icon in the menu bar at the top of your screen.</ p >
You can’t perform that action at this time.
0 commit comments