summaryrefslogtreecommitdiff
path: root/Controls/Controls.xcodeproj
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-05-21 20:24:46 -0600
committermo khan <mo@mokhan.ca>2013-05-21 20:24:46 -0600
commit1573781ec787a25bc9675fea9f1d98af8f53525e (patch)
tree2c501bcad0eb03d747983a39d39430d3833a71f4 /Controls/Controls.xcodeproj
parentaab3efb23854c80ee230bb8e3d3e957c3d05cc7f (diff)
complete the tab bar example
Diffstat (limited to 'Controls/Controls.xcodeproj')
-rw-r--r--Controls/Controls.xcodeproj/project.pbxproj305
1 files changed, 305 insertions, 0 deletions
diff --git a/Controls/Controls.xcodeproj/project.pbxproj b/Controls/Controls.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..3863455
--- /dev/null
+++ b/Controls/Controls.xcodeproj/project.pbxproj
@@ -0,0 +1,305 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ CDD4CA6B174321A70096B316 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6A174321A70096B316 /* UIKit.framework */; };
+ CDD4CA6D174321A70096B316 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6C174321A70096B316 /* Foundation.framework */; };
+ CDD4CA6F174321A70096B316 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD4CA6E174321A70096B316 /* CoreGraphics.framework */; };
+ CDD4CA75174321A70096B316 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA73174321A70096B316 /* InfoPlist.strings */; };
+ CDD4CA77174321A70096B316 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA76174321A70096B316 /* main.m */; };
+ CDD4CA7B174321A70096B316 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA7A174321A70096B316 /* AppDelegate.m */; };
+ CDD4CA7D174321A70096B316 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA7C174321A70096B316 /* Default.png */; };
+ CDD4CA7F174321A70096B316 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA7E174321A70096B316 /* Default@2x.png */; };
+ CDD4CA81174321A70096B316 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA80174321A70096B316 /* Default-568h@2x.png */; };
+ CDD4CA84174321A70096B316 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDD4CA83174321A70096B316 /* ViewController.m */; };
+ CDD4CA87174321A70096B316 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDD4CA85174321A70096B316 /* ViewController.xib */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ CDD4CA67174321A70096B316 /* Controls.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Controls.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ CDD4CA6A174321A70096B316 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ CDD4CA6C174321A70096B316 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ CDD4CA6E174321A70096B316 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ CDD4CA72174321A70096B316 /* Controls-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Controls-Info.plist"; sourceTree = "<group>"; };
+ CDD4CA74174321A70096B316 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ CDD4CA76174321A70096B316 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ CDD4CA78174321A70096B316 /* Controls-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Controls-Prefix.pch"; sourceTree = "<group>"; };
+ CDD4CA79174321A70096B316 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ CDD4CA7A174321A70096B316 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ CDD4CA7C174321A70096B316 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+ CDD4CA7E174321A70096B316 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+ CDD4CA80174321A70096B316 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
+ CDD4CA82174321A70096B316 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+ CDD4CA83174321A70096B316 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+ CDD4CA86174321A70096B316 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ CDD4CA64174321A70096B316 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDD4CA6B174321A70096B316 /* UIKit.framework in Frameworks */,
+ CDD4CA6D174321A70096B316 /* Foundation.framework in Frameworks */,
+ CDD4CA6F174321A70096B316 /* CoreGraphics.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ CDD4CA5E174321A70096B316 = {
+ isa = PBXGroup;
+ children = (
+ CDD4CA70174321A70096B316 /* Controls */,
+ CDD4CA69174321A70096B316 /* Frameworks */,
+ CDD4CA68174321A70096B316 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ CDD4CA68174321A70096B316 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ CDD4CA67174321A70096B316 /* Controls.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ CDD4CA69174321A70096B316 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ CDD4CA6A174321A70096B316 /* UIKit.framework */,
+ CDD4CA6C174321A70096B316 /* Foundation.framework */,
+ CDD4CA6E174321A70096B316 /* CoreGraphics.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ CDD4CA70174321A70096B316 /* Controls */ = {
+ isa = PBXGroup;
+ children = (
+ CDD4CA79174321A70096B316 /* AppDelegate.h */,
+ CDD4CA7A174321A70096B316 /* AppDelegate.m */,
+ CDD4CA82174321A70096B316 /* ViewController.h */,
+ CDD4CA83174321A70096B316 /* ViewController.m */,
+ CDD4CA85174321A70096B316 /* ViewController.xib */,
+ CDD4CA71174321A70096B316 /* Supporting Files */,
+ );
+ path = Controls;
+ sourceTree = "<group>";
+ };
+ CDD4CA71174321A70096B316 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ CDD4CA72174321A70096B316 /* Controls-Info.plist */,
+ CDD4CA73174321A70096B316 /* InfoPlist.strings */,
+ CDD4CA76174321A70096B316 /* main.m */,
+ CDD4CA78174321A70096B316 /* Controls-Prefix.pch */,
+ CDD4CA7C174321A70096B316 /* Default.png */,
+ CDD4CA7E174321A70096B316 /* Default@2x.png */,
+ CDD4CA80174321A70096B316 /* Default-568h@2x.png */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ CDD4CA66174321A70096B316 /* Controls */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = CDD4CA8A174321A70096B316 /* Build configuration list for PBXNativeTarget "Controls" */;
+ buildPhases = (
+ CDD4CA63174321A70096B316 /* Sources */,
+ CDD4CA64174321A70096B316 /* Frameworks */,
+ CDD4CA65174321A70096B316 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Controls;
+ productName = Controls;
+ productReference = CDD4CA67174321A70096B316 /* Controls.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ CDD4CA5F174321A70096B316 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0460;
+ ORGANIZATIONNAME = "mo khan";
+ };
+ buildConfigurationList = CDD4CA62174321A70096B316 /* Build configuration list for PBXProject "Controls" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = CDD4CA5E174321A70096B316;
+ productRefGroup = CDD4CA68174321A70096B316 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ CDD4CA66174321A70096B316 /* Controls */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ CDD4CA65174321A70096B316 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDD4CA75174321A70096B316 /* InfoPlist.strings in Resources */,
+ CDD4CA7D174321A70096B316 /* Default.png in Resources */,
+ CDD4CA7F174321A70096B316 /* Default@2x.png in Resources */,
+ CDD4CA81174321A70096B316 /* Default-568h@2x.png in Resources */,
+ CDD4CA87174321A70096B316 /* ViewController.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ CDD4CA63174321A70096B316 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ CDD4CA77174321A70096B316 /* main.m in Sources */,
+ CDD4CA7B174321A70096B316 /* AppDelegate.m in Sources */,
+ CDD4CA84174321A70096B316 /* ViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ CDD4CA73174321A70096B316 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CDD4CA74174321A70096B316 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ CDD4CA85174321A70096B316 /* ViewController.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ CDD4CA86174321A70096B316 /* en */,
+ );
+ name = ViewController.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ CDD4CA88174321A70096B316 /* 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_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = 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.1;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ CDD4CA89174321A70096B316 /* 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_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = 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.1;
+ OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ CDD4CA8B174321A70096B316 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Controls/Controls-Prefix.pch";
+ INFOPLIST_FILE = "Controls/Controls-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ CDD4CA8C174321A70096B316 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Controls/Controls-Prefix.pch";
+ INFOPLIST_FILE = "Controls/Controls-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ CDD4CA62174321A70096B316 /* Build configuration list for PBXProject "Controls" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CDD4CA88174321A70096B316 /* Debug */,
+ CDD4CA89174321A70096B316 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ CDD4CA8A174321A70096B316 /* Build configuration list for PBXNativeTarget "Controls" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CDD4CA8B174321A70096B316 /* Debug */,
+ CDD4CA8C174321A70096B316 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = CDD4CA5F174321A70096B316 /* Project object */;
+}