Skip to content

Commit 135bffd

Browse files
committed
Create Xcode project
1 parent 753d8a6 commit 135bffd

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

Hexe.xcodeproj/project.pbxproj

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

0 commit comments

Comments
 (0)