Skip to content

Commit ff14f1d

Browse files
committed
Rename Pyquick -> Hackdoc
1 parent 5ad1080 commit ff14f1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+149
-146
lines changed

.github/workflows/Build_Wxpython.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
rm -rf Univ*
3131
rm -rf *pay*.dmg
3232
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
33-
aria2c -x 16 "https://github.com/pyquick/PatcherSupportPkg/releases/download/push-d0051499682b521a8a6eee339408b8865d6a1269/Universal-Binaries.dmg"
33+
aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/push-8f0fc7d8311f13b55a05287db5e873d1a19fb5a8/Universal-Binaries.dmg"
3434
3535
- name: Force Universal2 charset for Python
3636
run: |
@@ -70,10 +70,11 @@ jobs:
7070
if: github.event_name == 'push'
7171
uses: softprops/action-gh-release@v2
7272
with:
73-
tag_name: push-${{ github.sha }}
74-
name: 2.5.2 Beta 1
73+
#tag_name: push-${{ github.sha }}
74+
tag_name: 2.5.2
75+
name: 2.5.2
7576
body: ${{ github.event.head_commit.message }}
76-
prerelease: true
77+
prerelease: false
7778
files: |
7879
./dist/AutoPkg-Assets.pkg
7980
./dist/OCLP-R.pkg

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
2525
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install packaging
2626
rm -rf Univ*
27-
aria2c -x 16 "https://github.com/pyquick/PatcherSupportPkg/releases/download/push-d0051499682b521a8a6eee339408b8865d6a1269/Universal-Binaries.dmg"
27+
aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/push-8f0fc7d8311f13b55a05287db5e873d1a19fb5a8/Universal-Binaries.dmg"
2828
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OCLP-R-GUI.command --validate
2929

Build-Project.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main() -> None:
7878
if (args.run_as_individual_steps is False) or (args.run_as_individual_steps and args.prepare_application):
7979
# Prepare Privileged Helper Tool
8080
sign_notarize.SignAndNotarize(
81-
path=Path("./ci_tooling/privileged_helper_tool/com.pyquick.oclp-r.privileged-helper"),
81+
path=Path("./ci_tooling/privileged_helper_tool/com.hackdoc.oclp-r.privileged-helper"),
8282
signing_identity=args.application_signing_identity,
8383
notarization_apple_id=args.notarization_apple_id,
8484
notarization_password=args.notarization_password,

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Pyquick
3+
Copyright (c) 2025 Hackdoc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

OCLP-R-GUI.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ datas = [
2222
('Universal-Binaries.dmg', '.'),
2323
]
2424

25-
if Path("PyquickInternalResources.dmg").exists():
26-
datas.append(('PyquickInternalResources.dmg', '.'))
25+
if Path("HackdocInternalResources.dmg").exists():
26+
datas.append(('HackdocInternalResources.dmg', '.'))
2727

2828

2929
a = Analysis(['OCLP-R-GUI.command'],
@@ -71,7 +71,7 @@ coll = COLLECT(exe,
7171
app = BUNDLE(coll,
7272
name='OCLP-R.app',
7373
icon="payloads/Icon/AppIcons/OC-Patcher.icns",
74-
bundle_identifier="com.pyquick.oclp-r",
74+
bundle_identifier="com.hackdoc.oclp-r",
7575
info_plist={
7676
"CFBundleName": "OCLP-R",
7777
"CFBundleVersion": constants.Constants().patcher_version,

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ A Python-based project revolving around [Acidanthera's OpenCorePkg](https://gith
88
Our project's main goal is to breathe new life into Macs no longer supported by Apple, allowing for the installation and usage of macOS Big Sur and newer on machines as old as 2007.
99

1010
----------
11+
![GitHub all releases](https://img.shields.io/github/release/hackdoc/OCLP-R)
1112
![GitHub all releases](https://img.shields.io/github/downloads/hackdoc/OCLP-R/total?color=white&style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/hackdoc/OCLP-R?color=4B8BBE&style=plastic)
13+
1214
----------
1315

1416
Noteworthy features of OCLP-R:
@@ -49,7 +51,7 @@ To run the project from source, see here: [Build and run from source](./SOURCE.m
4951

5052
* [Acidanthera](https://github.com/Acidanthera)
5153
* OpenCorePkg, as well as many of the core kexts and tools
52-
* [Pyquick](https://github.com/pyquick)
54+
* [Hackdoc](https://github.com/hackdoc)
5355
* Main co-author
5456
* [vit9696](https://github.com/vit9696)
5557
* Endless amount of help troubleshooting, determining fixes and writing patches

ci_tooling/build_modules/disk_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _download_resources(self):
117117
subprocess_wrapper.run_and_verify(
118118
[
119119
"/usr/bin/curl", "-LO",
120-
f"https://github.com/pyquick/PatcherSupportPkg/releases/download/{patcher_support_pkg_version}/{resource}"
120+
f"https://github.com/hackdoc/PatcherSupportPkg/releases/download/{patcher_support_pkg_version}/{resource}"
121121
],
122122
stdout=subprocess.PIPE, stderr=subprocess.PIPE
123123
)

ci_tooling/build_modules/package.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def __init__(self) -> None:
2020
Initialize
2121
"""
2222
self._files = {
23-
"./dist/OCLP-R.app": "/Library/Application Support/Pyquick/OCLP-R.app",
24-
"./ci_tooling/privileged_helper_tool/com.pyquick.oclp-r.privileged-helper": "/Library/PrivilegedHelperTools/com.pyquick.oclp-r.privileged-helper",
23+
"./dist/OCLP-R.app": "/Library/Application Support/Hackdoc/OCLP-R.app",
24+
"./ci_tooling/privileged_helper_tool/com.hackdoc.oclp-r.privileged-helper": "/Library/PrivilegedHelperTools/com.hackdoc.oclp-r.privileged-helper",
2525
}
2626
self._autopkg_files = {
27-
"./payloads/Launch Services/com.pyquick.oclp-r.auto-patch.plist": "/Library/LaunchAgents/com.pyquick.oclp-r.auto-patch.plist",
27+
"./payloads/Launch Services/com.hackdoc.oclp-r.auto-patch.plist": "/Library/LaunchAgents/com.hackdoc.oclp-r.auto-patch.plist",
2828
}
2929
self._autopkg_files.update(self._files)
3030

@@ -92,7 +92,7 @@ def generate(self) -> None:
9292

9393
assert macos_pkg_builder.Packages(
9494
pkg_output="./dist/OCLP-R-Uninstaller.pkg",
95-
pkg_bundle_id="com.pyquick.oclp-r-uninstaller",
95+
pkg_bundle_id="com.hackdoc.oclp-r-uninstaller",
9696
pkg_version=constants.Constants().patcher_version,
9797
pkg_background="./ci_tooling/pkg_assets/PkgBackground-Uninstaller.png",
9898
pkg_preinstall_script=_tmp_uninstall.name,
@@ -112,7 +112,7 @@ def generate(self) -> None:
112112

113113
assert macos_pkg_builder.Packages(
114114
pkg_output="./dist/OCLP-R.pkg",
115-
pkg_bundle_id="com.pyquick.oclp-r",
115+
pkg_bundle_id="com.hackdoc.oclp-r",
116116
pkg_version=constants.Constants().patcher_version,
117117
pkg_allow_relocation=False,
118118
pkg_as_distribution=True,
@@ -135,7 +135,7 @@ def generate(self) -> None:
135135

136136
assert macos_pkg_builder.Packages(
137137
pkg_output="./dist/AutoPkg-Assets.pkg",
138-
pkg_bundle_id="com.pyquick.pkg.AutoPkg-Assets",
138+
pkg_bundle_id="com.hackdoc.pkg.AutoPkg-Assets",
139139
pkg_version=constants.Constants().patcher_version,
140140
pkg_allow_relocation=False,
141141
pkg_as_distribution=True,

ci_tooling/build_modules/package_scripts.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def generate_fix_settings_file_permission(self) -> str:
176176
_script = ""
177177

178178
_script += "function _fixSettingsFilePermission() {\n"
179-
_script += " local settingsPath=\"$pathToTargetVolume/Users/Shared/.com.pyquick.oclp-r.plist\"\n\n"
179+
_script += " local settingsPath=\"$pathToTargetVolume/Users/Shared/.com.hackdoc.oclp-r.plist\"\n\n"
180180

181181
_script += " if [[ -e $settingsPath ]]; then\n"
182182
_script += " echo \"Fixing settings file permissions: $settingsPath\"\n"
@@ -233,7 +233,7 @@ def generate_clean_launch_service(self) -> str:
233233
_script = ""
234234

235235
_script += "function _cleanLaunchService() {\n"
236-
_script += " local domain=\"com.pyquick.oclp-r\"\n\n"
236+
_script += " local domain=\"com.hackdoc.oclp-r\"\n\n"
237237

238238
_script += " # Iterate over launch agents and daemons\n"
239239
_script += " for launchServiceVariant in \"$pathToTargetVolume/Library/LaunchAgents\" \"$pathToTargetVolume/Library/LaunchDaemons\"; do\n"
@@ -316,13 +316,13 @@ def __init__(self):
316316

317317
self.files = [
318318
"Applications/OCLP-R.app",
319-
"Library/Application Support/Pyquick/Update.plist",
320-
"Library/Application Support/Pyquick/OCLP-R.app",
321-
"Library/PrivilegedHelperTools/com.pyquick.oclp-r.privileged-helper"
319+
"Library/Application Support/Hackdoc/Update.plist",
320+
"Library/Application Support/Hackdoc/OCLP-R.app",
321+
"Library/PrivilegedHelperTools/com.hackdoc.oclp-r.privileged-helper"
322322
]
323323

324324
self.additional_auto_pkg_files = [
325-
"Library/LaunchAgents/com.pyquick.oclp-r.auto-patch.plist"
325+
"Library/LaunchAgents/com.hackdoc.oclp-r.auto-patch.plist"
326326
]
327327

328328

@@ -428,8 +428,8 @@ def _generate_postinstall_script(self, is_autopkg: bool = False) -> str:
428428
_script += self._generate_label_bar()
429429
_script += "\n"
430430

431-
_script += "helperPath=\"Library/PrivilegedHelperTools/com.pyquick.oclp-r.privileged-helper\"\n"
432-
_script += "mainAppPath=\"Library/Application Support/Pyquick/OCLP-R.app\"\n"
431+
_script += "helperPath=\"Library/PrivilegedHelperTools/com.hackdoc.oclp-r.privileged-helper\"\n"
432+
_script += "mainAppPath=\"Library/Application Support/Hackdoc/OCLP-R.app\"\n"
433433
_script += "shimAppPath=\"Applications/OCLP-R.app\"\n"
434434
if is_autopkg:
435435
_script += "executablePath=\"$mainAppPath/Contents/MacOS/OCLP-R\"\n"

ci_tooling/privileged_helper_tool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=clang
2-
OUTPUT=com.pyquick.oclp-r.privileged-helper
2+
OUTPUT=com.hackdoc.oclp-r.privileged-helper
33

44
all: clean release
55

0 commit comments

Comments
 (0)