Skip to content

Commit

Permalink
Add AnimationDemo app, to show the usage and features of the Animatio…
Browse files Browse the repository at this point in the history
…n library.
  • Loading branch information
j-h-a committed Jan 7, 2017
1 parent 8ed5a40 commit 7b8380f
Show file tree
Hide file tree
Showing 25 changed files with 1,861 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Animation.xcworkspace/contents.xcworkspacedata

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

331 changes: 331 additions & 0 deletions AnimationDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,331 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
69AE07C91E2020FC00329CB8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69AE07C81E2020FC00329CB8 /* AppDelegate.swift */; };
69AE07CB1E2020FC00329CB8 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69AE07CA1E2020FC00329CB8 /* MasterViewController.swift */; };
69AE07D01E2020FC00329CB8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 69AE07CE1E2020FC00329CB8 /* Main.storyboard */; };
69AE07D21E2020FC00329CB8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69AE07D11E2020FC00329CB8 /* Assets.xcassets */; };
69AE07D51E2020FC00329CB8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 69AE07D31E2020FC00329CB8 /* LaunchScreen.storyboard */; };
69D3B6A01E206F570031080F /* CurveViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D3B69F1E206F570031080F /* CurveViewController.swift */; };
69D3B6A21E206F7B0031080F /* HermiteParametersViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D3B6A11E206F7B0031080F /* HermiteParametersViewController.swift */; };
69D3B6A41E206FA30031080F /* CompositeChooserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69D3B6A31E206FA30031080F /* CompositeChooserViewController.swift */; };
69D3B6A71E20707D0031080F /* Animation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69D3B6A61E20707D0031080F /* Animation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
69AE07C51E2020FC00329CB8 /* AnimationDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimationDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
69AE07C81E2020FC00329CB8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
69AE07CA1E2020FC00329CB8 /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
69AE07CF1E2020FC00329CB8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
69AE07D11E2020FC00329CB8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
69AE07D41E2020FC00329CB8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
69AE07D61E2020FC00329CB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69D3B69F1E206F570031080F /* CurveViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurveViewController.swift; sourceTree = "<group>"; };
69D3B6A11E206F7B0031080F /* HermiteParametersViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HermiteParametersViewController.swift; sourceTree = "<group>"; };
69D3B6A31E206FA30031080F /* CompositeChooserViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompositeChooserViewController.swift; sourceTree = "<group>"; };
69D3B6A61E20707D0031080F /* Animation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Animation.framework; path = "../../Library/Developer/Xcode/DerivedData/Animation-hgzsrvlsjtwluqbsevxyojpbqyta/Build/Products/Debug-iphonesimulator/Animation.framework"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
69AE07C21E2020FC00329CB8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
69D3B6A71E20707D0031080F /* Animation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
69AE07BC1E2020FC00329CB8 = {
isa = PBXGroup;
children = (
69AE07C71E2020FC00329CB8 /* AnimationDemo */,
69AE07C61E2020FC00329CB8 /* Products */,
69D3B6A51E20707D0031080F /* Frameworks */,
);
sourceTree = "<group>";
};
69AE07C61E2020FC00329CB8 /* Products */ = {
isa = PBXGroup;
children = (
69AE07C51E2020FC00329CB8 /* AnimationDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
69AE07C71E2020FC00329CB8 /* AnimationDemo */ = {
isa = PBXGroup;
children = (
69AE07D31E2020FC00329CB8 /* LaunchScreen.storyboard */,
69AE07CE1E2020FC00329CB8 /* Main.storyboard */,
69AE07D11E2020FC00329CB8 /* Assets.xcassets */,
69AE07D61E2020FC00329CB8 /* Info.plist */,
69AE07C81E2020FC00329CB8 /* AppDelegate.swift */,
69AE07CA1E2020FC00329CB8 /* MasterViewController.swift */,
69D3B69F1E206F570031080F /* CurveViewController.swift */,
69D3B6A11E206F7B0031080F /* HermiteParametersViewController.swift */,
69D3B6A31E206FA30031080F /* CompositeChooserViewController.swift */,
);
path = AnimationDemo;
sourceTree = "<group>";
};
69D3B6A51E20707D0031080F /* Frameworks */ = {
isa = PBXGroup;
children = (
69D3B6A61E20707D0031080F /* Animation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
69AE07C41E2020FC00329CB8 /* AnimationDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 69AE07D91E2020FC00329CB8 /* Build configuration list for PBXNativeTarget "AnimationDemo" */;
buildPhases = (
69AE07C11E2020FC00329CB8 /* Sources */,
69AE07C21E2020FC00329CB8 /* Frameworks */,
69AE07C31E2020FC00329CB8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AnimationDemo;
productName = AnimationDemo;
productReference = 69AE07C51E2020FC00329CB8 /* AnimationDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
69AE07BD1E2020FC00329CB8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "Jay Abbott";
TargetAttributes = {
69AE07C41E2020FC00329CB8 = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 69AE07C01E2020FC00329CB8 /* Build configuration list for PBXProject "AnimationDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 69AE07BC1E2020FC00329CB8;
productRefGroup = 69AE07C61E2020FC00329CB8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
69AE07C41E2020FC00329CB8 /* AnimationDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
69AE07C31E2020FC00329CB8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
69AE07D51E2020FC00329CB8 /* LaunchScreen.storyboard in Resources */,
69AE07D21E2020FC00329CB8 /* Assets.xcassets in Resources */,
69AE07D01E2020FC00329CB8 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
69AE07C11E2020FC00329CB8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
69D3B6A01E206F570031080F /* CurveViewController.swift in Sources */,
69D3B6A21E206F7B0031080F /* HermiteParametersViewController.swift in Sources */,
69AE07CB1E2020FC00329CB8 /* MasterViewController.swift in Sources */,
69AE07C91E2020FC00329CB8 /* AppDelegate.swift in Sources */,
69D3B6A41E206FA30031080F /* CompositeChooserViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
69AE07CE1E2020FC00329CB8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
69AE07CF1E2020FC00329CB8 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
69AE07D31E2020FC00329CB8 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
69AE07D41E2020FC00329CB8 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
69AE07D71E2020FC00329CB8 /* 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_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_MOVES = 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.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
69AE07D81E2020FC00329CB8 /* 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_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_MOVES = 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.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
69AE07DA1E2020FC00329CB8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.me.abbott.AnimationDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
69AE07DB1E2020FC00329CB8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = AnimationDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.me.abbott.AnimationDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
69AE07C01E2020FC00329CB8 /* Build configuration list for PBXProject "AnimationDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
69AE07D71E2020FC00329CB8 /* Debug */,
69AE07D81E2020FC00329CB8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
69AE07D91E2020FC00329CB8 /* Build configuration list for PBXNativeTarget "AnimationDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
69AE07DA1E2020FC00329CB8 /* Debug */,
69AE07DB1E2020FC00329CB8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 69AE07BD1E2020FC00329CB8 /* Project object */;
}

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

Loading

0 comments on commit 7b8380f

Please sign in to comment.