3. Let the AppDelegate implement the protocols `BITHockeyManagerDelegate`, `BITUpdateManagerDelegate` and `BITCrashManagerDelegate`:
@@ -137,7 +137,7 @@ The method only returns the UDID when the build is not targeted to the App Sore.
4. Search for `preprocessor macros`
- 
+
5. Select the top-most line and double-click the value field.
@@ -145,7 +145,7 @@ The method only returns the UDID when the build is not targeted to the App Sore.
7. Enter the following string into the input field and finish with "Done".CONFIGURATION_$(CONFIGURATION)
- 
+
Now you can use `#if defined (CONFIGURATION_AppStore)` statements in your code. If your configurations have different names, please adjust the above use of `CONFIGURATION_AppStore`.
diff --git a/docs/Guide-Migration-Kits-template.md b/docs/Guide-Migration-Kits-template.md
index 0061a43fa9..3b4cfbfd93 100644
--- a/docs/Guide-Migration-Kits-template.md
+++ b/docs/Guide-Migration-Kits-template.md
@@ -103,11 +103,3 @@ After you have finished the setup guide make sure everything works as expected a
## Advanced Migration
If you used any optional API calls, for example adding a custom description to a crash report, migrating those would exceed the scope of this guide. Please have a look at the [API documentation](https://github.com/bitstadium/HockeySDK-iOS/downloads).
-
-
-
-
-
-
-
-
diff --git a/docs/XcodeTargetDependencies_normal.png b/docs/XcodeTargetDependencies_normal.png
deleted file mode 100644
index 9448ea647b..0000000000
Binary files a/docs/XcodeTargetDependencies_normal.png and /dev/null differ