From 6feae094f8264e0685d5e22cf4a0fe2a1a2c6d61 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sat, 30 Aug 2014 08:36:36 +0200 Subject: [PATCH] Initial Commit --- FestivalHelper.xcodeproj/project.pbxproj | 478 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + FestivalHelper/Base.lproj/Main.storyboard | 126 +++++ FestivalHelper/FESAppDelegate.h | 15 + FestivalHelper/FESAppDelegate.m | 46 ++ FestivalHelper/FESFirstViewController.h | 13 + FestivalHelper/FESFirstViewController.m | 29 ++ FestivalHelper/FESSecondViewController.h | 13 + FestivalHelper/FESSecondViewController.m | 29 ++ FestivalHelper/FestivalHelper-Info.plist | 50 ++ FestivalHelper/FestivalHelper-Prefix.pch | 16 + .../AppIcon.appiconset/Contents.json | 23 + .../LaunchImage.launchimage/Contents.json | 23 + .../first.imageset/Contents.json | 18 + .../Images.xcassets/first.imageset/first.png | Bin 0 -> 253 bytes .../first.imageset/first@2x.png | Bin 0 -> 402 bytes .../second.imageset/Contents.json | 18 + .../second.imageset/second.png | Bin 0 -> 128 bytes .../second.imageset/second@2x.png | Bin 0 -> 130 bytes FestivalHelper/en.lproj/InfoPlist.strings | 2 + FestivalHelper/main.m | 18 + .../FestivalHelperTests-Info.plist | 22 + FestivalHelperTests/FestivalHelperTests.m | 34 ++ .../en.lproj/InfoPlist.strings | 2 + 24 files changed, 982 insertions(+) create mode 100644 FestivalHelper.xcodeproj/project.pbxproj create mode 100644 FestivalHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 FestivalHelper/Base.lproj/Main.storyboard create mode 100644 FestivalHelper/FESAppDelegate.h create mode 100644 FestivalHelper/FESAppDelegate.m create mode 100644 FestivalHelper/FESFirstViewController.h create mode 100644 FestivalHelper/FESFirstViewController.m create mode 100644 FestivalHelper/FESSecondViewController.h create mode 100644 FestivalHelper/FESSecondViewController.m create mode 100644 FestivalHelper/FestivalHelper-Info.plist create mode 100644 FestivalHelper/FestivalHelper-Prefix.pch create mode 100644 FestivalHelper/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 FestivalHelper/Images.xcassets/LaunchImage.launchimage/Contents.json create mode 100644 FestivalHelper/Images.xcassets/first.imageset/Contents.json create mode 100644 FestivalHelper/Images.xcassets/first.imageset/first.png create mode 100644 FestivalHelper/Images.xcassets/first.imageset/first@2x.png create mode 100644 FestivalHelper/Images.xcassets/second.imageset/Contents.json create mode 100644 FestivalHelper/Images.xcassets/second.imageset/second.png create mode 100644 FestivalHelper/Images.xcassets/second.imageset/second@2x.png create mode 100644 FestivalHelper/en.lproj/InfoPlist.strings create mode 100644 FestivalHelper/main.m create mode 100644 FestivalHelperTests/FestivalHelperTests-Info.plist create mode 100644 FestivalHelperTests/FestivalHelperTests.m create mode 100644 FestivalHelperTests/en.lproj/InfoPlist.strings diff --git a/FestivalHelper.xcodeproj/project.pbxproj b/FestivalHelper.xcodeproj/project.pbxproj new file mode 100644 index 0000000..c29038c --- /dev/null +++ b/FestivalHelper.xcodeproj/project.pbxproj @@ -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 = ""; }; + 3CEA73C619B1A86D00076FC5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 3CEA73C819B1A86D00076FC5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 3CEA73CA19B1A86D00076FC5 /* FestivalHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FestivalHelper-Prefix.pch"; sourceTree = ""; }; + 3CEA73CB19B1A86D00076FC5 /* FESAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESAppDelegate.h; sourceTree = ""; }; + 3CEA73CC19B1A86D00076FC5 /* FESAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESAppDelegate.m; sourceTree = ""; }; + 3CEA73CF19B1A86D00076FC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 3CEA73D119B1A86D00076FC5 /* FESFirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESFirstViewController.h; sourceTree = ""; }; + 3CEA73D219B1A86D00076FC5 /* FESFirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESFirstViewController.m; sourceTree = ""; }; + 3CEA73D419B1A86D00076FC5 /* FESSecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FESSecondViewController.h; sourceTree = ""; }; + 3CEA73D519B1A86D00076FC5 /* FESSecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FESSecondViewController.m; sourceTree = ""; }; + 3CEA73D719B1A86D00076FC5 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 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 = ""; }; + 3CEA73E819B1A86D00076FC5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 3CEA73EA19B1A86D00076FC5 /* FestivalHelperTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FestivalHelperTests.m; sourceTree = ""; }; +/* 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 = ""; + }; + 3CEA73BA19B1A86C00076FC5 /* Products */ = { + isa = PBXGroup; + children = ( + 3CEA73B919B1A86C00076FC5 /* FestivalHelper.app */, + 3CEA73DD19B1A86D00076FC5 /* FestivalHelperTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 3CEA73BB19B1A86C00076FC5 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 3CEA73BC19B1A86C00076FC5 /* Foundation.framework */, + 3CEA73BE19B1A86D00076FC5 /* CoreGraphics.framework */, + 3CEA73C019B1A86D00076FC5 /* UIKit.framework */, + 3CEA73DE19B1A86D00076FC5 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 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 = ""; + }; + 3CEA73C319B1A86D00076FC5 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 3CEA73C419B1A86D00076FC5 /* FestivalHelper-Info.plist */, + 3CEA73C519B1A86D00076FC5 /* InfoPlist.strings */, + 3CEA73C819B1A86D00076FC5 /* main.m */, + 3CEA73CA19B1A86D00076FC5 /* FestivalHelper-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 3CEA73E419B1A86D00076FC5 /* FestivalHelperTests */ = { + isa = PBXGroup; + children = ( + 3CEA73EA19B1A86D00076FC5 /* FestivalHelperTests.m */, + 3CEA73E519B1A86D00076FC5 /* Supporting Files */, + ); + path = FestivalHelperTests; + sourceTree = ""; + }; + 3CEA73E519B1A86D00076FC5 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 3CEA73E619B1A86D00076FC5 /* FestivalHelperTests-Info.plist */, + 3CEA73E719B1A86D00076FC5 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* 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 = ""; + }; + 3CEA73CE19B1A86D00076FC5 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 3CEA73CF19B1A86D00076FC5 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 3CEA73E719B1A86D00076FC5 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 3CEA73E819B1A86D00076FC5 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* 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 */; +} diff --git a/FestivalHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/FestivalHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9c82d3d --- /dev/null +++ b/FestivalHelper.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/FestivalHelper/Base.lproj/Main.storyboard b/FestivalHelper/Base.lproj/Main.storyboard new file mode 100644 index 0000000..e7bbd05 --- /dev/null +++ b/FestivalHelper/Base.lproj/Main.storyboard @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Loaded by the first view controller — an instance of FESFirstViewController — specified in the app delegate. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loaded by the second view controller — an instance of FESSecondViewController — specified in the app delegate. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FestivalHelper/FESAppDelegate.h b/FestivalHelper/FESAppDelegate.h new file mode 100644 index 0000000..7a7bcdd --- /dev/null +++ b/FestivalHelper/FESAppDelegate.h @@ -0,0 +1,15 @@ +// +// FESAppDelegate.h +// FestivalHelper +// +// Created by Senad Uka on 8/30/14. +// Copyright (c) 2014 Senad Uka. All rights reserved. +// + +#import + +@interface FESAppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + +@end diff --git a/FestivalHelper/FESAppDelegate.m b/FestivalHelper/FESAppDelegate.m new file mode 100644 index 0000000..8e10074 --- /dev/null +++ b/FestivalHelper/FESAppDelegate.m @@ -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 diff --git a/FestivalHelper/FESFirstViewController.h b/FestivalHelper/FESFirstViewController.h new file mode 100644 index 0000000..09450d0 --- /dev/null +++ b/FestivalHelper/FESFirstViewController.h @@ -0,0 +1,13 @@ +// +// FESFirstViewController.h +// FestivalHelper +// +// Created by Senad Uka on 8/30/14. +// Copyright (c) 2014 Senad Uka. All rights reserved. +// + +#import + +@interface FESFirstViewController : UIViewController + +@end diff --git a/FestivalHelper/FESFirstViewController.m b/FestivalHelper/FESFirstViewController.m new file mode 100644 index 0000000..ef940a8 --- /dev/null +++ b/FestivalHelper/FESFirstViewController.m @@ -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 diff --git a/FestivalHelper/FESSecondViewController.h b/FestivalHelper/FESSecondViewController.h new file mode 100644 index 0000000..3fcc90e --- /dev/null +++ b/FestivalHelper/FESSecondViewController.h @@ -0,0 +1,13 @@ +// +// FESSecondViewController.h +// FestivalHelper +// +// Created by Senad Uka on 8/30/14. +// Copyright (c) 2014 Senad Uka. All rights reserved. +// + +#import + +@interface FESSecondViewController : UIViewController + +@end diff --git a/FestivalHelper/FESSecondViewController.m b/FestivalHelper/FESSecondViewController.m new file mode 100644 index 0000000..0f5602f --- /dev/null +++ b/FestivalHelper/FESSecondViewController.m @@ -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 diff --git a/FestivalHelper/FestivalHelper-Info.plist b/FestivalHelper/FestivalHelper-Info.plist new file mode 100644 index 0000000..83f2441 --- /dev/null +++ b/FestivalHelper/FestivalHelper-Info.plist @@ -0,0 +1,50 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.mhalka.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/FestivalHelper/FestivalHelper-Prefix.pch b/FestivalHelper/FestivalHelper-Prefix.pch new file mode 100644 index 0000000..82a2bb4 --- /dev/null +++ b/FestivalHelper/FestivalHelper-Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#import + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/FestivalHelper/Images.xcassets/AppIcon.appiconset/Contents.json b/FestivalHelper/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..a396706 --- /dev/null +++ b/FestivalHelper/Images.xcassets/AppIcon.appiconset/Contents.json @@ -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" + } +} \ No newline at end of file diff --git a/FestivalHelper/Images.xcassets/LaunchImage.launchimage/Contents.json b/FestivalHelper/Images.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..c79ebd3 --- /dev/null +++ b/FestivalHelper/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -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" + } +} \ No newline at end of file diff --git a/FestivalHelper/Images.xcassets/first.imageset/Contents.json b/FestivalHelper/Images.xcassets/first.imageset/Contents.json new file mode 100644 index 0000000..a345b09 --- /dev/null +++ b/FestivalHelper/Images.xcassets/first.imageset/Contents.json @@ -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" + } +} \ No newline at end of file diff --git a/FestivalHelper/Images.xcassets/first.imageset/first.png b/FestivalHelper/Images.xcassets/first.imageset/first.png new file mode 100644 index 0000000000000000000000000000000000000000..9300ee2cd85a05d8ab3d300acc09c13829ccb5ce GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^av;pY3?xs=ZJr3EI14-?iy0WWg+Z8+Vb&Z8prA^C zPl)UP|NntZ{NT8nT`EuocS(?6FasltZ*a@vB{%Q?+`Lrc8c;aH)5S4F;&O7r0@i?& zF{WoZ52n7mx3~H`AG5@C!zy!*9MOhPk>$<~3{&!XpXRp}%-pr`k1SV$-RV4u0*22w zAO2x6m@j;8KEt!(gFm@9e7bmb^TL_!dGfoeFWl{ZC|~k_Q9HX^MW7%9gZ;w7yrcIE Q^gxdFboFyt=akR{03BgY=Kufz literal 0 HcmV?d00001 diff --git a/FestivalHelper/Images.xcassets/first.imageset/first@2x.png b/FestivalHelper/Images.xcassets/first.imageset/first@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..374d78edd0e6d5db42b559bac2178edef037836a GIT binary patch literal 402 zcmeAS@N?(olHy`uVBq!ia0vp^HXzKw3=&b&bO2JE1s;*b3=CqbAk63)r1AkM=o;V? z;`;ype;|`WAeXrOCC~`5k|4ie21X_}K5=6c-?FCezLl$1U%LPN&9|Skp6V+DRb2FR zaSZV|{&t!t-(dwFhRxG9n7sM-Ke&3WQnRdOsQ#H+mQQxR%?IsgO#P;KeOB}J^*^WW zn#~dKvU&5>v!Xi!?i?%bXW@96u%f$_t!&|)uPtiNz4qKLWW4uxyKc$GyAh0z>RHi? zo?JOMgIVbMn$=FHmxgAuNz8E5cj=S)s26y^Y2l`4C#9y^`hQy?Q&Hsb^vq;qt?+p< z^QXJs7i0CAq7^vN;PmIOHOU=OL1sKI$sT45u8YIXzI2ur>+O#&*(9nR{qE3ar?Lw% i{+gxlr%3V4d&E5TcJ?AMtKADhA?WGq=d#Wzp$Pymd53oZ literal 0 HcmV?d00001 diff --git a/FestivalHelper/Images.xcassets/second.imageset/Contents.json b/FestivalHelper/Images.xcassets/second.imageset/Contents.json new file mode 100644 index 0000000..2136402 --- /dev/null +++ b/FestivalHelper/Images.xcassets/second.imageset/Contents.json @@ -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" + } +} \ No newline at end of file diff --git a/FestivalHelper/Images.xcassets/second.imageset/second.png b/FestivalHelper/Images.xcassets/second.imageset/second.png new file mode 100644 index 0000000000000000000000000000000000000000..1100b487f2ca4f4b885625ba575c842c210fb73c GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^av;pe3?v!<**pYNoCO|{#S9GG!XV7ZFl&wkP>?Oa zC&cyt|NlT{=%LGXAk`&7e!&b5&u*jvIl`VUjv*Y^lM@bb&-nj;xnQF>1H+`lD#BN) SrXB@KGkCiCxvXFVdQ&MBb@0K*?3>;M1& literal 0 HcmV?d00001 diff --git a/FestivalHelper/en.lproj/InfoPlist.strings b/FestivalHelper/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/FestivalHelper/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/FestivalHelper/main.m b/FestivalHelper/main.m new file mode 100644 index 0000000..8267253 --- /dev/null +++ b/FestivalHelper/main.m @@ -0,0 +1,18 @@ +// +// main.m +// FestivalHelper +// +// Created by Senad Uka on 8/30/14. +// Copyright (c) 2014 Senad Uka. All rights reserved. +// + +#import + +#import "FESAppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([FESAppDelegate class])); + } +} diff --git a/FestivalHelperTests/FestivalHelperTests-Info.plist b/FestivalHelperTests/FestivalHelperTests-Info.plist new file mode 100644 index 0000000..52d0cdc --- /dev/null +++ b/FestivalHelperTests/FestivalHelperTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.mhalka.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/FestivalHelperTests/FestivalHelperTests.m b/FestivalHelperTests/FestivalHelperTests.m new file mode 100644 index 0000000..afe29cb --- /dev/null +++ b/FestivalHelperTests/FestivalHelperTests.m @@ -0,0 +1,34 @@ +// +// FestivalHelperTests.m +// FestivalHelperTests +// +// Created by Senad Uka on 8/30/14. +// Copyright (c) 2014 Senad Uka. All rights reserved. +// + +#import + +@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 diff --git a/FestivalHelperTests/en.lproj/InfoPlist.strings b/FestivalHelperTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/FestivalHelperTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +