forked from organicmaps/organicmaps
[omim] Added filex to workspace.
This commit is contained in:
parent
f1433afe30
commit
0e6ffbccc6
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
34EB09201C5F846900F47F1F /* osm_feature_matcher.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34EB091E1C5F846900F47F1F /* osm_feature_matcher.hpp */; };
|
||||
34FFB34C1C316A7600BFF6C3 /* server_api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34FFB34A1C316A7600BFF6C3 /* server_api.cpp */; };
|
||||
34FFB34D1C316A7600BFF6C3 /* server_api.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34FFB34B1C316A7600BFF6C3 /* server_api.hpp */; };
|
||||
F60F02EE1C92CBF1003A0AF6 /* editor_notes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F60F02EC1C92CBF1003A0AF6 /* editor_notes.cpp */; };
|
||||
F60F02EF1C92CBF1003A0AF6 /* editor_notes.hpp in Headers */ = {isa = PBXBuildFile; fileRef = F60F02ED1C92CBF1003A0AF6 /* editor_notes.hpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
@ -48,6 +50,8 @@
|
|||
34EB091E1C5F846900F47F1F /* osm_feature_matcher.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = osm_feature_matcher.hpp; sourceTree = "<group>"; };
|
||||
34FFB34A1C316A7600BFF6C3 /* server_api.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = server_api.cpp; sourceTree = "<group>"; };
|
||||
34FFB34B1C316A7600BFF6C3 /* server_api.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = server_api.hpp; sourceTree = "<group>"; };
|
||||
F60F02EC1C92CBF1003A0AF6 /* editor_notes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editor_notes.cpp; sourceTree = "<group>"; };
|
||||
F60F02ED1C92CBF1003A0AF6 /* editor_notes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = editor_notes.hpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -81,6 +85,8 @@
|
|||
341138731C15AE02002E3B3E /* Editor */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F60F02EC1C92CBF1003A0AF6 /* editor_notes.cpp */,
|
||||
F60F02ED1C92CBF1003A0AF6 /* editor_notes.hpp */,
|
||||
34527C4F1C89B1770015050E /* editor_config.cpp */,
|
||||
34527C501C89B1770015050E /* editor_config.hpp */,
|
||||
34583BBD1C8854C100F94664 /* new_feature_categories.hpp */,
|
||||
|
@ -113,6 +119,7 @@
|
|||
files = (
|
||||
34EB09201C5F846900F47F1F /* osm_feature_matcher.hpp in Headers */,
|
||||
34FFB34D1C316A7600BFF6C3 /* server_api.hpp in Headers */,
|
||||
F60F02EF1C92CBF1003A0AF6 /* editor_notes.hpp in Headers */,
|
||||
34583BBF1C8854C100F94664 /* new_feature_categories.hpp in Headers */,
|
||||
340DC82A1C4E71E500EAA2CC /* changeset_wrapper.hpp in Headers */,
|
||||
347C71291C295B1100BE9208 /* xml_feature.hpp in Headers */,
|
||||
|
@ -188,6 +195,7 @@
|
|||
34EB091F1C5F846900F47F1F /* osm_feature_matcher.cpp in Sources */,
|
||||
34527C511C89B1770015050E /* editor_config.cpp in Sources */,
|
||||
34FFB34C1C316A7600BFF6C3 /* server_api.cpp in Sources */,
|
||||
F60F02EE1C92CBF1003A0AF6 /* editor_notes.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue