Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leico committed Apr 5, 2014
0 parents commit a895eb5
Show file tree
Hide file tree
Showing 44 changed files with 959 additions and 0 deletions.
236 changes: 236 additions & 0 deletions DSDWrite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
9C7DFC1818EF28F7008B9B61 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9C7DFC1718EF28F7008B9B61 /* main.cpp */; };
9C7DFC1A18EF28F7008B9B61 /* DSDWrite.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9C7DFC1918EF28F7008B9B61 /* DSDWrite.1 */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
9C7DFC1218EF28F7008B9B61 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
9C7DFC1A18EF28F7008B9B61 /* DSDWrite.1 in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
9C7DFC1418EF28F7008B9B61 /* DSDWrite */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DSDWrite; sourceTree = BUILT_PRODUCTS_DIR; };
9C7DFC1718EF28F7008B9B61 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
9C7DFC1918EF28F7008B9B61 /* DSDWrite.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = DSDWrite.1; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
9C7DFC1118EF28F7008B9B61 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
9C7DFC0B18EF28F7008B9B61 = {
isa = PBXGroup;
children = (
9C7DFC1618EF28F7008B9B61 /* DSDWrite */,
9C7DFC1518EF28F7008B9B61 /* Products */,
);
sourceTree = "<group>";
};
9C7DFC1518EF28F7008B9B61 /* Products */ = {
isa = PBXGroup;
children = (
9C7DFC1418EF28F7008B9B61 /* DSDWrite */,
);
name = Products;
sourceTree = "<group>";
};
9C7DFC1618EF28F7008B9B61 /* DSDWrite */ = {
isa = PBXGroup;
children = (
9C7DFC1718EF28F7008B9B61 /* main.cpp */,
9C7DFC1918EF28F7008B9B61 /* DSDWrite.1 */,
);
path = DSDWrite;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
9C7DFC1318EF28F7008B9B61 /* DSDWrite */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9C7DFC1D18EF28F7008B9B61 /* Build configuration list for PBXNativeTarget "DSDWrite" */;
buildPhases = (
9C7DFC1018EF28F7008B9B61 /* Sources */,
9C7DFC1118EF28F7008B9B61 /* Frameworks */,
9C7DFC1218EF28F7008B9B61 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = DSDWrite;
productName = DSDWrite;
productReference = 9C7DFC1418EF28F7008B9B61 /* DSDWrite */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
9C7DFC0C18EF28F7008B9B61 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = leico;
};
buildConfigurationList = 9C7DFC0F18EF28F7008B9B61 /* Build configuration list for PBXProject "DSDWrite" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 9C7DFC0B18EF28F7008B9B61;
productRefGroup = 9C7DFC1518EF28F7008B9B61 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9C7DFC1318EF28F7008B9B61 /* DSDWrite */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
9C7DFC1018EF28F7008B9B61 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9C7DFC1818EF28F7008B9B61 /* main.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
9C7DFC1B18EF28F7008B9B61 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
9C7DFC1C18EF28F7008B9B61 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SDKROOT = macosx;
};
name = Release;
};
9C7DFC1E18EF28F7008B9B61 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
9C7DFC1F18EF28F7008B9B61 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
9C7DFC0F18EF28F7008B9B61 /* Build configuration list for PBXProject "DSDWrite" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9C7DFC1B18EF28F7008B9B61 /* Debug */,
9C7DFC1C18EF28F7008B9B61 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9C7DFC1D18EF28F7008B9B61 /* Build configuration list for PBXNativeTarget "DSDWrite" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9C7DFC1E18EF28F7008B9B61 /* Debug */,
9C7DFC1F18EF28F7008B9B61 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 9C7DFC0C18EF28F7008B9B61 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>A49F8AB9-0977-4BF4-9510-95D37BB2C8D6</string>
<key>IDESourceControlProjectName</key>
<string>DSDWrite</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>2D54B4AC-312B-4273-80A2-6C05CE4488BC</key>
<string>file:///Volumes/leico/pro/DSP</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>DSDWrite/DSDWrite.xcodeproj/project.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>2D54B4AC-312B-4273-80A2-6C05CE4488BC</key>
<string>../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>file:///Volumes/leico/pro/DSP</string>
<key>IDESourceControlProjectVersion</key>
<integer>110</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>2D54B4AC-312B-4273-80A2-6C05CE4488BC</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>2D54B4AC-312B-4273-80A2-6C05CE4488BC</string>
<key>IDESourceControlWCCName</key>
<string>DSP</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9C7DFC1318EF28F7008B9B61"
BuildableName = "DSDWrite"
BlueprintName = "DSDWrite"
ReferencedContainer = "container:DSDWrite.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9C7DFC1318EF28F7008B9B61"
BuildableName = "DSDWrite"
BlueprintName = "DSDWrite"
ReferencedContainer = "container:DSDWrite.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9C7DFC1318EF28F7008B9B61"
BuildableName = "DSDWrite"
BlueprintName = "DSDWrite"
ReferencedContainer = "container:DSDWrite.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9C7DFC1318EF28F7008B9B61"
BuildableName = "DSDWrite"
BlueprintName = "DSDWrite"
ReferencedContainer = "container:DSDWrite.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>DSDWrite.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>9C7DFC1318EF28F7008B9B61</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit a895eb5

Please sign in to comment.