Skip to content

Commit

Permalink
added chapter 12
Browse files Browse the repository at this point in the history
  • Loading branch information
appsunited committed Aug 13, 2013
1 parent d9d0f10 commit e6578ff
Show file tree
Hide file tree
Showing 31 changed files with 961 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
249 changes: 249 additions & 0 deletions 28-12.1-TimeAfterTime/TimeAfterTime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,249 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
D6CAF5D417BABDD300BE4764 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6CAF5D317BABDD300BE4764 /* Foundation.framework */; };
D6CAF5D717BABDD300BE4764 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D6CAF5D617BABDD300BE4764 /* main.m */; };
D6CAF5DB17BABDD300BE4764 /* TimeAfterTime.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = D6CAF5DA17BABDD300BE4764 /* TimeAfterTime.1 */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
D6CAF5D017BABDD300BE4764 /* TimeAfterTime */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TimeAfterTime; sourceTree = BUILT_PRODUCTS_DIR; };
D6CAF5D317BABDD300BE4764 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D6CAF5D617BABDD300BE4764 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
D6CAF5D917BABDD300BE4764 /* TimeAfterTime-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TimeAfterTime-Prefix.pch"; sourceTree = "<group>"; };
D6CAF5DA17BABDD300BE4764 /* TimeAfterTime.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = TimeAfterTime.1; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
D6CAF5C717BABDD300BE4764 = {
isa = PBXGroup;
children = (
D6CAF5D517BABDD300BE4764 /* TimeAfterTime */,
D6CAF5D217BABDD300BE4764 /* Frameworks */,
D6CAF5D117BABDD300BE4764 /* Products */,
);
sourceTree = "<group>";
};
D6CAF5D117BABDD300BE4764 /* Products */ = {
isa = PBXGroup;
children = (
D6CAF5D017BABDD300BE4764 /* TimeAfterTime */,
);
name = Products;
sourceTree = "<group>";
};
D6CAF5D217BABDD300BE4764 /* Frameworks */ = {
isa = PBXGroup;
children = (
D6CAF5D317BABDD300BE4764 /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
D6CAF5D517BABDD300BE4764 /* TimeAfterTime */ = {
isa = PBXGroup;
children = (
D6CAF5D617BABDD300BE4764 /* main.m */,
D6CAF5DA17BABDD300BE4764 /* TimeAfterTime.1 */,
D6CAF5D817BABDD300BE4764 /* Supporting Files */,
);
path = TimeAfterTime;
sourceTree = "<group>";
};
D6CAF5D817BABDD300BE4764 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D6CAF5D917BABDD300BE4764 /* TimeAfterTime-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
D6CAF5CF17BABDD300BE4764 /* TimeAfterTime */ = {
isa = PBXNativeTarget;
buildConfigurationList = D6CAF5DE17BABDD300BE4764 /* Build configuration list for PBXNativeTarget "TimeAfterTime" */;
buildPhases = (
D6CAF5CC17BABDD300BE4764 /* Sources */,
D6CAF5CD17BABDD300BE4764 /* Frameworks */,
D6CAF5CE17BABDD300BE4764 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = TimeAfterTime;
productName = TimeAfterTime;
productReference = D6CAF5D017BABDD300BE4764 /* TimeAfterTime */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D6CAF5C817BABDD300BE4764 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = appsunited;
};
buildConfigurationList = D6CAF5CB17BABDD300BE4764 /* Build configuration list for PBXProject "TimeAfterTime" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D6CAF5C717BABDD300BE4764;
productRefGroup = D6CAF5D117BABDD300BE4764 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D6CAF5CF17BABDD300BE4764 /* TimeAfterTime */,
);
};
/* End PBXProject section */

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

/* Begin XCBuildConfiguration section */
D6CAF5DC17BABDD300BE4764 /* 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_ENABLE_OBJC_ARC = YES;
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;
};
D6CAF5DD17BABDD300BE4764 /* 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_ENABLE_OBJC_ARC = YES;
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;
};
D6CAF5DF17BABDD300BE4764 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "TimeAfterTime/TimeAfterTime-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
D6CAF5E017BABDD300BE4764 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "TimeAfterTime/TimeAfterTime-Prefix.pch";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D6CAF5CB17BABDD300BE4764 /* Build configuration list for PBXProject "TimeAfterTime" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D6CAF5DC17BABDD300BE4764 /* Debug */,
D6CAF5DD17BABDD300BE4764 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D6CAF5DE17BABDD300BE4764 /* Build configuration list for PBXNativeTarget "TimeAfterTime" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D6CAF5DF17BABDD300BE4764 /* Debug */,
D6CAF5E017BABDD300BE4764 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = D6CAF5C817BABDD300BE4764 /* 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,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0460"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D6CAF5CF17BABDD300BE4764"
BuildableName = "TimeAfterTime"
BlueprintName = "TimeAfterTime"
ReferencedContainer = "container:TimeAfterTime.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 = "D6CAF5CF17BABDD300BE4764"
BuildableName = "TimeAfterTime"
BlueprintName = "TimeAfterTime"
ReferencedContainer = "container:TimeAfterTime.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 = "D6CAF5CF17BABDD300BE4764"
BuildableName = "TimeAfterTime"
BlueprintName = "TimeAfterTime"
ReferencedContainer = "container:TimeAfterTime.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "D6CAF5CF17BABDD300BE4764"
BuildableName = "TimeAfterTime"
BlueprintName = "TimeAfterTime"
ReferencedContainer = "container:TimeAfterTime.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>TimeAfterTime.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>D6CAF5CF17BABDD300BE4764</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
7 changes: 7 additions & 0 deletions 28-12.1-TimeAfterTime/TimeAfterTime/TimeAfterTime-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'TimeAfterTime' target in the 'TimeAfterTime' project
//

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

0 comments on commit e6578ff

Please sign in to comment.