Initial Commit
This commit is contained in:
commit
788a2813f5
2 changed files with 77 additions and 0 deletions
70
bignumcalc.xcodeproj/project.pbxproj
Normal file
70
bignumcalc.xcodeproj/project.pbxproj
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 77;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
6A46658B2D9B96E2002F8AE1 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
6A46658C2D9B96E2002F8AE1 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = 1;
|
||||
LastUpgradeCheck = 1620;
|
||||
};
|
||||
buildConfigurationList = 6A46658F2D9B96E2002F8AE1 /* Build configuration list for PBXProject "bignumcalc" */;
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 6A46658B2D9B96E2002F8AE1;
|
||||
minimizedProjectReferenceProxies = 1;
|
||||
preferredProjectObjectVersion = 77;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
6A4665902D9B96E2002F8AE1 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
6A4665912D9B96E2002F8AE1 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6A46658F2D9B96E2002F8AE1 /* Build configuration list for PBXProject "bignumcalc" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6A4665902D9B96E2002F8AE1 /* Debug */,
|
||||
6A4665912D9B96E2002F8AE1 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 6A46658C2D9B96E2002F8AE1 /* Project object */;
|
||||
}
|
||||
7
bignumcalc.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
bignumcalc.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
Loading…
Add table
Add a link
Reference in a new issue