Skip to content

Instantly share code, notes, and snippets.

@fpotter
Created October 11, 2013 20:45
Show Gist options
  • Save fpotter/6941760 to your computer and use it in GitHub Desktop.
Save fpotter/6941760 to your computer and use it in GitHub Desktop.
name = com.apple.iphonesimulator.startSession; userInfo = {
applicationArguments = (
"-NSTreatUnknownArgumentsAsOpen",
NO,
"-ApplePersistenceIgnoreState",
YES,
"-XCTest",
All,
"/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator/MyNewAppTests.xctest"
);
applicationEnvironment = {
"DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode5.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/Developer/Library/Frameworks";
"DYLD_FRAMEWORK_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator";
"DYLD_INSERT_LIBRARIES" = "/../../Library/PrivateFrameworks/IDEBundleInjection.framework/IDEBundleInjection";
"DYLD_LIBRARY_PATH" = "/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator";
NSUnbufferedIO = YES;
XCInjectBundle = "/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator/MyNewAppTests.xctest";
XCInjectBundleInto = "/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator/MyNewApp.app/MyNewApp";
};
applicationPath = "/Users/fpotter/Library/Developer/Xcode/DerivedData/MyNewApp-evmsrdiuslovudazszcvkywfesit/Build/Products/Debug-iphonesimulator/MyNewApp.app";
applicationStdError = "/dev/ttys012";
applicationStdOut = "/dev/ttys012";
arch = "x86_64";
deviceInfo = "iPhone Retina (4-inch 64-bit)";
displayHeight = 568;
displayScale = 2;
productType = 1;
sdkRoot = "/Applications/Xcode5.0.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk";
sessionOwner = Xcode;
sessionUUID = "A44F440B-AC43-48CC-99AF-3D61049D56DC";
version = 1;
waitForDebugger = 1;
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment