Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions OsmAnd.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,17 @@
97F6410929C475E7008F527B /* map_action_hill_climbing@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97F6410529C475E6008F527B /* map_action_hill_climbing@3x.png */; };
97F6410C29C475E7008F527B /* map_action_hill_climbing@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97F6410829C475E7008F527B /* map_action_hill_climbing@2x.png */; };
9A3A2ACC2C2C44B500B28C43 /* OATopIndexFilter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9A3A2ACB2C2C44B500B28C43 /* OATopIndexFilter.mm */; };
9F4844A72FD0000100484401 /* AisTrackerPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844A32FD0000100484401 /* AisTrackerPlugin.swift */; };
9F4844A82FD0000100484401 /* AisTrackerSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844A42FD0000100484401 /* AisTrackerSettingsViewController.swift */; };
9F4844AA2FD0000100484401 /* AisSimulationProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844A92FD0000100484401 /* AisSimulationProvider.swift */; };
9F4844AC2FD0000100484401 /* AisObjectHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844AB2FD0000100484401 /* AisObjectHelper.swift */; };
9F4844AE2FD0000100484401 /* AisDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844AD2FD0000100484401 /* AisDataManager.swift */; };
9F4844B02FD0000100484401 /* AisMessageDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844AF2FD0000100484401 /* AisMessageDecoder.swift */; };
9F4844B32FD0000100484401 /* OAAisTrackerLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844B22FD0000100484401 /* OAAisTrackerLayer.mm */; };
9F4844B52FD0000100484401 /* AisTrackerHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844B42FD0000100484401 /* AisTrackerHelper.swift */; };
9F4844B82FD0000100484401 /* AisObjectViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844B72FD0000100484401 /* AisObjectViewController.swift */; };
9F4844C22FD0000100484401 /* OAAisTrackerLayerBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844C12FD0000100484401 /* OAAisTrackerLayerBridge.mm */; };
9F4844D12FD0000100484401 /* AisTrackerProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F4844D02FD0000100484401 /* AisTrackerProduct.swift */; };
B0D6100B2E010FD6F3088B80 /* OATrackMenuHeaderView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0D61823DCC461FF03FE8103 /* OATrackMenuHeaderView.mm */; };
B0D610BD70EF0179933FD55C /* OAAddWaypointViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0D618034074DE575CDAACDD /* OAAddWaypointViewController.mm */; };
B0D610C833B6EA61B1C74268 /* OADeleteWaypointsGroupBottomSheetViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0D61BD47F1716F617480A05 /* OADeleteWaypointsGroupBottomSheetViewController.mm */; };
Expand Down Expand Up @@ -3296,6 +3307,7 @@
FA4C57032D48E92F00438A5C /* NoInternetCardCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = FA4C57022D48E92F00438A5C /* NoInternetCardCell.xib */; };
FA4C57052D491EB900438A5C /* CardsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4C57042D491EB900438A5C /* CardsViewController.swift */; };
FA4D7F572B03D366003208D7 /* BLEWheelSettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4D7F562B03D366003208D7 /* BLEWheelSettingsViewController.swift */; };
FA4EDBF62FDAC090003B0AFC /* AisLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4EDBF52FDAC090003B0AFC /* AisLogger.swift */; };
FA4FC4AB2F4F3F8F009ABB6E /* SharedLibSmartFolderHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4FC4AA2F4F3F8F009ABB6E /* SharedLibSmartFolderHelper.swift */; };
FA5060B92D6DF807007638C8 /* TouchesPassView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5060B82D6DF807007638C8 /* TouchesPassView.swift */; };
FA52B0732D4D237D0001B693 /* CardsFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA52B0722D4D237D0001B693 /* CardsFilter.swift */; };
Expand Down Expand Up @@ -5113,6 +5125,19 @@
97F6410829C475E7008F527B /* map_action_hill_climbing@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "map_action_hill_climbing@2x.png"; sourceTree = "<group>"; };
9A3A2ACA2C2C448300B28C43 /* OATopIndexFilter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OATopIndexFilter.h; sourceTree = "<group>"; };
9A3A2ACB2C2C44B500B28C43 /* OATopIndexFilter.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OATopIndexFilter.mm; sourceTree = "<group>"; };
9F4844A32FD0000100484401 /* AisTrackerPlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisTrackerPlugin.swift; sourceTree = "<group>"; };
9F4844A42FD0000100484401 /* AisTrackerSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisTrackerSettingsViewController.swift; sourceTree = "<group>"; };
9F4844A92FD0000100484401 /* AisSimulationProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisSimulationProvider.swift; sourceTree = "<group>"; };
9F4844AB2FD0000100484401 /* AisObjectHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisObjectHelper.swift; sourceTree = "<group>"; };
9F4844AD2FD0000100484401 /* AisDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisDataManager.swift; sourceTree = "<group>"; };
9F4844AF2FD0000100484401 /* AisMessageDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisMessageDecoder.swift; sourceTree = "<group>"; };
9F4844B12FD0000100484401 /* OAAisTrackerLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OAAisTrackerLayer.h; sourceTree = "<group>"; };
9F4844B22FD0000100484401 /* OAAisTrackerLayer.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OAAisTrackerLayer.mm; sourceTree = "<group>"; };
9F4844B42FD0000100484401 /* AisTrackerHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisTrackerHelper.swift; sourceTree = "<group>"; };
9F4844B72FD0000100484401 /* AisObjectViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisObjectViewController.swift; sourceTree = "<group>"; };
9F4844C02FD0000100484401 /* OAAisTrackerLayerBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OAAisTrackerLayerBridge.h; sourceTree = "<group>"; };
9F4844C12FD0000100484401 /* OAAisTrackerLayerBridge.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = OAAisTrackerLayerBridge.mm; sourceTree = "<group>"; };
9F4844D02FD0000100484401 /* AisTrackerProduct.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisTrackerProduct.swift; sourceTree = "<group>"; };
ADA2D9C11AEC31EA6BB2AF2C /* Pods-OsmAnd Maps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OsmAnd Maps.release.xcconfig"; path = "Target Support Files/Pods-OsmAnd Maps/Pods-OsmAnd Maps.release.xcconfig"; sourceTree = "<group>"; };
B0D610268394E6C3CF0F3C8C /* OAEditWaypointsGroupBottomSheetViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OAEditWaypointsGroupBottomSheetViewController.mm; sourceTree = "<group>"; };
B0D61037ED3E628F3BB6C1AA /* OASelectionCollapsableCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OASelectionCollapsableCell.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -8071,6 +8096,7 @@
FA4C57022D48E92F00438A5C /* NoInternetCardCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NoInternetCardCell.xib; sourceTree = "<group>"; };
FA4C57042D491EB900438A5C /* CardsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardsViewController.swift; sourceTree = "<group>"; };
FA4D7F562B03D366003208D7 /* BLEWheelSettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEWheelSettingsViewController.swift; sourceTree = "<group>"; };
FA4EDBF52FDAC090003B0AFC /* AisLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AisLogger.swift; sourceTree = "<group>"; };
FA4FC4AA2F4F3F8F009ABB6E /* SharedLibSmartFolderHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SharedLibSmartFolderHelper.swift; sourceTree = "<group>"; };
FA5060B82D6DF807007638C8 /* TouchesPassView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TouchesPassView.swift; sourceTree = "<group>"; };
FA52B0722D4D237D0001B693 /* CardsFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardsFilter.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -10394,6 +10420,27 @@
path = Resources/Icons/Location;
sourceTree = "<group>";
};
9F4844A02FD0000100484401 /* AisTrackerPlugin */ = {
isa = PBXGroup;
children = (
FA4EDBF52FDAC090003B0AFC /* AisLogger.swift */,
9F4844AB2FD0000100484401 /* AisObjectHelper.swift */,
9F4844B42FD0000100484401 /* AisTrackerHelper.swift */,
9F4844AD2FD0000100484401 /* AisDataManager.swift */,
9F4844AF2FD0000100484401 /* AisMessageDecoder.swift */,
9F4844A92FD0000100484401 /* AisSimulationProvider.swift */,
9F4844D02FD0000100484401 /* AisTrackerProduct.swift */,
9F4844A32FD0000100484401 /* AisTrackerPlugin.swift */,
9F4844A42FD0000100484401 /* AisTrackerSettingsViewController.swift */,
9F4844B12FD0000100484401 /* OAAisTrackerLayer.h */,
9F4844B22FD0000100484401 /* OAAisTrackerLayer.mm */,
9F4844C02FD0000100484401 /* OAAisTrackerLayerBridge.h */,
9F4844C12FD0000100484401 /* OAAisTrackerLayerBridge.mm */,
9F4844B72FD0000100484401 /* AisObjectViewController.swift */,
);
path = AisTrackerPlugin;
sourceTree = "<group>";
};
B247453027E35B1D00C18C3F /* Cloud */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -11224,6 +11271,7 @@
DA5A797626C563A000F274C7 /* Plugins */ = {
isa = PBXGroup;
children = (
9F4844A02FD0000100484401 /* AisTrackerPlugin */,
FA1D6DAC2DCE04640080E374 /* VehicleMetricsPlugin */,
FACE409C2AEA9A8000E1E43A /* ExternalSensorsPlugin */,
32119B3A28477112005E1E0C /* Development */,
Expand Down Expand Up @@ -17985,6 +18033,7 @@
4657490E2B6803710006046B /* TrashItem.swift in Sources */,
DA5A81F126C563A700F274C7 /* OAProfileIconColor.m in Sources */,
DA5A83F026C563A800F274C7 /* OAQuickSearchTableController.mm in Sources */,
9F4844D12FD0000100484401 /* AisTrackerProduct.swift in Sources */,
DA5A819E26C563A700F274C7 /* NSData+CRC32.m in Sources */,
DA69ED5C2A385B1B001022C7 /* WidgetPanelViewController.swift in Sources */,
FACE409F2AEA9ACB00E1E43A /* OAExternalSensorsPlugin.mm in Sources */,
Expand All @@ -18000,6 +18049,15 @@
FAACFF222FC9B42B002D765A /* MultipleValuesViewController.swift in Sources */,
8AE943B327A28BE900961319 /* OAWeatherRasterLayer.mm in Sources */,
FA1D6DAE2DCE04710080E374 /* VehicleMetricsPlugin.swift in Sources */,
9F4844A72FD0000100484401 /* AisTrackerPlugin.swift in Sources */,
9F4844AA2FD0000100484401 /* AisSimulationProvider.swift in Sources */,
9F4844AC2FD0000100484401 /* AisObjectHelper.swift in Sources */,
9F4844AE2FD0000100484401 /* AisDataManager.swift in Sources */,
9F4844B02FD0000100484401 /* AisMessageDecoder.swift in Sources */,
9F4844B32FD0000100484401 /* OAAisTrackerLayer.mm in Sources */,
9F4844B52FD0000100484401 /* AisTrackerHelper.swift in Sources */,
9F4844C22FD0000100484401 /* OAAisTrackerLayerBridge.mm in Sources */,
9F4844B82FD0000100484401 /* AisObjectViewController.swift in Sources */,
DA5A813B26C563A700F274C7 /* OAOsmMapUtils.mm in Sources */,
DA5A856026C563A900F274C7 /* OARTargetPoint.mm in Sources */,
DA5A837426C563A800F274C7 /* OARouteSegmentShieldView.mm in Sources */,
Expand Down Expand Up @@ -18252,6 +18310,7 @@
DA5A839A26C563A800F274C7 /* OALocalResourceInfoCell.m in Sources */,
DA5A823926C563A700F274C7 /* OAOsmAccountSettingsViewController.m in Sources */,
DA5A815C26C563A700F274C7 /* OAPlugin.mm in Sources */,
9F4844A82FD0000100484401 /* AisTrackerSettingsViewController.swift in Sources */,
DA5A812426C563A700F274C7 /* OATransportStopRoute.mm in Sources */,
DA05A6A3285B3DCE00D0AFAB /* OABackupExporter.m in Sources */,
32119B502847D807005E1E0C /* OAOsmandDevelopmentSimulateLocationViewController.mm in Sources */,
Expand Down Expand Up @@ -18504,6 +18563,7 @@
DAB9AECD28E192D300AD01CE /* OAURLSessionProgress.m in Sources */,
DA5A833326C563A800F274C7 /* OABottomSheetHeaderIconCell.m in Sources */,
DA4E72B328784768007A894D /* OANetworkWriter.mm in Sources */,
FA4EDBF62FDAC090003B0AFC /* AisLogger.swift in Sources */,
DA5A856D26C563A900F274C7 /* OATargetPointsHelper.mm in Sources */,
DA5A824426C563A700F274C7 /* OAVehicleParametersSettingsViewController.mm in Sources */,
DA5A846D26C563A900F274C7 /* OASelectedGPXHelper.mm in Sources */,
Expand Down
Loading