Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project to Swift 5, and replaced CodeSignUpdate shell script with a Swift script to do the same thing but allow errors to be seen #28

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
91428b7
Upgraded project to Xcode 11 and Swift 5. More significantly replace…
chipjarred Aug 30, 2020
459c6ae
Fixed misspelling of alphaNumericChars, and correct error messages.
chipjarred Aug 30, 2020
9bf95ac
Centralized error message handling
chipjarred Aug 30, 2020
885dbdf
Consolidated messages about environment variables not being set.
chipjarred Aug 30, 2020
e919409
Minor edit for script README
chipjarred Aug 30, 2020
01f5bf5
Typo correction in script README
chipjarred Aug 30, 2020
9104248
Fixing minor mismatch between what SMJobBlessUtil.py expects and what…
chipjarred Aug 31, 2020
293dcda
Minor script README edit.
chipjarred Aug 31, 2020
ba06b36
Putting Info.plist files back into the state they were in when I fork…
chipjarred Aug 31, 2020
a8ec1e6
Putting project code sign info back into the state it was in when I f…
chipjarred Aug 31, 2020
4cec5ee
More putting things back in place so updated pull request doesn't sho…
chipjarred Aug 31, 2020
57d542b
Putting Xcode project file back into the state it was in when I forke…
chipjarred Aug 31, 2020
30af48a
Removing " that crept into plists.
chipjarred Aug 31, 2020
0f44572
Arg! Something keeps putting " instead of actual quote marks in …
chipjarred Aug 31, 2020
ac44fd4
Fixed appending to wrong string (appString instead of helperString) i…
chipjarred Nov 24, 2021
02752db
Automatically handle DeveloperID certificates.
toonetown Nov 29, 2021
8f92f50
Merge pull request #1 from toonetown/developer-id
chipjarred Dec 6, 2021
aa38b7d
Extracted interactions with the helper tool from AppDelegate into a H…
chipjarred Jan 22, 2023
2d7f448
Merge remote-tracking branch 'refs/remotes/origin/master'
chipjarred Jan 22, 2023
70ea73f
Added ability to uninstall the helper tool.
chipjarred Jan 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 0 additions & 138 deletions SwiftPrivilegedHelperApplication/Scripts/CodeSignUpdate.sh

This file was deleted.

Loading