Skip to content

Commit

Permalink
Added 1.0 code in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Gautam committed Jul 31, 2016
1 parent ecd1b75 commit 2a7e690
Show file tree
Hide file tree
Showing 13 changed files with 853 additions and 0 deletions.
306 changes: 306 additions & 0 deletions AnimationBars.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
BE93E3481D4D357600549E9C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE93E3471D4D357600549E9C /* AppDelegate.swift */; };
BE93E34A1D4D357600549E9C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE93E3491D4D357600549E9C /* ViewController.swift */; };
BE93E34D1D4D357600549E9C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BE93E34B1D4D357600549E9C /* Main.storyboard */; };
BE93E34F1D4D357600549E9C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BE93E34E1D4D357600549E9C /* Assets.xcassets */; };
BE93E3521D4D357600549E9C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BE93E3501D4D357600549E9C /* LaunchScreen.storyboard */; };
BE93E3671D4E464900549E9C /* InstaBars.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE93E3661D4E464900549E9C /* InstaBars.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
BE93E3441D4D357600549E9C /* AnimationBars.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimationBars.app; sourceTree = BUILT_PRODUCTS_DIR; };
BE93E3471D4D357600549E9C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
BE93E3491D4D357600549E9C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
BE93E34C1D4D357600549E9C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
BE93E34E1D4D357600549E9C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
BE93E3511D4D357600549E9C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
BE93E3531D4D357600549E9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
BE93E3661D4E464900549E9C /* InstaBars.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InstaBars.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
BE93E33B1D4D357600549E9C = {
isa = PBXGroup;
children = (
BE93E3461D4D357600549E9C /* AnimationBars */,
BE93E3451D4D357600549E9C /* Products */,
);
sourceTree = "<group>";
};
BE93E3451D4D357600549E9C /* Products */ = {
isa = PBXGroup;
children = (
BE93E3441D4D357600549E9C /* AnimationBars.app */,
);
name = Products;
sourceTree = "<group>";
};
BE93E3461D4D357600549E9C /* AnimationBars */ = {
isa = PBXGroup;
children = (
BE93E3471D4D357600549E9C /* AppDelegate.swift */,
BE93E3491D4D357600549E9C /* ViewController.swift */,
BE93E34B1D4D357600549E9C /* Main.storyboard */,
BE93E3651D4E464900549E9C /* InstaBars */,
BE93E34E1D4D357600549E9C /* Assets.xcassets */,
BE93E3501D4D357600549E9C /* LaunchScreen.storyboard */,
BE93E3531D4D357600549E9C /* Info.plist */,
);
path = AnimationBars;
sourceTree = "<group>";
};
BE93E3651D4E464900549E9C /* InstaBars */ = {
isa = PBXGroup;
children = (
BE93E3661D4E464900549E9C /* InstaBars.swift */,
);
path = InstaBars;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
BE93E3431D4D357600549E9C /* AnimationBars */ = {
isa = PBXNativeTarget;
buildConfigurationList = BE93E3561D4D357600549E9C /* Build configuration list for PBXNativeTarget "AnimationBars" */;
buildPhases = (
BE93E3401D4D357600549E9C /* Sources */,
BE93E3411D4D357600549E9C /* Frameworks */,
BE93E3421D4D357600549E9C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AnimationBars;
productName = AnimationBars;
productReference = BE93E3441D4D357600549E9C /* AnimationBars.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
BE93E33C1D4D357600549E9C /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Double You Tech.";
TargetAttributes = {
BE93E3431D4D357600549E9C = {
CreatedOnToolsVersion = 7.3.1;
};
};
};
buildConfigurationList = BE93E33F1D4D357600549E9C /* Build configuration list for PBXProject "AnimationBars" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = BE93E33B1D4D357600549E9C;
productRefGroup = BE93E3451D4D357600549E9C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
BE93E3431D4D357600549E9C /* AnimationBars */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
BE93E3421D4D357600549E9C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE93E3521D4D357600549E9C /* LaunchScreen.storyboard in Resources */,
BE93E34F1D4D357600549E9C /* Assets.xcassets in Resources */,
BE93E34D1D4D357600549E9C /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
BE93E3401D4D357600549E9C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE93E34A1D4D357600549E9C /* ViewController.swift in Sources */,
BE93E3481D4D357600549E9C /* AppDelegate.swift in Sources */,
BE93E3671D4E464900549E9C /* InstaBars.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
BE93E34B1D4D357600549E9C /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
BE93E34C1D4D357600549E9C /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
BE93E3501D4D357600549E9C /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
BE93E3511D4D357600549E9C /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
BE93E3541D4D357600549E9C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
BE93E3551D4D357600549E9C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
BE93E3571D4D357600549E9C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationBars/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.vaibhav.instabars;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
BE93E3581D4D357600549E9C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationBars/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.vaibhav.instabars;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
BE93E33F1D4D357600549E9C /* Build configuration list for PBXProject "AnimationBars" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BE93E3541D4D357600549E9C /* Debug */,
BE93E3551D4D357600549E9C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BE93E3561D4D357600549E9C /* Build configuration list for PBXNativeTarget "AnimationBars" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BE93E3571D4D357600549E9C /* Debug */,
BE93E3581D4D357600549E9C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = BE93E33C1D4D357600549E9C /* 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 2a7e690

Please sign in to comment.