mirror of
https://github.com/wnagrodzki/ViewControllerContainment.git
synced 2025-04-05 20:01:57 +02:00
Initial Xcode project
This commit is contained in:
parent
cb1be6dc78
commit
50cbc3af4b
13 changed files with 633 additions and 0 deletions
|
@ -0,0 +1,308 @@
|
||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
2E9F4BD316D405AD000F1A04 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD216D405AD000F1A04 /* UIKit.framework */; };
|
||||||
|
2E9F4BD516D405AD000F1A04 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD416D405AD000F1A04 /* Foundation.framework */; };
|
||||||
|
2E9F4BD716D405AD000F1A04 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD616D405AD000F1A04 /* CoreGraphics.framework */; };
|
||||||
|
2E9F4BDD16D405AD000F1A04 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2E9F4BDB16D405AD000F1A04 /* InfoPlist.strings */; };
|
||||||
|
2E9F4BDF16D405AD000F1A04 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9F4BDE16D405AD000F1A04 /* main.m */; };
|
||||||
|
2E9F4BE316D405AD000F1A04 /* VCCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9F4BE216D405AD000F1A04 /* VCCAppDelegate.m */; };
|
||||||
|
2E9F4BE516D405AD000F1A04 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E9F4BE416D405AD000F1A04 /* Default.png */; };
|
||||||
|
2E9F4BE716D405AD000F1A04 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E9F4BE616D405AD000F1A04 /* Default@2x.png */; };
|
||||||
|
2E9F4BE916D405AD000F1A04 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2E9F4BE816D405AD000F1A04 /* Default-568h@2x.png */; };
|
||||||
|
2E9F4BEC16D405AD000F1A04 /* VCCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9F4BEB16D405AD000F1A04 /* VCCViewController.m */; };
|
||||||
|
2E9F4BEF16D405AD000F1A04 /* VCCViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2E9F4BED16D405AD000F1A04 /* VCCViewController.xib */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
2E9F4BCF16D405AD000F1A04 /* ViewControllerContainment.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ViewControllerContainment.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
2E9F4BD216D405AD000F1A04 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||||
|
2E9F4BD416D405AD000F1A04 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
|
2E9F4BD616D405AD000F1A04 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||||
|
2E9F4BDA16D405AD000F1A04 /* ViewControllerContainment-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ViewControllerContainment-Info.plist"; sourceTree = "<group>"; };
|
||||||
|
2E9F4BDC16D405AD000F1A04 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
|
2E9F4BDE16D405AD000F1A04 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE016D405AD000F1A04 /* ViewControllerContainment-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ViewControllerContainment-Prefix.pch"; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE116D405AD000F1A04 /* VCCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VCCAppDelegate.h; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE216D405AD000F1A04 /* VCCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VCCAppDelegate.m; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE416D405AD000F1A04 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE616D405AD000F1A04 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
||||||
|
2E9F4BE816D405AD000F1A04 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||||
|
2E9F4BEA16D405AD000F1A04 /* VCCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VCCViewController.h; sourceTree = "<group>"; };
|
||||||
|
2E9F4BEB16D405AD000F1A04 /* VCCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VCCViewController.m; sourceTree = "<group>"; };
|
||||||
|
2E9F4BEE16D405AD000F1A04 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VCCViewController.xib; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
2E9F4BCC16D405AD000F1A04 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E9F4BD316D405AD000F1A04 /* UIKit.framework in Frameworks */,
|
||||||
|
2E9F4BD516D405AD000F1A04 /* Foundation.framework in Frameworks */,
|
||||||
|
2E9F4BD716D405AD000F1A04 /* CoreGraphics.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
2E9F4BC616D405AD000F1A04 = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BD816D405AD000F1A04 /* ViewControllerContainment */,
|
||||||
|
2E9F4BD116D405AD000F1A04 /* Frameworks */,
|
||||||
|
2E9F4BD016D405AD000F1A04 /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E9F4BD016D405AD000F1A04 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BCF16D405AD000F1A04 /* ViewControllerContainment.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E9F4BD116D405AD000F1A04 /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BD216D405AD000F1A04 /* UIKit.framework */,
|
||||||
|
2E9F4BD416D405AD000F1A04 /* Foundation.framework */,
|
||||||
|
2E9F4BD616D405AD000F1A04 /* CoreGraphics.framework */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E9F4BD816D405AD000F1A04 /* ViewControllerContainment */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BE116D405AD000F1A04 /* VCCAppDelegate.h */,
|
||||||
|
2E9F4BE216D405AD000F1A04 /* VCCAppDelegate.m */,
|
||||||
|
2E9F4BEA16D405AD000F1A04 /* VCCViewController.h */,
|
||||||
|
2E9F4BEB16D405AD000F1A04 /* VCCViewController.m */,
|
||||||
|
2E9F4BED16D405AD000F1A04 /* VCCViewController.xib */,
|
||||||
|
2E9F4BD916D405AD000F1A04 /* Supporting Files */,
|
||||||
|
);
|
||||||
|
path = ViewControllerContainment;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E9F4BD916D405AD000F1A04 /* Supporting Files */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BDA16D405AD000F1A04 /* ViewControllerContainment-Info.plist */,
|
||||||
|
2E9F4BDB16D405AD000F1A04 /* InfoPlist.strings */,
|
||||||
|
2E9F4BDE16D405AD000F1A04 /* main.m */,
|
||||||
|
2E9F4BE016D405AD000F1A04 /* ViewControllerContainment-Prefix.pch */,
|
||||||
|
2E9F4BE416D405AD000F1A04 /* Default.png */,
|
||||||
|
2E9F4BE616D405AD000F1A04 /* Default@2x.png */,
|
||||||
|
2E9F4BE816D405AD000F1A04 /* Default-568h@2x.png */,
|
||||||
|
);
|
||||||
|
name = "Supporting Files";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
2E9F4BCE16D405AD000F1A04 /* ViewControllerContainment */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 2E9F4BF216D405AD000F1A04 /* Build configuration list for PBXNativeTarget "ViewControllerContainment" */;
|
||||||
|
buildPhases = (
|
||||||
|
2E9F4BCB16D405AD000F1A04 /* Sources */,
|
||||||
|
2E9F4BCC16D405AD000F1A04 /* Frameworks */,
|
||||||
|
2E9F4BCD16D405AD000F1A04 /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = ViewControllerContainment;
|
||||||
|
productName = ViewControllerContainment;
|
||||||
|
productReference = 2E9F4BCF16D405AD000F1A04 /* ViewControllerContainment.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
2E9F4BC716D405AD000F1A04 /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
CLASSPREFIX = VCC;
|
||||||
|
LastUpgradeCheck = 0460;
|
||||||
|
ORGANIZATIONNAME = "Wojtek Nagrodzki";
|
||||||
|
};
|
||||||
|
buildConfigurationList = 2E9F4BCA16D405AD000F1A04 /* Build configuration list for PBXProject "ViewControllerContainment" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
);
|
||||||
|
mainGroup = 2E9F4BC616D405AD000F1A04;
|
||||||
|
productRefGroup = 2E9F4BD016D405AD000F1A04 /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
2E9F4BCE16D405AD000F1A04 /* ViewControllerContainment */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
2E9F4BCD16D405AD000F1A04 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E9F4BDD16D405AD000F1A04 /* InfoPlist.strings in Resources */,
|
||||||
|
2E9F4BE516D405AD000F1A04 /* Default.png in Resources */,
|
||||||
|
2E9F4BE716D405AD000F1A04 /* Default@2x.png in Resources */,
|
||||||
|
2E9F4BE916D405AD000F1A04 /* Default-568h@2x.png in Resources */,
|
||||||
|
2E9F4BEF16D405AD000F1A04 /* VCCViewController.xib in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
2E9F4BCB16D405AD000F1A04 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
2E9F4BDF16D405AD000F1A04 /* main.m in Sources */,
|
||||||
|
2E9F4BE316D405AD000F1A04 /* VCCAppDelegate.m in Sources */,
|
||||||
|
2E9F4BEC16D405AD000F1A04 /* VCCViewController.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
2E9F4BDB16D405AD000F1A04 /* InfoPlist.strings */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BDC16D405AD000F1A04 /* en */,
|
||||||
|
);
|
||||||
|
name = InfoPlist.strings;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
2E9F4BED16D405AD000F1A04 /* VCCViewController.xib */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
2E9F4BEE16D405AD000F1A04 /* en */,
|
||||||
|
);
|
||||||
|
name = VCCViewController.xib;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
2E9F4BF016D405AD000F1A04 /* 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;
|
||||||
|
};
|
||||||
|
2E9F4BF116D405AD000F1A04 /* 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;
|
||||||
|
};
|
||||||
|
2E9F4BF316D405AD000F1A04 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "ViewControllerContainment/ViewControllerContainment-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "ViewControllerContainment/ViewControllerContainment-Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
2E9F4BF416D405AD000F1A04 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "ViewControllerContainment/ViewControllerContainment-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "ViewControllerContainment/ViewControllerContainment-Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
2E9F4BCA16D405AD000F1A04 /* Build configuration list for PBXProject "ViewControllerContainment" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
2E9F4BF016D405AD000F1A04 /* Debug */,
|
||||||
|
2E9F4BF116D405AD000F1A04 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
2E9F4BF216D405AD000F1A04 /* Build configuration list for PBXNativeTarget "ViewControllerContainment" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
2E9F4BF316D405AD000F1A04 /* Debug */,
|
||||||
|
2E9F4BF416D405AD000F1A04 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 2E9F4BC716D405AD000F1A04 /* Project object */;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
ViewControllerContainment/ViewControllerContainment/Default.png
Normal file
BIN
ViewControllerContainment/ViewControllerContainment/Default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,19 @@
|
||||||
|
//
|
||||||
|
// VCCAppDelegate.h
|
||||||
|
// ViewControllerContainment
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 19/02/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@class VCCViewController;
|
||||||
|
|
||||||
|
@interface VCCAppDelegate : UIResponder <UIApplicationDelegate>
|
||||||
|
|
||||||
|
@property (strong, nonatomic) UIWindow *window;
|
||||||
|
|
||||||
|
@property (strong, nonatomic) VCCViewController *viewController;
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,52 @@
|
||||||
|
//
|
||||||
|
// VCCAppDelegate.m
|
||||||
|
// ViewControllerContainment
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 19/02/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "VCCAppDelegate.h"
|
||||||
|
|
||||||
|
#import "VCCViewController.h"
|
||||||
|
|
||||||
|
@implementation VCCAppDelegate
|
||||||
|
|
||||||
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||||
|
{
|
||||||
|
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
|
||||||
|
// Override point for customization after application launch.
|
||||||
|
self.viewController = [[VCCViewController alloc] initWithNibName:@"VCCViewController" bundle:nil];
|
||||||
|
self.window.rootViewController = self.viewController;
|
||||||
|
[self.window makeKeyAndVisible];
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillResignActive:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||||
|
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||||
|
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)applicationWillTerminate:(UIApplication *)application
|
||||||
|
{
|
||||||
|
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,13 @@
|
||||||
|
//
|
||||||
|
// VCCViewController.h
|
||||||
|
// ViewControllerContainment
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 19/02/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@interface VCCViewController : UIViewController
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,29 @@
|
||||||
|
//
|
||||||
|
// VCCViewController.m
|
||||||
|
// ViewControllerContainment
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 19/02/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "VCCViewController.h"
|
||||||
|
|
||||||
|
@interface VCCViewController ()
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation VCCViewController
|
||||||
|
|
||||||
|
- (void)viewDidLoad
|
||||||
|
{
|
||||||
|
[super viewDidLoad];
|
||||||
|
// Do any additional setup after loading the view, typically from a nib.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)didReceiveMemoryWarning
|
||||||
|
{
|
||||||
|
[super didReceiveMemoryWarning];
|
||||||
|
// Dispose of any resources that can be recreated.
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,40 @@
|
||||||
|
<?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>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>${PRODUCT_NAME}</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>com.izydor86.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>${PRODUCT_NAME}</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UIStatusBarHidden</key>
|
||||||
|
<true/>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,14 @@
|
||||||
|
//
|
||||||
|
// Prefix header for all source files of the 'ViewControllerContainment' target in the 'ViewControllerContainment' project
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Availability.h>
|
||||||
|
|
||||||
|
#ifndef __IPHONE_4_0
|
||||||
|
#warning "This project uses features only available in iOS SDK 4.0 and later."
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __OBJC__
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
|
#endif
|
|
@ -0,0 +1,2 @@
|
||||||
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
|
@ -0,0 +1,138 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
||||||
|
<data>
|
||||||
|
<int key="IBDocument.SystemTarget">1536</int>
|
||||||
|
<string key="IBDocument.SystemVersion">12A269</string>
|
||||||
|
<string key="IBDocument.InterfaceBuilderVersion">2835</string>
|
||||||
|
<string key="IBDocument.AppKitVersion">1187</string>
|
||||||
|
<string key="IBDocument.HIToolboxVersion">624.00</string>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||||
|
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="NS.object.0">1919</string>
|
||||||
|
</object>
|
||||||
|
<array key="IBDocument.IntegratedClassDependencies">
|
||||||
|
<string>IBProxyObject</string>
|
||||||
|
<string>IBUIView</string>
|
||||||
|
</array>
|
||||||
|
<array key="IBDocument.PluginDependencies">
|
||||||
|
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
</array>
|
||||||
|
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||||
|
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
||||||
|
<integer value="1" key="NS.object.0"/>
|
||||||
|
</object>
|
||||||
|
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||||
|
<object class="IBProxyObject" id="372490531">
|
||||||
|
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBProxyObject" id="843779117">
|
||||||
|
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBUIView" id="774585933">
|
||||||
|
<reference key="NSNextResponder"/>
|
||||||
|
<int key="NSvFlags">274</int>
|
||||||
|
<string key="NSFrame">{{0, 20}, {320, 548}}</string>
|
||||||
|
<reference key="NSSuperview"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<reference key="NSNextKeyView"/>
|
||||||
|
<object class="NSColor" key="IBUIBackgroundColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MC43NQA</bytes>
|
||||||
|
<object class="NSColorSpace" key="NSCustomColorSpace">
|
||||||
|
<int key="NSID">2</int>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||||
|
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||||
|
<object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
|
||||||
|
<string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
|
||||||
|
<object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<array key="dict.sortedKeys">
|
||||||
|
<integer value="1"/>
|
||||||
|
<integer value="3"/>
|
||||||
|
</array>
|
||||||
|
<array key="dict.values">
|
||||||
|
<string>{320, 568}</string>
|
||||||
|
<string>{568, 320}</string>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<string key="IBUITargetRuntime">IBCocoaTouchFramework</string>
|
||||||
|
<string key="IBUIDisplayName">Retina 4 Full Screen</string>
|
||||||
|
<int key="IBUIType">2</int>
|
||||||
|
</object>
|
||||||
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||||
|
<array class="NSMutableArray" key="connectionRecords">
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||||
|
<string key="label">view</string>
|
||||||
|
<reference key="source" ref="372490531"/>
|
||||||
|
<reference key="destination" ref="774585933"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">7</int>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||||
|
<array key="orderedObjects">
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">0</int>
|
||||||
|
<array key="object" id="0"/>
|
||||||
|
<reference key="children" ref="1000"/>
|
||||||
|
<nil key="parent"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-1</int>
|
||||||
|
<reference key="object" ref="372490531"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">File's Owner</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-2</int>
|
||||||
|
<reference key="object" ref="843779117"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">6</int>
|
||||||
|
<reference key="object" ref="774585933"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
||||||
|
<string key="-1.CustomClassName">VCCViewController</string>
|
||||||
|
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="-2.CustomClassName">UIResponder</string>
|
||||||
|
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||||
|
</dictionary>
|
||||||
|
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
||||||
|
<nil key="activeLocalization"/>
|
||||||
|
<dictionary class="NSMutableDictionary" key="localizations"/>
|
||||||
|
<nil key="sourceID"/>
|
||||||
|
<int key="maxID">7</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||||
|
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">VCCViewController</string>
|
||||||
|
<string key="superclassName">UIViewController</string>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey">IBProjectSource</string>
|
||||||
|
<string key="minorKey">./Classes/VCCViewController.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</array>
|
||||||
|
</object>
|
||||||
|
<int key="IBDocument.localizationMode">0</int>
|
||||||
|
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||||
|
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||||
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||||
|
<bool key="IBDocument.UseAutolayout">YES</bool>
|
||||||
|
<string key="IBCocoaTouchPluginVersion">1919</string>
|
||||||
|
</data>
|
||||||
|
</archive>
|
18
ViewControllerContainment/ViewControllerContainment/main.m
Normal file
18
ViewControllerContainment/ViewControllerContainment/main.m
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
//
|
||||||
|
// main.m
|
||||||
|
// ViewControllerContainment
|
||||||
|
//
|
||||||
|
// Created by Wojtek Nagrodzki on 19/02/2013.
|
||||||
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
#import "VCCAppDelegate.h"
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
@autoreleasepool {
|
||||||
|
return UIApplicationMain(argc, argv, nil, NSStringFromClass([VCCAppDelegate class]));
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue