Skip to content

Instantly share code, notes, and snippets.

View JunyuKuang's full-sized avatar

Jonny JunyuKuang

View GitHub Profile
@unixzii
unixzii / ForceEnablingXcodeLLM.md
Last active March 29, 2025 13:50
A guide to force enabling Xcode LLM feature on China-SKU Macs.

Introduction

Apple restricted the access to Xcode LLM (Predictive code completion) feature on China models of Mac. This guide provides a way to bypass that restriction. It's verified on macOS 15.0 Beta (24A5264n), but there is no guarentee that it will always work on later macOS versions.

Prerequisites

  • Xcode is installed and run at least once.
  • SIP debugging restrictions are disabled (via csrutil enable --without debug command in recovery mode).

Disclaimer

@IsaacXen
IsaacXen / README.md
Last active March 31, 2025 00:32
(Almost) Every WWDC videos download links for aria2c.
@stefanceriu
stefanceriu / UITableView+CTX.h
Last active November 20, 2021 04:13
Enabled iOS style UITableView multiple selection on Catalyst applications
//
// UITableView+CTX.m
// EFClass-Mac
//
// Created by Stefan Ceriu on 29/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <Foundation/Foundation.h>
@stefanceriu
stefanceriu / UINSSceneView+CTX.h
Last active January 24, 2025 18:59
Disable Mac Catalyst 77% app scaling
//
// UINSSceneView+CTX.h
// EFClass
//
// Created by Stefan Ceriu on 28/11/2019.
// Copyright © 2019 EF Education First. All rights reserved.
//
#import <Foundation/Foundation.h>
@steipete
steipete / PSPDFCatalystPatches.m
Last active October 19, 2019 12:00
Fixes Mac Catalyst: random crash inside [_UIBlurEffectCoreUIImpl _needsUpdateForTransitionFromEnvironment:toEnvironment:usage:] ()
Use this code: (code incomplete, but you get the idea what needs to be done)
// TODO: Stop calling this once 10.15.1 is out!
#if TARGET_OS_UIKITFORMAC
static void PSPDFFixVisualEffectsEnvironment(void) {
static const char *PSPDFVisualEffectsWindowKey;
static const char *PSPDFVisualEffectsSuperviewKey;
let klass = NSClassFromString([NSString stringWithFormat:@"_%@sualEffe%@ironment", @"UIVi", @"ctEnv"]);
@BalestraPatrick
BalestraPatrick / Info.plist
Last active June 14, 2022 15:57
Custom URL scheme Launch Storyboard Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
@NicholasTD07
NicholasTD07 / how-to-download-iOS-simulator-in-command-line-and-install-it.md
Last active November 20, 2024 11:05
How to Download iOS Simulator (Xcode) in Command Line and Install it

How to Download iOS Simulator (Xcode) in Command Line and Install it

For faster connection speed and more flexibility.

Steps

  1. Start Xcode in command line by running this in commandline /Applications/Xcode.app/Contents/MacOS/Xcode
  2. Start downloading of the simulator
  3. Cancel it. YES CANCEL IT!
  4. You will get a message like this: