Skip to content

Commit

Permalink
turn off ASAMs as a source
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarela committed Sep 5, 2024
1 parent 795b9ba commit 96bad29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Marlin/Marlin/Views/DataSourceToggles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct DataSourceToggles: View {
ForEach(
Array(
dataSourceList
.mappableDataSources[5...7]
.mappableDataSources[5...]
.enumerated()
), id: \.element) { index, dataSourceItem in
dataSourceButton(dataSourceItem: dataSourceItem)
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Marlin/appFeatures.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>hamburger</key>
<true/>
<key>asamDataSourceEnabled</key>
<true/>
<false/>
<key>moduDataSourceEnabled</key>
<true/>
<key>lightDataSourceEnabled</key>
Expand All @@ -37,7 +37,7 @@
<key>routeDataSourceEnabled</key>
<true/>
<key>userPlaceDataSourceEnabled</key>
<true/>
<false/>
<key>forceReloadDate</key>
<date>2022-12-19T17:52:33Z</date>
<key>metricsEnabled</key>
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ SPEC CHECKSUMS:
SWXMLHash: dd733a457e9c4fe93b1538654057aefae4acb382
tiff-ios: 1ad6750cd8bb3db75bd2977e40145813389786b9

PODFILE CHECKSUM: c44cc2fc336e30a0e28bc55df56e28ab2f6d7fcf
PODFILE CHECKSUM: 69fee3ae22dae2502b230c00941fcaab7513b7da

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit 96bad29

Please sign in to comment.