source:
trunk/Sparkle/platform.diff
@
1046
| Revision 251, 3.9 KB checked in by speck, 4 years ago (diff) |
|---|
-
Sparkle.xcodeproj/project.pbxproj
976 976 isa = XCBuildConfiguration; 977 977 baseConfigurationReference = FA1941CA0D94A70100DD942E /* ConfigFrameworkDebug.xcconfig */; 978 978 buildSettings = { 979 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 980 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 979 981 }; 980 982 name = Debug; 981 983 }; … … 983 985 isa = XCBuildConfiguration; 984 986 baseConfigurationReference = FA1941D50D94A70100DD942E /* ConfigFrameworkRelease.xcconfig */; 985 987 buildSettings = { 988 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 989 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 986 990 GCC_DEBUGGING_SYMBOLS = full; 987 991 }; 988 992 name = Release; … … 1021 1025 isa = XCBuildConfiguration; 1022 1026 baseConfigurationReference = FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */; 1023 1027 buildSettings = { 1028 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1029 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1024 1030 }; 1025 1031 name = "Release (GC dual-mode; 10.5-only)"; 1026 1032 }; … … 1028 1034 isa = XCBuildConfiguration; 1029 1035 baseConfigurationReference = FA1941D40D94A70100DD942E /* ConfigRelaunchRelease.xcconfig */; 1030 1036 buildSettings = { 1037 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1038 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1031 1039 }; 1032 1040 name = "Release (GC dual-mode; 10.5-only)"; 1033 1041 }; … … 1035 1043 isa = XCBuildConfiguration; 1036 1044 buildSettings = { 1037 1045 ALWAYS_SEARCH_USER_PATHS = NO; 1038 ARCHS = "$(NATIVE_ARCH)"; 1046 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1047 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1039 1048 COPY_PHASE_STRIP = YES; 1040 1049 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1041 1050 FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; … … 1063 1072 isa = XCBuildConfiguration; 1064 1073 buildSettings = { 1065 1074 ALWAYS_SEARCH_USER_PATHS = NO; 1066 ARCHS = "$(NATIVE_ARCH_ACTUAL)"; 1075 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1076 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1067 1077 COPY_PHASE_STRIP = NO; 1068 1078 FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; 1069 1079 GCC_DYNAMIC_NO_PIC = NO; … … 1092 1102 isa = XCBuildConfiguration; 1093 1103 buildSettings = { 1094 1104 ALWAYS_SEARCH_USER_PATHS = NO; 1095 ARCHS = "$(NATIVE_ARCH)"; 1105 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1106 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1096 1107 COPY_PHASE_STRIP = YES; 1097 1108 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1098 1109 FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; … … 1120 1131 isa = XCBuildConfiguration; 1121 1132 baseConfigurationReference = FA1941CB0D94A70100DD942E /* ConfigTestAppDebug.xcconfig */; 1122 1133 buildSettings = { 1134 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1135 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1123 1136 }; 1124 1137 name = Debug; 1125 1138 }; … … 1127 1140 isa = XCBuildConfiguration; 1128 1141 baseConfigurationReference = FA1941D20D94A70100DD942E /* ConfigTestAppRelease.xcconfig */; 1129 1142 buildSettings = { 1143 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1144 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1130 1145 }; 1131 1146 name = Release; 1132 1147 }; … … 1134 1149 isa = XCBuildConfiguration; 1135 1150 baseConfigurationReference = FA1941D30D94A70100DD942E /* ConfigRelaunchDebug.xcconfig */; 1136 1151 buildSettings = { 1152 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1153 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1137 1154 }; 1138 1155 name = Debug; 1139 1156 }; … … 1141 1158 isa = XCBuildConfiguration; 1142 1159 baseConfigurationReference = FA1941D40D94A70100DD942E /* ConfigRelaunchRelease.xcconfig */; 1143 1160 buildSettings = { 1161 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 1162 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 1144 1163 }; 1145 1164 name = Release; 1146 1165 };
Note: See TracBrowser
for help on using the repository browser.
