freeswitch/mac/xcode/libs/sqlite-3.2.8.xcodeproj/project.pbxproj

451 lines
29 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXBuildFile section */
D37F3DBE09C0E5B7002C93D4 /* opcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DBC09C0E5B7002C93D4 /* opcodes.c */; };
D37F3DBF09C0E5B7002C93D4 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DBD09C0E5B7002C93D4 /* parse.c */; };
D37F3DE609C0E61D002C93D4 /* alter.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC009C0E61D002C93D4 /* alter.c */; };
D37F3DE709C0E61D002C93D4 /* analyze.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC109C0E61D002C93D4 /* analyze.c */; };
D37F3DE809C0E61D002C93D4 /* attach.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC209C0E61D002C93D4 /* attach.c */; };
D37F3DE909C0E61D002C93D4 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC309C0E61D002C93D4 /* auth.c */; };
D37F3DEA09C0E61D002C93D4 /* btree.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC409C0E61D002C93D4 /* btree.c */; };
D37F3DEB09C0E61D002C93D4 /* build.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC509C0E61D002C93D4 /* build.c */; };
D37F3DEC09C0E61D002C93D4 /* callback.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC609C0E61D002C93D4 /* callback.c */; };
D37F3DED09C0E61D002C93D4 /* complete.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC709C0E61D002C93D4 /* complete.c */; };
D37F3DEE09C0E61D002C93D4 /* date.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC809C0E61D002C93D4 /* date.c */; };
D37F3DEF09C0E61D002C93D4 /* delete.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC909C0E61D002C93D4 /* delete.c */; };
D37F3DF009C0E61D002C93D4 /* expr.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCA09C0E61D002C93D4 /* expr.c */; };
D37F3DF109C0E61D002C93D4 /* func.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCB09C0E61D002C93D4 /* func.c */; };
D37F3DF209C0E61D002C93D4 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCC09C0E61D002C93D4 /* hash.c */; };
D37F3DF309C0E61D002C93D4 /* insert.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCD09C0E61D002C93D4 /* insert.c */; };
D37F3DF409C0E61D002C93D4 /* legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCE09C0E61D002C93D4 /* legacy.c */; };
D37F3DF509C0E61D002C93D4 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCF09C0E61D002C93D4 /* main.c */; };
D37F3DF609C0E61D002C93D4 /* os_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD009C0E61D002C93D4 /* os_unix.c */; };
D37F3DF709C0E61D002C93D4 /* os_win.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD109C0E61D002C93D4 /* os_win.c */; };
D37F3DF809C0E61D002C93D4 /* pager.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD209C0E61D002C93D4 /* pager.c */; };
D37F3DF909C0E61D002C93D4 /* pragma.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD309C0E61D002C93D4 /* pragma.c */; };
D37F3DFA09C0E61D002C93D4 /* prepare.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD409C0E61D002C93D4 /* prepare.c */; };
D37F3DFB09C0E61D002C93D4 /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD509C0E61D002C93D4 /* printf.c */; };
D37F3DFC09C0E61D002C93D4 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD609C0E61D002C93D4 /* random.c */; };
D37F3DFD09C0E61D002C93D4 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD709C0E61D002C93D4 /* select.c */; };
D37F3DFF09C0E61D002C93D4 /* table.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD909C0E61D002C93D4 /* table.c */; };
D37F3E0009C0E61D002C93D4 /* tokenize.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDA09C0E61D002C93D4 /* tokenize.c */; };
D37F3E0109C0E61D002C93D4 /* trigger.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDB09C0E61D002C93D4 /* trigger.c */; };
D37F3E0209C0E61D002C93D4 /* update.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDC09C0E61D002C93D4 /* update.c */; };
D37F3E0309C0E61D002C93D4 /* utf.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDD09C0E61D002C93D4 /* utf.c */; };
D37F3E0409C0E61D002C93D4 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDE09C0E61D002C93D4 /* util.c */; };
D37F3E0509C0E61D002C93D4 /* vacuum.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDF09C0E61D002C93D4 /* vacuum.c */; };
D37F3E0609C0E61D002C93D4 /* vdbe.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE009C0E61D002C93D4 /* vdbe.c */; };
D37F3E0709C0E61D002C93D4 /* vdbeapi.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE109C0E61D002C93D4 /* vdbeapi.c */; };
D37F3E0809C0E61D002C93D4 /* vdbeaux.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE209C0E61D002C93D4 /* vdbeaux.c */; };
D37F3E0909C0E61D002C93D4 /* vdbefifo.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE309C0E61D002C93D4 /* vdbefifo.c */; };
D37F3E0A09C0E61D002C93D4 /* vdbemem.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE409C0E61D002C93D4 /* vdbemem.c */; };
D37F3E0B09C0E61D002C93D4 /* where.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE509C0E61D002C93D4 /* where.c */; };
D37F3EF709C0F85F002C93D4 /* sqlite3.h in Headers */ = {isa = PBXBuildFile; fileRef = D37F3EF609C0F85F002C93D4 /* sqlite3.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXBuildStyle section */
D37F3E6109C0E9B8002C93D4 /* Development */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Development;
};
D37F3E6209C0E9B8002C93D4 /* Deployment */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Deployment;
};
/* End PBXBuildStyle section */
/* Begin PBXFileReference section */
D37F3CD709C0E0CC002C93D4 /* sqlite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = sqlite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D37F3CD909C0E0CC002C93D4 /* sqlite-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "sqlite-Info.plist"; sourceTree = "<group>"; };
D37F3DBC09C0E5B7002C93D4 /* opcodes.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = opcodes.c; path = "../../../libs/sqlite-3.2.8/opcodes.c"; sourceTree = "<group>"; };
D37F3DBD09C0E5B7002C93D4 /* parse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = parse.c; path = "../../../libs/sqlite-3.2.8/parse.c"; sourceTree = "<group>"; };
D37F3DC009C0E61D002C93D4 /* alter.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = alter.c; path = "../../../libs/sqlite-3.2.8/src/alter.c"; sourceTree = SOURCE_ROOT; };
D37F3DC109C0E61D002C93D4 /* analyze.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = analyze.c; path = "../../../libs/sqlite-3.2.8/src/analyze.c"; sourceTree = SOURCE_ROOT; };
D37F3DC209C0E61D002C93D4 /* attach.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = attach.c; path = "../../../libs/sqlite-3.2.8/src/attach.c"; sourceTree = SOURCE_ROOT; };
D37F3DC309C0E61D002C93D4 /* auth.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = auth.c; path = "../../../libs/sqlite-3.2.8/src/auth.c"; sourceTree = SOURCE_ROOT; };
D37F3DC409C0E61D002C93D4 /* btree.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = btree.c; path = "../../../libs/sqlite-3.2.8/src/btree.c"; sourceTree = SOURCE_ROOT; };
D37F3DC509C0E61D002C93D4 /* build.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = build.c; path = "../../../libs/sqlite-3.2.8/src/build.c"; sourceTree = SOURCE_ROOT; };
D37F3DC609C0E61D002C93D4 /* callback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = callback.c; path = "../../../libs/sqlite-3.2.8/src/callback.c"; sourceTree = SOURCE_ROOT; };
D37F3DC709C0E61D002C93D4 /* complete.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = complete.c; path = "../../../libs/sqlite-3.2.8/src/complete.c"; sourceTree = SOURCE_ROOT; };
D37F3DC809C0E61D002C93D4 /* date.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = date.c; path = "../../../libs/sqlite-3.2.8/src/date.c"; sourceTree = SOURCE_ROOT; };
D37F3DC909C0E61D002C93D4 /* delete.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = delete.c; path = "../../../libs/sqlite-3.2.8/src/delete.c"; sourceTree = SOURCE_ROOT; };
D37F3DCA09C0E61D002C93D4 /* expr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = expr.c; path = "../../../libs/sqlite-3.2.8/src/expr.c"; sourceTree = SOURCE_ROOT; };
D37F3DCB09C0E61D002C93D4 /* func.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = func.c; path = "../../../libs/sqlite-3.2.8/src/func.c"; sourceTree = SOURCE_ROOT; };
D37F3DCC09C0E61D002C93D4 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hash.c; path = "../../../libs/sqlite-3.2.8/src/hash.c"; sourceTree = SOURCE_ROOT; };
D37F3DCD09C0E61D002C93D4 /* insert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = insert.c; path = "../../../libs/sqlite-3.2.8/src/insert.c"; sourceTree = SOURCE_ROOT; };
D37F3DCE09C0E61D002C93D4 /* legacy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = legacy.c; path = "../../../libs/sqlite-3.2.8/src/legacy.c"; sourceTree = SOURCE_ROOT; };
D37F3DCF09C0E61D002C93D4 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = main.c; path = "../../../libs/sqlite-3.2.8/src/main.c"; sourceTree = SOURCE_ROOT; };
D37F3DD009C0E61D002C93D4 /* os_unix.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = os_unix.c; path = "../../../libs/sqlite-3.2.8/src/os_unix.c"; sourceTree = SOURCE_ROOT; };
D37F3DD109C0E61D002C93D4 /* os_win.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = os_win.c; path = "../../../libs/sqlite-3.2.8/src/os_win.c"; sourceTree = SOURCE_ROOT; };
D37F3DD209C0E61D002C93D4 /* pager.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pager.c; path = "../../../libs/sqlite-3.2.8/src/pager.c"; sourceTree = SOURCE_ROOT; };
D37F3DD309C0E61D002C93D4 /* pragma.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pragma.c; path = "../../../libs/sqlite-3.2.8/src/pragma.c"; sourceTree = SOURCE_ROOT; };
D37F3DD409C0E61D002C93D4 /* prepare.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = prepare.c; path = "../../../libs/sqlite-3.2.8/src/prepare.c"; sourceTree = SOURCE_ROOT; };
D37F3DD509C0E61D002C93D4 /* printf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = printf.c; path = "../../../libs/sqlite-3.2.8/src/printf.c"; sourceTree = SOURCE_ROOT; };
D37F3DD609C0E61D002C93D4 /* random.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = random.c; path = "../../../libs/sqlite-3.2.8/src/random.c"; sourceTree = SOURCE_ROOT; };
D37F3DD709C0E61D002C93D4 /* select.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = select.c; path = "../../../libs/sqlite-3.2.8/src/select.c"; sourceTree = SOURCE_ROOT; };
D37F3DD809C0E61D002C93D4 /* shell.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shell.c; path = "../../../libs/sqlite-3.2.8/src/shell.c"; sourceTree = SOURCE_ROOT; };
D37F3DD909C0E61D002C93D4 /* table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = table.c; path = "../../../libs/sqlite-3.2.8/src/table.c"; sourceTree = SOURCE_ROOT; };
D37F3DDA09C0E61D002C93D4 /* tokenize.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = tokenize.c; path = "../../../libs/sqlite-3.2.8/src/tokenize.c"; sourceTree = SOURCE_ROOT; };
D37F3DDB09C0E61D002C93D4 /* trigger.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = trigger.c; path = "../../../libs/sqlite-3.2.8/src/trigger.c"; sourceTree = SOURCE_ROOT; };
D37F3DDC09C0E61D002C93D4 /* update.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = update.c; path = "../../../libs/sqlite-3.2.8/src/update.c"; sourceTree = SOURCE_ROOT; };
D37F3DDD09C0E61D002C93D4 /* utf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = utf.c; path = "../../../libs/sqlite-3.2.8/src/utf.c"; sourceTree = SOURCE_ROOT; };
D37F3DDE09C0E61D002C93D4 /* util.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = util.c; path = "../../../libs/sqlite-3.2.8/src/util.c"; sourceTree = SOURCE_ROOT; };
D37F3DDF09C0E61D002C93D4 /* vacuum.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vacuum.c; path = "../../../libs/sqlite-3.2.8/src/vacuum.c"; sourceTree = SOURCE_ROOT; };
D37F3DE009C0E61D002C93D4 /* vdbe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbe.c; path = "../../../libs/sqlite-3.2.8/src/vdbe.c"; sourceTree = SOURCE_ROOT; };
D37F3DE109C0E61D002C93D4 /* vdbeapi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbeapi.c; path = "../../../libs/sqlite-3.2.8/src/vdbeapi.c"; sourceTree = SOURCE_ROOT; };
D37F3DE209C0E61D002C93D4 /* vdbeaux.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbeaux.c; path = "../../../libs/sqlite-3.2.8/src/vdbeaux.c"; sourceTree = SOURCE_ROOT; };
D37F3DE309C0E61D002C93D4 /* vdbefifo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbefifo.c; path = "../../../libs/sqlite-3.2.8/src/vdbefifo.c"; sourceTree = SOURCE_ROOT; };
D37F3DE409C0E61D002C93D4 /* vdbemem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbemem.c; path = "../../../libs/sqlite-3.2.8/src/vdbemem.c"; sourceTree = SOURCE_ROOT; };
D37F3DE509C0E61D002C93D4 /* where.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = where.c; path = "../../../libs/sqlite-3.2.8/src/where.c"; sourceTree = SOURCE_ROOT; };
D37F3E0D09C0E64F002C93D4 /* btree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = btree.h; path = "../../../libs/sqlite-3.2.8/src/btree.h"; sourceTree = SOURCE_ROOT; };
D37F3E0E09C0E64F002C93D4 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = hash.h; path = "../../../libs/sqlite-3.2.8/src/hash.h"; sourceTree = SOURCE_ROOT; };
D37F3E0F09C0E64F002C93D4 /* os_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_common.h; path = "../../../libs/sqlite-3.2.8/src/os_common.h"; sourceTree = SOURCE_ROOT; };
D37F3E1009C0E64F002C93D4 /* os_test.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_test.h; path = "../../../libs/sqlite-3.2.8/src/os_test.h"; sourceTree = SOURCE_ROOT; };
D37F3E1109C0E64F002C93D4 /* os_unix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_unix.h; path = "../../../libs/sqlite-3.2.8/src/os_unix.h"; sourceTree = SOURCE_ROOT; };
D37F3E1209C0E64F002C93D4 /* os_win.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_win.h; path = "../../../libs/sqlite-3.2.8/src/os_win.h"; sourceTree = SOURCE_ROOT; };
D37F3E1309C0E64F002C93D4 /* os.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os.h; path = "../../../libs/sqlite-3.2.8/src/os.h"; sourceTree = SOURCE_ROOT; };
D37F3E1409C0E64F002C93D4 /* pager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pager.h; path = "../../../libs/sqlite-3.2.8/src/pager.h"; sourceTree = SOURCE_ROOT; };
D37F3E1509C0E64F002C93D4 /* sqliteInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqliteInt.h; path = "../../../libs/sqlite-3.2.8/src/sqliteInt.h"; sourceTree = SOURCE_ROOT; };
D37F3E1609C0E64F002C93D4 /* vdbe.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vdbe.h; path = "../../../libs/sqlite-3.2.8/src/vdbe.h"; sourceTree = SOURCE_ROOT; };
D37F3E1709C0E64F002C93D4 /* vdbeInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vdbeInt.h; path = "../../../libs/sqlite-3.2.8/src/vdbeInt.h"; sourceTree = SOURCE_ROOT; };
D37F3E2309C0E661002C93D4 /* lemon.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lemon.c; path = "../../../libs/sqlite-3.2.8/tool/lemon.c"; sourceTree = SOURCE_ROOT; };
D37F3E2409C0E661002C93D4 /* mkkeywordhash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mkkeywordhash.c; path = "../../../libs/sqlite-3.2.8/tool/mkkeywordhash.c"; sourceTree = SOURCE_ROOT; };
D37F3EF609C0F85F002C93D4 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqlite3.h; path = "../../../libs/sqlite-3.2.8/sqlite3.h"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
D37F3CC409C0E093002C93D4 = {
isa = PBXGroup;
children = (
D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */,
D37F3CD909C0E0CC002C93D4 /* sqlite-Info.plist */,
D37F3CD709C0E0CC002C93D4 /* sqlite.framework */,
);
sourceTree = "<group>";
};
D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */ = {
isa = PBXGroup;
children = (
D37F3DBC09C0E5B7002C93D4 /* opcodes.c */,
D37F3DBD09C0E5B7002C93D4 /* parse.c */,
D37F3DBA09C0E593002C93D4 /* src */,
D37F3DBB09C0E598002C93D4 /* tool */,
);
name = "sqlite-3.2.8";
sourceTree = "<group>";
};
D37F3DBA09C0E593002C93D4 /* src */ = {
isa = PBXGroup;
children = (
D37F3EF609C0F85F002C93D4 /* sqlite3.h */,
D37F3E0D09C0E64F002C93D4 /* btree.h */,
D37F3E0E09C0E64F002C93D4 /* hash.h */,
D37F3E0F09C0E64F002C93D4 /* os_common.h */,
D37F3E1009C0E64F002C93D4 /* os_test.h */,
D37F3E1109C0E64F002C93D4 /* os_unix.h */,
D37F3E1209C0E64F002C93D4 /* os_win.h */,
D37F3E1309C0E64F002C93D4 /* os.h */,
D37F3E1409C0E64F002C93D4 /* pager.h */,
D37F3E1509C0E64F002C93D4 /* sqliteInt.h */,
D37F3E1609C0E64F002C93D4 /* vdbe.h */,
D37F3E1709C0E64F002C93D4 /* vdbeInt.h */,
D37F3DC009C0E61D002C93D4 /* alter.c */,
D37F3DC109C0E61D002C93D4 /* analyze.c */,
D37F3DC209C0E61D002C93D4 /* attach.c */,
D37F3DC309C0E61D002C93D4 /* auth.c */,
D37F3DC409C0E61D002C93D4 /* btree.c */,
D37F3DC509C0E61D002C93D4 /* build.c */,
D37F3DC609C0E61D002C93D4 /* callback.c */,
D37F3DC709C0E61D002C93D4 /* complete.c */,
D37F3DC809C0E61D002C93D4 /* date.c */,
D37F3DC909C0E61D002C93D4 /* delete.c */,
D37F3DCA09C0E61D002C93D4 /* expr.c */,
D37F3DCB09C0E61D002C93D4 /* func.c */,
D37F3DCC09C0E61D002C93D4 /* hash.c */,
D37F3DCD09C0E61D002C93D4 /* insert.c */,
D37F3DCE09C0E61D002C93D4 /* legacy.c */,
D37F3DCF09C0E61D002C93D4 /* main.c */,
D37F3DD009C0E61D002C93D4 /* os_unix.c */,
D37F3DD109C0E61D002C93D4 /* os_win.c */,
D37F3DD209C0E61D002C93D4 /* pager.c */,
D37F3DD309C0E61D002C93D4 /* pragma.c */,
D37F3DD409C0E61D002C93D4 /* prepare.c */,
D37F3DD509C0E61D002C93D4 /* printf.c */,
D37F3DD609C0E61D002C93D4 /* random.c */,
D37F3DD709C0E61D002C93D4 /* select.c */,
D37F3DD809C0E61D002C93D4 /* shell.c */,
D37F3DD909C0E61D002C93D4 /* table.c */,
D37F3DDA09C0E61D002C93D4 /* tokenize.c */,
D37F3DDB09C0E61D002C93D4 /* trigger.c */,
D37F3DDC09C0E61D002C93D4 /* update.c */,
D37F3DDD09C0E61D002C93D4 /* utf.c */,
D37F3DDE09C0E61D002C93D4 /* util.c */,
D37F3DDF09C0E61D002C93D4 /* vacuum.c */,
D37F3DE009C0E61D002C93D4 /* vdbe.c */,
D37F3DE109C0E61D002C93D4 /* vdbeapi.c */,
D37F3DE209C0E61D002C93D4 /* vdbeaux.c */,
D37F3DE309C0E61D002C93D4 /* vdbefifo.c */,
D37F3DE409C0E61D002C93D4 /* vdbemem.c */,
D37F3DE509C0E61D002C93D4 /* where.c */,
);
name = src;
sourceTree = "<group>";
};
D37F3DBB09C0E598002C93D4 /* tool */ = {
isa = PBXGroup;
children = (
D37F3E2309C0E661002C93D4 /* lemon.c */,
D37F3E2409C0E661002C93D4 /* mkkeywordhash.c */,
);
name = tool;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
D37F3CD209C0E0CC002C93D4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
D37F3EF709C0F85F002C93D4 /* sqlite3.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
D37F3CD609C0E0CC002C93D4 /* sqlite.framework */ = {
isa = PBXNativeTarget;
buildConfigurationList = D37F3CDB09C0E0CC002C93D4 /* Build configuration list for PBXNativeTarget "sqlite.framework" */;
buildPhases = (
D37F3E7109C0EB1A002C93D4 /* Prepare Source */,
D37F3CD209C0E0CC002C93D4 /* Headers */,
D37F3CD409C0E0CC002C93D4 /* Sources */,
);
buildRules = (
);
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "sqlite-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Frameworks";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = sqlite;
ZERO_LINK = YES;
};
dependencies = (
);
name = sqlite.framework;
productName = sqlite;
productReference = D37F3CD709C0E0CC002C93D4 /* sqlite.framework */;
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
<plist version=\"1.0\">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.sqlite</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>
";
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D37F3CC609C0E093002C93D4 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = D37F3CC709C0E093002C93D4 /* Build configuration list for PBXProject "sqlite-3.2.8" */;
buildSettings = {
};
buildStyles = (
D37F3E6109C0E9B8002C93D4 /* Development */,
D37F3E6209C0E9B8002C93D4 /* Deployment */,
);
hasScannedForEncodings = 0;
mainGroup = D37F3CC409C0E093002C93D4;
productRefGroup = D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */;
projectDirPath = "";
targets = (
D37F3CD609C0E0CC002C93D4 /* sqlite.framework */,
);
};
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
D37F3E7109C0EB1A002C93D4 /* Prepare Source */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Prepare Source";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "if [ -e ../../../libs/sqlite-3.2.8/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/sqlite-3.2.8.tar.gz -o ../../../libs/sqlite-3.2.8.tar.gz\ncd ../../../libs\ntar zxfv sqlite-3.2.8.tar.gz\ncd sqlite-3.2.8\n./configure --disable-tcl --enable-threadsafe\nsed -e s/--VERS--/3.2.8/ ./src/sqlite.h.in | sed -e s/--VERSION-NUMBER--/3002008/ >sqlite3.h\nmake parse.c opcodes.c keywordhash.h\ncp parse.h src\ncp opcodes.h src\ncp keywordhash.h src\ntouch .complete\n\n\n\n\n\n\n";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D37F3CD409C0E0CC002C93D4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D37F3DBE09C0E5B7002C93D4 /* opcodes.c in Sources */,
D37F3DBF09C0E5B7002C93D4 /* parse.c in Sources */,
D37F3DE609C0E61D002C93D4 /* alter.c in Sources */,
D37F3DE709C0E61D002C93D4 /* analyze.c in Sources */,
D37F3DE809C0E61D002C93D4 /* attach.c in Sources */,
D37F3DE909C0E61D002C93D4 /* auth.c in Sources */,
D37F3DEA09C0E61D002C93D4 /* btree.c in Sources */,
D37F3DEB09C0E61D002C93D4 /* build.c in Sources */,
D37F3DEC09C0E61D002C93D4 /* callback.c in Sources */,
D37F3DED09C0E61D002C93D4 /* complete.c in Sources */,
D37F3DEE09C0E61D002C93D4 /* date.c in Sources */,
D37F3DEF09C0E61D002C93D4 /* delete.c in Sources */,
D37F3DF009C0E61D002C93D4 /* expr.c in Sources */,
D37F3DF109C0E61D002C93D4 /* func.c in Sources */,
D37F3DF209C0E61D002C93D4 /* hash.c in Sources */,
D37F3DF309C0E61D002C93D4 /* insert.c in Sources */,
D37F3DF409C0E61D002C93D4 /* legacy.c in Sources */,
D37F3DF509C0E61D002C93D4 /* main.c in Sources */,
D37F3DF609C0E61D002C93D4 /* os_unix.c in Sources */,
D37F3DF709C0E61D002C93D4 /* os_win.c in Sources */,
D37F3DF809C0E61D002C93D4 /* pager.c in Sources */,
D37F3DF909C0E61D002C93D4 /* pragma.c in Sources */,
D37F3DFA09C0E61D002C93D4 /* prepare.c in Sources */,
D37F3DFB09C0E61D002C93D4 /* printf.c in Sources */,
D37F3DFC09C0E61D002C93D4 /* random.c in Sources */,
D37F3DFD09C0E61D002C93D4 /* select.c in Sources */,
D37F3DFF09C0E61D002C93D4 /* table.c in Sources */,
D37F3E0009C0E61D002C93D4 /* tokenize.c in Sources */,
D37F3E0109C0E61D002C93D4 /* trigger.c in Sources */,
D37F3E0209C0E61D002C93D4 /* update.c in Sources */,
D37F3E0309C0E61D002C93D4 /* utf.c in Sources */,
D37F3E0409C0E61D002C93D4 /* util.c in Sources */,
D37F3E0509C0E61D002C93D4 /* vacuum.c in Sources */,
D37F3E0609C0E61D002C93D4 /* vdbe.c in Sources */,
D37F3E0709C0E61D002C93D4 /* vdbeapi.c in Sources */,
D37F3E0809C0E61D002C93D4 /* vdbeaux.c in Sources */,
D37F3E0909C0E61D002C93D4 /* vdbefifo.c in Sources */,
D37F3E0A09C0E61D002C93D4 /* vdbemem.c in Sources */,
D37F3E0B09C0E61D002C93D4 /* where.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
D37F3CC809C0E093002C93D4 /* sqlite-3.2.8 */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
DSTROOT = /;
DYLIB_COMPATIBILITY_VERSION = 3.0.0;
DYLIB_CURRENT_VERSION = 3.2.0;
FRAMEWORK_SEARCH_PATHS = "~/Library/Frameworks";
INSTALL_PATH = /Library/Frameworks;
NATIVE_ARCH = "ppc i386";
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
name = "sqlite-3.2.8";
};
D37F3CDC09C0E0CC002C93D4 /* sqlite-3.2.8 */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
FRAMEWORK_VERSION = 3.2.8;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
HEADER_SEARCH_PATHS = "";
INFOPLIST_FILE = "sqlite-Info.plist";
INSTALL_PATH = /Library/Frameworks;
OTHER_CFLAGS = (
"-DHAVE_USLEEP=1",
"-DNDEBUG",
"-DOS_UNIX=1",
"-DPIC",
"-DSQLITE_OMIT_CURSOR",
"-DTEMP_STORE=2",
"-DTHREADSAFE=1",
"-fno-common",
);
OTHER_LDFLAGS = (
"-flat_namespace",
"-undefined",
suppress,
"-lpthread",
);
PREBINDING = NO;
PRODUCT_NAME = sqlite;
ZERO_LINK = YES;
};
name = "sqlite-3.2.8";
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D37F3CC709C0E093002C93D4 /* Build configuration list for PBXProject "sqlite-3.2.8" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D37F3CC809C0E093002C93D4 /* sqlite-3.2.8 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "sqlite-3.2.8";
};
D37F3CDB09C0E0CC002C93D4 /* Build configuration list for PBXNativeTarget "sqlite.framework" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D37F3CDC09C0E0CC002C93D4 /* sqlite-3.2.8 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "sqlite-3.2.8";
};
/* End XCConfigurationList section */
};
rootObject = D37F3CC609C0E093002C93D4 /* Project object */;
}