Skip to content

Commit

Permalink
add project LoadingAnimation Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdon committed Jan 17, 2018
1 parent b997683 commit ba623ee
Show file tree
Hide file tree
Showing 12 changed files with 724 additions and 1 deletion.
@@ -0,0 +1,349 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
1A3E6546200EDFF500F34FD8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3E6545200EDFF500F34FD8 /* AppDelegate.swift */; };
1A3E654B200EDFF500F34FD8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1A3E6549200EDFF500F34FD8 /* Main.storyboard */; };
1A3E654D200EDFF500F34FD8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1A3E654C200EDFF500F34FD8 /* Assets.xcassets */; };
1A3E6550200EDFF500F34FD8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1A3E654E200EDFF500F34FD8 /* LaunchScreen.storyboard */; };
1A3E655B200EE01F00F34FD8 /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3E6558200EE01F00F34FD8 /* LoadingView.swift */; };
1A3E655C200EE01F00F34FD8 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A3E655A200EE01F00F34FD8 /* HomeViewController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
1A3E6542200EDFF500F34FD8 /* LoadingAnimation-Switch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "LoadingAnimation-Switch.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1A3E6545200EDFF500F34FD8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
1A3E654A200EDFF500F34FD8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
1A3E654C200EDFF500F34FD8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1A3E654F200EDFF500F34FD8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
1A3E6551200EDFF500F34FD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1A3E6558200EE01F00F34FD8 /* LoadingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = "<group>"; };
1A3E655A200EE01F00F34FD8 /* HomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
1A3E6539200EDFF500F34FD8 = {
isa = PBXGroup;
children = (
1A3E6544200EDFF500F34FD8 /* LoadingAnimation-Switch */,
1A3E6543200EDFF500F34FD8 /* Products */,
);
sourceTree = "<group>";
};
1A3E6543200EDFF500F34FD8 /* Products */ = {
isa = PBXGroup;
children = (
1A3E6542200EDFF500F34FD8 /* LoadingAnimation-Switch.app */,
);
name = Products;
sourceTree = "<group>";
};
1A3E6544200EDFF500F34FD8 /* LoadingAnimation-Switch */ = {
isa = PBXGroup;
children = (
1A3E6545200EDFF500F34FD8 /* AppDelegate.swift */,
1A3E6557200EE01F00F34FD8 /* View */,
1A3E6559200EE01F00F34FD8 /* ViewController */,
1A3E6549200EDFF500F34FD8 /* Main.storyboard */,
1A3E654C200EDFF500F34FD8 /* Assets.xcassets */,
1A3E654E200EDFF500F34FD8 /* LaunchScreen.storyboard */,
1A3E6551200EDFF500F34FD8 /* Info.plist */,
);
path = "LoadingAnimation-Switch";
sourceTree = "<group>";
};
1A3E6557200EE01F00F34FD8 /* View */ = {
isa = PBXGroup;
children = (
1A3E6558200EE01F00F34FD8 /* LoadingView.swift */,
);
path = View;
sourceTree = "<group>";
};
1A3E6559200EE01F00F34FD8 /* ViewController */ = {
isa = PBXGroup;
children = (
1A3E655A200EE01F00F34FD8 /* HomeViewController.swift */,
);
path = ViewController;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
1A3E6541200EDFF500F34FD8 /* LoadingAnimation-Switch */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1A3E6554200EDFF500F34FD8 /* Build configuration list for PBXNativeTarget "LoadingAnimation-Switch" */;
buildPhases = (
1A3E653E200EDFF500F34FD8 /* Sources */,
1A3E653F200EDFF500F34FD8 /* Frameworks */,
1A3E6540200EDFF500F34FD8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "LoadingAnimation-Switch";
productName = "LoadingAnimation-Switch";
productReference = 1A3E6542200EDFF500F34FD8 /* LoadingAnimation-Switch.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
1A3E653A200EDFF500F34FD8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = "Don Chen";
TargetAttributes = {
1A3E6541200EDFF500F34FD8 = {
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 1A3E653D200EDFF500F34FD8 /* Build configuration list for PBXProject "LoadingAnimation-Switch" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 1A3E6539200EDFF500F34FD8;
productRefGroup = 1A3E6543200EDFF500F34FD8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
1A3E6541200EDFF500F34FD8 /* LoadingAnimation-Switch */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
1A3E6540200EDFF500F34FD8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1A3E6550200EDFF500F34FD8 /* LaunchScreen.storyboard in Resources */,
1A3E654D200EDFF500F34FD8 /* Assets.xcassets in Resources */,
1A3E654B200EDFF500F34FD8 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
1A3E653E200EDFF500F34FD8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1A3E6546200EDFF500F34FD8 /* AppDelegate.swift in Sources */,
1A3E655B200EE01F00F34FD8 /* LoadingView.swift in Sources */,
1A3E655C200EE01F00F34FD8 /* HomeViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
1A3E6549200EDFF500F34FD8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
1A3E654A200EDFF500F34FD8 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
1A3E654E200EDFF500F34FD8 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
1A3E654F200EDFF500F34FD8 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
1A3E6552200EDFF500F34FD8 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = 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 = 11.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
1A3E6553200EDFF500F34FD8 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = 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 = 11.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
1A3E6555200EDFF500F34FD8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DT8726CBX4;
INFOPLIST_FILE = "LoadingAnimation-Switch/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "ios.devdon.com.LoadingAnimation-Switch";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
1A3E6556200EDFF500F34FD8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DT8726CBX4;
INFOPLIST_FILE = "LoadingAnimation-Switch/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "ios.devdon.com.LoadingAnimation-Switch";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
1A3E653D200EDFF500F34FD8 /* Build configuration list for PBXProject "LoadingAnimation-Switch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1A3E6552200EDFF500F34FD8 /* Debug */,
1A3E6553200EDFF500F34FD8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1A3E6554200EDFF500F34FD8 /* Build configuration list for PBXNativeTarget "LoadingAnimation-Switch" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1A3E6555200EDFF500F34FD8 /* Debug */,
1A3E6556200EDFF500F34FD8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 1A3E653A200EDFF500F34FD8 /* Project object */;
}

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

0 comments on commit ba623ee

Please sign in to comment.