diff --git a/appcode/appcode_inspections_formatter.php b/appcode/appcode_inspections_formatter.php
deleted file mode 100644
index 9e807c9..0000000
--- a/appcode/appcode_inspections_formatter.php
+++ /dev/null
@@ -1,30 +0,0 @@
-problem as $problem) {
- if ($problem->description == 'File is too complex to perform context-sensitive data-flow analysis') {
- continue;
- }
- $problemsCount++;
- $html .= '
| '.$problemsCount.' | '.$problem->file.' | '.$problem->line.' | '.$problem->description.' |
';
- }
- }
- if ($problemsCount > 0) {
- $html = ''
- .'| Num | '
- .'File | '
- .'Line | '
- .'Problem |
'.$html.'
';
- echo 'Found inspection problems: '.$problemsCount.PHP_EOL;
- } else {
- $html = 'No inspection problems found
';
- }
- $html = ''.$html.'';
- file_put_contents($reportsPath.DIRECTORY_SEPARATOR.'appcode_inspections.html', $html);
-?>
diff --git a/xcode/exportPlistEnterprise.plist b/xcode/exportPlistEnterprise.plist
new file mode 100644
index 0000000..6f2f5c0
Binary files /dev/null and b/xcode/exportPlistEnterprise.plist differ
diff --git a/xcode/exportPlistStandard.plist b/xcode/exportPlistStandard.plist
new file mode 100644
index 0000000..34839e1
Binary files /dev/null and b/xcode/exportPlistStandard.plist differ