Skip to content

Commit

Permalink
IOS10BlurEffectTutorial added
Browse files Browse the repository at this point in the history
  • Loading branch information
ioscreator committed Jun 6, 2017
1 parent d12ade6 commit 972e896
Show file tree
Hide file tree
Showing 13 changed files with 678 additions and 1 deletion.
@@ -0,0 +1,313 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E2839F7A1EE153270033A3EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2839F791EE153270033A3EE /* AppDelegate.swift */; };
E2839F7C1EE153280033A3EE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2839F7B1EE153270033A3EE /* ViewController.swift */; };
E2839F7F1EE153290033A3EE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E2839F7D1EE153290033A3EE /* Main.storyboard */; };
E2839F811EE1532C0033A3EE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2839F801EE1532B0033A3EE /* Assets.xcassets */; };
E2839F841EE1532D0033A3EE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E2839F821EE1532D0033A3EE /* LaunchScreen.storyboard */; };
E2839F8C1EE16EF80033A3EE /* Apple_Swift_Logo.png in Resources */ = {isa = PBXBuildFile; fileRef = E2839F8B1EE16EF80033A3EE /* Apple_Swift_Logo.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E2839F761EE153270033A3EE /* IOS10BlurEffectTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IOS10BlurEffectTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; };
E2839F791EE153270033A3EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E2839F7B1EE153270033A3EE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
E2839F7E1EE153290033A3EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E2839F801EE1532B0033A3EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E2839F831EE1532D0033A3EE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E2839F851EE1532D0033A3EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E2839F8B1EE16EF80033A3EE /* Apple_Swift_Logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Apple_Swift_Logo.png; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
E2839F6D1EE153260033A3EE = {
isa = PBXGroup;
children = (
E2839F781EE153270033A3EE /* IOS10BlurEffectTutorial */,
E2839F771EE153270033A3EE /* Products */,
);
sourceTree = "<group>";
};
E2839F771EE153270033A3EE /* Products */ = {
isa = PBXGroup;
children = (
E2839F761EE153270033A3EE /* IOS10BlurEffectTutorial.app */,
);
name = Products;
sourceTree = "<group>";
};
E2839F781EE153270033A3EE /* IOS10BlurEffectTutorial */ = {
isa = PBXGroup;
children = (
E2839F791EE153270033A3EE /* AppDelegate.swift */,
E2839F7B1EE153270033A3EE /* ViewController.swift */,
E2839F7D1EE153290033A3EE /* Main.storyboard */,
E2839F8B1EE16EF80033A3EE /* Apple_Swift_Logo.png */,
E2839F801EE1532B0033A3EE /* Assets.xcassets */,
E2839F821EE1532D0033A3EE /* LaunchScreen.storyboard */,
E2839F851EE1532D0033A3EE /* Info.plist */,
);
path = IOS10BlurEffectTutorial;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E2839F751EE153270033A3EE /* IOS10BlurEffectTutorial */ = {
isa = PBXNativeTarget;
buildConfigurationList = E2839F881EE1532D0033A3EE /* Build configuration list for PBXNativeTarget "IOS10BlurEffectTutorial" */;
buildPhases = (
E2839F721EE153270033A3EE /* Sources */,
E2839F731EE153270033A3EE /* Frameworks */,
E2839F741EE153270033A3EE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = IOS10BlurEffectTutorial;
productName = IOS10BlurEffectTutorial;
productReference = E2839F761EE153270033A3EE /* IOS10BlurEffectTutorial.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E2839F6E1EE153260033A3EE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "Arthur Knopper";
TargetAttributes = {
E2839F751EE153270033A3EE = {
CreatedOnToolsVersion = 8.3.2;
DevelopmentTeam = Z5DP89AMR6;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = E2839F711EE153260033A3EE /* Build configuration list for PBXProject "IOS10BlurEffectTutorial" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E2839F6D1EE153260033A3EE;
productRefGroup = E2839F771EE153270033A3EE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E2839F751EE153270033A3EE /* IOS10BlurEffectTutorial */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E2839F741EE153270033A3EE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2839F841EE1532D0033A3EE /* LaunchScreen.storyboard in Resources */,
E2839F8C1EE16EF80033A3EE /* Apple_Swift_Logo.png in Resources */,
E2839F811EE1532C0033A3EE /* Assets.xcassets in Resources */,
E2839F7F1EE153290033A3EE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

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

/* Begin PBXVariantGroup section */
E2839F7D1EE153290033A3EE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E2839F7E1EE153290033A3EE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E2839F821EE1532D0033A3EE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E2839F831EE1532D0033A3EE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E2839F861EE1532D0033A3EE /* 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++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.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E2839F871EE1532D0033A3EE /* 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++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.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E2839F891EE1532D0033A3EE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Z5DP89AMR6;
INFOPLIST_FILE = IOS10BlurEffectTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.IOS10BlurEffectTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
E2839F8A1EE1532D0033A3EE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Z5DP89AMR6;
INFOPLIST_FILE = IOS10BlurEffectTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.IOS10BlurEffectTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E2839F711EE153260033A3EE /* Build configuration list for PBXProject "IOS10BlurEffectTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2839F861EE1532D0033A3EE /* Debug */,
E2839F871EE1532D0033A3EE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E2839F881EE1532D0033A3EE /* Build configuration list for PBXNativeTarget "IOS10BlurEffectTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2839F891EE1532D0033A3EE /* Debug */,
E2839F8A1EE1532D0033A3EE /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E2839F6E1EE153260033A3EE /* Project object */;
}

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

Binary file not shown.

0 comments on commit 972e896

Please sign in to comment.