Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gngrwzrd committed Apr 29, 2014
0 parents commit 5de8397
Show file tree
Hide file tree
Showing 10 changed files with 532 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store*
build/
260 changes: 260 additions & 0 deletions PlistCompareKeys.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,260 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
0733EB77191023EE00F223EE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0733EB76191023EE00F223EE /* Foundation.framework */; };
0733EB7A191023EE00F223EE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0733EB79191023EE00F223EE /* main.m */; };
0733EB7E191023EE00F223EE /* PlistCompareKeys.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 0733EB7D191023EE00F223EE /* PlistCompareKeys.1 */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
0733EB71191023EE00F223EE /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
0733EB7E191023EE00F223EE /* PlistCompareKeys.1 in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
0733EB73191023EE00F223EE /* PlistCompareKeys */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PlistCompareKeys; sourceTree = BUILT_PRODUCTS_DIR; };
0733EB76191023EE00F223EE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
0733EB79191023EE00F223EE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
0733EB7C191023EE00F223EE /* PlistCompareKeys-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PlistCompareKeys-Prefix.pch"; sourceTree = "<group>"; };
0733EB7D191023EE00F223EE /* PlistCompareKeys.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = PlistCompareKeys.1; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
0733EB70191023EE00F223EE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0733EB77191023EE00F223EE /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0733EB6A191023EE00F223EE = {
isa = PBXGroup;
children = (
0733EB78191023EE00F223EE /* PlistCompareKeys */,
0733EB75191023EE00F223EE /* Frameworks */,
0733EB74191023EE00F223EE /* Products */,
);
sourceTree = "<group>";
};
0733EB74191023EE00F223EE /* Products */ = {
isa = PBXGroup;
children = (
0733EB73191023EE00F223EE /* PlistCompareKeys */,
);
name = Products;
sourceTree = "<group>";
};
0733EB75191023EE00F223EE /* Frameworks */ = {
isa = PBXGroup;
children = (
0733EB76191023EE00F223EE /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
0733EB78191023EE00F223EE /* PlistCompareKeys */ = {
isa = PBXGroup;
children = (
0733EB79191023EE00F223EE /* main.m */,
0733EB7D191023EE00F223EE /* PlistCompareKeys.1 */,
0733EB7B191023EE00F223EE /* Supporting Files */,
);
path = PlistCompareKeys;
sourceTree = "<group>";
};
0733EB7B191023EE00F223EE /* Supporting Files */ = {
isa = PBXGroup;
children = (
0733EB7C191023EE00F223EE /* PlistCompareKeys-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0733EB72191023EE00F223EE /* PlistCompareKeys */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0733EB81191023EE00F223EE /* Build configuration list for PBXNativeTarget "PlistCompareKeys" */;
buildPhases = (
0733EB6F191023EE00F223EE /* Sources */,
0733EB70191023EE00F223EE /* Frameworks */,
0733EB71191023EE00F223EE /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = PlistCompareKeys;
productName = PlistCompareKeys;
productReference = 0733EB73191023EE00F223EE /* PlistCompareKeys */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
0733EB6B191023EE00F223EE /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = "Aaron Smith";
};
buildConfigurationList = 0733EB6E191023EE00F223EE /* Build configuration list for PBXProject "PlistCompareKeys" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 0733EB6A191023EE00F223EE;
productRefGroup = 0733EB74191023EE00F223EE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0733EB72191023EE00F223EE /* PlistCompareKeys */,
);
};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
0733EB6F191023EE00F223EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0733EB7A191023EE00F223EE /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
0733EB7F191023EE00F223EE /* 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;
};
0733EB80191023EE00F223EE /* 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;
};
0733EB82191023EE00F223EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PlistCompareKeys/PlistCompareKeys-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
0733EB83191023EE00F223EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PlistCompareKeys/PlistCompareKeys-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0733EB6E191023EE00F223EE /* Build configuration list for PBXProject "PlistCompareKeys" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0733EB7F191023EE00F223EE /* Debug */,
0733EB80191023EE00F223EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0733EB81191023EE00F223EE /* Build configuration list for PBXNativeTarget "PlistCompareKeys" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0733EB82191023EE00F223EE /* Debug */,
0733EB83191023EE00F223EE /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 0733EB6B191023EE00F223EE /* Project object */;
}

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
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 = "0733EB72191023EE00F223EE"
BuildableName = "PlistCompareKeys"
BlueprintName = "PlistCompareKeys"
ReferencedContainer = "container:PlistCompareKeys.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 = "0733EB72191023EE00F223EE"
BuildableName = "PlistCompareKeys"
BlueprintName = "PlistCompareKeys"
ReferencedContainer = "container:PlistCompareKeys.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 = "0733EB72191023EE00F223EE"
BuildableName = "PlistCompareKeys"
BlueprintName = "PlistCompareKeys"
ReferencedContainer = "container:PlistCompareKeys.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0733EB72191023EE00F223EE"
BuildableName = "PlistCompareKeys"
BlueprintName = "PlistCompareKeys"
ReferencedContainer = "container:PlistCompareKeys.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>PlistCompareKeys.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>0733EB72191023EE00F223EE</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
9 changes: 9 additions & 0 deletions PlistCompareKeys/PlistCompareKeys-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
Loading

0 comments on commit 5de8397

Please sign in to comment.