Skip to content

Commit a9ad204

Browse files
Removed Debug view
Changed settings picker styles
1 parent 4f34a84 commit a9ad204

File tree

5 files changed

+2
-147
lines changed

5 files changed

+2
-147
lines changed

Movie DB.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
AB01096724D5C3CC001BEF39 /* SearchResultsPageWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB01096624D5C3CC001BEF39 /* SearchResultsPageWrapper.swift */; };
1313
AB01097424D850A2001BEF39 /* CSVCoderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB01097324D850A2001BEF39 /* CSVCoderTests.swift */; };
1414
AB0318E42842A28800041E0B /* CoreDataDummies.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB0318E32842A28800041E0B /* CoreDataDummies.swift */; };
15-
AB0318E62842AA3800041E0B /* DebugView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB0318E52842AA3800041E0B /* DebugView.swift */; };
1615
AB0318EA2842BF4500041E0B /* CreditsHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB0318E92842BF4500041E0B /* CreditsHelpers.swift */; };
1716
AB097F57284A96C700E559E7 /* MediaListsRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB097F56284A96C700E559E7 /* MediaListsRootView.swift */; };
1817
AB097F59284A974500E559E7 /* FilteredMediaList.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB097F58284A974500E559E7 /* FilteredMediaList.swift */; };
@@ -249,7 +248,6 @@
249248
AB01097324D850A2001BEF39 /* CSVCoderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CSVCoderTests.swift; sourceTree = "<group>"; };
250249
AB0318BE28411A2300041E0B /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; };
251250
AB0318E32842A28800041E0B /* CoreDataDummies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataDummies.swift; sourceTree = "<group>"; };
252-
AB0318E52842AA3800041E0B /* DebugView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugView.swift; sourceTree = "<group>"; };
253251
AB0318E82842BE2200041E0B /* Movie DB v6.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "Movie DB v6.xcdatamodel"; sourceTree = "<group>"; };
254252
AB0318E92842BF4500041E0B /* CreditsHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditsHelpers.swift; sourceTree = "<group>"; };
255253
AB097F56284A96C700E559E7 /* MediaListsRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaListsRootView.swift; sourceTree = "<group>"; };
@@ -1090,7 +1088,6 @@
10901088
AB98EA37264D770F0048B8CC /* LanguageChooser.swift */,
10911089
AB6718C422C0312B00F429E4 /* ContentView.swift */,
10921090
ABD8648128183E03001A1F7C /* ResolveProblemsView.swift */,
1093-
AB0318E52842AA3800041E0B /* DebugView.swift */,
10941091
);
10951092
path = "Top Level";
10961093
sourceTree = "<group>";
@@ -1543,7 +1540,6 @@
15431540
AB2742562389D95200744B83 /* RatingView.swift in Sources */,
15441541
AB711FBC281D8ECF003ED045 /* TMDBDataHelpers.swift in Sources */,
15451542
AB6D9C9F283BC42B00AF655C /* Strings+SortingDirection.swift in Sources */,
1546-
AB0318E62842AA3800041E0B /* DebugView.swift in Sources */,
15471543
AB097F67284BB36A00E559E7 /* SFSymbolPicker.swift in Sources */,
15481544
AB98EA38264D77100048B8CC /* LanguageChooser.swift in Sources */,
15491545
ABAA99E92863059800234E62 /* UserMediaList+CoreDataClass.swift in Sources */,

Movie DB/Views/Settings/LanguagePickerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct LanguagePickerView: View {
2525
}
2626
}
2727
}
28+
.pickerStyle(.navigationLink)
2829
}
2930

3031
private func updateLanguages() async {

Movie DB/Views/Settings/RegionPickerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct RegionPickerView: View {
2929
.tag(code)
3030
}
3131
}
32+
.pickerStyle(.navigationLink)
3233
}
3334
}
3435

Movie DB/Views/Top Level/ContentView.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ struct ContentView: View {
3232
Text(Strings.TabView.lookupLabel)
3333
}
3434

35-
#if DEBUG
36-
DebugView()
37-
.tabItem {
38-
Image(systemName: "ladybug")
39-
Text("Debug")
40-
}
41-
#endif
42-
4335
SettingsView()
4436
.tabItem {
4537
Image(systemName: "gear")

Movie DB/Views/Top Level/DebugView.swift

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)