Skip to content

Commit

Permalink
DemoLTMorphingLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hu committed Jan 19, 2017
1 parent dfd4c99 commit 97312dc
Show file tree
Hide file tree
Showing 49 changed files with 3,785 additions and 0 deletions.
384 changes: 384 additions & 0 deletions DemoLTMorphingLabel/DemoLTMorphingLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,384 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
90765D309D6E7B14008B1718 /* Pods_DemoLTMorphingLabel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53E77424804CF1E374C46AA0 /* Pods_DemoLTMorphingLabel.framework */; };
A4B5F8141E308FFD005BA002 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4B5F8131E308FFD005BA002 /* AppDelegate.swift */; };
A4B5F8161E308FFD005BA002 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4B5F8151E308FFD005BA002 /* ViewController.swift */; };
A4B5F8191E308FFD005BA002 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4B5F8171E308FFD005BA002 /* Main.storyboard */; };
A4B5F81B1E308FFD005BA002 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A4B5F81A1E308FFD005BA002 /* Assets.xcassets */; };
A4B5F81E1E308FFD005BA002 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A4B5F81C1E308FFD005BA002 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
53E77424804CF1E374C46AA0 /* Pods_DemoLTMorphingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DemoLTMorphingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8F83F356FC877CFAC9759148 /* Pods-DemoLTMorphingLabel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoLTMorphingLabel.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoLTMorphingLabel/Pods-DemoLTMorphingLabel.release.xcconfig"; sourceTree = "<group>"; };
9D405545C6AAC49F808862B0 /* Pods-DemoLTMorphingLabel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoLTMorphingLabel.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoLTMorphingLabel/Pods-DemoLTMorphingLabel.debug.xcconfig"; sourceTree = "<group>"; };
A4B5F8101E308FFD005BA002 /* DemoLTMorphingLabel.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoLTMorphingLabel.app; sourceTree = BUILT_PRODUCTS_DIR; };
A4B5F8131E308FFD005BA002 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
A4B5F8151E308FFD005BA002 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
A4B5F8181E308FFD005BA002 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
A4B5F81A1E308FFD005BA002 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
A4B5F81D1E308FFD005BA002 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
A4B5F81F1E308FFD005BA002 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
A4B5F80D1E308FFD005BA002 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
90765D309D6E7B14008B1718 /* Pods_DemoLTMorphingLabel.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
27D9CCDF498741FF012862D6 /* Pods */ = {
isa = PBXGroup;
children = (
9D405545C6AAC49F808862B0 /* Pods-DemoLTMorphingLabel.debug.xcconfig */,
8F83F356FC877CFAC9759148 /* Pods-DemoLTMorphingLabel.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
2D3B78C3BD8613C33409709A /* Frameworks */ = {
isa = PBXGroup;
children = (
53E77424804CF1E374C46AA0 /* Pods_DemoLTMorphingLabel.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
A4B5F8071E308FFD005BA002 = {
isa = PBXGroup;
children = (
A4B5F8121E308FFD005BA002 /* DemoLTMorphingLabel */,
A4B5F8111E308FFD005BA002 /* Products */,
27D9CCDF498741FF012862D6 /* Pods */,
2D3B78C3BD8613C33409709A /* Frameworks */,
);
sourceTree = "<group>";
};
A4B5F8111E308FFD005BA002 /* Products */ = {
isa = PBXGroup;
children = (
A4B5F8101E308FFD005BA002 /* DemoLTMorphingLabel.app */,
);
name = Products;
sourceTree = "<group>";
};
A4B5F8121E308FFD005BA002 /* DemoLTMorphingLabel */ = {
isa = PBXGroup;
children = (
A4B5F8131E308FFD005BA002 /* AppDelegate.swift */,
A4B5F8151E308FFD005BA002 /* ViewController.swift */,
A4B5F8171E308FFD005BA002 /* Main.storyboard */,
A4B5F81A1E308FFD005BA002 /* Assets.xcassets */,
A4B5F81C1E308FFD005BA002 /* LaunchScreen.storyboard */,
A4B5F81F1E308FFD005BA002 /* Info.plist */,
);
path = DemoLTMorphingLabel;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
A4B5F80F1E308FFD005BA002 /* DemoLTMorphingLabel */ = {
isa = PBXNativeTarget;
buildConfigurationList = A4B5F8221E308FFD005BA002 /* Build configuration list for PBXNativeTarget "DemoLTMorphingLabel" */;
buildPhases = (
DDD49E48D9AD442C18F7E97A /* [CP] Check Pods Manifest.lock */,
A4B5F80C1E308FFD005BA002 /* Sources */,
A4B5F80D1E308FFD005BA002 /* Frameworks */,
A4B5F80E1E308FFD005BA002 /* Resources */,
25BF4CFAFABB59AF71C443C8 /* [CP] Embed Pods Frameworks */,
47C12B5331516D641742749A /* [CP] Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = DemoLTMorphingLabel;
productName = DemoLTMorphingLabel;
productReference = A4B5F8101E308FFD005BA002 /* DemoLTMorphingLabel.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A4B5F8081E308FFD005BA002 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = com.icetime17;
TargetAttributes = {
A4B5F80F1E308FFD005BA002 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = GGVWN85K85;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = A4B5F80B1E308FFD005BA002 /* Build configuration list for PBXProject "DemoLTMorphingLabel" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A4B5F8071E308FFD005BA002;
productRefGroup = A4B5F8111E308FFD005BA002 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A4B5F80F1E308FFD005BA002 /* DemoLTMorphingLabel */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
A4B5F80E1E308FFD005BA002 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A4B5F81E1E308FFD005BA002 /* LaunchScreen.storyboard in Resources */,
A4B5F81B1E308FFD005BA002 /* Assets.xcassets in Resources */,
A4B5F8191E308FFD005BA002 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
25BF4CFAFABB59AF71C443C8 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoLTMorphingLabel/Pods-DemoLTMorphingLabel-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
47C12B5331516D641742749A /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DemoLTMorphingLabel/Pods-DemoLTMorphingLabel-resources.sh\"\n";
showEnvVarsInLog = 0;
};
DDD49E48D9AD442C18F7E97A /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
A4B5F80C1E308FFD005BA002 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A4B5F8161E308FFD005BA002 /* ViewController.swift in Sources */,
A4B5F8141E308FFD005BA002 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
A4B5F8171E308FFD005BA002 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
A4B5F8181E308FFD005BA002 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
A4B5F81C1E308FFD005BA002 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
A4B5F81D1E308FFD005BA002 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
A4B5F8201E308FFD005BA002 /* 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_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.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
A4B5F8211E308FFD005BA002 /* 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_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.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
A4B5F8231E308FFD005BA002 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9D405545C6AAC49F808862B0 /* Pods-DemoLTMorphingLabel.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = GGVWN85K85;
INFOPLIST_FILE = DemoLTMorphingLabel/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.icetime17.DemoLTMorphingLabel;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
A4B5F8241E308FFD005BA002 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8F83F356FC877CFAC9759148 /* Pods-DemoLTMorphingLabel.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = GGVWN85K85;
INFOPLIST_FILE = DemoLTMorphingLabel/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.icetime17.DemoLTMorphingLabel;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
A4B5F80B1E308FFD005BA002 /* Build configuration list for PBXProject "DemoLTMorphingLabel" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A4B5F8201E308FFD005BA002 /* Debug */,
A4B5F8211E308FFD005BA002 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A4B5F8221E308FFD005BA002 /* Build configuration list for PBXNativeTarget "DemoLTMorphingLabel" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A4B5F8231E308FFD005BA002 /* Debug */,
A4B5F8241E308FFD005BA002 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = A4B5F8081E308FFD005BA002 /* Project object */;
}

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

Loading

0 comments on commit 97312dc

Please sign in to comment.