forked from organicmaps/organicmaps
[ios] AppInfo.m renamed to AppInfo.mm
This commit is contained in:
parent
a2d0065d00
commit
95b5c06588
2 changed files with 6 additions and 6 deletions
|
@ -57,8 +57,8 @@
|
|||
978F9254183BD530000D6C7C /* NavigationController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 978F9252183BD530000D6C7C /* NavigationController.mm */; };
|
||||
97C9851E186AE3C500AF7E9E /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C9851C186AE3C500AF7E9E /* Reachability.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97C9851F186AE3C500AF7E9E /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C9851C186AE3C500AF7E9E /* Reachability.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97C98522186AE3CF00AF7E9E /* AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C98520186AE3CF00AF7E9E /* AppInfo.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97C98523186AE3CF00AF7E9E /* AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C98520186AE3CF00AF7E9E /* AppInfo.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97C98522186AE3CF00AF7E9E /* AppInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97C98520186AE3CF00AF7E9E /* AppInfo.mm */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97C98523186AE3CF00AF7E9E /* AppInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97C98520186AE3CF00AF7E9E /* AppInfo.mm */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
|
||||
97D40C06184CF5F100A1D572 /* ImagesLite.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97D40C04184CF5F100A1D572 /* ImagesLite.xcassets */; };
|
||||
97D40C08184CFA4100A1D572 /* ImagesPro.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97D40C07184CFA4100A1D572 /* ImagesPro.xcassets */; };
|
||||
97D40C0A184D031900A1D572 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97D40C09184D031900A1D572 /* Images.xcassets */; };
|
||||
|
@ -1361,7 +1361,7 @@
|
|||
978F9252183BD530000D6C7C /* NavigationController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = NavigationController.mm; sourceTree = "<group>"; };
|
||||
97C9851C186AE3C500AF7E9E /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
|
||||
97C9851D186AE3C500AF7E9E /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
|
||||
97C98520186AE3CF00AF7E9E /* AppInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppInfo.m; sourceTree = "<group>"; };
|
||||
97C98520186AE3CF00AF7E9E /* AppInfo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppInfo.mm; sourceTree = "<group>"; };
|
||||
97C98521186AE3CF00AF7E9E /* AppInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppInfo.h; sourceTree = "<group>"; };
|
||||
97D40C04184CF5F100A1D572 /* ImagesLite.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ImagesLite.xcassets; sourceTree = SOURCE_ROOT; };
|
||||
97D40C07184CFA4100A1D572 /* ImagesPro.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ImagesPro.xcassets; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -2332,7 +2332,7 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
97C98521186AE3CF00AF7E9E /* AppInfo.h */,
|
||||
97C98520186AE3CF00AF7E9E /* AppInfo.m */,
|
||||
97C98520186AE3CF00AF7E9E /* AppInfo.mm */,
|
||||
97C9851D186AE3C500AF7E9E /* Reachability.h */,
|
||||
97C9851C186AE3C500AF7E9E /* Reachability.m */,
|
||||
CB252D6916FF82C8001E41E9 /* Flurry.h */,
|
||||
|
@ -4345,7 +4345,7 @@
|
|||
FAAEA7D5161D8D3100CCD661 /* BookmarksRootVC.mm in Sources */,
|
||||
F785EB4016386FC4003A38A8 /* BookmarkCell.mm in Sources */,
|
||||
97387546184E475000170BC4 /* MessageComposeViewController.m in Sources */,
|
||||
97C98522186AE3CF00AF7E9E /* AppInfo.m in Sources */,
|
||||
97C98522186AE3CF00AF7E9E /* AppInfo.mm in Sources */,
|
||||
978F9242183B660F000D6C7C /* SelectableCell.m in Sources */,
|
||||
CB252D6F16FF82C9001E41E9 /* Statistics.mm in Sources */,
|
||||
9747277D18328E65006B7CB7 /* SideToolbarCell.m in Sources */,
|
||||
|
@ -4399,7 +4399,7 @@
|
|||
FAAEA7D6161D8D3100CCD661 /* BookmarksRootVC.mm in Sources */,
|
||||
F785EB4116386FC4003A38A8 /* BookmarkCell.mm in Sources */,
|
||||
97387547184E475000170BC4 /* MessageComposeViewController.m in Sources */,
|
||||
97C98523186AE3CF00AF7E9E /* AppInfo.m in Sources */,
|
||||
97C98523186AE3CF00AF7E9E /* AppInfo.mm in Sources */,
|
||||
978F9243183B660F000D6C7C /* SelectableCell.m in Sources */,
|
||||
CB252D7016FF82C9001E41E9 /* Statistics.mm in Sources */,
|
||||
9747277E18328E65006B7CB7 /* SideToolbarCell.m in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue