]> git.saurik.com Git - apple/copyfile.git/blob - copyfile.xcodeproj/project.pbxproj
copyfile-103.92.1.tar.gz
[apple/copyfile.git] / copyfile.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 72406E631676C3C80099568B /* xattr_properties.c in Sources */ = {isa = PBXBuildFile; fileRef = 72406E621676C3C80099568B /* xattr_properties.c */; };
11 72B4C0F41676C47D00C13E05 /* copyfile_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 72B4C0F31676C47D00C13E05 /* copyfile_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
12 72EAA3B016A72F4500833E98 /* xattr_properties.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EAA3AF16A72F4500833E98 /* xattr_properties.h */; settings = {ATTRIBUTES = (Private, ); }; };
13 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE17C1135A658F002CEE6D /* copyfile.c */; };
14 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE17C2135A658F002CEE6D /* copyfile.h */; settings = {ATTRIBUTES = (Public, ); }; };
15 /* End PBXBuildFile section */
16
17 /* Begin PBXFileReference section */
18 72406E621676C3C80099568B /* xattr_properties.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xattr_properties.c; sourceTree = "<group>"; };
19 72B4C0F31676C47D00C13E05 /* copyfile_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copyfile_private.h; sourceTree = "<group>"; };
20 72EAA3AF16A72F4500833E98 /* xattr_properties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xattr_properties.h; sourceTree = "<group>"; };
21 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcopyfile.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
22 FCCE17C0135A658F002CEE6D /* copyfile.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = copyfile.3; sourceTree = "<group>"; };
23 FCCE17C1135A658F002CEE6D /* copyfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = copyfile.c; sourceTree = "<group>"; };
24 FCCE17C2135A658F002CEE6D /* copyfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copyfile.h; sourceTree = "<group>"; };
25 FCCE17C5135A659B002CEE6D /* BSD.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = BSD.xcconfig; path = Makefiles/CoreOS/Xcode/BSD.xcconfig; sourceTree = DEVELOPER_DIR; };
26 /* End PBXFileReference section */
27
28 /* Begin PBXFrameworksBuildPhase section */
29 FCCE17B8135A6444002CEE6D /* Frameworks */ = {
30 isa = PBXFrameworksBuildPhase;
31 buildActionMask = 2147483647;
32 files = (
33 );
34 runOnlyForDeploymentPostprocessing = 0;
35 };
36 /* End PBXFrameworksBuildPhase section */
37
38 /* Begin PBXGroup section */
39 FCCE17AB135A5FFB002CEE6D = {
40 isa = PBXGroup;
41 children = (
42 72B4C0F31676C47D00C13E05 /* copyfile_private.h */,
43 72EAA3AF16A72F4500833E98 /* xattr_properties.h */,
44 72406E621676C3C80099568B /* xattr_properties.c */,
45 FCCE17C0135A658F002CEE6D /* copyfile.3 */,
46 FCCE17C1135A658F002CEE6D /* copyfile.c */,
47 FCCE17C2135A658F002CEE6D /* copyfile.h */,
48 FCCE17C5135A659B002CEE6D /* BSD.xcconfig */,
49 FCCE17BC135A6444002CEE6D /* Products */,
50 );
51 sourceTree = "<group>";
52 };
53 FCCE17BC135A6444002CEE6D /* Products */ = {
54 isa = PBXGroup;
55 children = (
56 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */,
57 );
58 name = Products;
59 sourceTree = "<group>";
60 };
61 /* End PBXGroup section */
62
63 /* Begin PBXHeadersBuildPhase section */
64 FCCE17B9135A6444002CEE6D /* Headers */ = {
65 isa = PBXHeadersBuildPhase;
66 buildActionMask = 2147483647;
67 files = (
68 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */,
69 72B4C0F41676C47D00C13E05 /* copyfile_private.h in Headers */,
70 72EAA3B016A72F4500833E98 /* xattr_properties.h in Headers */,
71 );
72 runOnlyForDeploymentPostprocessing = 0;
73 };
74 /* End PBXHeadersBuildPhase section */
75
76 /* Begin PBXNativeTarget section */
77 FCCE17BA135A6444002CEE6D /* copyfile */ = {
78 isa = PBXNativeTarget;
79 buildConfigurationList = FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */;
80 buildPhases = (
81 FCCE17B7135A6444002CEE6D /* Sources */,
82 FCCE17B8135A6444002CEE6D /* Frameworks */,
83 FCCE17B9135A6444002CEE6D /* Headers */,
84 FCCE17DF135A70A0002CEE6D /* Run Script */,
85 );
86 buildRules = (
87 );
88 dependencies = (
89 );
90 name = copyfile;
91 productName = copyfile;
92 productReference = FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */;
93 productType = "com.apple.product-type.library.dynamic";
94 };
95 /* End PBXNativeTarget section */
96
97 /* Begin PBXProject section */
98 FCCE17AD135A5FFB002CEE6D /* Project object */ = {
99 isa = PBXProject;
100 attributes = {
101 ORGANIZATIONNAME = "Apple Inc.";
102 };
103 buildConfigurationList = FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */;
104 compatibilityVersion = "Xcode 3.2";
105 developmentRegion = English;
106 hasScannedForEncodings = 0;
107 knownRegions = (
108 en,
109 );
110 mainGroup = FCCE17AB135A5FFB002CEE6D;
111 productRefGroup = FCCE17BC135A6444002CEE6D /* Products */;
112 projectDirPath = "";
113 projectRoot = "";
114 targets = (
115 FCCE17BA135A6444002CEE6D /* copyfile */,
116 );
117 };
118 /* End PBXProject section */
119
120 /* Begin PBXShellScriptBuildPhase section */
121 FCCE17DF135A70A0002CEE6D /* Run Script */ = {
122 isa = PBXShellScriptBuildPhase;
123 buildActionMask = 8;
124 files = (
125 );
126 inputPaths = (
127 );
128 name = "Run Script";
129 outputPaths = (
130 );
131 runOnlyForDeploymentPostprocessing = 1;
132 shellPath = /bin/sh;
133 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install_files.sh";
134 };
135 /* End PBXShellScriptBuildPhase section */
136
137 /* Begin PBXSourcesBuildPhase section */
138 FCCE17B7135A6444002CEE6D /* Sources */ = {
139 isa = PBXSourcesBuildPhase;
140 buildActionMask = 2147483647;
141 files = (
142 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */,
143 72406E631676C3C80099568B /* xattr_properties.c in Sources */,
144 );
145 runOnlyForDeploymentPostprocessing = 0;
146 };
147 /* End PBXSourcesBuildPhase section */
148
149 /* Begin XCBuildConfiguration section */
150 FCCE17B3135A5FFB002CEE6D /* Release */ = {
151 isa = XCBuildConfiguration;
152 baseConfigurationReference = FCCE17C5135A659B002CEE6D /* BSD.xcconfig */;
153 buildSettings = {
154 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
155 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
156 GCC_WARN_ABOUT_RETURN_TYPE = YES;
157 GCC_WARN_SHADOW = YES;
158 GCC_WARN_SIGN_COMPARE = YES;
159 GCC_WARN_UNUSED_FUNCTION = YES;
160 GCC_WARN_UNUSED_LABEL = YES;
161 GCC_WARN_UNUSED_PARAMETER = YES;
162 GCC_WARN_UNUSED_VARIABLE = YES;
163 WARNING_CFLAGS = (
164 "-Wall",
165 "-Wextra",
166 "-Wformat=2",
167 "-Wformat-security",
168 "-Wnested-externs",
169 "-Wno-trigraphs",
170 "-Wredundant-decls",
171 "-Wwrite-strings",
172 );
173 };
174 name = Release;
175 };
176 FCCE17BD135A6444002CEE6D /* Release */ = {
177 isa = XCBuildConfiguration;
178 buildSettings = {
179 BUILD_VARIANTS = (
180 normal,
181 debug,
182 );
183 DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
184 EXECUTABLE_PREFIX = lib;
185 GCC_NO_COMMON_BLOCKS = YES;
186 GCC_PREPROCESSOR_DEFINITIONS = "__DARWIN_NOW_CANCELABLE=1";
187 INSTALL_PATH = /usr/lib/system;
188 "INSTALL_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/lib/system";
189 LINK_WITH_STANDARD_LIBRARIES = NO;
190 OTHER_LDFLAGS = (
191 "-Wl,-umbrella,System",
192 "-L/usr/lib/system",
193 "-ldyld",
194 "-lcompiler_rt",
195 "-lsystem_kernel",
196 "-lsystem_malloc",
197 "-lsystem_c",
198 "-lsystem_blocks",
199 "-lquarantine",
200 "-lsystem_asl",
201 "-lsystem_info",
202 );
203 "OTHER_LDFLAGS[sdk=iphoneos*]" = (
204 "-Wl,-umbrella,System",
205 "-L/usr/lib/system",
206 "-ldyld",
207 "-lcompiler_rt",
208 "-lsystem_kernel",
209 "-lsystem_malloc",
210 "-lsystem_c",
211 "-lsystem_blocks",
212 "-lsystem_asl",
213 "-lsystem_info",
214 );
215 "OTHER_LDFLAGS[sdk=iphonesimulator*]" = (
216 "-Wl,-umbrella,System",
217 "-L/usr/lib/system",
218 "-ldyld_sim",
219 "-lcompiler_rt_sim",
220 "-lsystem_sim_c",
221 "-lsystem_sim_blocks",
222 "-lsystem_sim_info",
223 "-Wl,-upward-lSystem",
224 );
225 "PRIVATE_HEADERS_FOLDER_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/local/include";
226 PRODUCT_NAME = "$(TARGET_NAME)";
227 "PRODUCT_NAME[sdk=iphonesimulator*]" = copyfile_sim;
228 PUBLIC_HEADERS_FOLDER_PATH = /usr/include;
229 "PUBLIC_HEADERS_FOLDER_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/include";
230 WARNING_CFLAGS = (
231 "-Wall",
232 "-Wextra",
233 "-Wformat=2",
234 "-Wformat-security",
235 "-Wnested-externs",
236 "-Wno-parentheses",
237 "-Wno-trigraphs",
238 "-Wredundant-decls",
239 "-Wwrite-strings",
240 );
241 };
242 name = Release;
243 };
244 /* End XCBuildConfiguration section */
245
246 /* Begin XCConfigurationList section */
247 FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */ = {
248 isa = XCConfigurationList;
249 buildConfigurations = (
250 FCCE17B3135A5FFB002CEE6D /* Release */,
251 );
252 defaultConfigurationIsVisible = 0;
253 defaultConfigurationName = Release;
254 };
255 FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */ = {
256 isa = XCConfigurationList;
257 buildConfigurations = (
258 FCCE17BD135A6444002CEE6D /* Release */,
259 );
260 defaultConfigurationIsVisible = 0;
261 defaultConfigurationName = Release;
262 };
263 /* End XCConfigurationList section */
264 };
265 rootObject = FCCE17AD135A5FFB002CEE6D /* Project object */;
266 }