Skip to content

Commit d52f3cd

Browse files
Melinda FernandesMelinda Fernandes
Melinda Fernandes
authored and
Melinda Fernandes
committed
Initial Commit
0 parents  commit d52f3cd

File tree

5 files changed

+336
-0
lines changed

5 files changed

+336
-0
lines changed

CrapsGame.xcodeproj/project.pbxproj

+246
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,246 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
0FAD24021E68C37D0087E450 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FAD24011E68C37D0087E450 /* main.cpp */; };
11+
/* End PBXBuildFile section */
12+
13+
/* Begin PBXCopyFilesBuildPhase section */
14+
0FAD23FC1E68C37D0087E450 /* CopyFiles */ = {
15+
isa = PBXCopyFilesBuildPhase;
16+
buildActionMask = 2147483647;
17+
dstPath = /usr/share/man/man1/;
18+
dstSubfolderSpec = 0;
19+
files = (
20+
);
21+
runOnlyForDeploymentPostprocessing = 1;
22+
};
23+
/* End PBXCopyFilesBuildPhase section */
24+
25+
/* Begin PBXFileReference section */
26+
0FAD23FE1E68C37D0087E450 /* CrapsGame */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CrapsGame; sourceTree = BUILT_PRODUCTS_DIR; };
27+
0FAD24011E68C37D0087E450 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
0FAD23FB1E68C37D0087E450 /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
);
36+
runOnlyForDeploymentPostprocessing = 0;
37+
};
38+
/* End PBXFrameworksBuildPhase section */
39+
40+
/* Begin PBXGroup section */
41+
0FAD23F51E68C37D0087E450 = {
42+
isa = PBXGroup;
43+
children = (
44+
0FAD24001E68C37D0087E450 /* CrapsGame */,
45+
0FAD23FF1E68C37D0087E450 /* Products */,
46+
);
47+
sourceTree = "<group>";
48+
};
49+
0FAD23FF1E68C37D0087E450 /* Products */ = {
50+
isa = PBXGroup;
51+
children = (
52+
0FAD23FE1E68C37D0087E450 /* CrapsGame */,
53+
);
54+
name = Products;
55+
sourceTree = "<group>";
56+
};
57+
0FAD24001E68C37D0087E450 /* CrapsGame */ = {
58+
isa = PBXGroup;
59+
children = (
60+
0FAD24011E68C37D0087E450 /* main.cpp */,
61+
);
62+
path = CrapsGame;
63+
sourceTree = "<group>";
64+
};
65+
/* End PBXGroup section */
66+
67+
/* Begin PBXNativeTarget section */
68+
0FAD23FD1E68C37D0087E450 /* CrapsGame */ = {
69+
isa = PBXNativeTarget;
70+
buildConfigurationList = 0FAD24051E68C37D0087E450 /* Build configuration list for PBXNativeTarget "CrapsGame" */;
71+
buildPhases = (
72+
0FAD23FA1E68C37D0087E450 /* Sources */,
73+
0FAD23FB1E68C37D0087E450 /* Frameworks */,
74+
0FAD23FC1E68C37D0087E450 /* CopyFiles */,
75+
);
76+
buildRules = (
77+
);
78+
dependencies = (
79+
);
80+
name = CrapsGame;
81+
productName = CrapsGame;
82+
productReference = 0FAD23FE1E68C37D0087E450 /* CrapsGame */;
83+
productType = "com.apple.product-type.tool";
84+
};
85+
/* End PBXNativeTarget section */
86+
87+
/* Begin PBXProject section */
88+
0FAD23F61E68C37D0087E450 /* Project object */ = {
89+
isa = PBXProject;
90+
attributes = {
91+
LastUpgradeCheck = 0730;
92+
ORGANIZATIONNAME = "Melinda Fernandes";
93+
TargetAttributes = {
94+
0FAD23FD1E68C37D0087E450 = {
95+
CreatedOnToolsVersion = 7.3.1;
96+
};
97+
};
98+
};
99+
buildConfigurationList = 0FAD23F91E68C37D0087E450 /* Build configuration list for PBXProject "CrapsGame" */;
100+
compatibilityVersion = "Xcode 3.2";
101+
developmentRegion = English;
102+
hasScannedForEncodings = 0;
103+
knownRegions = (
104+
en,
105+
);
106+
mainGroup = 0FAD23F51E68C37D0087E450;
107+
productRefGroup = 0FAD23FF1E68C37D0087E450 /* Products */;
108+
projectDirPath = "";
109+
projectRoot = "";
110+
targets = (
111+
0FAD23FD1E68C37D0087E450 /* CrapsGame */,
112+
);
113+
};
114+
/* End PBXProject section */
115+
116+
/* Begin PBXSourcesBuildPhase section */
117+
0FAD23FA1E68C37D0087E450 /* Sources */ = {
118+
isa = PBXSourcesBuildPhase;
119+
buildActionMask = 2147483647;
120+
files = (
121+
0FAD24021E68C37D0087E450 /* main.cpp in Sources */,
122+
);
123+
runOnlyForDeploymentPostprocessing = 0;
124+
};
125+
/* End PBXSourcesBuildPhase section */
126+
127+
/* Begin XCBuildConfiguration section */
128+
0FAD24031E68C37D0087E450 /* Debug */ = {
129+
isa = XCBuildConfiguration;
130+
buildSettings = {
131+
ALWAYS_SEARCH_USER_PATHS = NO;
132+
CLANG_ANALYZER_NONNULL = YES;
133+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
134+
CLANG_CXX_LIBRARY = "libc++";
135+
CLANG_ENABLE_MODULES = YES;
136+
CLANG_ENABLE_OBJC_ARC = YES;
137+
CLANG_WARN_BOOL_CONVERSION = YES;
138+
CLANG_WARN_CONSTANT_CONVERSION = YES;
139+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
140+
CLANG_WARN_EMPTY_BODY = YES;
141+
CLANG_WARN_ENUM_CONVERSION = YES;
142+
CLANG_WARN_INT_CONVERSION = YES;
143+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
144+
CLANG_WARN_UNREACHABLE_CODE = YES;
145+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
146+
CODE_SIGN_IDENTITY = "-";
147+
COPY_PHASE_STRIP = NO;
148+
DEBUG_INFORMATION_FORMAT = dwarf;
149+
ENABLE_STRICT_OBJC_MSGSEND = YES;
150+
ENABLE_TESTABILITY = YES;
151+
GCC_C_LANGUAGE_STANDARD = gnu99;
152+
GCC_DYNAMIC_NO_PIC = NO;
153+
GCC_NO_COMMON_BLOCKS = YES;
154+
GCC_OPTIMIZATION_LEVEL = 0;
155+
GCC_PREPROCESSOR_DEFINITIONS = (
156+
"DEBUG=1",
157+
"$(inherited)",
158+
);
159+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
160+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
161+
GCC_WARN_UNDECLARED_SELECTOR = YES;
162+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
163+
GCC_WARN_UNUSED_FUNCTION = YES;
164+
GCC_WARN_UNUSED_VARIABLE = YES;
165+
MACOSX_DEPLOYMENT_TARGET = 10.11;
166+
MTL_ENABLE_DEBUG_INFO = YES;
167+
ONLY_ACTIVE_ARCH = YES;
168+
SDKROOT = macosx;
169+
};
170+
name = Debug;
171+
};
172+
0FAD24041E68C37D0087E450 /* Release */ = {
173+
isa = XCBuildConfiguration;
174+
buildSettings = {
175+
ALWAYS_SEARCH_USER_PATHS = NO;
176+
CLANG_ANALYZER_NONNULL = YES;
177+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
178+
CLANG_CXX_LIBRARY = "libc++";
179+
CLANG_ENABLE_MODULES = YES;
180+
CLANG_ENABLE_OBJC_ARC = YES;
181+
CLANG_WARN_BOOL_CONVERSION = YES;
182+
CLANG_WARN_CONSTANT_CONVERSION = YES;
183+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
184+
CLANG_WARN_EMPTY_BODY = YES;
185+
CLANG_WARN_ENUM_CONVERSION = YES;
186+
CLANG_WARN_INT_CONVERSION = YES;
187+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
188+
CLANG_WARN_UNREACHABLE_CODE = YES;
189+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
190+
CODE_SIGN_IDENTITY = "-";
191+
COPY_PHASE_STRIP = NO;
192+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
193+
ENABLE_NS_ASSERTIONS = NO;
194+
ENABLE_STRICT_OBJC_MSGSEND = YES;
195+
GCC_C_LANGUAGE_STANDARD = gnu99;
196+
GCC_NO_COMMON_BLOCKS = YES;
197+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
198+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
199+
GCC_WARN_UNDECLARED_SELECTOR = YES;
200+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
201+
GCC_WARN_UNUSED_FUNCTION = YES;
202+
GCC_WARN_UNUSED_VARIABLE = YES;
203+
MACOSX_DEPLOYMENT_TARGET = 10.11;
204+
MTL_ENABLE_DEBUG_INFO = NO;
205+
SDKROOT = macosx;
206+
};
207+
name = Release;
208+
};
209+
0FAD24061E68C37D0087E450 /* Debug */ = {
210+
isa = XCBuildConfiguration;
211+
buildSettings = {
212+
PRODUCT_NAME = "$(TARGET_NAME)";
213+
};
214+
name = Debug;
215+
};
216+
0FAD24071E68C37D0087E450 /* Release */ = {
217+
isa = XCBuildConfiguration;
218+
buildSettings = {
219+
PRODUCT_NAME = "$(TARGET_NAME)";
220+
};
221+
name = Release;
222+
};
223+
/* End XCBuildConfiguration section */
224+
225+
/* Begin XCConfigurationList section */
226+
0FAD23F91E68C37D0087E450 /* Build configuration list for PBXProject "CrapsGame" */ = {
227+
isa = XCConfigurationList;
228+
buildConfigurations = (
229+
0FAD24031E68C37D0087E450 /* Debug */,
230+
0FAD24041E68C37D0087E450 /* Release */,
231+
);
232+
defaultConfigurationIsVisible = 0;
233+
defaultConfigurationName = Release;
234+
};
235+
0FAD24051E68C37D0087E450 /* Build configuration list for PBXNativeTarget "CrapsGame" */ = {
236+
isa = XCConfigurationList;
237+
buildConfigurations = (
238+
0FAD24061E68C37D0087E450 /* Debug */,
239+
0FAD24071E68C37D0087E450 /* Release */,
240+
);
241+
defaultConfigurationIsVisible = 0;
242+
};
243+
/* End XCConfigurationList section */
244+
};
245+
rootObject = 0FAD23F61E68C37D0087E450 /* Project object */;
246+
}

CrapsGame.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
</Testables>
16+
<AdditionalOptions>
17+
</AdditionalOptions>
18+
</TestAction>
19+
<LaunchAction
20+
buildConfiguration = "Debug"
21+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
22+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
23+
launchStyle = "0"
24+
useCustomWorkingDirectory = "NO"
25+
ignoresPersistentStateOnLaunch = "NO"
26+
debugDocumentVersioning = "YES"
27+
debugServiceExtension = "internal"
28+
allowLocationSimulation = "YES">
29+
<AdditionalOptions>
30+
</AdditionalOptions>
31+
</LaunchAction>
32+
<ProfileAction
33+
buildConfiguration = "Release"
34+
shouldUseLaunchSchemeArgsEnv = "YES"
35+
savedToolIdentifier = ""
36+
useCustomWorkingDirectory = "NO"
37+
debugDocumentVersioning = "YES">
38+
</ProfileAction>
39+
<AnalyzeAction
40+
buildConfiguration = "Debug">
41+
</AnalyzeAction>
42+
<ArchiveAction
43+
buildConfiguration = "Release"
44+
revealArchiveInOrganizer = "YES">
45+
</ArchiveAction>
46+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>CrapsGame.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>0FAD23FD1E68C37D0087E450</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

CrapsGame/main.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// main.cpp
3+
// CrapsGame
4+
//
5+
// Created by Melinda Fernandes on 02/03/2017.
6+
// Copyright © 2017 Melinda Fernandes. All rights reserved.
7+
//
8+
9+
#include <iostream>
10+
11+
int main(int argc, const char * argv[]) {
12+
// insert code here...
13+
std::cout << "Hello, World!\n";
14+
return 0;
15+
}

0 commit comments

Comments
 (0)