Skip to content

Commit

Permalink
FirstCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamshi Krishna authored and Vamshi Krishna committed May 8, 2017
0 parents commit 79fb017
Show file tree
Hide file tree
Showing 32 changed files with 1,311 additions and 0 deletions.
354 changes: 354 additions & 0 deletions YouTubeHomeFeed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,354 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
9614B6441EBED6FB008CFA46 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9614B6431EBED6FB008CFA46 /* Extensions.swift */; };
9614B6471EBED78C008CFA46 /* VideoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9614B6461EBED78C008CFA46 /* VideoCell.swift */; };
9614B64A1EBEDE72008CFA46 /* MenuBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9614B6491EBEDE72008CFA46 /* MenuBar.swift */; };
9614B64E1EBEED41008CFA46 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9614B64D1EBEED41008CFA46 /* Utility.swift */; };
9614B6501EBF5B0B008CFA46 /* Video.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9614B64F1EBF5B0B008CFA46 /* Video.swift */; };
96E770F11EBE24FF00E3E1EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E770F01EBE24FF00E3E1EE /* AppDelegate.swift */; };
96E770F61EBE24FF00E3E1EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 96E770F41EBE24FF00E3E1EE /* Main.storyboard */; };
96E770F81EBE24FF00E3E1EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 96E770F71EBE24FF00E3E1EE /* Assets.xcassets */; };
96E770FB1EBE24FF00E3E1EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 96E770F91EBE24FF00E3E1EE /* LaunchScreen.storyboard */; };
96E771051EBE267800E3E1EE /* HomeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E771041EBE267800E3E1EE /* HomeController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
9614B6431EBED6FB008CFA46 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
9614B6461EBED78C008CFA46 /* VideoCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoCell.swift; sourceTree = "<group>"; };
9614B6491EBEDE72008CFA46 /* MenuBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuBar.swift; sourceTree = "<group>"; };
9614B64D1EBEED41008CFA46 /* Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utility.swift; sourceTree = "<group>"; };
9614B64F1EBF5B0B008CFA46 /* Video.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Video.swift; sourceTree = "<group>"; };
96E770ED1EBE24FF00E3E1EE /* YouTubeHomeFeed.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YouTubeHomeFeed.app; sourceTree = BUILT_PRODUCTS_DIR; };
96E770F01EBE24FF00E3E1EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
96E770F51EBE24FF00E3E1EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
96E770F71EBE24FF00E3E1EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
96E770FA1EBE24FF00E3E1EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
96E770FC1EBE24FF00E3E1EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
96E771041EBE267800E3E1EE /* HomeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
9614B6421EBED6ED008CFA46 /* Helpers */ = {
isa = PBXGroup;
children = (
9614B6431EBED6FB008CFA46 /* Extensions.swift */,
9614B64D1EBEED41008CFA46 /* Utility.swift */,
);
name = Helpers;
sourceTree = "<group>";
};
9614B6451EBED777008CFA46 /* View */ = {
isa = PBXGroup;
children = (
9614B6461EBED78C008CFA46 /* VideoCell.swift */,
);
name = View;
sourceTree = "<group>";
};
9614B6481EBED7D7008CFA46 /* Controller */ = {
isa = PBXGroup;
children = (
96E771041EBE267800E3E1EE /* HomeController.swift */,
);
name = Controller;
sourceTree = "<group>";
};
96E770E41EBE24FF00E3E1EE = {
isa = PBXGroup;
children = (
96E770EF1EBE24FF00E3E1EE /* YouTubeHomeFeed */,
96E770EE1EBE24FF00E3E1EE /* Products */,
);
sourceTree = "<group>";
};
96E770EE1EBE24FF00E3E1EE /* Products */ = {
isa = PBXGroup;
children = (
96E770ED1EBE24FF00E3E1EE /* YouTubeHomeFeed.app */,
);
name = Products;
sourceTree = "<group>";
};
96E770EF1EBE24FF00E3E1EE /* YouTubeHomeFeed */ = {
isa = PBXGroup;
children = (
96E770F01EBE24FF00E3E1EE /* AppDelegate.swift */,
9614B6491EBEDE72008CFA46 /* MenuBar.swift */,
9614B64F1EBF5B0B008CFA46 /* Video.swift */,
9614B6451EBED777008CFA46 /* View */,
9614B6481EBED7D7008CFA46 /* Controller */,
9614B6421EBED6ED008CFA46 /* Helpers */,
96E770F41EBE24FF00E3E1EE /* Main.storyboard */,
96E770F71EBE24FF00E3E1EE /* Assets.xcassets */,
96E770F91EBE24FF00E3E1EE /* LaunchScreen.storyboard */,
96E770FC1EBE24FF00E3E1EE /* Info.plist */,
);
path = YouTubeHomeFeed;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
96E770EC1EBE24FF00E3E1EE /* YouTubeHomeFeed */ = {
isa = PBXNativeTarget;
buildConfigurationList = 96E770FF1EBE24FF00E3E1EE /* Build configuration list for PBXNativeTarget "YouTubeHomeFeed" */;
buildPhases = (
96E770E91EBE24FF00E3E1EE /* Sources */,
96E770EA1EBE24FF00E3E1EE /* Frameworks */,
96E770EB1EBE24FF00E3E1EE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = YouTubeHomeFeed;
productName = YouTubeHomeFeed;
productReference = 96E770ED1EBE24FF00E3E1EE /* YouTubeHomeFeed.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
96E770E51EBE24FF00E3E1EE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = VamshiKrishna;
TargetAttributes = {
96E770EC1EBE24FF00E3E1EE = {
CreatedOnToolsVersion = 8.3.1;
DevelopmentTeam = BJBC582Q56;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 96E770E81EBE24FF00E3E1EE /* Build configuration list for PBXProject "YouTubeHomeFeed" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 96E770E41EBE24FF00E3E1EE;
productRefGroup = 96E770EE1EBE24FF00E3E1EE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
96E770EC1EBE24FF00E3E1EE /* YouTubeHomeFeed */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
96E770EB1EBE24FF00E3E1EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
96E770FB1EBE24FF00E3E1EE /* LaunchScreen.storyboard in Resources */,
96E770F81EBE24FF00E3E1EE /* Assets.xcassets in Resources */,
96E770F61EBE24FF00E3E1EE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
96E770E91EBE24FF00E3E1EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
96E771051EBE267800E3E1EE /* HomeController.swift in Sources */,
9614B6471EBED78C008CFA46 /* VideoCell.swift in Sources */,
9614B64E1EBEED41008CFA46 /* Utility.swift in Sources */,
9614B6441EBED6FB008CFA46 /* Extensions.swift in Sources */,
96E770F11EBE24FF00E3E1EE /* AppDelegate.swift in Sources */,
9614B6501EBF5B0B008CFA46 /* Video.swift in Sources */,
9614B64A1EBEDE72008CFA46 /* MenuBar.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
96E770F41EBE24FF00E3E1EE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
96E770F51EBE24FF00E3E1EE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
96E770F91EBE24FF00E3E1EE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
96E770FA1EBE24FF00E3E1EE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
96E770FD1EBE24FF00E3E1EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
96E770FE1EBE24FF00E3E1EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
96E771001EBE24FF00E3E1EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = BJBC582Q56;
INFOPLIST_FILE = YouTubeHomeFeed/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = VamshiKrishna.YouTubeHomeFeed;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
96E771011EBE24FF00E3E1EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = BJBC582Q56;
INFOPLIST_FILE = YouTubeHomeFeed/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = VamshiKrishna.YouTubeHomeFeed;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
96E770E81EBE24FF00E3E1EE /* Build configuration list for PBXProject "YouTubeHomeFeed" */ = {
isa = XCConfigurationList;
buildConfigurations = (
96E770FD1EBE24FF00E3E1EE /* Debug */,
96E770FE1EBE24FF00E3E1EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
96E770FF1EBE24FF00E3E1EE /* Build configuration list for PBXNativeTarget "YouTubeHomeFeed" */ = {
isa = XCConfigurationList;
buildConfigurations = (
96E771001EBE24FF00E3E1EE /* Debug */,
96E771011EBE24FF00E3E1EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 96E770E51EBE24FF00E3E1EE /* Project object */;
}

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Loading

0 comments on commit 79fb017

Please sign in to comment.