|
|
|
@ -58,8 +58,6 @@ public class InferRunner {
|
|
|
|
|
private static final String IPHONESIMULATOR_ISYSROOT_SUFFIX =
|
|
|
|
|
"/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk";
|
|
|
|
|
|
|
|
|
|
private static final String CURRENT_XCODE_VERSION = "Xcode 7.0";
|
|
|
|
|
|
|
|
|
|
private static HashMap<String, InferResults> inferResultsMap =
|
|
|
|
|
new HashMap<String, InferResults>();
|
|
|
|
|
|
|
|
|
@ -88,10 +86,6 @@ public class InferRunner {
|
|
|
|
|
return line;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static boolean runsSupportedXCode() throws IOException, InterruptedException {
|
|
|
|
|
return InferRunner.getXCodeVersion().equals(CURRENT_XCODE_VERSION);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static ImmutableList<String> createInferJavaCommand(
|
|
|
|
|
TemporaryFolder folder,
|
|
|
|
|
ImmutableList<String> sourceFiles,
|
|
|
|
|