Skip to content

Commit b794f52

Browse files
committed
Initial Commit
0 parents  commit b794f52

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

MySQLDriver.xcodeproj/project.pbxproj

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXGroup section */
10+
3B28C3CD1C2D7360008CA202 = {
11+
isa = PBXGroup;
12+
children = (
13+
);
14+
sourceTree = "<group>";
15+
};
16+
/* End PBXGroup section */
17+
18+
/* Begin PBXProject section */
19+
3B28C3CE1C2D7360008CA202 /* Project object */ = {
20+
isa = PBXProject;
21+
attributes = {
22+
LastUpgradeCheck = 0720;
23+
};
24+
buildConfigurationList = 3B28C3D11C2D7360008CA202 /* Build configuration list for PBXProject "MySQLDriver" */;
25+
compatibilityVersion = "Xcode 3.2";
26+
developmentRegion = English;
27+
hasScannedForEncodings = 0;
28+
knownRegions = (
29+
en,
30+
);
31+
mainGroup = 3B28C3CD1C2D7360008CA202;
32+
projectDirPath = "";
33+
projectRoot = "";
34+
targets = (
35+
);
36+
};
37+
/* End PBXProject section */
38+
39+
/* Begin XCBuildConfiguration section */
40+
3B28C3D21C2D7360008CA202 /* Debug */ = {
41+
isa = XCBuildConfiguration;
42+
buildSettings = {
43+
};
44+
name = Debug;
45+
};
46+
3B28C3D31C2D7360008CA202 /* Release */ = {
47+
isa = XCBuildConfiguration;
48+
buildSettings = {
49+
};
50+
name = Release;
51+
};
52+
/* End XCBuildConfiguration section */
53+
54+
/* Begin XCConfigurationList section */
55+
3B28C3D11C2D7360008CA202 /* Build configuration list for PBXProject "MySQLDriver" */ = {
56+
isa = XCConfigurationList;
57+
buildConfigurations = (
58+
3B28C3D21C2D7360008CA202 /* Debug */,
59+
3B28C3D31C2D7360008CA202 /* Release */,
60+
);
61+
defaultConfigurationIsVisible = 0;
62+
defaultConfigurationName = Release;
63+
};
64+
/* End XCConfigurationList section */
65+
};
66+
rootObject = 3B28C3CE1C2D7360008CA202 /* Project object */;
67+
}

MySQLDriver.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)