This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CoreTelephonyDefines.h | |
* CFTelephony | |
* | |
* Copyright 2010 Apple Inc. All rights reserved. | |
* | |
*/ | |
// Macros to export a symbol from the CoreTelephony library | |
#ifndef __CORETELEPHONY_DEFINES_H__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>IKE</key> | |
<dict> | |
<key>IKEVersion</key> | |
<integer>2</integer> | |
<key>LocalIdentifier</key> | |
<string>[email protected]$mnc.mcc$mcc.3gppnetwork.org</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>28310</key> | |
<string>Orange</string> | |
<key>310140</key> | |
<string>MPULSE</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
framework module CoreTelephony [extern_c] { | |
export * | |
umbrella "Headers" | |
module * { export * } | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 | |
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP> | |
inet 127.0.0.1 netmask 0xff000000 | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 | |
nd6 options=201<PERFORMNUD,DAD> | |
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 | |
stf0: flags=0<> mtu 1280 | |
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
ether 02:0f:4b:6b:1c:3a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>actions</key> | |
<dict> | |
<key>AXCancel</key> | |
<dict> | |
<key>ax_notes</key> | |
<string></string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head><meta charset="UTF-8"></head> | |
<body bgcolor=#ffffff> | |
<style> | |
h1 {font:20px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:bold;color:black;margin:8px} | |
h2 {font:14px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:plain;color:black;margin:8px;line-height:18px} | |
table {font:12px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:plain;color:black;margin:8px;line-height:18px;width:100%;border:0px solid;border-collapse:collapse} | |
th,td {padding:4px;} | |
tr:nth-child(even) {background:#f1f1f1;} | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<array> | |
<string>Microsoft/com.microsoft.AlertsDaemon</string> | |
<string>Microsoft/com.microsoft.Messenger</string> | |
<string>com.adobe.Acrobat.Pro</string> | |
<string>com.adobe.Contribute</string> | |
<string>com.adobe.ESD.AdobeUpdaterApplication</string> | |
<string>com.adobe.ESToolkit</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mode=${1:---heat} | |
root=${2:-""} | |
files="" | |
files="$files $root/usr/libexec/kextd" | |
files="$files $root/sbin/ifconfig" | |
files="$files $root/sbin/mount_volfs" | |
files="$files $root/sbin/mount" |