Skip to content

Commit

Permalink
Anim demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ReflectCode committed Aug 23, 2019
1 parent a940e4a commit 7025989
Show file tree
Hide file tree
Showing 43 changed files with 2,549 additions and 0 deletions.
341 changes: 341 additions & 0 deletions Anim_iOS/iOS-Anim.xcodeproj/project.pbxproj
@@ -0,0 +1,341 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
17C32BD4230FD94600AEE202 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17C32BD3230FD94600AEE202 /* AppDelegate.swift */; };
17C32BDB230FD94800AEE202 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17C32BDA230FD94800AEE202 /* Assets.xcassets */; };
17C32BDE230FD94800AEE202 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17C32BDC230FD94800AEE202 /* LaunchScreen.storyboard */; };
17C32BE6230FDA1C00AEE202 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17C32BE5230FDA1C00AEE202 /* Main.storyboard */; };
17C32BE8230FDA2800AEE202 /* RC_AnimationStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17C32BE7230FDA2800AEE202 /* RC_AnimationStore.swift */; };
17C32BEA230FDA3000AEE202 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17C32BE9230FDA3000AEE202 /* ViewController.swift */; };
17C32BEC230FDA9E00AEE202 /* Anim_Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17C32BEB230FDA9E00AEE202 /* Anim_Delegate.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
17C32BD0230FD94600AEE202 /* iOS-Anim.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS-Anim.app"; sourceTree = BUILT_PRODUCTS_DIR; };
17C32BD3230FD94600AEE202 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
17C32BDA230FD94800AEE202 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
17C32BDD230FD94800AEE202 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
17C32BDF230FD94800AEE202 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
17C32BE5230FDA1C00AEE202 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
17C32BE7230FDA2800AEE202 /* RC_AnimationStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RC_AnimationStore.swift; sourceTree = "<group>"; };
17C32BE9230FDA3000AEE202 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
17C32BEB230FDA9E00AEE202 /* Anim_Delegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Anim_Delegate.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
17C32BC7230FD94600AEE202 = {
isa = PBXGroup;
children = (
17C32BD2230FD94600AEE202 /* iOS-Anim */,
17C32BD1230FD94600AEE202 /* Products */,
);
sourceTree = "<group>";
};
17C32BD1230FD94600AEE202 /* Products */ = {
isa = PBXGroup;
children = (
17C32BD0230FD94600AEE202 /* iOS-Anim.app */,
);
name = Products;
sourceTree = "<group>";
};
17C32BD2230FD94600AEE202 /* iOS-Anim */ = {
isa = PBXGroup;
children = (
17C32BE5230FDA1C00AEE202 /* Main.storyboard */,
17C32BE9230FDA3000AEE202 /* ViewController.swift */,
17C32BE7230FDA2800AEE202 /* RC_AnimationStore.swift */,
17C32BEB230FDA9E00AEE202 /* Anim_Delegate.swift */,
17C32BDA230FD94800AEE202 /* Assets.xcassets */,
17C32BD3230FD94600AEE202 /* AppDelegate.swift */,
17C32BDC230FD94800AEE202 /* LaunchScreen.storyboard */,
17C32BDF230FD94800AEE202 /* Info.plist */,
);
path = "iOS-Anim";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
17C32BCF230FD94600AEE202 /* iOS-Anim */ = {
isa = PBXNativeTarget;
buildConfigurationList = 17C32BE2230FD94800AEE202 /* Build configuration list for PBXNativeTarget "iOS-Anim" */;
buildPhases = (
17C32BCC230FD94600AEE202 /* Sources */,
17C32BCD230FD94600AEE202 /* Frameworks */,
17C32BCE230FD94600AEE202 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "iOS-Anim";
productName = "iOS-Anim";
productReference = 17C32BD0230FD94600AEE202 /* iOS-Anim.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
17C32BC8230FD94600AEE202 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = OrgName;
TargetAttributes = {
17C32BCF230FD94600AEE202 = {
CreatedOnToolsVersion = 10.1;
};
};
};
buildConfigurationList = 17C32BCB230FD94600AEE202 /* Build configuration list for PBXProject "iOS-Anim" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 17C32BC7230FD94600AEE202;
productRefGroup = 17C32BD1230FD94600AEE202 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
17C32BCF230FD94600AEE202 /* iOS-Anim */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
17C32BCE230FD94600AEE202 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
17C32BE6230FDA1C00AEE202 /* Main.storyboard in Resources */,
17C32BDE230FD94800AEE202 /* LaunchScreen.storyboard in Resources */,
17C32BDB230FD94800AEE202 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
17C32BCC230FD94600AEE202 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
17C32BEC230FDA9E00AEE202 /* Anim_Delegate.swift in Sources */,
17C32BD4230FD94600AEE202 /* AppDelegate.swift in Sources */,
17C32BE8230FDA2800AEE202 /* RC_AnimationStore.swift in Sources */,
17C32BEA230FDA3000AEE202 /* ViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
17C32BDC230FD94800AEE202 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
17C32BDD230FD94800AEE202 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
17C32BE0230FD94800AEE202 /* 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++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 12.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
17C32BE1230FD94800AEE202 /* 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++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "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 = gnu11;
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 = 12.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
17C32BE3230FD94800AEE202 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FEQ5S8G7YE;
INFOPLIST_FILE = "iOS-Anim/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "OrgID.iOS-Anim";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
17C32BE4230FD94800AEE202 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = FEQ5S8G7YE;
INFOPLIST_FILE = "iOS-Anim/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "OrgID.iOS-Anim";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
17C32BCB230FD94600AEE202 /* Build configuration list for PBXProject "iOS-Anim" */ = {
isa = XCConfigurationList;
buildConfigurations = (
17C32BE0230FD94800AEE202 /* Debug */,
17C32BE1230FD94800AEE202 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
17C32BE2230FD94800AEE202 /* Build configuration list for PBXNativeTarget "iOS-Anim" */ = {
isa = XCConfigurationList;
buildConfigurations = (
17C32BE3230FD94800AEE202 /* Debug */,
17C32BE4230FD94800AEE202 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 17C32BC8230FD94600AEE202 /* Project object */;
}

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

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>iOS-Anim.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 7025989

Please sign in to comment.