Skip the iPhone setup screen on checkra1n devices, make sure these files are written to /var/mobile/Library/Preferences
This no longer works as of iOS 15 (or it might, but I'm pretty sure it's gone)
<?xml version="1.0" encoding="UTF-8"?>
#!/bin/bash | |
set -e | |
NAME=sURL | |
function build() { | |
START=$(date +%s) | |
swift build --product $NAME \ |
#ifndef NETRB_h | |
#define NETRB_h | |
#include <xpc/xpc.h> | |
#include <dispatch/dispatch.h> | |
#ifdef __cplusplus | |
extern "C" { | |
#endif |
com.apple.private.security.disk-device-access | |
com.apple.private.security.no-container | |
com.apple.private.security.storage.AppBundles | |
com.apple.private.security.storage.AppDataContainers | |
com.apple.private.security.storage.AppStoreCache | |
com.apple.private.security.storage.BulletinDistributor | |
com.apple.private.security.storage.CallHistory | |
com.apple.private.security.storage.CloudKit | |
com.apple.private.security.storage.CoreKnowledge | |
com.apple.private.security.storage.DCIM |
#include <stdio.h> | |
#include <dlfcn.h> | |
#include <CoreFoundation/CoreFoundation.h> | |
// Barebones purple_console clone - constructed with some reverse and forward engineering. | |
// | |
// No copyright or license. Feel free to share. Comments/Feedback welcome @http://newosxbook.com/forum/ | |
// | |
// |
#! /bin/bash | |
log stream --style compact --color=auto --predicate 'process == "Apple Configurator 2"' --predicate 'process == "com.apple.configurator.xpc.DeviceService"' --predicate 'process == "com.apple.configurator.xpc.AirTrafficService"' --predicate 'process == "com.apple.configurator.xpc.InternetService"' | |
# Launch Apple Configurator while holding down on the shift key to enable debug logging |
#!/usr/bin/sandbox-exec -n no-network /usr/bin/ruby -E UTF-8 -v | |
# -*- coding: utf-8; mode: ruby -*- | |
# | |
# A utility for performing various operations on IPA files. This script is | |
# intended to be invoked by xcodebuild. It is not intended for direct use, | |
# or for invocation in any manner other than through xcodebuild. Any other | |
# use is unsupported. | |
# | |
# Copyright © 2015-2020 Apple Inc. All Rights Reserved. | |
# |
Homepod Mini
Space Grey HomePod Mini https://seeddownload.cdn-apple.com/s3/prod/SEED/package/T034634A-en_US/2.0/T034634A-HomePodmini-FL_NO_PRICING/images/homepod_mini_space_gray_ios14.usdz
White HomePod Mini https://seeddownload.cdn-apple.com/s3/prod/SEED/package/T034634A-en_US/2.0/T034634A-HomePodmini-FL_NO_PRICING/images/homepod_mini_white_ios14.usdz
Beats
{ | |
"updated": "2020-11-27T10:39:35-08:00", | |
"snapshotId": 1025, | |
"events": [ | |
{ | |
"name": "WWDC20", | |
"current": false, | |
"id": "wwdc2020", | |
"webUrlKey": "wwdc20", | |
"startTime": "2020-06-22T10:00:00-07:00", |