Skip to content

Instantly share code, notes, and snippets.

@fpotter
Created January 16, 2014 22:22
Show Gist options
  • Save fpotter/8464653 to your computer and use it in GitHub Desktop.
Save fpotter/8464653 to your computer and use it in GitHub Desktop.
2014-01-16 14:22:47.760 WatchNotifications[49218:507] >> __CFNotification 0x7fc202100000 {name = com.apple.iphonesimulator.ready; userInfo = {
supportedArches = (
0,
"x86_64",
i386
);
supportedDeviceInfos = (
iPhone,
"iPhone Retina (3.5-inch)",
"iPhone Retina (4-inch)",
"iPhone Retina (4-inch 64-bit)",
iPad,
"iPad Retina",
"iPad Retina (64-bit)"
);
supportedDisplayHeights = {
1 = (
0,
568,
480
);
2 = (
0,
1024
);
};
supportedProductTypes = (
1,
2
);
supportedSDKRoots = (
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk",
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk",
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk"
);
supportedSDKVersions = (
"7.0.3 (11B508)",
"6.1 (10B141)",
"6.0 (10A403)"
);
supportedScales = (
0,
1,
2
);
}}
2014-01-16 14:22:47.761 WatchNotifications[49218:507] >> __CFNotification 0x7fc200600f70 {name = com.apple.iphonesimulator.startSession; userInfo = {
applicationArguments = (
);
applicationEnvironment = {
"DYLD_FRAMEWORK_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator";
"DYLD_LIBRARY_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator";
NSUnbufferedIO = YES;
"__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator";
"__XPC_DYLD_FRAMEWORK_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator";
"__XPC_DYLD_LIBRARY_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator";
};
applicationPath = "/Users/fpotter/Library/Developer/Xcode/DerivedData/TestApp-gesqcaftextfqufpsjztgiesmlkp/Build/Products/Debug-iphonesimulator/TestApp.app";
applicationStdError = "/dev/ttys004";
applicationStdOut = "/dev/ttys004";
arch = i386;
deviceInfo = "iPhone Retina (3.5-inch)";
displayHeight = 480;
displayScale = 2;
productType = 1;
sdkRoot = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk";
sessionOwner = Xcode;
sessionUUID = "3EFECC49-B4C6-4540-903E-17BF51EA6A75";
version = 1;
waitForDebugger = 1;
}}
2014-01-16 14:22:48.232 WatchNotifications[49218:507] >> __CFNotification 0x7fc202300000 {name = com.apple.iphonesimulator.running; userInfo = {
deviceAndVersion = "iPhone Retina (3.5-inch) / iOS 7.0.3 (11B508)";
}}
2014-01-16 14:22:52.931 WatchNotifications[49218:507] >> __CFNotification 0x7fc200402f00 {name = com.apple.iphonesimulator.applicationLaunched; userInfo = {
applicationPID = 49254;
sessionUUID = "3EFECC49-B4C6-4540-903E-17BF51EA6A75";
}}
2014-01-16 14:22:56.494 WatchNotifications[49218:507] >> __CFNotification 0x7fc202200000 {name = com.apple.iphonesimulator.applicationQuit; userInfo = {
error = 0;
errorString = "The simulated application quit.";
sessionUUID = "3EFECC49-B4C6-4540-903E-17BF51EA6A75";
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment