Animal Crossing New Horizon companion app in SwiftUI
pointum/AppStoreReceiptChecker 0
Swift-only code to check Apple App Store receipts.
Documentation markdown for all Vapor packages.
HTTP, WebSockets, Streams, SMTP, etc. Core transport layer used in https://github.com/vapor/vapor
Command line utility that removes alpha channel from PNG images.
A sample that shows how to move a running Mac application to the /Applications directory
A suite of tools to help translating Mac and iOS apps.
Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
Modern Swift API for NSUserDefaults
startedDigiDNA/Silicon
started time in 2 days
issue closedNUIKit/CGSInternal
According to CGSConnection.h, sets a "Universal Owner" for the connection ID. Currently, that owner is Dock.app.
My theory was on Mojave
-
kill the dock like so "/bin/launchctl load /System/Library/LaunchAgents/com.apple.Dock.plist; /bin/launchctl start com.apple.Dock.agent"
-
CGSMainConnectionID 2a) (Dock only) _RegisterApplication
-
CGSNewConnection
-
CGSSetUniversalOwner with CID from step 2.
-
CGSSetOtherUniversalConnection using CID from step 2/step 3.
5a) Attempt to move a test window that I have open and know the WID of.
- re-launchctl the dock.
That was the theory, looks almost exactly what the Dock app is actually doing. But it's not working.
My questions...
-
Which OS did this work on for Skylight? If I roll back to OS 10.x should it work?
-
Is there something I am missing?
-
Is there an example someplace that works? Maybe I am being mentally challenged.
-
Is there a contact at Apple that could tell me what I am doing wrong?
Thanks!
closed time in 4 days
mischievousissue commentNUIKit/CGSInternal
@jslegendre thank you. Apple is full of undocumented "helpful" security features.
comment created time in 4 days
issue commentNUIKit/CGSInternal
CGSSetUniversalOwner requires a private entitlement only Apple-signed binaries can have.
comment created time in 4 days
startedantranapp/awesome-tca
started time in 8 days
issue openedavibrazil/RDM
Would it be possible to add rotation (0°, 90°, 180°, 270°) to the menu bar? I’ve found that vertical monitors aren’t so useful when screensharing, and so I’d like a quick way to switch between rotations when I spin a monitor around.
created time in 11 days
startedkean/Nuke
started time in 11 days
startednehayward/Scenecuts
started time in 14 days
startedjordansinger/swiftui-ios-14-onboarding
started time in 15 days
pull request commentdelicious-monster/AppStoreReceiptChecker
Require macOS 10.12 in SwiftPM too
Thank you! I’m a bit behind on my SwiftPM stuff, just now getting into it.
comment created time in 16 days
push eventdelicious-monster/AppStoreReceiptChecker
commit sha 2d044ab0c298b7da330ff4870f2fdb223057f4f6
Require macOS 10.12 in SwiftPM too
commit sha 905c963a37c895a83579a429dc83ffbf163cfa8e
Merge pull request #6 from pointum/swiftpm-10.12 Require macOS 10.12 in SwiftPM too
push time in 16 days
PR merged delicious-monster/AppStoreReceiptChecker
Fix: Swift Package failed to build since it required 10.11
pr closed time in 16 days
startedDarkCoderSc/pe-code-cave-helper
started time in 17 days
startedhot3eed/xpcspy
started time in 18 days
startedmichalsnik/aos
started time in 18 days
startedmono0926/LicensePlist
started time in 18 days
push eventdelicious-monster/AppStoreReceiptChecker
commit sha 1a934d034945471b6bab4f108fe9c38a1e8c521f
- Set macOS build target to 10.12, since that's when the ISO8601DateFormatter is available.
push time in 24 days
push eventdelicious-monster/AppStoreReceiptChecker
commit sha 12bad6150446487c2ab7bc4c5c52d3afa462c020
- Swift 4.1 wanted a ? instead of a !.
commit sha 597574b7643396ccbb437e248d9fead268f0a6e2
- Version bumped to '1.1', build bumped to '7' on all architectures. - New screenshots (Fraktur is gone, we're green).
commit sha dc4481ea16f40ace86ad07703236202ad009e777
- Added "Upside-down" and "Insane Whisper" as new transformations.
commit sha ce50201e8309aa9ad2abbc83436146d9be34b933
- Changed `macAddress` to be a `var` instead of a `func`, fixed typos in my commits from earlier today where I tested for "!= 0" instead of "== 0".
commit sha f926ebbd44faeaa1fcee2759b350a6a001de7287
- Updated to Swift 5.2 (lots of changes in code with unsafe pointers, which are now more safe, I guess?). - Updated projects to have SDKROOT = "$(SDKROOT:default=macosx)"; which will hopefully make Xcode work better (maybe SwiftUI will work one day?).
commit sha c6ec06542bc310503688ca58b94f2543072b1b5f
- Removed a lot of extraneous `return`s.
commit sha 1cad979b9c9318d0ae56fbdb3bf5fc1aed9d2378
- Xcode 11.4 beta 3 decided to add some schemes, who am I to argue?
commit sha 7c360b596b372c53c98f1e17e261278e31f7069c
- Opening in new Xcode added random stuff to schemes.
commit sha a8fd6ae6d9f167e9b795b04aee26d94c7ad62219
- Marked this module as using only application-extension-safe APIs, so it can be used in more places.
commit sha 153956eea96cffdd463fa23549f5ceb8cba9fc0b
- Updated `project`s with latest warnings and suggestions from Xcode 12 beta 2. - Xcode 12 also touched a bunch of `schemes`
commit sha 31e82f1cedf2f1bb4796ff1920e9a2bc35c3b98a
- Use macros instead of numbers in our plists so the bundle versions are all the same. - Add marketing-version to "App Store Receipt Checker" project, remove from Info.plist.
commit sha 5d761c74c456e9a72a3db9d44fdf63b82852deb8
- LastUpgradeVersion = 1220
commit sha 2c2920f0053d1683e0a7ba377662fe35f3ac26ad
- Updated so dates are always parsed into Date structures (before this 'ia5String' dates were just returned as String, which I do not think is as useful) and so that (hopefully) the new App Store style of ISO8601 ASN1 dates with milliseconds will be parsed (I have not been able to verify this yet though.)
commit sha fb5c6b0328700887860148e15218b32305cdc2b5
- Trying to merge together my various branches.
push time in 24 days
push eventdelicious-monster/AppStoreReceiptChecker
commit sha c29d7160e6fc262c24aca97b078a28ff5a5c375c
- Split off getting the machine's `MAC address` into an extension of `ProcessInfo` and made it public because this is just a generally useful method.
commit sha 71ac24c8a70a1544686ceeb36e3ae697d3bc720f
- Apparently my folders slipped out of sync, I'm trying to make them sane again.
push time in 24 days
startedThomvis/Construct
started time in a month
startedAlDanial/cloc
started time in a month
startedrsrbk/GoSwifty
started time in a month
startedcocoahuke/coBlue
started time in a month
startedgcgarner/IOTstack
started time in a month
issue openedavibrazil/RDM
1920x1080p HiDPI doesn't do anything when I select it
Not sure what I'm doing incorrectly, I've disabled csrutil and followed these instructions but nothing happens when I attempt to change to 1920x1080 HiDPI.
I also tried 960x540 hidpi and it doesn't work either.
Every other mode works.
I'm using this LG monitor.
created time in 2 months
issue commentavibrazil/RDM
1720x720 HiDPI does not work, non HiDPI works
https://github.com/usr-sse2/RDM/releases
comment created time in 2 months
startedantons/dyld-shared-cache-big-sur
started time in 2 months
startedfeedback-assistant/reports
started time in 2 months
issue commentavibrazil/RDM
The 16:9 monitor can not use highdpi mode
I have a 4K Philips TV (e.g. 3840x2160 and my macbook Pro 2018 can display native 4K on it @30Hz, TV model 55PUS7809), and I'm trying to render 1080p HiDPI.
I've followed all the necessary steps: enabling HiDPI mode with sudo command, generating and copying plist files to the right path in both /System/Library and /Library folders using comsysto's tool, installing RDM, rebooting at every step of the process. I still cannot select the HiDPI 1920x1080 resolution. It appears in the RDM menu list but doesn't do anything when I click on it.
I even downloaded the trial version of SwitchResX to see if it somehow was doing something I missed. It does create a new plist file in the /Library directory but has the same problem: the HiDPI 1920x1080 resolution is there (at several Hz options) in the list but it doesn't do anything when I click on it. (sidenote: it suspiciously works for >30Hz, so only resolutions that aren't supported for 4K output and results in regular, blurry 1080p)
Consulting the SwitchResX FAQ page, I find this (also mentioned in another issue thread):

Sure enough, I found this error message in my console after trying to set the 1080p HiDPI resolution.
Even the developer of SwitchResX admits that there is this unavoidable "bug" in macOS that is preventing people from using the Retina HiDPI image rendering on non-Apple-approved TVs, specifically for the most common and actually-likely-to-work upscaling resolutions (50% and 25% of 4K). I don't think that this is a coincidence...
For those of us stuck in the 4K -> 1080p HiDPI rabbit hole, is there anything else to try? Could it be a hardware issue with the screen/connection? Specific lack of compatibility with Philips TV's?
Note that like others in this thread the non-16:9 HiDPI's seem to be working... I think this is specifically an issue with these MacOS-"blacklisted" resolutions that are also the most practical for 4K TV owners.
comment created time in 2 months