Skip to content

Commit 597b700

Browse files
author
Peter Watkins
committed
Initial Commit
0 parents  commit 597b700

File tree

5 files changed

+334
-0
lines changed

5 files changed

+334
-0
lines changed

dffs_cpp.xcodeproj/project.pbxproj

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

dffs_cpp.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 = "0710"
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>dffs_cpp.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>391968781C6BF6ED00981E77</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

dffs_cpp/main.cpp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// main.cpp
3+
// dffs_cpp
4+
//
5+
// Created by Peter Work Watkins on 2/10/16.
6+
// Copyright © 2016 watkipet. 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)