forked from organicmaps/organicmaps
[ios] Removed drules_proto.txt from resources to push production
This commit is contained in:
parent
7dde561079
commit
aaaf5bf982
1 changed files with 4 additions and 14 deletions
|
@ -82,7 +82,6 @@
|
|||
FA5005671287BFCE002961F0 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA5005611287BFCE002961F0 /* Icon@2x.png */; };
|
||||
FA500588128907F0002961F0 /* visibility.txt in Resources */ = {isa = PBXBuildFile; fileRef = FA500587128907F0002961F0 /* visibility.txt */; };
|
||||
FA64D9A913F975AD00350ECF /* types.txt in Resources */ = {isa = PBXBuildFile; fileRef = FA64D9A813F975AD00350ECF /* types.txt */; };
|
||||
FA7A0ECD1472DA0000E57AD3 /* drules_proto.txt in Resources */ = {isa = PBXBuildFile; fileRef = FA7A0ECC1472DA0000E57AD3 /* drules_proto.txt */; };
|
||||
FA7A0ED01472DA3E00E57AD3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FA7A0ECE1472DA3E00E57AD3 /* InfoPlist.strings */; };
|
||||
FA85F633145DDDC20090E1A0 /* packed_polygons.bin in Resources */ = {isa = PBXBuildFile; fileRef = FA85F632145DDDC20090E1A0 /* packed_polygons.bin */; };
|
||||
FA87151B12B1518F00592DAF /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA87151A12B1518F00592DAF /* SystemConfiguration.framework */; };
|
||||
|
@ -701,7 +700,6 @@
|
|||
FA5005611287BFCE002961F0 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
FA500587128907F0002961F0 /* visibility.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = visibility.txt; path = ../../data/visibility.txt; sourceTree = SOURCE_ROOT; };
|
||||
FA64D9A813F975AD00350ECF /* types.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = types.txt; path = ../../data/types.txt; sourceTree = SOURCE_ROOT; };
|
||||
FA7A0ECC1472DA0000E57AD3 /* drules_proto.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = drules_proto.txt; path = ../../data/drules_proto.txt; sourceTree = SOURCE_ROOT; };
|
||||
FA7A0ECF1472DA3E00E57AD3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
FA85F632145DDDC20090E1A0 /* packed_polygons.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = packed_polygons.bin; path = ../../data/packed_polygons.bin; sourceTree = SOURCE_ROOT; };
|
||||
FA87151A12B1518F00592DAF /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
|
||||
|
@ -1384,7 +1382,6 @@
|
|||
F7FDD822147F30CC005900FA /* drules_proto.bin */,
|
||||
FAB5841914168E3200CEA40C /* Flags */,
|
||||
FAAFD696139D9BE2000AE70C /* categories.txt */,
|
||||
FA7A0ECC1472DA0000E57AD3 /* drules_proto.txt */,
|
||||
FA0E845D138554CF008CEABB /* languages.txt */,
|
||||
FA64D9A813F975AD00350ECF /* types.txt */,
|
||||
EEA615E5134C4968003A9827 /* 01_dejavusans.ttf */,
|
||||
|
@ -2605,7 +2602,6 @@
|
|||
FA459EB414327AF700B5BB3C /* WorldCoasts.mwm in Resources */,
|
||||
FA85F633145DDDC20090E1A0 /* packed_polygons.bin in Resources */,
|
||||
FA99CB73147089B100689A9A /* Localizable.strings in Resources */,
|
||||
FA7A0ECD1472DA0000E57AD3 /* drules_proto.txt in Resources */,
|
||||
FA7A0ED01472DA3E00E57AD3 /* InfoPlist.strings in Resources */,
|
||||
FA1FB8A1147E8CA50052848B /* downloader-highlighted.png in Resources */,
|
||||
FA1FB8A2147E8CA50052848B /* downloader-highlighted@2x.png in Resources */,
|
||||
|
@ -2750,7 +2746,7 @@
|
|||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
PRODUCT_NAME = MapsWithMe;
|
||||
PROVISIONING_PROFILE = "9957359C-0502-4ED2-828B-19C696089716";
|
||||
PROVISIONING_PROFILE = "4CC44E3D-7EA7-4055-87EA-283C52679800";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -2763,9 +2759,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
};
|
||||
name = "Production Release";
|
||||
};
|
||||
|
@ -2863,9 +2857,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
};
|
||||
name = "Device Debug";
|
||||
};
|
||||
|
@ -2917,9 +2909,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
};
|
||||
name = "Device Release";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue