Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhgupta committed Feb 7, 2014
0 parents commit 7b5e117
Show file tree
Hide file tree
Showing 13 changed files with 4,358 additions and 0 deletions.
370 changes: 370 additions & 0 deletions StopWatch.xcodeproj/project.pbxproj
@@ -0,0 +1,370 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
B4826E3818A50C0600FC5B00 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4826E3718A50C0600FC5B00 /* Cocoa.framework */; };
B4826E3A18A50C0600FC5B00 /* MacRuby.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4826E3918A50C0600FC5B00 /* MacRuby.framework */; };
B4826E4318A50C0600FC5B00 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B4826E4118A50C0600FC5B00 /* InfoPlist.strings */; };
B4826E4518A50C0600FC5B00 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B4826E4418A50C0600FC5B00 /* main.m */; };
B4826E4A18A50C0600FC5B00 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = B4826E4818A50C0600FC5B00 /* MainMenu.xib */; };
B4826E4D18A50C0600FC5B00 /* rb_main.rb in Resources */ = {isa = PBXBuildFile; fileRef = B4826E4C18A50C0600FC5B00 /* rb_main.rb */; };
B4826E4F18A50C0600FC5B00 /* AppDelegate.rb in Resources */ = {isa = PBXBuildFile; fileRef = B4826E4E18A50C0600FC5B00 /* AppDelegate.rb */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
B4826E3C18A50C0600FC5B00 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B4826E2C18A50C0500FC5B00 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B4826E3318A50C0600FC5B00;
remoteInfo = StopWatch;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
B4826E3418A50C0600FC5B00 /* StopWatch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StopWatch.app; sourceTree = BUILT_PRODUCTS_DIR; };
B4826E3718A50C0600FC5B00 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
B4826E3918A50C0600FC5B00 /* MacRuby.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MacRuby.framework; path = Library/Frameworks/MacRuby.framework; sourceTree = DEVELOPER_DIR; };
B4826E4018A50C0600FC5B00 /* StopWatch-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "StopWatch-Info.plist"; sourceTree = "<group>"; };
B4826E4218A50C0600FC5B00 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B4826E4418A50C0600FC5B00 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
B4826E4618A50C0600FC5B00 /* StopWatch-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "StopWatch-Prefix.pch"; sourceTree = "<group>"; };
B4826E4918A50C0600FC5B00 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
B4826E4C18A50C0600FC5B00 /* rb_main.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = rb_main.rb; sourceTree = "<group>"; };
B4826E4E18A50C0600FC5B00 /* AppDelegate.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = AppDelegate.rb; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
B4826E3118A50C0600FC5B00 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B4826E3818A50C0600FC5B00 /* Cocoa.framework in Frameworks */,
B4826E3A18A50C0600FC5B00 /* MacRuby.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
B4826E2B18A50C0500FC5B00 = {
isa = PBXGroup;
children = (
B4826E3E18A50C0600FC5B00 /* StopWatch */,
B4826E3618A50C0600FC5B00 /* Frameworks */,
B4826E3518A50C0600FC5B00 /* Products */,
);
sourceTree = "<group>";
};
B4826E3518A50C0600FC5B00 /* Products */ = {
isa = PBXGroup;
children = (
B4826E3418A50C0600FC5B00 /* StopWatch.app */,
);
name = Products;
sourceTree = "<group>";
};
B4826E3618A50C0600FC5B00 /* Frameworks */ = {
isa = PBXGroup;
children = (
B4826E3718A50C0600FC5B00 /* Cocoa.framework */,
B4826E3918A50C0600FC5B00 /* MacRuby.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
B4826E3E18A50C0600FC5B00 /* StopWatch */ = {
isa = PBXGroup;
children = (
B4826E4E18A50C0600FC5B00 /* AppDelegate.rb */,
B4826E4718A50C0600FC5B00 /* Resources */,
B4826E4B18A50C0600FC5B00 /* Other Sources */,
B4826E3F18A50C0600FC5B00 /* Supporting Files */,
);
path = StopWatch;
sourceTree = "<group>";
};
B4826E3F18A50C0600FC5B00 /* Supporting Files */ = {
isa = PBXGroup;
children = (
B4826E4018A50C0600FC5B00 /* StopWatch-Info.plist */,
B4826E4118A50C0600FC5B00 /* InfoPlist.strings */,
B4826E4418A50C0600FC5B00 /* main.m */,
B4826E4618A50C0600FC5B00 /* StopWatch-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
B4826E4718A50C0600FC5B00 /* Resources */ = {
isa = PBXGroup;
children = (
B4826E4818A50C0600FC5B00 /* MainMenu.xib */,
);
name = Resources;
sourceTree = "<group>";
};
B4826E4B18A50C0600FC5B00 /* Other Sources */ = {
isa = PBXGroup;
children = (
B4826E4C18A50C0600FC5B00 /* rb_main.rb */,
);
name = "Other Sources";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXLegacyTarget section */
B4826E3B18A50C0600FC5B00 /* Deployment */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "--compile --embed";
buildConfigurationList = B4826E5518A50C0600FC5B00 /* Build configuration list for PBXLegacyTarget "Deployment" */;
buildPhases = (
);
buildToolPath = /usr/local/bin/macruby_deploy;
dependencies = (
B4826E3D18A50C0600FC5B00 /* PBXTargetDependency */,
);
name = Deployment;
passBuildSettingsInEnvironment = 1;
productName = Deployment;
};
/* End PBXLegacyTarget section */

/* Begin PBXNativeTarget section */
B4826E3318A50C0600FC5B00 /* StopWatch */ = {
isa = PBXNativeTarget;
buildConfigurationList = B4826E5218A50C0600FC5B00 /* Build configuration list for PBXNativeTarget "StopWatch" */;
buildPhases = (
B4826E3018A50C0600FC5B00 /* Sources */,
B4826E3118A50C0600FC5B00 /* Frameworks */,
B4826E3218A50C0600FC5B00 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = StopWatch;
productName = StopWatch;
productReference = B4826E3418A50C0600FC5B00 /* StopWatch.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
B4826E2C18A50C0500FC5B00 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Nikhil Gupta";
};
buildConfigurationList = B4826E2F18A50C0500FC5B00 /* Build configuration list for PBXProject "StopWatch" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = B4826E2B18A50C0500FC5B00;
productRefGroup = B4826E3518A50C0600FC5B00 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B4826E3318A50C0600FC5B00 /* StopWatch */,
B4826E3B18A50C0600FC5B00 /* Deployment */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
B4826E3218A50C0600FC5B00 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B4826E4318A50C0600FC5B00 /* InfoPlist.strings in Resources */,
B4826E4A18A50C0600FC5B00 /* MainMenu.xib in Resources */,
B4826E4D18A50C0600FC5B00 /* rb_main.rb in Resources */,
B4826E4F18A50C0600FC5B00 /* AppDelegate.rb in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

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

/* Begin PBXTargetDependency section */
B4826E3D18A50C0600FC5B00 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B4826E3318A50C0600FC5B00 /* StopWatch */;
targetProxy = B4826E3C18A50C0600FC5B00 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
B4826E4118A50C0600FC5B00 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
B4826E4218A50C0600FC5B00 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
B4826E4818A50C0600FC5B00 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
B4826E4918A50C0600FC5B00 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
B4826E5018A50C0600FC5B00 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
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;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
B4826E5118A50C0600FC5B00 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = macosx;
};
name = Release;
};
B4826E5318A50C0600FC5B00 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = x86_64;
FRAMEWORK_SEARCH_PATHS = (
"\"/Library/Frameworks\"",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
);
GCC_ENABLE_OBJC_GC = required;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "StopWatch/StopWatch-Prefix.pch";
INFOPLIST_FILE = "StopWatch/StopWatch-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
B4826E5418A50C0600FC5B00 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = x86_64;
FRAMEWORK_SEARCH_PATHS = (
"\"/Library/Frameworks\"",
"\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"",
);
GCC_ENABLE_OBJC_GC = required;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "StopWatch/StopWatch-Prefix.pch";
INFOPLIST_FILE = "StopWatch/StopWatch-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
B4826E5618A50C0600FC5B00 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
B4826E5718A50C0600FC5B00 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B4826E2F18A50C0500FC5B00 /* Build configuration list for PBXProject "StopWatch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B4826E5018A50C0600FC5B00 /* Debug */,
B4826E5118A50C0600FC5B00 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B4826E5218A50C0600FC5B00 /* Build configuration list for PBXNativeTarget "StopWatch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B4826E5318A50C0600FC5B00 /* Debug */,
B4826E5418A50C0600FC5B00 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
B4826E5518A50C0600FC5B00 /* Build configuration list for PBXLegacyTarget "Deployment" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B4826E5618A50C0600FC5B00 /* Debug */,
B4826E5718A50C0600FC5B00 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = B4826E2C18A50C0500FC5B00 /* Project object */;
}

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

Binary file not shown.

0 comments on commit 7b5e117

Please sign in to comment.