diff --git a/.gitignore b/.gitignore
index a83f49e72b..2b407c2491 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,8 +121,6 @@ wiiu/wut/elf2rpl/elf2rpl
/media/libretrodb/
pkg/apple/iOS/build/
-pkg/apple/iOS/modules/
-pkg/apple/tvOS/modules/
pkg/apple/build/
ui/drivers/qt/moc_*
ui/drivers/moc_*
diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme
new file mode 100644
index 0000000000..54573fab59
--- /dev/null
+++ b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch iOS Release.xcscheme
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS.xcscheme b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Debug.xcscheme
similarity index 100%
rename from pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS.xcscheme
rename to pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Debug.xcscheme
diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Release.xcscheme b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Release.xcscheme
new file mode 100644
index 0000000000..555415136f
--- /dev/null
+++ b/pkg/apple/RetroArch_iOS11.xcodeproj/xcshareddata/xcschemes/RetroArch tvOS Release.xcscheme
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pkg/apple/iOS/modules/.gitignore b/pkg/apple/iOS/modules/.gitignore
new file mode 100644
index 0000000000..5e7d2734cf
--- /dev/null
+++ b/pkg/apple/iOS/modules/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/pkg/apple/tvOS/modules/.gitignore b/pkg/apple/tvOS/modules/.gitignore
new file mode 100644
index 0000000000..5e7d2734cf
--- /dev/null
+++ b/pkg/apple/tvOS/modules/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore