adium 3611:8a7b0cf62f72: I'm not sure how these two instances of...
commits at adium.im
commits at adium.im
Tue Dec 28 22:19:33 UTC 2010
details: http://hg.adium.im/adium/rev/8a7b0cf62f72
revision: 3611:8a7b0cf62f72
author: Peter Hosey <hg at boredzo.org>
date: Tue Dec 28 14:11:39 2010 -0800
I'm not sure how these two instances of the prefix header settings from [b030b3188719] ended up in the Adium target instead, but they should be?like the pair for the Debug config?in the Spotlight Importer target. Fixes 5,055 build errors.
Subject: adium 3612:d2700ef7cc59: Moved this pair of files into the ?Unit tests? group, where it should be.
details: http://hg.adium.im/adium/rev/d2700ef7cc59
revision: 3612:d2700ef7cc59
author: Peter Hosey <hg at boredzo.org>
date: Tue Dec 28 14:12:26 2010 -0800
Moved this pair of files into the ?Unit tests? group, where it should be.
diffs (57 lines):
diff -r 3716c3a43847 -r d2700ef7cc59 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Mon Dec 27 00:34:40 2010 +0100
+++ b/Adium.xcodeproj/project.pbxproj Tue Dec 28 14:12:26 2010 -0800
@@ -5279,8 +5279,6 @@
29B97323FDCFA39411CA2CEA /* Linked Frameworks */,
63C7E0280FAF9B7D00B310AC /* xcconfigs */,
19C28FACFE9D520D11CA2CBB /* Products */,
- 31DDDA7812BDD6E90048F6C0 /* TestScandate.h */,
- 31DDDA7912BDD6E90048F6C0 /* TestScandate.m */,
);
name = CocAIMe2;
sourceTree = "<group>";
@@ -5339,6 +5337,8 @@
31FA7F100D4A75D000ABE634 /* TestRichTextCoercion.m */,
634BCD1D0DDC1542005AF1C2 /* TestMutableStringAdditions.h */,
634BCD1E0DDC1542005AF1C2 /* TestMutableStringAdditions.m */,
+ 31DDDA7812BDD6E90048F6C0 /* TestScandate.h */,
+ 31DDDA7912BDD6E90048F6C0 /* TestScandate.m */,
31034EFD0C8142680003F5AA /* TestStringAdditions.h */,
31034EFE0C8142680003F5AA /* TestStringAdditions.m */,
31034F0B0C8142720003F5AA /* UTF8Snowman.txt */,
@@ -12749,6 +12749,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
};
name = Release;
};
@@ -12756,6 +12758,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 63C7E2080FAFAA4700B310AC /* Spotlight Importer.xcconfig */;
buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
};
name = "Release-Debug";
};
@@ -12799,8 +12803,6 @@
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
);
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
};
name = Release;
};
@@ -12812,8 +12814,6 @@
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
);
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "$(SRCROOT)/Other/Adium Spotlight Importer/Prefix.pch";
};
name = "Release-Debug";
};
More information about the commits
mailing list