Slide 35
Slide 35 text
05/07/14 09:43:08,109 Xcode[9202]: toy-unboxing -- Fixed context: {
DVTSourceLanguageServiceContextFormatOptionsKey = { ... };
DVTSourceLanguageServiceContextTextStorage = ...;
IDESourceLangaugeServiceContextBuildSettings = {
swiftASTCommandArguments = (
"-module-name",
Playground,
"-target",
"x86_64-apple-macosx10.10",
"-sdk",
"/Applications/Xcode6-Beta2.app/.../MacOSX10.10.sdk",
"-F",
"/Applications/Xcode6-Beta2.app/.../Frameworks",
"-F",
"/Applications/Xcode6-Beta2.app/.../PrivateFrameworks",
"-Xfrontend",
"-debugger-support",
"-c",
"/Users/boris/Desktop/MyPlayground.playground"
);
};
IDESourceLanguageServiceContextDocument = ...;
IDESourceLanguageServiceContextDocumentURL = ...;
}