]> git.saurik.com Git - apple/copyfile.git/blob - copyfile.xcodeproj/project.pbxproj
copyfile-89.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 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE17C1135A658F002CEE6D /* copyfile.c */; };
11 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE17C2135A658F002CEE6D /* copyfile.h */; settings = {ATTRIBUTES = (Public, ); }; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXFileReference section */
15 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcopyfile.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
16 FCCE17C0135A658F002CEE6D /* copyfile.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = copyfile.3; sourceTree = "<group>"; };
17 FCCE17C1135A658F002CEE6D /* copyfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = copyfile.c; sourceTree = "<group>"; };
18 FCCE17C2135A658F002CEE6D /* copyfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copyfile.h; sourceTree = "<group>"; };
19 FCCE17C5135A659B002CEE6D /* BSD.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = BSD.xcconfig; path = Makefiles/CoreOS/Xcode/BSD.xcconfig; sourceTree = DEVELOPER_DIR; };
20 /* End PBXFileReference section */
21
22 /* Begin PBXFrameworksBuildPhase section */
23 FCCE17B8135A6444002CEE6D /* Frameworks */ = {
24 isa = PBXFrameworksBuildPhase;
25 buildActionMask = 2147483647;
26 files = (
27 );
28 runOnlyForDeploymentPostprocessing = 0;
29 };
30 /* End PBXFrameworksBuildPhase section */
31
32 /* Begin PBXGroup section */
33 FCCE17AB135A5FFB002CEE6D = {
34 isa = PBXGroup;
35 children = (
36 FCCE17C0135A658F002CEE6D /* copyfile.3 */,
37 FCCE17C1135A658F002CEE6D /* copyfile.c */,
38 FCCE17C2135A658F002CEE6D /* copyfile.h */,
39 FCCE17C5135A659B002CEE6D /* BSD.xcconfig */,
40 FCCE17BC135A6444002CEE6D /* Products */,
41 );
42 sourceTree = "<group>";
43 };
44 FCCE17BC135A6444002CEE6D /* Products */ = {
45 isa = PBXGroup;
46 children = (
47 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */,
48 );
49 name = Products;
50 sourceTree = "<group>";
51 };
52 /* End PBXGroup section */
53
54 /* Begin PBXHeadersBuildPhase section */
55 FCCE17B9135A6444002CEE6D /* Headers */ = {
56 isa = PBXHeadersBuildPhase;
57 buildActionMask = 2147483647;
58 files = (
59 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */,
60 );
61 runOnlyForDeploymentPostprocessing = 0;
62 };
63 /* End PBXHeadersBuildPhase section */
64
65 /* Begin PBXNativeTarget section */
66 FCCE17BA135A6444002CEE6D /* copyfile */ = {
67 isa = PBXNativeTarget;
68 buildConfigurationList = FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */;
69 buildPhases = (
70 FCCE17B7135A6444002CEE6D /* Sources */,
71 FCCE17B8135A6444002CEE6D /* Frameworks */,
72 FCCE17B9135A6444002CEE6D /* Headers */,
73 FCCE17DF135A70A0002CEE6D /* Run Script */,
74 );
75 buildRules = (
76 );
77 dependencies = (
78 );
79 name = copyfile;
80 productName = copyfile;
81 productReference = FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */;
82 productType = "com.apple.product-type.library.dynamic";
83 };
84 /* End PBXNativeTarget section */
85
86 /* Begin PBXProject section */
87 FCCE17AD135A5FFB002CEE6D /* Project object */ = {
88 isa = PBXProject;
89 attributes = {
90 ORGANIZATIONNAME = "Apple Inc.";
91 };
92 buildConfigurationList = FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */;
93 compatibilityVersion = "Xcode 3.2";
94 developmentRegion = English;
95 hasScannedForEncodings = 0;
96 knownRegions = (
97 en,
98 );
99 mainGroup = FCCE17AB135A5FFB002CEE6D;
100 productRefGroup = FCCE17BC135A6444002CEE6D /* Products */;
101 projectDirPath = "";
102 projectRoot = "";
103 targets = (
104 FCCE17BA135A6444002CEE6D /* copyfile */,
105 );
106 };
107 /* End PBXProject section */
108
109 /* Begin PBXShellScriptBuildPhase section */
110 FCCE17DF135A70A0002CEE6D /* Run Script */ = {
111 isa = PBXShellScriptBuildPhase;
112 buildActionMask = 8;
113 files = (
114 );
115 inputPaths = (
116 );
117 name = "Run Script";
118 outputPaths = (
119 );
120 runOnlyForDeploymentPostprocessing = 1;
121 shellPath = /bin/sh;
122 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install_files.sh";
123 };
124 /* End PBXShellScriptBuildPhase section */
125
126 /* Begin PBXSourcesBuildPhase section */
127 FCCE17B7135A6444002CEE6D /* Sources */ = {
128 isa = PBXSourcesBuildPhase;
129 buildActionMask = 2147483647;
130 files = (
131 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */,
132 );
133 runOnlyForDeploymentPostprocessing = 0;
134 };
135 /* End PBXSourcesBuildPhase section */
136
137 /* Begin XCBuildConfiguration section */
138 FCCE17B3135A5FFB002CEE6D /* Release */ = {
139 isa = XCBuildConfiguration;
140 baseConfigurationReference = FCCE17C5135A659B002CEE6D /* BSD.xcconfig */;
141 buildSettings = {
142 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
143 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
144 GCC_WARN_ABOUT_RETURN_TYPE = YES;
145 GCC_WARN_SHADOW = YES;
146 GCC_WARN_SIGN_COMPARE = YES;
147 GCC_WARN_UNUSED_FUNCTION = YES;
148 GCC_WARN_UNUSED_LABEL = YES;
149 GCC_WARN_UNUSED_PARAMETER = YES;
150 GCC_WARN_UNUSED_VARIABLE = YES;
151 WARNING_CFLAGS = (
152 "-Wall",
153 "-Wextra",
154 "-Wformat=2",
155 "-Wformat-security",
156 "-Wnested-externs",
157 "-Wno-trigraphs",
158 "-Wredundant-decls",
159 "-Wwrite-strings",
160 );
161 };
162 name = Release;
163 };
164 FCCE17BD135A6444002CEE6D /* Release */ = {
165 isa = XCBuildConfiguration;
166 buildSettings = {
167 BUILD_VARIANTS = (
168 normal,
169 debug,
170 );
171 DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
172 EXECUTABLE_PREFIX = lib;
173 GCC_NO_COMMON_BLOCKS = YES;
174 GCC_PREPROCESSOR_DEFINITIONS = "__DARWIN_NOW_CANCELABLE=1";
175 INSTALL_PATH = /usr/lib/system;
176 OTHER_LDFLAGS = (
177 "-umbrella",
178 System,
179 );
180 PRODUCT_NAME = "$(TARGET_NAME)";
181 PUBLIC_HEADERS_FOLDER_PATH = /usr/include;
182 WARNING_CFLAGS = (
183 "-Wall",
184 "-Wextra",
185 "-Wformat=2",
186 "-Wformat-security",
187 "-Wnested-externs",
188 "-Wno-parentheses",
189 "-Wno-trigraphs",
190 "-Wredundant-decls",
191 "-Wwrite-strings",
192 );
193 };
194 name = Release;
195 };
196 /* End XCBuildConfiguration section */
197
198 /* Begin XCConfigurationList section */
199 FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */ = {
200 isa = XCConfigurationList;
201 buildConfigurations = (
202 FCCE17B3135A5FFB002CEE6D /* Release */,
203 );
204 defaultConfigurationIsVisible = 0;
205 defaultConfigurationName = Release;
206 };
207 FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */ = {
208 isa = XCConfigurationList;
209 buildConfigurations = (
210 FCCE17BD135A6444002CEE6D /* Release */,
211 );
212 defaultConfigurationIsVisible = 0;
213 defaultConfigurationName = Release;
214 };
215 /* End XCConfigurationList section */
216 };
217 rootObject = FCCE17AD135A5FFB002CEE6D /* Project object */;
218 }