Skip to content

Commit 856ab0a

Browse files
committed
Add cevfs_example project.
1 parent 46504c9 commit 856ab0a

File tree

3 files changed

+564
-0
lines changed

3 files changed

+564
-0
lines changed

cevfs.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
944223601D2042D00016E082 /* libsqlite.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9442235F1D2042D00016E082 /* libsqlite.a */; };
11+
9497BD021C53D96600ADD79F /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9497BD011C53D96600ADD79F /* main.c */; };
12+
/* End PBXBuildFile section */
13+
14+
/* Begin PBXCopyFilesBuildPhase section */
15+
9497BCFC1C53D96600ADD79F /* CopyFiles */ = {
16+
isa = PBXCopyFilesBuildPhase;
17+
buildActionMask = 2147483647;
18+
dstPath = /usr/share/man/man1/;
19+
dstSubfolderSpec = 0;
20+
files = (
21+
);
22+
runOnlyForDeploymentPostprocessing = 1;
23+
};
24+
/* End PBXCopyFilesBuildPhase section */
25+
26+
/* Begin PBXFileReference section */
27+
9442235F1D2042D00016E082 /* libsqlite.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsqlite.a; path = "../../../Library/Developer/Xcode/DerivedData/cevfs-hfabimsbqwgxjbecetgifrofdoaw/Build/Products/Debug/libsqlite.a"; sourceTree = "<group>"; };
28+
9497BCFE1C53D96600ADD79F /* cevfs_example */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cevfs_example; sourceTree = BUILT_PRODUCTS_DIR; };
29+
9497BD011C53D96600ADD79F /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
30+
/* End PBXFileReference section */
31+
32+
/* Begin PBXFrameworksBuildPhase section */
33+
9497BCFB1C53D96600ADD79F /* Frameworks */ = {
34+
isa = PBXFrameworksBuildPhase;
35+
buildActionMask = 2147483647;
36+
files = (
37+
944223601D2042D00016E082 /* libsqlite.a in Frameworks */,
38+
);
39+
runOnlyForDeploymentPostprocessing = 0;
40+
};
41+
/* End PBXFrameworksBuildPhase section */
42+
43+
/* Begin PBXGroup section */
44+
9497BCF51C53D96600ADD79F = {
45+
isa = PBXGroup;
46+
children = (
47+
9497BD011C53D96600ADD79F /* main.c */,
48+
9497BE1D1C53E04D00ADD79F /* Frameworks */,
49+
9497BCFF1C53D96600ADD79F /* Products */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
9497BCFF1C53D96600ADD79F /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
9497BCFE1C53D96600ADD79F /* cevfs_example */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
9497BE1D1C53E04D00ADD79F /* Frameworks */ = {
62+
isa = PBXGroup;
63+
children = (
64+
9442235F1D2042D00016E082 /* libsqlite.a */,
65+
);
66+
name = Frameworks;
67+
sourceTree = "<group>";
68+
};
69+
/* End PBXGroup section */
70+
71+
/* Begin PBXNativeTarget section */
72+
9497BCFD1C53D96600ADD79F /* cevfs_example */ = {
73+
isa = PBXNativeTarget;
74+
buildConfigurationList = 9497BD051C53D96600ADD79F /* Build configuration list for PBXNativeTarget "cevfs_example" */;
75+
buildPhases = (
76+
9497BCFA1C53D96600ADD79F /* Sources */,
77+
9497BCFB1C53D96600ADD79F /* Frameworks */,
78+
9497BCFC1C53D96600ADD79F /* CopyFiles */,
79+
);
80+
buildRules = (
81+
);
82+
dependencies = (
83+
);
84+
name = cevfs_example;
85+
productName = sqlite_compress_test;
86+
productReference = 9497BCFE1C53D96600ADD79F /* cevfs_example */;
87+
productType = "com.apple.product-type.tool";
88+
};
89+
/* End PBXNativeTarget section */
90+
91+
/* Begin PBXProject section */
92+
9497BCF61C53D96600ADD79F /* Project object */ = {
93+
isa = PBXProject;
94+
attributes = {
95+
LastUpgradeCheck = 0720;
96+
ORGANIZATIONNAME = "Murage Inc.";
97+
TargetAttributes = {
98+
9497BCFD1C53D96600ADD79F = {
99+
CreatedOnToolsVersion = 7.2;
100+
};
101+
};
102+
};
103+
buildConfigurationList = 9497BCF91C53D96600ADD79F /* Build configuration list for PBXProject "cevfs_example" */;
104+
compatibilityVersion = "Xcode 3.2";
105+
developmentRegion = English;
106+
hasScannedForEncodings = 0;
107+
knownRegions = (
108+
en,
109+
);
110+
mainGroup = 9497BCF51C53D96600ADD79F;
111+
productRefGroup = 9497BCFF1C53D96600ADD79F /* Products */;
112+
projectDirPath = "";
113+
projectRoot = "";
114+
targets = (
115+
9497BCFD1C53D96600ADD79F /* cevfs_example */,
116+
);
117+
};
118+
/* End PBXProject section */
119+
120+
/* Begin PBXSourcesBuildPhase section */
121+
9497BCFA1C53D96600ADD79F /* Sources */ = {
122+
isa = PBXSourcesBuildPhase;
123+
buildActionMask = 2147483647;
124+
files = (
125+
9497BD021C53D96600ADD79F /* main.c in Sources */,
126+
);
127+
runOnlyForDeploymentPostprocessing = 0;
128+
};
129+
/* End PBXSourcesBuildPhase section */
130+
131+
/* Begin XCBuildConfiguration section */
132+
9497BD031C53D96600ADD79F /* Debug */ = {
133+
isa = XCBuildConfiguration;
134+
buildSettings = {
135+
ALWAYS_SEARCH_USER_PATHS = YES;
136+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
137+
CLANG_CXX_LIBRARY = "libc++";
138+
CLANG_ENABLE_MODULES = YES;
139+
CLANG_ENABLE_OBJC_ARC = YES;
140+
CLANG_WARN_BOOL_CONVERSION = YES;
141+
CLANG_WARN_CONSTANT_CONVERSION = YES;
142+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
143+
CLANG_WARN_EMPTY_BODY = YES;
144+
CLANG_WARN_ENUM_CONVERSION = YES;
145+
CLANG_WARN_INT_CONVERSION = YES;
146+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
147+
CLANG_WARN_UNREACHABLE_CODE = YES;
148+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
149+
CODE_SIGN_IDENTITY = "-";
150+
COPY_PHASE_STRIP = NO;
151+
DEBUG_INFORMATION_FORMAT = dwarf;
152+
ENABLE_STRICT_OBJC_MSGSEND = YES;
153+
ENABLE_TESTABILITY = YES;
154+
GCC_C_LANGUAGE_STANDARD = gnu99;
155+
GCC_DYNAMIC_NO_PIC = NO;
156+
GCC_NO_COMMON_BLOCKS = YES;
157+
GCC_OPTIMIZATION_LEVEL = 0;
158+
GCC_PREPROCESSOR_DEFINITIONS = (
159+
"DEBUG=1",
160+
SQLITE_ENABLE_ZIPVFS,
161+
"$(inherited)",
162+
);
163+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
164+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
165+
GCC_WARN_UNDECLARED_SELECTOR = YES;
166+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
167+
GCC_WARN_UNUSED_FUNCTION = YES;
168+
GCC_WARN_UNUSED_VARIABLE = YES;
169+
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)";
170+
MACOSX_DEPLOYMENT_TARGET = 10.11;
171+
MTL_ENABLE_DEBUG_INFO = YES;
172+
ONLY_ACTIVE_ARCH = YES;
173+
OTHER_LDFLAGS = "-lz";
174+
SDKROOT = macosx;
175+
USER_HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
176+
};
177+
name = Debug;
178+
};
179+
9497BD041C53D96600ADD79F /* Release */ = {
180+
isa = XCBuildConfiguration;
181+
buildSettings = {
182+
ALWAYS_SEARCH_USER_PATHS = YES;
183+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
184+
CLANG_CXX_LIBRARY = "libc++";
185+
CLANG_ENABLE_MODULES = YES;
186+
CLANG_ENABLE_OBJC_ARC = YES;
187+
CLANG_WARN_BOOL_CONVERSION = YES;
188+
CLANG_WARN_CONSTANT_CONVERSION = YES;
189+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
190+
CLANG_WARN_EMPTY_BODY = YES;
191+
CLANG_WARN_ENUM_CONVERSION = YES;
192+
CLANG_WARN_INT_CONVERSION = YES;
193+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194+
CLANG_WARN_UNREACHABLE_CODE = YES;
195+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
196+
CODE_SIGN_IDENTITY = "-";
197+
COPY_PHASE_STRIP = NO;
198+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
199+
ENABLE_NS_ASSERTIONS = NO;
200+
ENABLE_STRICT_OBJC_MSGSEND = YES;
201+
GCC_C_LANGUAGE_STANDARD = gnu99;
202+
GCC_NO_COMMON_BLOCKS = YES;
203+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
204+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
205+
GCC_WARN_UNDECLARED_SELECTOR = YES;
206+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
207+
GCC_WARN_UNUSED_FUNCTION = YES;
208+
GCC_WARN_UNUSED_VARIABLE = YES;
209+
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)";
210+
MACOSX_DEPLOYMENT_TARGET = 10.11;
211+
MTL_ENABLE_DEBUG_INFO = NO;
212+
OTHER_LDFLAGS = "-lz";
213+
SDKROOT = macosx;
214+
USER_HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
215+
};
216+
name = Release;
217+
};
218+
9497BD061C53D96600ADD79F /* Debug */ = {
219+
isa = XCBuildConfiguration;
220+
buildSettings = {
221+
GCC_PREPROCESSOR_DEFINITIONS = (
222+
"DEBUG=1",
223+
SQLITE_ENABLE_ZIPVFS,
224+
"$(inherited)",
225+
);
226+
PRODUCT_NAME = "$(TARGET_NAME)";
227+
USER_HEADER_SEARCH_PATHS = "../cevfs/** $(BUILT_PRODUCTS_DIR)/**";
228+
};
229+
name = Debug;
230+
};
231+
9497BD071C53D96600ADD79F /* Release */ = {
232+
isa = XCBuildConfiguration;
233+
buildSettings = {
234+
PRODUCT_NAME = "$(TARGET_NAME)";
235+
USER_HEADER_SEARCH_PATHS = "../cevfs/** $(BUILT_PRODUCTS_DIR)/**";
236+
};
237+
name = Release;
238+
};
239+
/* End XCBuildConfiguration section */
240+
241+
/* Begin XCConfigurationList section */
242+
9497BCF91C53D96600ADD79F /* Build configuration list for PBXProject "cevfs_example" */ = {
243+
isa = XCConfigurationList;
244+
buildConfigurations = (
245+
9497BD031C53D96600ADD79F /* Debug */,
246+
9497BD041C53D96600ADD79F /* Release */,
247+
);
248+
defaultConfigurationIsVisible = 0;
249+
defaultConfigurationName = Release;
250+
};
251+
9497BD051C53D96600ADD79F /* Build configuration list for PBXNativeTarget "cevfs_example" */ = {
252+
isa = XCConfigurationList;
253+
buildConfigurations = (
254+
9497BD061C53D96600ADD79F /* Debug */,
255+
9497BD071C53D96600ADD79F /* Release */,
256+
);
257+
defaultConfigurationIsVisible = 0;
258+
defaultConfigurationName = Release;
259+
};
260+
/* End XCConfigurationList section */
261+
};
262+
rootObject = 9497BCF61C53D96600ADD79F /* Project object */;
263+
}

0 commit comments

Comments
 (0)