From 2d4a2ebf70ce7916da42f0f64f8298a214daa55d Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Jun 2013 20:40:57 -0600 Subject: add more examples --- .../SplitViewXIBFonts.xcodeproj/project.pbxproj | 325 +++++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + .../mo.xcuserdatad/UserInterfaceState.xcuserstate | Bin 0 -> 12101 bytes .../xcschemes/SplitViewXIBFonts.xcscheme | 86 ++++++ .../xcschemes/xcschememanagement.plist | 22 ++ 5 files changed, 440 insertions(+) create mode 100644 SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.pbxproj create mode 100644 SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/SplitViewXIBFonts.xcscheme create mode 100644 SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist (limited to 'SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj') diff --git a/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.pbxproj b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.pbxproj new file mode 100644 index 0000000..32b22d2 --- /dev/null +++ b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.pbxproj @@ -0,0 +1,325 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + CDF29B1E1755845400314E32 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF29B1D1755845400314E32 /* UIKit.framework */; }; + CDF29B201755845400314E32 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF29B1F1755845400314E32 /* Foundation.framework */; }; + CDF29B221755845400314E32 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDF29B211755845400314E32 /* CoreGraphics.framework */; }; + CDF29B281755845400314E32 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B261755845400314E32 /* InfoPlist.strings */; }; + CDF29B2A1755845400314E32 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF29B291755845400314E32 /* main.m */; }; + CDF29B2E1755845400314E32 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF29B2D1755845400314E32 /* AppDelegate.m */; }; + CDF29B301755845400314E32 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B2F1755845400314E32 /* Default.png */; }; + CDF29B321755845400314E32 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B311755845400314E32 /* Default@2x.png */; }; + CDF29B341755845400314E32 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B331755845400314E32 /* Default-568h@2x.png */; }; + CDF29B371755845400314E32 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF29B361755845400314E32 /* MasterViewController.m */; }; + CDF29B3A1755845400314E32 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF29B391755845400314E32 /* DetailViewController.m */; }; + CDF29B3D1755845400314E32 /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B3B1755845400314E32 /* MasterViewController.xib */; }; + CDF29B401755845400314E32 /* DetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDF29B3E1755845400314E32 /* DetailViewController.xib */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + CDF29B1A1755845400314E32 /* SplitViewXIBFonts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SplitViewXIBFonts.app; sourceTree = BUILT_PRODUCTS_DIR; }; + CDF29B1D1755845400314E32 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + CDF29B1F1755845400314E32 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + CDF29B211755845400314E32 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + CDF29B251755845400314E32 /* SplitViewXIBFonts-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SplitViewXIBFonts-Info.plist"; sourceTree = ""; }; + CDF29B271755845400314E32 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + CDF29B291755845400314E32 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + CDF29B2B1755845400314E32 /* SplitViewXIBFonts-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SplitViewXIBFonts-Prefix.pch"; sourceTree = ""; }; + CDF29B2C1755845400314E32 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + CDF29B2D1755845400314E32 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + CDF29B2F1755845400314E32 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + CDF29B311755845400314E32 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; + CDF29B331755845400314E32 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; + CDF29B351755845400314E32 /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = ""; }; + CDF29B361755845400314E32 /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = ""; }; + CDF29B381755845400314E32 /* DetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = ""; }; + CDF29B391755845400314E32 /* DetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = ""; }; + CDF29B3C1755845400314E32 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MasterViewController.xib; sourceTree = ""; }; + CDF29B3F1755845400314E32 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailViewController.xib; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + CDF29B171755845400314E32 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + CDF29B1E1755845400314E32 /* UIKit.framework in Frameworks */, + CDF29B201755845400314E32 /* Foundation.framework in Frameworks */, + CDF29B221755845400314E32 /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + CDF29B111755845400314E32 = { + isa = PBXGroup; + children = ( + CDF29B231755845400314E32 /* SplitViewXIBFonts */, + CDF29B1C1755845400314E32 /* Frameworks */, + CDF29B1B1755845400314E32 /* Products */, + ); + sourceTree = ""; + }; + CDF29B1B1755845400314E32 /* Products */ = { + isa = PBXGroup; + children = ( + CDF29B1A1755845400314E32 /* SplitViewXIBFonts.app */, + ); + name = Products; + sourceTree = ""; + }; + CDF29B1C1755845400314E32 /* Frameworks */ = { + isa = PBXGroup; + children = ( + CDF29B1D1755845400314E32 /* UIKit.framework */, + CDF29B1F1755845400314E32 /* Foundation.framework */, + CDF29B211755845400314E32 /* CoreGraphics.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + CDF29B231755845400314E32 /* SplitViewXIBFonts */ = { + isa = PBXGroup; + children = ( + CDF29B2C1755845400314E32 /* AppDelegate.h */, + CDF29B2D1755845400314E32 /* AppDelegate.m */, + CDF29B351755845400314E32 /* MasterViewController.h */, + CDF29B361755845400314E32 /* MasterViewController.m */, + CDF29B381755845400314E32 /* DetailViewController.h */, + CDF29B391755845400314E32 /* DetailViewController.m */, + CDF29B3B1755845400314E32 /* MasterViewController.xib */, + CDF29B3E1755845400314E32 /* DetailViewController.xib */, + CDF29B241755845400314E32 /* Supporting Files */, + ); + path = SplitViewXIBFonts; + sourceTree = ""; + }; + CDF29B241755845400314E32 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + CDF29B251755845400314E32 /* SplitViewXIBFonts-Info.plist */, + CDF29B261755845400314E32 /* InfoPlist.strings */, + CDF29B291755845400314E32 /* main.m */, + CDF29B2B1755845400314E32 /* SplitViewXIBFonts-Prefix.pch */, + CDF29B2F1755845400314E32 /* Default.png */, + CDF29B311755845400314E32 /* Default@2x.png */, + CDF29B331755845400314E32 /* Default-568h@2x.png */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + CDF29B191755845400314E32 /* SplitViewXIBFonts */ = { + isa = PBXNativeTarget; + buildConfigurationList = CDF29B431755845400314E32 /* Build configuration list for PBXNativeTarget "SplitViewXIBFonts" */; + buildPhases = ( + CDF29B161755845400314E32 /* Sources */, + CDF29B171755845400314E32 /* Frameworks */, + CDF29B181755845400314E32 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SplitViewXIBFonts; + productName = SplitViewXIBFonts; + productReference = CDF29B1A1755845400314E32 /* SplitViewXIBFonts.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + CDF29B121755845400314E32 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = "mo khan"; + }; + buildConfigurationList = CDF29B151755845400314E32 /* Build configuration list for PBXProject "SplitViewXIBFonts" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = CDF29B111755845400314E32; + productRefGroup = CDF29B1B1755845400314E32 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + CDF29B191755845400314E32 /* SplitViewXIBFonts */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + CDF29B181755845400314E32 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CDF29B281755845400314E32 /* InfoPlist.strings in Resources */, + CDF29B301755845400314E32 /* Default.png in Resources */, + CDF29B321755845400314E32 /* Default@2x.png in Resources */, + CDF29B341755845400314E32 /* Default-568h@2x.png in Resources */, + CDF29B3D1755845400314E32 /* MasterViewController.xib in Resources */, + CDF29B401755845400314E32 /* DetailViewController.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + CDF29B161755845400314E32 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CDF29B2A1755845400314E32 /* main.m in Sources */, + CDF29B2E1755845400314E32 /* AppDelegate.m in Sources */, + CDF29B371755845400314E32 /* MasterViewController.m in Sources */, + CDF29B3A1755845400314E32 /* DetailViewController.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + CDF29B261755845400314E32 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + CDF29B271755845400314E32 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + CDF29B3B1755845400314E32 /* MasterViewController.xib */ = { + isa = PBXVariantGroup; + children = ( + CDF29B3C1755845400314E32 /* en */, + ); + name = MasterViewController.xib; + sourceTree = ""; + }; + CDF29B3E1755845400314E32 /* DetailViewController.xib */ = { + isa = PBXVariantGroup; + children = ( + CDF29B3F1755845400314E32 /* en */, + ); + name = DetailViewController.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + CDF29B411755845400314E32 /* 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; + TARGETED_DEVICE_FAMILY = 2; + }; + name = Debug; + }; + CDF29B421755845400314E32 /* 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; + TARGETED_DEVICE_FAMILY = 2; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + CDF29B441755845400314E32 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SplitViewXIBFonts/SplitViewXIBFonts-Prefix.pch"; + INFOPLIST_FILE = "SplitViewXIBFonts/SplitViewXIBFonts-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + CDF29B451755845400314E32 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "SplitViewXIBFonts/SplitViewXIBFonts-Prefix.pch"; + INFOPLIST_FILE = "SplitViewXIBFonts/SplitViewXIBFonts-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + CDF29B151755845400314E32 /* Build configuration list for PBXProject "SplitViewXIBFonts" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CDF29B411755845400314E32 /* Debug */, + CDF29B421755845400314E32 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CDF29B431755845400314E32 /* Build configuration list for PBXNativeTarget "SplitViewXIBFonts" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CDF29B441755845400314E32 /* Debug */, + CDF29B451755845400314E32 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = CDF29B121755845400314E32 /* Project object */; +} diff --git a/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..fc870db --- /dev/null +++ b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..6d2a00a Binary files /dev/null and b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/SplitViewXIBFonts.xcscheme b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/SplitViewXIBFonts.xcscheme new file mode 100644 index 0000000..003141b --- /dev/null +++ b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/SplitViewXIBFonts.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..9eab6d1 --- /dev/null +++ b/SplitViewXIBFonts/SplitViewXIBFonts.xcodeproj/xcuserdata/mo.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + SplitViewXIBFonts.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + CDF29B191755845400314E32 + + primary + + + + + -- cgit v1.2.3