Skip to content

Commit 3813b00

Browse files
author
kyngchaos
committed
grass module filename fix (r13156)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13162 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c36e44c commit 3813b00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mac/xcode/Qgis.xcodeproj/project.pbxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@
26302630
isa = PBXContainerItemProxy;
26312631
containerPortal = 20286C28FDCF999611CA2CEA /* Project object */;
26322632
proxyType = 1;
2633-
remoteGlobalIDString = 72B236AC11570743007B4803 /* displacementplugin */;
2633+
remoteGlobalIDString = 72B236AC11570743007B4803;
26342634
remoteInfo = displacementplugin;
26352635
};
26362636
72BD9FEF10A49CEE00FEA70F /* PBXContainerItemProxy */ = {
@@ -6771,7 +6771,7 @@
67716771
72ACC859100E143400894938 /* r.sunmask.position.3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = r.sunmask.position.3.png; path = "../../src/plugins/grass/modules-common/r.sunmask.position.3.png"; sourceTree = SOURCE_ROOT; };
67726772
72ACC85A100E143400894938 /* r.in.bin.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = r.in.bin.1.png; path = "../../src/plugins/grass/modules-common/r.in.bin.1.png"; sourceTree = SOURCE_ROOT; };
67736773
72ACC85B100E143400894938 /* r.circle.qgm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = r.circle.qgm; path = "../../src/plugins/grass/modules-common/r.circle.qgm"; sourceTree = SOURCE_ROOT; };
6774-
72ACC85C100E143400894938 /* r.circle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = r.circle.png; path = "../../src/plugins/grass/modules-common/r.circle.png"; sourceTree = SOURCE_ROOT; };
6774+
72ACC85C100E143400894938 /* r.circle.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = r.circle.1.png; path = "../../src/plugins/grass/modules-common/r.circle.1.png"; sourceTree = SOURCE_ROOT; };
67756775
72ACC85D100E143400894938 /* db.copy.qgm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = db.copy.qgm; path = "../../src/plugins/grass/modules-common/db.copy.qgm"; sourceTree = SOURCE_ROOT; };
67766776
72ACC85E100E143400894938 /* db.copy.2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = db.copy.2.png; path = "../../src/plugins/grass/modules-common/db.copy.2.png"; sourceTree = SOURCE_ROOT; };
67776777
72ACC85F100E143400894938 /* db.copy.1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = db.copy.1.png; path = "../../src/plugins/grass/modules-common/db.copy.1.png"; sourceTree = SOURCE_ROOT; };
@@ -12489,7 +12489,7 @@
1248912489
72ACC859100E143400894938 /* r.sunmask.position.3.png */,
1249012490
72ACC85A100E143400894938 /* r.in.bin.1.png */,
1249112491
72ACC85B100E143400894938 /* r.circle.qgm */,
12492-
72ACC85C100E143400894938 /* r.circle.png */,
12492+
72ACC85C100E143400894938 /* r.circle.1.png */,
1249312493
72ACC85D100E143400894938 /* db.copy.qgm */,
1249412494
72ACC85E100E143400894938 /* db.copy.2.png */,
1249512495
72ACC85F100E143400894938 /* db.copy.1.png */,
@@ -19568,7 +19568,7 @@
1956819568
COPY_PHASE_STRIP = NO;
1956919569
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
1957019570
GCC_OPTIMIZATION_LEVEL = 0;
19571-
QGIS_VERSION_BUILD = 13139;
19571+
QGIS_VERSION_BUILD = 13161;
1957219572
STRIP_INSTALLED_PRODUCT = NO;
1957319573
};
1957419574
name = Debug;
@@ -19579,7 +19579,7 @@
1957919579
buildSettings = {
1958019580
COPY_PHASE_STRIP = YES;
1958119581
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
19582-
QGIS_VERSION_BUILD = 13139;
19582+
QGIS_VERSION_BUILD = 13161;
1958319583
STRIP_INSTALLED_PRODUCT = YES;
1958419584
};
1958519585
name = Release;

0 commit comments

Comments
 (0)