mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[iOS] Added new editor files to their Xcode projects
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
map-per
parent
c1760bbc37
commit
3c2e77f59e
@@ -40,6 +40,7 @@
|
|||||||
27AF18562E1DB63000CD41E2 /* PowerSavingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18552E1DB62F00CD41E2 /* PowerSavingMode.swift */; };
|
27AF18562E1DB63000CD41E2 /* PowerSavingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18552E1DB62F00CD41E2 /* PowerSavingMode.swift */; };
|
||||||
27AF18582E1DB63A00CD41E2 /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18572E1DB63900CD41E2 /* Appearance.swift */; };
|
27AF18582E1DB63A00CD41E2 /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18572E1DB63900CD41E2 /* Appearance.swift */; };
|
||||||
27AF185A2E1DB64500CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18592E1DB64400CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift */; };
|
27AF185A2E1DB64500CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AF18592E1DB64400CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift */; };
|
||||||
|
27FDBF212EEEFC830045621D /* mapcss-mapping.csv in Resources */ = {isa = PBXBuildFile; fileRef = 27FDBF202EEEFC830045621D /* mapcss-mapping.csv */; };
|
||||||
3304306D21D4EAFB00317CA3 /* SearchCategoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3304306C21D4EAFB00317CA3 /* SearchCategoryCell.swift */; };
|
3304306D21D4EAFB00317CA3 /* SearchCategoryCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3304306C21D4EAFB00317CA3 /* SearchCategoryCell.swift */; };
|
||||||
33046832219C57180041F3A8 /* CategorySettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33046831219C57180041F3A8 /* CategorySettingsViewController.swift */; };
|
33046832219C57180041F3A8 /* CategorySettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33046831219C57180041F3A8 /* CategorySettingsViewController.swift */; };
|
||||||
337F98A621D37B7400C8AC27 /* SearchTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 337F98A521D37B7400C8AC27 /* SearchTabViewController.swift */; };
|
337F98A621D37B7400C8AC27 /* SearchTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 337F98A521D37B7400C8AC27 /* SearchTabViewController.swift */; };
|
||||||
@@ -789,6 +790,7 @@
|
|||||||
27AF18552E1DB62F00CD41E2 /* PowerSavingMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerSavingMode.swift; sourceTree = "<group>"; };
|
27AF18552E1DB62F00CD41E2 /* PowerSavingMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerSavingMode.swift; sourceTree = "<group>"; };
|
||||||
27AF18572E1DB63900CD41E2 /* Appearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Appearance.swift; sourceTree = "<group>"; };
|
27AF18572E1DB63900CD41E2 /* Appearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Appearance.swift; sourceTree = "<group>"; };
|
||||||
27AF18592E1DB64400CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnouncingSpeedTrapsWhileVoiceRouting.swift; sourceTree = "<group>"; };
|
27AF18592E1DB64400CD41E2 /* AnnouncingSpeedTrapsWhileVoiceRouting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnnouncingSpeedTrapsWhileVoiceRouting.swift; sourceTree = "<group>"; };
|
||||||
|
27FDBF202EEEFC830045621D /* mapcss-mapping.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = "mapcss-mapping.csv"; path = "/Users/yannikbloscheck/Apps/CoMaps/Code/data/mapcss-mapping.csv"; sourceTree = "<absolute>"; };
|
||||||
28A0AB4B0D9B1048005BE974 /* Maps_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Maps_Prefix.pch; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
28A0AB4B0D9B1048005BE974 /* Maps_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Maps_Prefix.pch; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
||||||
29B97316FDCFA39411CA2CEA /* main.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; indentWidth = 2; path = main.mm; sourceTree = "<group>"; tabWidth = 2; };
|
29B97316FDCFA39411CA2CEA /* main.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; indentWidth = 2; path = main.mm; sourceTree = "<group>"; tabWidth = 2; };
|
||||||
30034C5C2B3F0B74005D961A /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/Localizable.strings; sourceTree = "<group>"; };
|
30034C5C2B3F0B74005D961A /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||||
@@ -3948,6 +3950,7 @@
|
|||||||
6B9978341C89A316003B8AA0 /* editor.config */,
|
6B9978341C89A316003B8AA0 /* editor.config */,
|
||||||
978D4A30199A11E600D72CA7 /* faq.html */,
|
978D4A30199A11E600D72CA7 /* faq.html */,
|
||||||
BB7626B41E8559980031D71C /* icudt75l.dat */,
|
BB7626B41E8559980031D71C /* icudt75l.dat */,
|
||||||
|
27FDBF202EEEFC830045621D /* mapcss-mapping.csv */,
|
||||||
F623DA6A1C9C2731006A3436 /* opening_hours_how_to_edit.html */,
|
F623DA6A1C9C2731006A3436 /* opening_hours_how_to_edit.html */,
|
||||||
FA85F632145DDDC20090E1A0 /* packed_polygons.bin */,
|
FA85F632145DDDC20090E1A0 /* packed_polygons.bin */,
|
||||||
451950391B7A3E070085DA05 /* patterns.txt */,
|
451950391B7A3E070085DA05 /* patterns.txt */,
|
||||||
@@ -4201,6 +4204,7 @@
|
|||||||
34F73F9F1E082FF800AC1FD6 /* Localizable.strings in Resources */,
|
34F73F9F1E082FF800AC1FD6 /* Localizable.strings in Resources */,
|
||||||
340E1EF21E2F614400CE49BF /* Main.storyboard in Resources */,
|
340E1EF21E2F614400CE49BF /* Main.storyboard in Resources */,
|
||||||
F6E2FE521E097BA00083EBEC /* MWMActionBarButton.xib in Resources */,
|
F6E2FE521E097BA00083EBEC /* MWMActionBarButton.xib in Resources */,
|
||||||
|
27FDBF212EEEFC830045621D /* mapcss-mapping.csv in Resources */,
|
||||||
EDBD68072B625724005DD151 /* LocationServicesDisabledAlert.xib in Resources */,
|
EDBD68072B625724005DD151 /* LocationServicesDisabledAlert.xib in Resources */,
|
||||||
993DF0CA23F6BD0600AC231A /* ElevationDetailsViewController.xib in Resources */,
|
993DF0CA23F6BD0600AC231A /* ElevationDetailsViewController.xib in Resources */,
|
||||||
F623DA6F1C9C2E62006A3436 /* MWMAddPlaceNavigationBar.xib in Resources */,
|
F623DA6F1C9C2E62006A3436 /* MWMAddPlaceNavigationBar.xib in Resources */,
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
271DC2172EC60C0C00442D94 /* keys_to_remove.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */; };
|
271DC2172EC60C0C00442D94 /* keys_to_remove.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */; };
|
||||||
|
27FDBF1B2EEEFC3F0045621D /* feature_type_to_osm_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27FDBF1A2EEEFC3F0045621D /* feature_type_to_osm_test.cpp */; };
|
||||||
|
27FDBF1E2EEEFC5A0045621D /* feature_type_to_osm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27FDBF1D2EEEFC5A0045621D /* feature_type_to_osm.cpp */; };
|
||||||
|
27FDBF1F2EEEFC5A0045621D /* feature_type_to_osm.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 27FDBF1C2EEEFC5A0045621D /* feature_type_to_osm.hpp */; };
|
||||||
340C20DE1C3E4DFD00111D22 /* osm_auth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340C20DC1C3E4DFD00111D22 /* osm_auth.cpp */; };
|
340C20DE1C3E4DFD00111D22 /* osm_auth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340C20DC1C3E4DFD00111D22 /* osm_auth.cpp */; };
|
||||||
340C20DF1C3E4DFD00111D22 /* osm_auth.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 340C20DD1C3E4DFD00111D22 /* osm_auth.hpp */; };
|
340C20DF1C3E4DFD00111D22 /* osm_auth.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 340C20DD1C3E4DFD00111D22 /* osm_auth.hpp */; };
|
||||||
340DC8291C4E71E500EAA2CC /* changeset_wrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340DC8271C4E71E500EAA2CC /* changeset_wrapper.cpp */; };
|
340DC8291C4E71E500EAA2CC /* changeset_wrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 340DC8271C4E71E500EAA2CC /* changeset_wrapper.cpp */; };
|
||||||
@@ -77,6 +80,10 @@
|
|||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
270C9C212E16AABF00ABA688 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = ../../libs/editor/module.modulemap; sourceTree = SOURCE_ROOT; };
|
270C9C212E16AABF00ABA688 /* module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = module.modulemap; path = ../../libs/editor/module.modulemap; sourceTree = SOURCE_ROOT; };
|
||||||
271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = keys_to_remove.hpp; sourceTree = "<group>"; };
|
271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = keys_to_remove.hpp; sourceTree = "<group>"; };
|
||||||
|
27998A9E2EEEFE09001EAFD0 /* mapcss-mapping.csv */ = {isa = PBXFileReference; lastKnownFileType = text; name = "mapcss-mapping.csv"; path = "../../data/mapcss-mapping.csv"; sourceTree = SOURCE_ROOT; };
|
||||||
|
27FDBF1A2EEEFC3F0045621D /* feature_type_to_osm_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = feature_type_to_osm_test.cpp; sourceTree = "<group>"; };
|
||||||
|
27FDBF1C2EEEFC5A0045621D /* feature_type_to_osm.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = feature_type_to_osm.hpp; sourceTree = "<group>"; };
|
||||||
|
27FDBF1D2EEEFC5A0045621D /* feature_type_to_osm.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = feature_type_to_osm.cpp; sourceTree = "<group>"; };
|
||||||
340C20DC1C3E4DFD00111D22 /* osm_auth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm_auth.cpp; sourceTree = "<group>"; };
|
340C20DC1C3E4DFD00111D22 /* osm_auth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = osm_auth.cpp; sourceTree = "<group>"; };
|
||||||
340C20DD1C3E4DFD00111D22 /* osm_auth.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_auth.hpp; sourceTree = "<group>"; };
|
340C20DD1C3E4DFD00111D22 /* osm_auth.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_auth.hpp; sourceTree = "<group>"; };
|
||||||
340DC8271C4E71E500EAA2CC /* changeset_wrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = changeset_wrapper.cpp; sourceTree = "<group>"; };
|
340DC8271C4E71E500EAA2CC /* changeset_wrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = changeset_wrapper.cpp; sourceTree = "<group>"; };
|
||||||
@@ -199,6 +206,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
3496AC041DC204B700C5DDBA /* editor.config */,
|
3496AC041DC204B700C5DDBA /* editor.config */,
|
||||||
|
27998A9E2EEEFE09001EAFD0 /* mapcss-mapping.csv */,
|
||||||
270C9C212E16AABF00ABA688 /* module.modulemap */,
|
270C9C212E16AABF00ABA688 /* module.modulemap */,
|
||||||
34F5586E1DBF49B200A4FC11 /* common-debug.xcconfig */,
|
34F5586E1DBF49B200A4FC11 /* common-debug.xcconfig */,
|
||||||
34F5586F1DBF49B200A4FC11 /* common-release.xcconfig */,
|
34F5586F1DBF49B200A4FC11 /* common-release.xcconfig */,
|
||||||
@@ -242,6 +250,8 @@
|
|||||||
6715560420BEC331002BA3B4 /* edits_migration.hpp */,
|
6715560420BEC331002BA3B4 /* edits_migration.hpp */,
|
||||||
3D052486200F62ED00F24998 /* feature_matcher.cpp */,
|
3D052486200F62ED00F24998 /* feature_matcher.cpp */,
|
||||||
3D052485200F62ED00F24998 /* feature_matcher.hpp */,
|
3D052485200F62ED00F24998 /* feature_matcher.hpp */,
|
||||||
|
27FDBF1D2EEEFC5A0045621D /* feature_type_to_osm.cpp */,
|
||||||
|
27FDBF1C2EEEFC5A0045621D /* feature_type_to_osm.hpp */,
|
||||||
271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */,
|
271DC2162EC60C0C00442D94 /* keys_to_remove.hpp */,
|
||||||
6715565220BF0F86002BA3B4 /* new_feature_categories.cpp */,
|
6715565220BF0F86002BA3B4 /* new_feature_categories.cpp */,
|
||||||
6715565320BF0F87002BA3B4 /* new_feature_categories.hpp */,
|
6715565320BF0F87002BA3B4 /* new_feature_categories.hpp */,
|
||||||
@@ -270,6 +280,7 @@
|
|||||||
3496ABD21DC2034900C5DDBA /* editor_config_test.cpp */,
|
3496ABD21DC2034900C5DDBA /* editor_config_test.cpp */,
|
||||||
3496ABD31DC2034900C5DDBA /* editor_notes_test.cpp */,
|
3496ABD31DC2034900C5DDBA /* editor_notes_test.cpp */,
|
||||||
3D052489200F630000F24998 /* feature_matcher_test.cpp */,
|
3D052489200F630000F24998 /* feature_matcher_test.cpp */,
|
||||||
|
27FDBF1A2EEEFC3F0045621D /* feature_type_to_osm_test.cpp */,
|
||||||
3D05248A200F630000F24998 /* match_by_geometry_test.cpp */,
|
3D05248A200F630000F24998 /* match_by_geometry_test.cpp */,
|
||||||
6715560920BEF0A4002BA3B4 /* new_feature_categories_test.cpp */,
|
6715560920BEF0A4002BA3B4 /* new_feature_categories_test.cpp */,
|
||||||
3496ABD41DC2034900C5DDBA /* opening_hours_ui_test.cpp */,
|
3496ABD41DC2034900C5DDBA /* opening_hours_ui_test.cpp */,
|
||||||
@@ -338,6 +349,7 @@
|
|||||||
34527C521C89B1770015050E /* editor_config.hpp in Headers */,
|
34527C521C89B1770015050E /* editor_config.hpp in Headers */,
|
||||||
675B562820D2706000A521D2 /* editable_feature_source.hpp in Headers */,
|
675B562820D2706000A521D2 /* editable_feature_source.hpp in Headers */,
|
||||||
6715565520BF0F87002BA3B4 /* new_feature_categories.hpp in Headers */,
|
6715565520BF0F87002BA3B4 /* new_feature_categories.hpp in Headers */,
|
||||||
|
27FDBF1F2EEEFC5A0045621D /* feature_type_to_osm.hpp in Headers */,
|
||||||
6715560820BEC332002BA3B4 /* edits_migration.hpp in Headers */,
|
6715560820BEC332002BA3B4 /* edits_migration.hpp in Headers */,
|
||||||
3D052487200F62EE00F24998 /* feature_matcher.hpp in Headers */,
|
3D052487200F62EE00F24998 /* feature_matcher.hpp in Headers */,
|
||||||
271DC2172EC60C0C00442D94 /* keys_to_remove.hpp in Headers */,
|
271DC2172EC60C0C00442D94 /* keys_to_remove.hpp in Headers */,
|
||||||
@@ -470,6 +482,7 @@
|
|||||||
340C20DE1C3E4DFD00111D22 /* osm_auth.cpp in Sources */,
|
340C20DE1C3E4DFD00111D22 /* osm_auth.cpp in Sources */,
|
||||||
6715560720BEC332002BA3B4 /* osm_editor.cpp in Sources */,
|
6715560720BEC332002BA3B4 /* osm_editor.cpp in Sources */,
|
||||||
3D052488200F62EE00F24998 /* feature_matcher.cpp in Sources */,
|
3D052488200F62EE00F24998 /* feature_matcher.cpp in Sources */,
|
||||||
|
27FDBF1E2EEEFC5A0045621D /* feature_type_to_osm.cpp in Sources */,
|
||||||
3D489BEF1D4F67E10052AA38 /* editor_storage.cpp in Sources */,
|
3D489BEF1D4F67E10052AA38 /* editor_storage.cpp in Sources */,
|
||||||
3411387A1C15AE42002E3B3E /* ui2oh.cpp in Sources */,
|
3411387A1C15AE42002E3B3E /* ui2oh.cpp in Sources */,
|
||||||
340DC8291C4E71E500EAA2CC /* changeset_wrapper.cpp in Sources */,
|
340DC8291C4E71E500EAA2CC /* changeset_wrapper.cpp in Sources */,
|
||||||
@@ -488,6 +501,7 @@
|
|||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
3496ABE11DC2035800C5DDBA /* config_loader_test.cpp in Sources */,
|
3496ABE11DC2035800C5DDBA /* config_loader_test.cpp in Sources */,
|
||||||
|
27FDBF1B2EEEFC3F0045621D /* feature_type_to_osm_test.cpp in Sources */,
|
||||||
671555E820BDC5D3002BA3B4 /* osm_editor_test.cpp in Sources */,
|
671555E820BDC5D3002BA3B4 /* osm_editor_test.cpp in Sources */,
|
||||||
3496ABE21DC2035800C5DDBA /* editor_config_test.cpp in Sources */,
|
3496ABE21DC2035800C5DDBA /* editor_config_test.cpp in Sources */,
|
||||||
FACB76B826B89DF700810C9C /* feature_matcher_test.cpp in Sources */,
|
FACB76B826B89DF700810C9C /* feature_matcher_test.cpp in Sources */,
|
||||||
|
|||||||
Reference in New Issue
Block a user