Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeamesbone committed Nov 25, 2013
1 parent 045dca1 commit d18f961
Show file tree
Hide file tree
Showing 19 changed files with 730 additions and 0 deletions.
309 changes: 309 additions & 0 deletions EasyAnimations/EasyAnimations.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,309 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
EB374D581663014E00A317C1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB374D571663014E00A317C1 /* UIKit.framework */; };
EB374D5A1663014E00A317C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB374D591663014E00A317C1 /* Foundation.framework */; };
EB374D5C1663014E00A317C1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB374D5B1663014E00A317C1 /* CoreGraphics.framework */; };
EB374D621663014E00A317C1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EB374D601663014E00A317C1 /* InfoPlist.strings */; };
EB374D641663014E00A317C1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EB374D631663014E00A317C1 /* main.m */; };
EB374D681663014E00A317C1 /* EAAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EB374D671663014E00A317C1 /* EAAppDelegate.m */; };
EB374D6A1663014E00A317C1 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = EB374D691663014E00A317C1 /* Default.png */; };
EB374D6C1663014E00A317C1 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = EB374D6B1663014E00A317C1 /* [email protected] */; };
EB374D6E1663014E00A317C1 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = EB374D6D1663014E00A317C1 /* [email protected] */; };
EB374D711663014E00A317C1 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EB374D6F1663014E00A317C1 /* MainStoryboard.storyboard */; };
EB374D741663014E00A317C1 /* EAViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EB374D731663014E00A317C1 /* EAViewController.m */; };
EB374D7C1663016600A317C1 /* EAAnimations.m in Sources */ = {isa = PBXBuildFile; fileRef = EB374D7B1663016600A317C1 /* EAAnimations.m */; };
EB374D821663136500A317C1 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB374D811663136500A317C1 /* QuartzCore.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
EB374D531663014E00A317C1 /* EasyAnimations.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EasyAnimations.app; sourceTree = BUILT_PRODUCTS_DIR; };
EB374D571663014E00A317C1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
EB374D591663014E00A317C1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
EB374D5B1663014E00A317C1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
EB374D5F1663014E00A317C1 /* EasyAnimations-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "EasyAnimations-Info.plist"; sourceTree = "<group>"; };
EB374D611663014E00A317C1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
EB374D631663014E00A317C1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
EB374D651663014E00A317C1 /* EasyAnimations-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EasyAnimations-Prefix.pch"; sourceTree = "<group>"; };
EB374D661663014E00A317C1 /* EAAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EAAppDelegate.h; sourceTree = "<group>"; };
EB374D671663014E00A317C1 /* EAAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EAAppDelegate.m; sourceTree = "<group>"; };
EB374D691663014E00A317C1 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
EB374D6B1663014E00A317C1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
EB374D6D1663014E00A317C1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
EB374D701663014E00A317C1 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
EB374D721663014E00A317C1 /* EAViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EAViewController.h; sourceTree = "<group>"; };
EB374D731663014E00A317C1 /* EAViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EAViewController.m; sourceTree = "<group>"; };
EB374D7A1663016600A317C1 /* EAAnimations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EAAnimations.h; sourceTree = "<group>"; };
EB374D7B1663016600A317C1 /* EAAnimations.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAAnimations.m; sourceTree = "<group>"; };
EB374D811663136500A317C1 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
EB374D501663014E00A317C1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
EB374D821663136500A317C1 /* QuartzCore.framework in Frameworks */,
EB374D581663014E00A317C1 /* UIKit.framework in Frameworks */,
EB374D5A1663014E00A317C1 /* Foundation.framework in Frameworks */,
EB374D5C1663014E00A317C1 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
EB374D481663014D00A317C1 = {
isa = PBXGroup;
children = (
EB374D5D1663014E00A317C1 /* EasyAnimations */,
EB374D561663014E00A317C1 /* Frameworks */,
EB374D541663014E00A317C1 /* Products */,
);
sourceTree = "<group>";
};
EB374D541663014E00A317C1 /* Products */ = {
isa = PBXGroup;
children = (
EB374D531663014E00A317C1 /* EasyAnimations.app */,
);
name = Products;
sourceTree = "<group>";
};
EB374D561663014E00A317C1 /* Frameworks */ = {
isa = PBXGroup;
children = (
EB374D811663136500A317C1 /* QuartzCore.framework */,
EB374D571663014E00A317C1 /* UIKit.framework */,
EB374D591663014E00A317C1 /* Foundation.framework */,
EB374D5B1663014E00A317C1 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
EB374D5D1663014E00A317C1 /* EasyAnimations */ = {
isa = PBXGroup;
children = (
EB374D661663014E00A317C1 /* EAAppDelegate.h */,
EB374D671663014E00A317C1 /* EAAppDelegate.m */,
EB374D6F1663014E00A317C1 /* MainStoryboard.storyboard */,
EB374D721663014E00A317C1 /* EAViewController.h */,
EB374D731663014E00A317C1 /* EAViewController.m */,
EB374D7A1663016600A317C1 /* EAAnimations.h */,
EB374D7B1663016600A317C1 /* EAAnimations.m */,
EB374D5E1663014E00A317C1 /* Supporting Files */,
);
path = EasyAnimations;
sourceTree = "<group>";
};
EB374D5E1663014E00A317C1 /* Supporting Files */ = {
isa = PBXGroup;
children = (
EB374D5F1663014E00A317C1 /* EasyAnimations-Info.plist */,
EB374D601663014E00A317C1 /* InfoPlist.strings */,
EB374D631663014E00A317C1 /* main.m */,
EB374D651663014E00A317C1 /* EasyAnimations-Prefix.pch */,
EB374D691663014E00A317C1 /* Default.png */,
EB374D6B1663014E00A317C1 /* [email protected] */,
EB374D6D1663014E00A317C1 /* [email protected] */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
EB374D521663014E00A317C1 /* EasyAnimations */ = {
isa = PBXNativeTarget;
buildConfigurationList = EB374D771663014E00A317C1 /* Build configuration list for PBXNativeTarget "EasyAnimations" */;
buildPhases = (
EB374D4F1663014E00A317C1 /* Sources */,
EB374D501663014E00A317C1 /* Frameworks */,
EB374D511663014E00A317C1 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = EasyAnimations;
productName = EasyAnimations;
productReference = EB374D531663014E00A317C1 /* EasyAnimations.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
EB374D4A1663014D00A317C1 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = EA;
LastUpgradeCheck = 0450;
ORGANIZATIONNAME = "Jeames Bone";
};
buildConfigurationList = EB374D4D1663014D00A317C1 /* Build configuration list for PBXProject "EasyAnimations" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = EB374D481663014D00A317C1;
productRefGroup = EB374D541663014E00A317C1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
EB374D521663014E00A317C1 /* EasyAnimations */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
EB374D511663014E00A317C1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EB374D621663014E00A317C1 /* InfoPlist.strings in Resources */,
EB374D6A1663014E00A317C1 /* Default.png in Resources */,
EB374D6C1663014E00A317C1 /* [email protected] in Resources */,
EB374D6E1663014E00A317C1 /* [email protected] in Resources */,
EB374D711663014E00A317C1 /* MainStoryboard.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
EB374D4F1663014E00A317C1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EB374D641663014E00A317C1 /* main.m in Sources */,
EB374D681663014E00A317C1 /* EAAppDelegate.m in Sources */,
EB374D741663014E00A317C1 /* EAViewController.m in Sources */,
EB374D7C1663016600A317C1 /* EAAnimations.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
EB374D601663014E00A317C1 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
EB374D611663014E00A317C1 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
EB374D6F1663014E00A317C1 /* MainStoryboard.storyboard */ = {
isa = PBXVariantGroup;
children = (
EB374D701663014E00A317C1 /* en */,
);
name = MainStoryboard.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
EB374D751663014E00A317C1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
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_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
SDKROOT = iphoneos;
};
name = Debug;
};
EB374D761663014E00A317C1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
EB374D781663014E00A317C1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "EasyAnimations/EasyAnimations-Prefix.pch";
INFOPLIST_FILE = "EasyAnimations/EasyAnimations-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
EB374D791663014E00A317C1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "EasyAnimations/EasyAnimations-Prefix.pch";
INFOPLIST_FILE = "EasyAnimations/EasyAnimations-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
EB374D4D1663014D00A317C1 /* Build configuration list for PBXProject "EasyAnimations" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EB374D751663014E00A317C1 /* Debug */,
EB374D761663014E00A317C1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EB374D771663014E00A317C1 /* Build configuration list for PBXNativeTarget "EasyAnimations" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EB374D781663014E00A317C1 /* Debug */,
EB374D791663014E00A317C1 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = EB374D4A1663014D00A317C1 /* Project object */;
}

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

Binary file not shown.
Loading

0 comments on commit d18f961

Please sign in to comment.