comparison dep/pugixml/scripts/pugixml.xcodeproj/project.pbxproj @ 367:8d45d892be88 default tip

*: instead of pugixml, use Qt XML features this means we have one extra Qt dependency though...
author Paper <paper@tflc.us>
date Sun, 17 Nov 2024 22:55:47 -0500
parents 886f66775f31
children
comparison
equal deleted inserted replaced
366:886f66775f31 367:8d45d892be88
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 0424128F67AB5C730232235E /* pugixml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 47481C4F0E03673E0E780637 /* pugixml.cpp */; };
11 /* End PBXBuildFile section */
12
13 /* Begin PBXFileReference section */
14 0B66463C5F896E6449051D38 /* pugiconfig.hpp */ = {isa = PBXFileReference; lastKnownFileType = text; name = "pugiconfig.hpp"; path = "pugiconfig.hpp"; sourceTree = "<group>"; };
15 47481C4F0E03673E0E780637 /* pugixml.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "pugixml.cpp"; path = "pugixml.cpp"; sourceTree = "<group>"; };
16 6C911F0460FC44CD3B1B5624 /* pugixml.hpp */ = {isa = PBXFileReference; lastKnownFileType = text; name = "pugixml.hpp"; path = "pugixml.hpp"; sourceTree = "<group>"; };
17 1DA04ADC64C3566D16C45B6D /* libpugixmld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libpugixmld.a"; path = "libpugixmld.a"; sourceTree = BUILT_PRODUCTS_DIR; };
18 /* End PBXFileReference section */
19
20 /* Begin PBXFrameworksBuildPhase section */
21 2BA00212518037166623673F /* Frameworks */ = {
22 isa = PBXFrameworksBuildPhase;
23 buildActionMask = 2147483647;
24 files = (
25 );
26 runOnlyForDeploymentPostprocessing = 0;
27 };
28 /* End PBXFrameworksBuildPhase section */
29
30 /* Begin PBXGroup section */
31 19E0517F3CF26ED63AE23641 /* pugixml */ = {
32 isa = PBXGroup;
33 children = (
34 578963B4309E714F05E01D71 /* src */,
35 219F66186DDF392149043810 /* Products */,
36 );
37 name = "pugixml";
38 sourceTree = "<group>";
39 };
40 578963B4309E714F05E01D71 /* src */ = {
41 isa = PBXGroup;
42 children = (
43 0B66463C5F896E6449051D38 /* pugiconfig.hpp */,
44 47481C4F0E03673E0E780637 /* pugixml.cpp */,
45 6C911F0460FC44CD3B1B5624 /* pugixml.hpp */,
46 );
47 name = "src";
48 path = ../src;
49 sourceTree = "<group>";
50 };
51 219F66186DDF392149043810 /* Products */ = {
52 isa = PBXGroup;
53 children = (
54 1DA04ADC64C3566D16C45B6D /* libpugixmld.a */,
55 );
56 name = "Products";
57 sourceTree = "<group>";
58 };
59 /* End PBXGroup section */
60
61 /* Begin PBXNativeTarget section */
62 6B55152571905B6C3A6F39D0 /* pugixml */ = {
63 isa = PBXNativeTarget;
64 buildConfigurationList = 73BF376C14AA1ECC0AC517ED /* Build configuration list for PBXNativeTarget "pugixml" */;
65 buildPhases = (
66 6CA66B9B6252229A36E8733C /* Resources */,
67 287808486FBF545206A47CC1 /* Sources */,
68 2BA00212518037166623673F /* Frameworks */,
69 );
70 buildRules = (
71 );
72 dependencies = (
73 );
74 name = "pugixml";
75 productName = "pugixml";
76 productReference = 1DA04ADC64C3566D16C45B6D /* libpugixmld.a */;
77 productType = "com.apple.product-type.library.static";
78 };
79 /* End PBXNativeTarget section */
80
81 /* Begin PBXProject section */
82 08FB7793FE84155DC02AAC07 /* Project object */ = {
83 isa = PBXProject;
84 buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "pugixml" */;
85 compatibilityVersion = "Xcode 3.1";
86 hasScannedForEncodings = 1;
87 mainGroup = 19E0517F3CF26ED63AE23641 /* pugixml */;
88 projectDirPath = "";
89 projectRoot = "";
90 targets = (
91 6B55152571905B6C3A6F39D0 /* libpugixmld.a */,
92 );
93 };
94 /* End PBXProject section */
95
96 /* Begin PBXResourcesBuildPhase section */
97 6CA66B9B6252229A36E8733C /* Resources */ = {
98 isa = PBXResourcesBuildPhase;
99 buildActionMask = 2147483647;
100 files = (
101 );
102 runOnlyForDeploymentPostprocessing = 0;
103 };
104 /* End PBXResourcesBuildPhase section */
105
106 /* Begin PBXSourcesBuildPhase section */
107 287808486FBF545206A47CC1 /* Sources */ = {
108 isa = PBXSourcesBuildPhase;
109 buildActionMask = 2147483647;
110 files = (
111 0424128F67AB5C730232235E /* pugixml.cpp in Sources */,
112 );
113 runOnlyForDeploymentPostprocessing = 0;
114 };
115 /* End PBXSourcesBuildPhase section */
116
117 /* Begin PBXVariantGroup section */
118 /* End PBXVariantGroup section */
119
120 /* Begin XCBuildConfiguration section */
121 4FDB54E4253E36FC55CE27E8 /* Debug */ = {
122 isa = XCBuildConfiguration;
123 buildSettings = {
124 ALWAYS_SEARCH_USER_PATHS = NO;
125 CONFIGURATION_BUILD_DIR = xcode3;
126 GCC_DYNAMIC_NO_PIC = NO;
127 GCC_MODEL_TUNING = G5;
128 INSTALL_PATH = /usr/local/lib;
129 PRODUCT_NAME = "pugixmld";
130 };
131 name = "Debug";
132 };
133 0A4C28F553990E0405306C15 /* Release */ = {
134 isa = XCBuildConfiguration;
135 buildSettings = {
136 ALWAYS_SEARCH_USER_PATHS = NO;
137 CONFIGURATION_BUILD_DIR = xcode3;
138 GCC_DYNAMIC_NO_PIC = NO;
139 GCC_MODEL_TUNING = G5;
140 INSTALL_PATH = /usr/local/lib;
141 PRODUCT_NAME = "pugixml";
142 };
143 name = "Release";
144 };
145 65DB0F6D27EA20852B6E3BB4 /* Debug */ = {
146 isa = XCBuildConfiguration;
147 buildSettings = {
148 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
149 CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
150 CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
151 COPY_PHASE_STRIP = NO;
152 GCC_C_LANGUAGE_STANDARD = gnu99;
153 GCC_OPTIMIZATION_LEVEL = 0;
154 GCC_PREPROCESSOR_DEFINITIONS = (
155 "_DEBUG",
156 );
157 GCC_WARN_ABOUT_RETURN_TYPE = YES;
158 GCC_WARN_UNUSED_VARIABLE = YES;
159 OBJROOT = "xcode3/Universal/Debug";
160 ONLY_ACTIVE_ARCH = NO;
161 PREBINDING = NO;
162 SYMROOT = "xcode3";
163 };
164 name = "Debug";
165 };
166 5314084032B57C1A11945858 /* Release */ = {
167 isa = XCBuildConfiguration;
168 buildSettings = {
169 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
170 CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
171 CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
172 COPY_PHASE_STRIP = NO;
173 GCC_C_LANGUAGE_STANDARD = gnu99;
174 GCC_OPTIMIZATION_LEVEL = s;
175 GCC_PREPROCESSOR_DEFINITIONS = (
176 "NDEBUG",
177 );
178 GCC_WARN_ABOUT_RETURN_TYPE = YES;
179 GCC_WARN_UNUSED_VARIABLE = YES;
180 OBJROOT = "xcode3/Universal/Release";
181 ONLY_ACTIVE_ARCH = NO;
182 PREBINDING = NO;
183 SYMROOT = "xcode3";
184 };
185 name = "Release";
186 };
187 /* End XCBuildConfiguration section */
188
189 /* Begin XCConfigurationList section */
190 73BF376C14AA1ECC0AC517ED /* Build configuration list for PBXNativeTarget "libpugixmld.a" */ = {
191 isa = XCConfigurationList;
192 buildConfigurations = (
193 4FDB54E4253E36FC55CE27E8 /* Debug */,
194 0A4C28F553990E0405306C15 /* Release */,
195 );
196 defaultConfigurationIsVisible = 0;
197 defaultConfigurationName = "Debug";
198 };
199 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "pugixml" */ = {
200 isa = XCConfigurationList;
201 buildConfigurations = (
202 65DB0F6D27EA20852B6E3BB4 /* Debug */,
203 5314084032B57C1A11945858 /* Release */,
204 );
205 defaultConfigurationIsVisible = 0;
206 defaultConfigurationName = "Debug";
207 };
208 /* End XCConfigurationList section */
209
210 };
211 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
212 }