Initial Commit

This commit is contained in:
Senad Uka
2014-08-30 08:36:36 +02:00
parent 0373b223a8
commit 6feae094f8
24 changed files with 982 additions and 0 deletions

View File

@@ -0,0 +1,478 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
3CEA73BD19B1A86D00076FC5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73BC19B1A86C00076FC5 /* Foundation.framework */; };
3CEA73BF19B1A86D00076FC5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73BE19B1A86D00076FC5 /* CoreGraphics.framework */; };
3CEA73C119B1A86D00076FC5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73C019B1A86D00076FC5 /* UIKit.framework */; };
3CEA73C719B1A86D00076FC5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3CEA73C519B1A86D00076FC5 /* InfoPlist.strings */; };
3CEA73C919B1A86D00076FC5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CEA73C819B1A86D00076FC5 /* main.m */; };
3CEA73CD19B1A86D00076FC5 /* FESAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CEA73CC19B1A86D00076FC5 /* FESAppDelegate.m */; };
3CEA73D019B1A86D00076FC5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3CEA73CE19B1A86D00076FC5 /* Main.storyboard */; };
3CEA73D319B1A86D00076FC5 /* FESFirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CEA73D219B1A86D00076FC5 /* FESFirstViewController.m */; };
3CEA73D619B1A86D00076FC5 /* FESSecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CEA73D519B1A86D00076FC5 /* FESSecondViewController.m */; };
3CEA73D819B1A86D00076FC5 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3CEA73D719B1A86D00076FC5 /* Images.xcassets */; };
3CEA73DF19B1A86D00076FC5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73DE19B1A86D00076FC5 /* XCTest.framework */; };
3CEA73E019B1A86D00076FC5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73BC19B1A86C00076FC5 /* Foundation.framework */; };
3CEA73E119B1A86D00076FC5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CEA73C019B1A86D00076FC5 /* UIKit.framework */; };
3CEA73E919B1A86D00076FC5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3CEA73E719B1A86D00076FC5 /* InfoPlist.strings */; };
3CEA73EB19B1A86D00076FC5 /* FestivalHelperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CEA73EA19B1A86D00076FC5 /* FestivalHelperTests.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
3CEA73E219B1A86D00076FC5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 3CEA73B119B1A86C00076FC5 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 3CEA73B819B1A86C00076FC5;
remoteInfo = FestivalHelper;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
3CEA73B919B1A86C00076FC5 /* FestivalHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FestivalHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
3CEA73BC19B1A86C00076FC5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3CEA73BE19B1A86D00076FC5 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3CEA73C019B1A86D00076FC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
3CEA73C419B1A86D00076FC5 /* FestivalHelper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FestivalHelper-Info.plist"; sourceTree = "<group>"; };
3CEA73C619B1A86D00076FC5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3CEA73C819B1A86D00076FC5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
3CEA73CA19B1A86D00076FC5 /* FestivalHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FestivalHelper-Prefix.pch"; sourceTree = "<group>"; };
3CEA73CB19B1A86D00076FC5 /* FESAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESAppDelegate.h; sourceTree = "<group>"; };
3CEA73CC19B1A86D00076FC5 /* FESAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESAppDelegate.m; sourceTree = "<group>"; };
3CEA73CF19B1A86D00076FC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3CEA73D119B1A86D00076FC5 /* FESFirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESFirstViewController.h; sourceTree = "<group>"; };
3CEA73D219B1A86D00076FC5 /* FESFirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESFirstViewController.m; sourceTree = "<group>"; };
3CEA73D419B1A86D00076FC5 /* FESSecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESSecondViewController.h; sourceTree = "<group>"; };
3CEA73D519B1A86D00076FC5 /* FESSecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESSecondViewController.m; sourceTree = "<group>"; };
3CEA73D719B1A86D00076FC5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
3CEA73DD19B1A86D00076FC5 /* FestivalHelperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FestivalHelperTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3CEA73DE19B1A86D00076FC5 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
3CEA73E619B1A86D00076FC5 /* FestivalHelperTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FestivalHelperTests-Info.plist"; sourceTree = "<group>"; };
3CEA73E819B1A86D00076FC5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3CEA73EA19B1A86D00076FC5 /* FestivalHelperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FestivalHelperTests.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
3CEA73B619B1A86C00076FC5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73BF19B1A86D00076FC5 /* CoreGraphics.framework in Frameworks */,
3CEA73C119B1A86D00076FC5 /* UIKit.framework in Frameworks */,
3CEA73BD19B1A86D00076FC5 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
3CEA73DA19B1A86D00076FC5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73DF19B1A86D00076FC5 /* XCTest.framework in Frameworks */,
3CEA73E119B1A86D00076FC5 /* UIKit.framework in Frameworks */,
3CEA73E019B1A86D00076FC5 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3CEA73B019B1A86C00076FC5 = {
isa = PBXGroup;
children = (
3CEA73C219B1A86D00076FC5 /* FestivalHelper */,
3CEA73E419B1A86D00076FC5 /* FestivalHelperTests */,
3CEA73BB19B1A86C00076FC5 /* Frameworks */,
3CEA73BA19B1A86C00076FC5 /* Products */,
);
sourceTree = "<group>";
};
3CEA73BA19B1A86C00076FC5 /* Products */ = {
isa = PBXGroup;
children = (
3CEA73B919B1A86C00076FC5 /* FestivalHelper.app */,
3CEA73DD19B1A86D00076FC5 /* FestivalHelperTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
3CEA73BB19B1A86C00076FC5 /* Frameworks */ = {
isa = PBXGroup;
children = (
3CEA73BC19B1A86C00076FC5 /* Foundation.framework */,
3CEA73BE19B1A86D00076FC5 /* CoreGraphics.framework */,
3CEA73C019B1A86D00076FC5 /* UIKit.framework */,
3CEA73DE19B1A86D00076FC5 /* XCTest.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
3CEA73C219B1A86D00076FC5 /* FestivalHelper */ = {
isa = PBXGroup;
children = (
3CEA73CB19B1A86D00076FC5 /* FESAppDelegate.h */,
3CEA73CC19B1A86D00076FC5 /* FESAppDelegate.m */,
3CEA73CE19B1A86D00076FC5 /* Main.storyboard */,
3CEA73D119B1A86D00076FC5 /* FESFirstViewController.h */,
3CEA73D219B1A86D00076FC5 /* FESFirstViewController.m */,
3CEA73D419B1A86D00076FC5 /* FESSecondViewController.h */,
3CEA73D519B1A86D00076FC5 /* FESSecondViewController.m */,
3CEA73D719B1A86D00076FC5 /* Images.xcassets */,
3CEA73C319B1A86D00076FC5 /* Supporting Files */,
);
path = FestivalHelper;
sourceTree = "<group>";
};
3CEA73C319B1A86D00076FC5 /* Supporting Files */ = {
isa = PBXGroup;
children = (
3CEA73C419B1A86D00076FC5 /* FestivalHelper-Info.plist */,
3CEA73C519B1A86D00076FC5 /* InfoPlist.strings */,
3CEA73C819B1A86D00076FC5 /* main.m */,
3CEA73CA19B1A86D00076FC5 /* FestivalHelper-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
3CEA73E419B1A86D00076FC5 /* FestivalHelperTests */ = {
isa = PBXGroup;
children = (
3CEA73EA19B1A86D00076FC5 /* FestivalHelperTests.m */,
3CEA73E519B1A86D00076FC5 /* Supporting Files */,
);
path = FestivalHelperTests;
sourceTree = "<group>";
};
3CEA73E519B1A86D00076FC5 /* Supporting Files */ = {
isa = PBXGroup;
children = (
3CEA73E619B1A86D00076FC5 /* FestivalHelperTests-Info.plist */,
3CEA73E719B1A86D00076FC5 /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
3CEA73B819B1A86C00076FC5 /* FestivalHelper */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3CEA73EE19B1A86D00076FC5 /* Build configuration list for PBXNativeTarget "FestivalHelper" */;
buildPhases = (
3CEA73B519B1A86C00076FC5 /* Sources */,
3CEA73B619B1A86C00076FC5 /* Frameworks */,
3CEA73B719B1A86C00076FC5 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FestivalHelper;
productName = FestivalHelper;
productReference = 3CEA73B919B1A86C00076FC5 /* FestivalHelper.app */;
productType = "com.apple.product-type.application";
};
3CEA73DC19B1A86D00076FC5 /* FestivalHelperTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3CEA73F119B1A86D00076FC5 /* Build configuration list for PBXNativeTarget "FestivalHelperTests" */;
buildPhases = (
3CEA73D919B1A86D00076FC5 /* Sources */,
3CEA73DA19B1A86D00076FC5 /* Frameworks */,
3CEA73DB19B1A86D00076FC5 /* Resources */,
);
buildRules = (
);
dependencies = (
3CEA73E319B1A86D00076FC5 /* PBXTargetDependency */,
);
name = FestivalHelperTests;
productName = FestivalHelperTests;
productReference = 3CEA73DD19B1A86D00076FC5 /* FestivalHelperTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
3CEA73B119B1A86C00076FC5 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = FES;
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = "Senad Uka";
TargetAttributes = {
3CEA73DC19B1A86D00076FC5 = {
TestTargetID = 3CEA73B819B1A86C00076FC5;
};
};
};
buildConfigurationList = 3CEA73B419B1A86C00076FC5 /* Build configuration list for PBXProject "FestivalHelper" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 3CEA73B019B1A86C00076FC5;
productRefGroup = 3CEA73BA19B1A86C00076FC5 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3CEA73B819B1A86C00076FC5 /* FestivalHelper */,
3CEA73DC19B1A86D00076FC5 /* FestivalHelperTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3CEA73B719B1A86C00076FC5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73D819B1A86D00076FC5 /* Images.xcassets in Resources */,
3CEA73C719B1A86D00076FC5 /* InfoPlist.strings in Resources */,
3CEA73D019B1A86D00076FC5 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
3CEA73DB19B1A86D00076FC5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73E919B1A86D00076FC5 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3CEA73B519B1A86C00076FC5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73D319B1A86D00076FC5 /* FESFirstViewController.m in Sources */,
3CEA73D619B1A86D00076FC5 /* FESSecondViewController.m in Sources */,
3CEA73C919B1A86D00076FC5 /* main.m in Sources */,
3CEA73CD19B1A86D00076FC5 /* FESAppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
3CEA73D919B1A86D00076FC5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3CEA73EB19B1A86D00076FC5 /* FestivalHelperTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
3CEA73E319B1A86D00076FC5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3CEA73B819B1A86C00076FC5 /* FestivalHelper */;
targetProxy = 3CEA73E219B1A86D00076FC5 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
3CEA73C519B1A86D00076FC5 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
3CEA73C619B1A86D00076FC5 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
3CEA73CE19B1A86D00076FC5 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
3CEA73CF19B1A86D00076FC5 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
3CEA73E719B1A86D00076FC5 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
3CEA73E819B1A86D00076FC5 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
3CEA73EC19B1A86D00076FC5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
3CEA73ED19B1A86D00076FC5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
3CEA73EF19B1A86D00076FC5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FestivalHelper/FestivalHelper-Prefix.pch";
INFOPLIST_FILE = "FestivalHelper/FestivalHelper-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
3CEA73F019B1A86D00076FC5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FestivalHelper/FestivalHelper-Prefix.pch";
INFOPLIST_FILE = "FestivalHelper/FestivalHelper-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
3CEA73F219B1A86D00076FC5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/FestivalHelper.app/FestivalHelper";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FestivalHelper/FestivalHelper-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = "FestivalHelperTests/FestivalHelperTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Debug;
};
3CEA73F319B1A86D00076FC5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/FestivalHelper.app/FestivalHelper";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FestivalHelper/FestivalHelper-Prefix.pch";
INFOPLIST_FILE = "FestivalHelperTests/FestivalHelperTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3CEA73B419B1A86C00076FC5 /* Build configuration list for PBXProject "FestivalHelper" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3CEA73EC19B1A86D00076FC5 /* Debug */,
3CEA73ED19B1A86D00076FC5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3CEA73EE19B1A86D00076FC5 /* Build configuration list for PBXNativeTarget "FestivalHelper" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3CEA73EF19B1A86D00076FC5 /* Debug */,
3CEA73F019B1A86D00076FC5 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
3CEA73F119B1A86D00076FC5 /* Build configuration list for PBXNativeTarget "FestivalHelperTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3CEA73F219B1A86D00076FC5 /* Debug */,
3CEA73F319B1A86D00076FC5 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 3CEA73B119B1A86C00076FC5 /* Project object */;
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:FestivalHelper.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5023" systemVersion="13A603" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="8YX-ce-x5E">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<scenes>
<!--class Prefix:identifier First View Controller - First-->
<scene sceneID="W3I-pn-N6e">
<objects>
<viewController title="First" id="CZ4-MO-1fc" customClass="FESFirstViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="s9W-kb-ARv"/>
<viewControllerLayoutGuide type="bottom" id="dtj-EO-iXF"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="2VE-Yg-loa">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="First View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="Zhg-ve-WU7">
<rect key="frame" x="20" y="158" width="280" height="42"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<textView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" delaysContentTouches="NO" canCancelContentTouches="NO" minimumZoomScale="0.0" maximumZoomScale="0.0" bouncesZoom="NO" editable="NO" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="tZ3-Hv-Q7E">
<rect key="frame" x="20" y="240" width="280" height="88"/>
<constraints>
<constraint firstAttribute="height" constant="88" id="rDj-Sg-2Zj"/>
</constraints>
<string key="text">Loaded by the first view controller — an instance of FESFirstViewController — specified in the app delegate.</string>
<fontDescription key="fontDescription" type="system" size="system"/>
<textInputTraits key="textInputTraits"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="tZ3-Hv-Q7E" secondAttribute="trailing" constant="20" symbolic="YES" id="94m-GQ-azi"/>
<constraint firstItem="tZ3-Hv-Q7E" firstAttribute="top" secondItem="Zhg-ve-WU7" secondAttribute="bottom" constant="40" id="G3o-MK-III"/>
<constraint firstItem="Zhg-ve-WU7" firstAttribute="leading" secondItem="2VE-Yg-loa" secondAttribute="leading" constant="20" symbolic="YES" id="JQj-gp-vk2"/>
<constraint firstAttribute="trailing" secondItem="Zhg-ve-WU7" secondAttribute="trailing" constant="20" symbolic="YES" id="eHs-J5-0HT"/>
<constraint firstItem="tZ3-Hv-Q7E" firstAttribute="leading" secondItem="2VE-Yg-loa" secondAttribute="leading" constant="20" symbolic="YES" id="lKy-m9-LcB"/>
<constraint firstAttribute="centerY" secondItem="tZ3-Hv-Q7E" secondAttribute="centerY" id="xLM-BA-nZb"/>
</constraints>
</view>
<tabBarItem key="tabBarItem" title="First" image="first" id="u1e-5L-l1D"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Qh2-T1-AhA" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="653" y="-138"/>
</scene>
<!--class Prefix:identifier Second View Controller - Second-->
<scene sceneID="ot8-2e-RuS">
<objects>
<viewController title="Second" id="QUy-BD-bpt" customClass="FESSecondViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="FgS-U6-xeU"/>
<viewControllerLayoutGuide type="bottom" id="stI-4g-hlJ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="gMD-aP-Fq6">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Second View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="29h-N2-YGT">
<rect key="frame" x="20" y="158" width="280" height="42"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<textView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" delaysContentTouches="NO" canCancelContentTouches="NO" minimumZoomScale="0.0" maximumZoomScale="0.0" bouncesZoom="NO" editable="NO" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="DcM-Fx-MKR">
<rect key="frame" x="20" y="240" width="280" height="88"/>
<constraints>
<constraint firstAttribute="height" constant="88" id="9fN-Zf-E0i"/>
</constraints>
<string key="text">Loaded by the second view controller — an instance of FESSecondViewController — specified in the app delegate.</string>
<fontDescription key="fontDescription" type="system" size="system"/>
<textInputTraits key="textInputTraits"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="29h-N2-YGT" firstAttribute="leading" secondItem="gMD-aP-Fq6" secondAttribute="leading" constant="20" symbolic="YES" id="4te-rk-9Fp"/>
<constraint firstAttribute="trailing" secondItem="29h-N2-YGT" secondAttribute="trailing" constant="20" symbolic="YES" id="FIx-Zl-RBr"/>
<constraint firstItem="DcM-Fx-MKR" firstAttribute="top" secondItem="29h-N2-YGT" secondAttribute="bottom" constant="40" id="Gb1-a9-eY8"/>
<constraint firstAttribute="trailing" secondItem="DcM-Fx-MKR" secondAttribute="trailing" constant="20" symbolic="YES" id="XTh-ji-q0k"/>
<constraint firstItem="DcM-Fx-MKR" firstAttribute="leading" secondItem="gMD-aP-Fq6" secondAttribute="leading" constant="20" symbolic="YES" id="l9f-S9-V20"/>
<constraint firstAttribute="centerY" secondItem="DcM-Fx-MKR" secondAttribute="centerY" id="lHZ-e8-ii2"/>
</constraints>
</view>
<tabBarItem key="tabBarItem" title="Second" image="second" id="Z7h-1E-pvt"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3qq-4t-Ow8" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="653" y="498"/>
</scene>
<!--Tab Bar Controller-->
<scene sceneID="Vex-rW-GRa">
<objects>
<tabBarController id="8YX-ce-x5E" sceneMemberID="viewController">
<nil key="simulatedBottomBarMetrics"/>
<tabBar key="tabBar" contentMode="scaleToFill" id="JQR-rB-NYL">
<rect key="frame" x="0.0" y="431" width="320" height="49"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tabBar>
<connections>
<segue destination="CZ4-MO-1fc" kind="relationship" relationship="viewControllers" id="SUk-Ux-ee1"/>
<segue destination="QUy-BD-bpt" kind="relationship" relationship="viewControllers" id="M8t-EP-wfW"/>
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="FNP-y4-bzi" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="132" y="180"/>
</scene>
</scenes>
<resources>
<image name="first" width="16" height="16"/>
<image name="second" width="16" height="16"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>

View File

@@ -0,0 +1,15 @@
//
// FESAppDelegate.h
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FESAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end

View File

@@ -0,0 +1,46 @@
//
// FESAppDelegate.m
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import "FESAppDelegate.h"
@implementation FESAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
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

View File

@@ -0,0 +1,13 @@
//
// FESFirstViewController.h
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FESFirstViewController : UIViewController
@end

View File

@@ -0,0 +1,29 @@
//
// FESFirstViewController.m
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import "FESFirstViewController.h"
@interface FESFirstViewController ()
@end
@implementation FESFirstViewController
- (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

View File

@@ -0,0 +1,13 @@
//
// FESSecondViewController.h
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FESSecondViewController : UIViewController
@end

View File

@@ -0,0 +1,29 @@
//
// FESSecondViewController.m
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import "FESSecondViewController.h"
@interface FESSecondViewController ()
@end
@implementation FESSecondViewController
- (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

View File

@@ -0,0 +1,50 @@
<?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.mhalka.${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>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
</dict>
</dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,16 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif

View File

@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@@ -0,0 +1,23 @@
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"subtype" : "retina4",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@@ -0,0 +1,18 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "first.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "first@2x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

View File

@@ -0,0 +1,18 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "second.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "second@2x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

View File

@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

18
FestivalHelper/main.m Normal file
View File

@@ -0,0 +1,18 @@
//
// main.m
// FestivalHelper
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FESAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([FESAppDelegate class]));
}
}

View File

@@ -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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.mhalka.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@@ -0,0 +1,34 @@
//
// FestivalHelperTests.m
// FestivalHelperTests
//
// Created by Senad Uka on 8/30/14.
// Copyright (c) 2014 Senad Uka. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface FestivalHelperTests : XCTestCase
@end
@implementation FestivalHelperTests
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end

View File

@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */