Skip to content

Commit

Permalink
Added project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
avadeshyadav committed Mar 22, 2016
0 parents commit a827dab
Show file tree
Hide file tree
Showing 17 changed files with 1,143 additions and 0 deletions.
336 changes: 336 additions & 0 deletions AnimationSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,336 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
CB24BEED1C9A51F300DBE861 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB24BEEB1C9A51F300DBE861 /* Main.storyboard */; };
CB24BEEF1C9A51F300DBE861 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CB24BEEE1C9A51F300DBE861 /* Assets.xcassets */; };
CB24BEF21C9A51F300DBE861 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CB24BEF01C9A51F300DBE861 /* LaunchScreen.storyboard */; };
CB5D80BA1C9DAF6F0075F383 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D80B21C9DAF6F0075F383 /* AppDelegate.swift */; };
CB5D80BB1C9DAF6F0075F383 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D80B51C9DAF6F0075F383 /* ViewController.swift */; };
CB5D80BC1C9DAF6F0075F383 /* ProfileImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D80B71C9DAF6F0075F383 /* ProfileImageCell.swift */; };
CB5D80BD1C9DAF6F0075F383 /* ProfilViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D80B81C9DAF6F0075F383 /* ProfilViewController.swift */; };
CB5D80BE1C9DAF6F0075F383 /* UserDetailsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D80B91C9DAF6F0075F383 /* UserDetailsCell.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
CB24BEE41C9A51F300DBE861 /* AnimationSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimationSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
CB24BEEC1C9A51F300DBE861 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
CB24BEEE1C9A51F300DBE861 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
CB24BEF11C9A51F300DBE861 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
CB24BEF31C9A51F300DBE861 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CB5D80B21C9DAF6F0075F383 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
CB5D80B51C9DAF6F0075F383 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
CB5D80B71C9DAF6F0075F383 /* ProfileImageCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileImageCell.swift; sourceTree = "<group>"; };
CB5D80B81C9DAF6F0075F383 /* ProfilViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfilViewController.swift; sourceTree = "<group>"; };
CB5D80B91C9DAF6F0075F383 /* UserDetailsCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserDetailsCell.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
CB24BEE11C9A51F300DBE861 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
CB24BEDB1C9A51F300DBE861 = {
isa = PBXGroup;
children = (
CB24BEE61C9A51F300DBE861 /* AnimationSample */,
CB24BEE51C9A51F300DBE861 /* Products */,
);
sourceTree = "<group>";
};
CB24BEE51C9A51F300DBE861 /* Products */ = {
isa = PBXGroup;
children = (
CB24BEE41C9A51F300DBE861 /* AnimationSample.app */,
);
name = Products;
sourceTree = "<group>";
};
CB24BEE61C9A51F300DBE861 /* AnimationSample */ = {
isa = PBXGroup;
children = (
CB5D80B11C9DAF6F0075F383 /* AppDelegate */,
CB5D80B31C9DAF6F0075F383 /* UIClasses */,
CB24BEEB1C9A51F300DBE861 /* Main.storyboard */,
CB24BEEE1C9A51F300DBE861 /* Assets.xcassets */,
CB24BEF01C9A51F300DBE861 /* LaunchScreen.storyboard */,
CB24BEF31C9A51F300DBE861 /* Info.plist */,
);
path = AnimationSample;
sourceTree = "<group>";
};
CB5D80B11C9DAF6F0075F383 /* AppDelegate */ = {
isa = PBXGroup;
children = (
CB5D80B21C9DAF6F0075F383 /* AppDelegate.swift */,
);
path = AppDelegate;
sourceTree = "<group>";
};
CB5D80B31C9DAF6F0075F383 /* UIClasses */ = {
isa = PBXGroup;
children = (
CB5D80B41C9DAF6F0075F383 /* HomeScreen */,
CB5D80B61C9DAF6F0075F383 /* ProfileScreen */,
);
path = UIClasses;
sourceTree = "<group>";
};
CB5D80B41C9DAF6F0075F383 /* HomeScreen */ = {
isa = PBXGroup;
children = (
CB5D80B51C9DAF6F0075F383 /* ViewController.swift */,
);
path = HomeScreen;
sourceTree = "<group>";
};
CB5D80B61C9DAF6F0075F383 /* ProfileScreen */ = {
isa = PBXGroup;
children = (
CB5D80B81C9DAF6F0075F383 /* ProfilViewController.swift */,
CB5D80B71C9DAF6F0075F383 /* ProfileImageCell.swift */,
CB5D80B91C9DAF6F0075F383 /* UserDetailsCell.swift */,
);
path = ProfileScreen;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
CB24BEE31C9A51F300DBE861 /* AnimationSample */ = {
isa = PBXNativeTarget;
buildConfigurationList = CB24BEF61C9A51F300DBE861 /* Build configuration list for PBXNativeTarget "AnimationSample" */;
buildPhases = (
CB24BEE01C9A51F300DBE861 /* Sources */,
CB24BEE11C9A51F300DBE861 /* Frameworks */,
CB24BEE21C9A51F300DBE861 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AnimationSample;
productName = AnimationSample;
productReference = CB24BEE41C9A51F300DBE861 /* AnimationSample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
CB24BEDC1C9A51F300DBE861 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "ibibo Group";
TargetAttributes = {
CB24BEE31C9A51F300DBE861 = {
CreatedOnToolsVersion = 7.1;
};
};
};
buildConfigurationList = CB24BEDF1C9A51F300DBE861 /* Build configuration list for PBXProject "AnimationSample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = CB24BEDB1C9A51F300DBE861;
productRefGroup = CB24BEE51C9A51F300DBE861 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
CB24BEE31C9A51F300DBE861 /* AnimationSample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
CB24BEE21C9A51F300DBE861 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CB24BEF21C9A51F300DBE861 /* LaunchScreen.storyboard in Resources */,
CB24BEEF1C9A51F300DBE861 /* Assets.xcassets in Resources */,
CB24BEED1C9A51F300DBE861 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
CB24BEE01C9A51F300DBE861 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CB5D80BA1C9DAF6F0075F383 /* AppDelegate.swift in Sources */,
CB5D80BD1C9DAF6F0075F383 /* ProfilViewController.swift in Sources */,
CB5D80BE1C9DAF6F0075F383 /* UserDetailsCell.swift in Sources */,
CB5D80BB1C9DAF6F0075F383 /* ViewController.swift in Sources */,
CB5D80BC1C9DAF6F0075F383 /* ProfileImageCell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
CB24BEEB1C9A51F300DBE861 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
CB24BEEC1C9A51F300DBE861 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
CB24BEF01C9A51F300DBE861 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
CB24BEF11C9A51F300DBE861 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
CB24BEF41C9A51F300DBE861 /* 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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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 = 9.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
CB24BEF51C9A51F300DBE861 /* 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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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 = 9.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
CB24BEF71C9A51F300DBE861 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ibiboryde.AnimationSample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
CB24BEF81C9A51F300DBE861 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ibiboryde.AnimationSample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
CB24BEDF1C9A51F300DBE861 /* Build configuration list for PBXProject "AnimationSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CB24BEF41C9A51F300DBE861 /* Debug */,
CB24BEF51C9A51F300DBE861 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
CB24BEF61C9A51F300DBE861 /* Build configuration list for PBXNativeTarget "AnimationSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
CB24BEF71C9A51F300DBE861 /* Debug */,
CB24BEF81C9A51F300DBE861 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = CB24BEDC1C9A51F300DBE861 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions AnimationSample/AppDelegate/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
//
// AppDelegate.swift
// AnimationSample
//
// Created by Avadesh Kumar on 17/03/16.
// Copyright © 2016 ibibo Group. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
return true
}

func applicationWillResignActive(application: UIApplication) {
// 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.
}

func applicationDidEnterBackground(application: UIApplication) {
// 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.
}

func applicationWillEnterForeground(application: UIApplication) {
// 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.
}

func applicationDidBecomeActive(application: UIApplication) {
// 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.
}

func applicationWillTerminate(application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

Loading

0 comments on commit a827dab

Please sign in to comment.