-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Shishkov
committed
Feb 3, 2014
1 parent
9737999
commit 0b38fb1
Showing
345 changed files
with
124,378 additions
and
3 deletions.
There are no files selected for viewing
313 changes: 313 additions & 0 deletions
313
Chapter01_HelloWorld/Chapter01_HelloWorld.xcodeproj/project.pbxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,313 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
83E816F61736583E0054AED6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83E816F51736583E0054AED6 /* UIKit.framework */; }; | ||
83E816F81736583E0054AED6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83E816F71736583E0054AED6 /* Foundation.framework */; }; | ||
83E816FA1736583E0054AED6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83E816F91736583E0054AED6 /* CoreGraphics.framework */; }; | ||
83E817001736583E0054AED6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 83E816FE1736583E0054AED6 /* InfoPlist.strings */; }; | ||
83E817021736583E0054AED6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E817011736583E0054AED6 /* main.m */; }; | ||
83E817061736583E0054AED6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E817051736583E0054AED6 /* AppDelegate.m */; }; | ||
83E817081736583E0054AED6 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 83E817071736583E0054AED6 /* Default.png */; }; | ||
83E8170A1736583E0054AED6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 83E817091736583E0054AED6 /* [email protected] */; }; | ||
83E8170C1736583F0054AED6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 83E8170B1736583F0054AED6 /* [email protected] */; }; | ||
83E8170F1736583F0054AED6 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83E8170D1736583F0054AED6 /* MainStoryboard_iPhone.storyboard */; }; | ||
83E817121736583F0054AED6 /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 83E817101736583F0054AED6 /* MainStoryboard_iPad.storyboard */; }; | ||
83E817151736583F0054AED6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E817141736583F0054AED6 /* ViewController.m */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
83E816F11736583E0054AED6 /* Chapter01_HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Chapter01_HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
83E816F51736583E0054AED6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | ||
83E816F71736583E0054AED6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
83E816F91736583E0054AED6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; | ||
83E816FD1736583E0054AED6 /* Chapter01_HelloWorld-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Chapter01_HelloWorld-Info.plist"; sourceTree = "<group>"; }; | ||
83E816FF1736583E0054AED6 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | ||
83E817011736583E0054AED6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | ||
83E817031736583E0054AED6 /* Chapter01_HelloWorld-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Chapter01_HelloWorld-Prefix.pch"; sourceTree = "<group>"; }; | ||
83E817041736583E0054AED6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | ||
83E817051736583E0054AED6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | ||
83E817071736583E0054AED6 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; | ||
83E817091736583E0054AED6 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
83E8170B1736583F0054AED6 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
83E8170E1736583F0054AED6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPhone.storyboard; sourceTree = "<group>"; }; | ||
83E817111736583F0054AED6 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPad.storyboard; sourceTree = "<group>"; }; | ||
83E817131736583F0054AED6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; | ||
83E817141736583F0054AED6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
83E816EE1736583E0054AED6 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
83E816F61736583E0054AED6 /* UIKit.framework in Frameworks */, | ||
83E816F81736583E0054AED6 /* Foundation.framework in Frameworks */, | ||
83E816FA1736583E0054AED6 /* CoreGraphics.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
83E816E61736583E0054AED6 = { | ||
isa = PBXGroup; | ||
children = ( | ||
83E816FB1736583E0054AED6 /* Chapter01_HelloWorld */, | ||
83E816F41736583E0054AED6 /* Frameworks */, | ||
83E816F21736583E0054AED6 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
83E816F21736583E0054AED6 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
83E816F11736583E0054AED6 /* Chapter01_HelloWorld.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
83E816F41736583E0054AED6 /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
83E816F51736583E0054AED6 /* UIKit.framework */, | ||
83E816F71736583E0054AED6 /* Foundation.framework */, | ||
83E816F91736583E0054AED6 /* CoreGraphics.framework */, | ||
); | ||
name = Frameworks; | ||
sourceTree = "<group>"; | ||
}; | ||
83E816FB1736583E0054AED6 /* Chapter01_HelloWorld */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
83E817041736583E0054AED6 /* AppDelegate.h */, | ||
83E817051736583E0054AED6 /* AppDelegate.m */, | ||
83E8170D1736583F0054AED6 /* MainStoryboard_iPhone.storyboard */, | ||
83E817101736583F0054AED6 /* MainStoryboard_iPad.storyboard */, | ||
83E817131736583F0054AED6 /* ViewController.h */, | ||
83E817141736583F0054AED6 /* ViewController.m */, | ||
83E816FC1736583E0054AED6 /* Supporting Files */, | ||
); | ||
path = Chapter01_HelloWorld; | ||
sourceTree = "<group>"; | ||
}; | ||
83E816FC1736583E0054AED6 /* Supporting Files */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
83E816FD1736583E0054AED6 /* Chapter01_HelloWorld-Info.plist */, | ||
83E816FE1736583E0054AED6 /* InfoPlist.strings */, | ||
83E817011736583E0054AED6 /* main.m */, | ||
83E817031736583E0054AED6 /* Chapter01_HelloWorld-Prefix.pch */, | ||
83E817071736583E0054AED6 /* Default.png */, | ||
83E817091736583E0054AED6 /* [email protected] */, | ||
83E8170B1736583F0054AED6 /* [email protected] */, | ||
); | ||
name = "Supporting Files"; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
83E816F01736583E0054AED6 /* Chapter01_HelloWorld */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 83E817181736583F0054AED6 /* Build configuration list for PBXNativeTarget "Chapter01_HelloWorld" */; | ||
buildPhases = ( | ||
83E816ED1736583E0054AED6 /* Sources */, | ||
83E816EE1736583E0054AED6 /* Frameworks */, | ||
83E816EF1736583E0054AED6 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = Chapter01_HelloWorld; | ||
productName = Chapter01_HelloWorld; | ||
productReference = 83E816F11736583E0054AED6 /* Chapter01_HelloWorld.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
83E816E81736583E0054AED6 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastUpgradeCheck = 0450; | ||
ORGANIZATIONNAME = "Alexander Shishkov & Kirill Kornyakov"; | ||
}; | ||
buildConfigurationList = 83E816EB1736583E0054AED6 /* Build configuration list for PBXProject "Chapter01_HelloWorld" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
); | ||
mainGroup = 83E816E61736583E0054AED6; | ||
productRefGroup = 83E816F21736583E0054AED6 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
83E816F01736583E0054AED6 /* Chapter01_HelloWorld */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
83E816EF1736583E0054AED6 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
83E817001736583E0054AED6 /* InfoPlist.strings in Resources */, | ||
83E817081736583E0054AED6 /* Default.png in Resources */, | ||
83E8170A1736583E0054AED6 /* [email protected] in Resources */, | ||
83E8170C1736583F0054AED6 /* [email protected] in Resources */, | ||
83E8170F1736583F0054AED6 /* MainStoryboard_iPhone.storyboard in Resources */, | ||
83E817121736583F0054AED6 /* MainStoryboard_iPad.storyboard in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
83E816ED1736583E0054AED6 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
83E817021736583E0054AED6 /* main.m in Sources */, | ||
83E817061736583E0054AED6 /* AppDelegate.m in Sources */, | ||
83E817151736583F0054AED6 /* ViewController.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
83E816FE1736583E0054AED6 /* InfoPlist.strings */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
83E816FF1736583E0054AED6 /* en */, | ||
); | ||
name = InfoPlist.strings; | ||
sourceTree = "<group>"; | ||
}; | ||
83E8170D1736583F0054AED6 /* MainStoryboard_iPhone.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
83E8170E1736583F0054AED6 /* en */, | ||
); | ||
name = MainStoryboard_iPhone.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
83E817101736583F0054AED6 /* MainStoryboard_iPad.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
83E817111736583F0054AED6 /* en */, | ||
); | ||
name = MainStoryboard_iPad.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
83E817161736583F0054AED6 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
"$(inherited)", | ||
); | ||
GCC_SYMBOLS_PRIVATE_EXTERN = NO; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Debug; | ||
}; | ||
83E817171736583F0054AED6 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 6.0; | ||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; | ||
SDKROOT = iphoneos; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
83E817191736583F0054AED6 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Chapter01_HelloWorld/Chapter01_HelloWorld-Prefix.pch"; | ||
INFOPLIST_FILE = "Chapter01_HelloWorld/Chapter01_HelloWorld-Info.plist"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Debug; | ||
}; | ||
83E8171A1736583F0054AED6 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = "Chapter01_HelloWorld/Chapter01_HelloWorld-Prefix.pch"; | ||
INFOPLIST_FILE = "Chapter01_HelloWorld/Chapter01_HelloWorld-Info.plist"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
WRAPPER_EXTENSION = app; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
83E816EB1736583E0054AED6 /* Build configuration list for PBXProject "Chapter01_HelloWorld" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
83E817161736583F0054AED6 /* Debug */, | ||
83E817171736583F0054AED6 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
83E817181736583F0054AED6 /* Build configuration list for PBXNativeTarget "Chapter01_HelloWorld" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
83E817191736583F0054AED6 /* Debug */, | ||
83E8171A1736583F0054AED6 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 83E816E81736583E0054AED6 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
...01_HelloWorld/Chapter01_HelloWorld.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
...r01_HelloWorld.xcodeproj/project.xcworkspace/xcshareddata/Chapter01_HelloWorld.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>297C9A26-93D6-4486-BFC7-A4BDE3258613</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>Chapter01_HelloWorld</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>A0B627FE-A569-4C91-83C2-9BE1D651D27C</key> | ||
<string>ssh://bitbucket.org/kirill_kornyakov/packt.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>book/3848_sources/Chapter01_HelloWorld/Chapter01_HelloWorld.xcodeproj/project.xcworkspace</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>A0B627FE-A569-4C91-83C2-9BE1D651D27C</key> | ||
<string>../../../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>ssh://bitbucket.org/kirill_kornyakov/packt.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>110</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>A0B627FE-A569-4C91-83C2-9BE1D651D27C</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>A0B627FE-A569-4C91-83C2-9BE1D651D27C</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>packt</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+16.4 KB
...oject.xcworkspace/xcuserdata/alexandershishkov.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Oops, something went wrong.