Skip to content

Commit

Permalink
IOS10AttributedStringsTutorial added
Browse files Browse the repository at this point in the history
  • Loading branch information
ioscreator committed Apr 3, 2017
1 parent c7928ad commit 0f4741d
Show file tree
Hide file tree
Showing 13 changed files with 672 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,307 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E27575341E808763005061AF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E27575331E808763005061AF /* AppDelegate.swift */; };
E27575361E808764005061AF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E27575351E808763005061AF /* ViewController.swift */; };
E27575391E808765005061AF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E27575371E808765005061AF /* Main.storyboard */; };
E275753B1E808768005061AF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E275753A1E808768005061AF /* Assets.xcassets */; };
E275753E1E808769005061AF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E275753C1E808769005061AF /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E27575301E808762005061AF /* IOS10AttributedStringsTutorial.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IOS10AttributedStringsTutorial.app; sourceTree = BUILT_PRODUCTS_DIR; };
E27575331E808763005061AF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E27575351E808763005061AF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
E27575381E808765005061AF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E275753A1E808768005061AF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E275753D1E808769005061AF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E275753F1E808769005061AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
E27575271E808760005061AF = {
isa = PBXGroup;
children = (
E27575321E808762005061AF /* IOS10AttributedStringsTutorial */,
E27575311E808762005061AF /* Products */,
);
sourceTree = "<group>";
};
E27575311E808762005061AF /* Products */ = {
isa = PBXGroup;
children = (
E27575301E808762005061AF /* IOS10AttributedStringsTutorial.app */,
);
name = Products;
sourceTree = "<group>";
};
E27575321E808762005061AF /* IOS10AttributedStringsTutorial */ = {
isa = PBXGroup;
children = (
E27575331E808763005061AF /* AppDelegate.swift */,
E27575351E808763005061AF /* ViewController.swift */,
E27575371E808765005061AF /* Main.storyboard */,
E275753A1E808768005061AF /* Assets.xcassets */,
E275753C1E808769005061AF /* LaunchScreen.storyboard */,
E275753F1E808769005061AF /* Info.plist */,
);
path = IOS10AttributedStringsTutorial;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
E275752F1E808761005061AF /* IOS10AttributedStringsTutorial */ = {
isa = PBXNativeTarget;
buildConfigurationList = E27575421E808769005061AF /* Build configuration list for PBXNativeTarget "IOS10AttributedStringsTutorial" */;
buildPhases = (
E275752C1E808761005061AF /* Sources */,
E275752D1E808761005061AF /* Frameworks */,
E275752E1E808761005061AF /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = IOS10AttributedStringsTutorial;
productName = IOS10AttributedStringsTutorial;
productReference = E27575301E808762005061AF /* IOS10AttributedStringsTutorial.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E27575281E808760005061AF /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = "Arthur Knopper";
TargetAttributes = {
E275752F1E808761005061AF = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = Z5DP89AMR6;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = E275752B1E808760005061AF /* Build configuration list for PBXProject "IOS10AttributedStringsTutorial" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E27575271E808760005061AF;
productRefGroup = E27575311E808762005061AF /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E275752F1E808761005061AF /* IOS10AttributedStringsTutorial */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E275752E1E808761005061AF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E275753E1E808769005061AF /* LaunchScreen.storyboard in Resources */,
E275753B1E808768005061AF /* Assets.xcassets in Resources */,
E27575391E808765005061AF /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

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

/* Begin PBXVariantGroup section */
E27575371E808765005061AF /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E27575381E808765005061AF /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E275753C1E808769005061AF /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
E275753D1E808769005061AF /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
E27575401E808769005061AF /* 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;
};
E27575411E808769005061AF /* 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;
};
E27575431E808769005061AF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Z5DP89AMR6;
INFOPLIST_FILE = IOS10AttributedStringsTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.IOS10AttributedStringsTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
E27575441E808769005061AF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Z5DP89AMR6;
INFOPLIST_FILE = IOS10AttributedStringsTutorial/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ioscreator.IOS10AttributedStringsTutorial;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E275752B1E808760005061AF /* Build configuration list for PBXProject "IOS10AttributedStringsTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E27575401E808769005061AF /* Debug */,
E27575411E808769005061AF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E27575421E808769005061AF /* Build configuration list for PBXNativeTarget "IOS10AttributedStringsTutorial" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E27575431E808769005061AF /* Debug */,
E27575441E808769005061AF /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E27575281E808760005061AF /* Project object */;
}

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Loading

0 comments on commit 0f4741d

Please sign in to comment.