From 69152bcba5219233a02875b9478ff3b120bad161 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:23:21 +0200 Subject: [PATCH 01/12] Modernize avatar rendering internals --- LetterAvatarKit.xcodeproj/project.pbxproj | 32 ++++------ .../Character+LetterAvatarKit.swift | 4 +- .../Extensions/String+LetterAvatarKit.swift | 37 ------------ .../Extensions/UIColor+LetterAvatarKit.swift | 60 +++++++------------ LetterAvatarKit/LetterAvatarBuilder.swift | 33 +++++----- .../Character+LetterAvatarKitTests.swift | 8 +-- .../String+LetterAvatarKitTests.swift | 35 ----------- .../Utilities/UIImage+Compare.swift | 15 ++--- 8 files changed, 61 insertions(+), 163 deletions(-) delete mode 100644 LetterAvatarKit/Extensions/String+LetterAvatarKit.swift delete mode 100644 LetterAvatarKitTests/Extensions/String+LetterAvatarKitTests.swift diff --git a/LetterAvatarKit.xcodeproj/project.pbxproj b/LetterAvatarKit.xcodeproj/project.pbxproj index 478ca75..547ccc2 100644 --- a/LetterAvatarKit.xcodeproj/project.pbxproj +++ b/LetterAvatarKit.xcodeproj/project.pbxproj @@ -15,8 +15,6 @@ 3591E079233C233F0041B834 /* LetterAvatarMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3591E078233C233F0041B834 /* LetterAvatarMakerExtendable.swift */; }; 3591E07B233C24830041B834 /* LetterAvatarMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3591E07A233C24830041B834 /* LetterAvatarMaker.swift */; }; 3591E07D233C26A50041B834 /* LetterAvatarMakerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3591E07C233C26A50041B834 /* LetterAvatarMakerTests.swift */; }; - 35AD1DA81FA8F4FC0059BC9A /* String+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35AD1DA71FA8F4FC0059BC9A /* String+LetterAvatarKit.swift */; }; - 35AD1DAA1FA929720059BC9A /* String+LetterAvatarKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35AD1DA91FA929720059BC9A /* String+LetterAvatarKitTests.swift */; }; EB516B651F8810D200BEA1F2 /* Character+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB516B621F8810D200BEA1F2 /* Character+LetterAvatarKit.swift */; }; EB516B661F8810D200BEA1F2 /* UIColor+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB516B631F8810D200BEA1F2 /* UIColor+LetterAvatarKit.swift */; }; EB516B671F8810D200BEA1F2 /* UIImage+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB516B641F8810D200BEA1F2 /* UIImage+LetterAvatarKit.swift */; }; @@ -53,8 +51,6 @@ 3591E078233C233F0041B834 /* LetterAvatarMakerExtendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterAvatarMakerExtendable.swift; sourceTree = ""; }; 3591E07A233C24830041B834 /* LetterAvatarMaker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterAvatarMaker.swift; sourceTree = ""; }; 3591E07C233C26A50041B834 /* LetterAvatarMakerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterAvatarMakerTests.swift; sourceTree = ""; }; - 35AD1DA71FA8F4FC0059BC9A /* String+LetterAvatarKit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+LetterAvatarKit.swift"; sourceTree = ""; }; - 35AD1DA91FA929720059BC9A /* String+LetterAvatarKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+LetterAvatarKitTests.swift"; sourceTree = ""; }; EB516B621F8810D200BEA1F2 /* Character+LetterAvatarKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Character+LetterAvatarKit.swift"; sourceTree = ""; }; EB516B631F8810D200BEA1F2 /* UIColor+LetterAvatarKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+LetterAvatarKit.swift"; sourceTree = ""; }; EB516B641F8810D200BEA1F2 /* UIImage+LetterAvatarKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+LetterAvatarKit.swift"; sourceTree = ""; }; @@ -97,7 +93,6 @@ EB516B611F8810D200BEA1F2 /* Extensions */ = { isa = PBXGroup; children = ( - 35AD1DA71FA8F4FC0059BC9A /* String+LetterAvatarKit.swift */, EB516B631F8810D200BEA1F2 /* UIColor+LetterAvatarKit.swift */, EB516B641F8810D200BEA1F2 /* UIImage+LetterAvatarKit.swift */, EB516B621F8810D200BEA1F2 /* Character+LetterAvatarKit.swift */, @@ -108,7 +103,6 @@ EB516B681F88110A00BEA1F2 /* Extensions */ = { isa = PBXGroup; children = ( - 35AD1DA91FA929720059BC9A /* String+LetterAvatarKitTests.swift */, EB516B6A1F88110A00BEA1F2 /* UIColor+LetterAvatarKitTests.swift */, EB516B6B1F88110A00BEA1F2 /* UIImage+LetterAvatarKitTests.swift */, EB516B691F88110A00BEA1F2 /* Character+LetterAvatarKitTests.swift */, @@ -329,7 +323,6 @@ files = ( EB8EC4241F859382000B7641 /* LetterAvatarBuilder.swift in Sources */, 3591E07B233C24830041B834 /* LetterAvatarMaker.swift in Sources */, - 35AD1DA81FA8F4FC0059BC9A /* String+LetterAvatarKit.swift in Sources */, EB516B651F8810D200BEA1F2 /* Character+LetterAvatarKit.swift in Sources */, 35089433210272B20024E7CA /* LetterAvatarBuilderConfiguration.swift in Sources */, EB516B661F8810D200BEA1F2 /* UIColor+LetterAvatarKit.swift in Sources */, @@ -342,7 +335,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 35AD1DAA1FA929720059BC9A /* String+LetterAvatarKitTests.swift in Sources */, EB8EC4181F85929E000B7641 /* LetterAvatarBuilderTests.swift in Sources */, EB516B6D1F88110A00BEA1F2 /* UIColor+LetterAvatarKitTests.swift in Sources */, EB516B6C1F88110A00BEA1F2 /* Character+LetterAvatarKitTests.swift in Sources */, @@ -414,14 +406,14 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_SWIFT3_OBJC_INFERENCE = Off; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -472,12 +464,12 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_SWIFT3_OBJC_INFERENCE = Off; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -497,14 +489,14 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LetterAvatarKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 1.2.4; + MARKETING_VERSION = 2.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.github.vpeschenkov.LetterAvatarKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -522,13 +514,13 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LetterAvatarKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 1.2.4; + MARKETING_VERSION = 2.0.0; PRODUCT_BUNDLE_IDENTIFIER = com.github.vpeschenkov.LetterAvatarKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; @@ -545,7 +537,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -561,7 +553,7 @@ PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKit.LetterAvatarKitTests; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; diff --git a/LetterAvatarKit/Extensions/Character+LetterAvatarKit.swift b/LetterAvatarKit/Extensions/Character+LetterAvatarKit.swift index 7d09e72..ba994bd 100644 --- a/LetterAvatarKit/Extensions/Character+LetterAvatarKit.swift +++ b/LetterAvatarKit/Extensions/Character+LetterAvatarKit.swift @@ -26,8 +26,8 @@ import Foundation internal extension Character { - - var ASCIIValue: Int { + + var unicodeScalarValue: Int { let unicode = String(self).unicodeScalars return Int(unicode[unicode.startIndex].value) } diff --git a/LetterAvatarKit/Extensions/String+LetterAvatarKit.swift b/LetterAvatarKit/Extensions/String+LetterAvatarKit.swift deleted file mode 100644 index f850ce4..0000000 --- a/LetterAvatarKit/Extensions/String+LetterAvatarKit.swift +++ /dev/null @@ -1,37 +0,0 @@ -// -// String+LetterAvatarKit.swift -// LetterAvatarKit -// -// Copyright 2017 Victor Peschenkov -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// o this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. -// - -import Foundation - -extension String { - /// Returns the first element of the collection of string. If a collection - /// is empty, returns nil. - var first: Character? { - if isEmpty { - return nil - } - return self[index(startIndex, offsetBy: 0)] - } -} diff --git a/LetterAvatarKit/Extensions/UIColor+LetterAvatarKit.swift b/LetterAvatarKit/Extensions/UIColor+LetterAvatarKit.swift index 143eb69..7fb1eaa 100644 --- a/LetterAvatarKit/Extensions/UIColor+LetterAvatarKit.swift +++ b/LetterAvatarKit/Extensions/UIColor+LetterAvatarKit.swift @@ -51,10 +51,7 @@ func LKUIColorByRGB(red: CGFloat, green: CGFloat, blue: CGFloat) -> UIColor { } extension UIColor { - - private struct ColorKey { - static var propertyReference = "org.peschenkov.LetterAvatarKit.UIColor.colors" - } + /// Colors from http://flatuicolors.com/ public enum HEXColor { /// TURQUOISE @@ -96,38 +93,25 @@ extension UIColor { /// ASBESTOS static let asbestosColor = 0x7F8C8D } - static public var colors: [UIColor] { - var colors = objc_getAssociatedObject(self, &ColorKey.propertyReference) - if colors == nil { - colors = [ - LKUIColorByHEX(HEXColor.turquoiseColor), - LKUIColorByHEX(HEXColor.emeraldColor), - LKUIColorByHEX(HEXColor.piterRiverColor), - LKUIColorByHEX(HEXColor.amethystColor), - LKUIColorByHEX(HEXColor.wetAsphaltColor), - LKUIColorByHEX(HEXColor.greenSeaColor), - LKUIColorByHEX(HEXColor.nephritisColor), - LKUIColorByHEX(HEXColor.belizeHoldeColor), - LKUIColorByHEX(HEXColor.wisteriaColor), - LKUIColorByHEX(HEXColor.midnightBlueColor), - LKUIColorByHEX(HEXColor.sunflowerColor), - LKUIColorByHEX(HEXColor.carrotColor), - LKUIColorByHEX(HEXColor.alizarinColor), - LKUIColorByHEX(HEXColor.concreteColor), - LKUIColorByHEX(HEXColor.orangeColor), - LKUIColorByHEX(HEXColor.pumpkinColor), - LKUIColorByHEX(HEXColor.pomegranateColor), - LKUIColorByHEX(HEXColor.silverColor), - LKUIColorByHEX(HEXColor.asbestosColor) - ] - objc_setAssociatedObject( - self, - &ColorKey.propertyReference, - colors, - .OBJC_ASSOCIATION_RETAIN_NONATOMIC - ) - return colors as? [UIColor] ?? [] - } - return colors as? [UIColor] ?? [] - } + static public let colors: [UIColor] = [ + LKUIColorByHEX(HEXColor.turquoiseColor), + LKUIColorByHEX(HEXColor.emeraldColor), + LKUIColorByHEX(HEXColor.piterRiverColor), + LKUIColorByHEX(HEXColor.amethystColor), + LKUIColorByHEX(HEXColor.wetAsphaltColor), + LKUIColorByHEX(HEXColor.greenSeaColor), + LKUIColorByHEX(HEXColor.nephritisColor), + LKUIColorByHEX(HEXColor.belizeHoldeColor), + LKUIColorByHEX(HEXColor.wisteriaColor), + LKUIColorByHEX(HEXColor.midnightBlueColor), + LKUIColorByHEX(HEXColor.sunflowerColor), + LKUIColorByHEX(HEXColor.carrotColor), + LKUIColorByHEX(HEXColor.alizarinColor), + LKUIColorByHEX(HEXColor.concreteColor), + LKUIColorByHEX(HEXColor.orangeColor), + LKUIColorByHEX(HEXColor.pumpkinColor), + LKUIColorByHEX(HEXColor.pomegranateColor), + LKUIColorByHEX(HEXColor.silverColor), + LKUIColorByHEX(HEXColor.asbestosColor) + ] } diff --git a/LetterAvatarKit/LetterAvatarBuilder.swift b/LetterAvatarKit/LetterAvatarBuilder.swift index efb47af..1b0465e 100644 --- a/LetterAvatarKit/LetterAvatarBuilder.swift +++ b/LetterAvatarKit/LetterAvatarBuilder.swift @@ -37,7 +37,7 @@ open class LetterAvatarBuilder: NSObject { /// - Returns: Returns whether an instance of UIImage or nil. @objc(makeAvatarWithConfiguration:) open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage? { - let colors = configuration.backgroundColors + let colors = configuration.backgroundColors.isEmpty ? UIColor.colors : configuration.backgroundColors guard let username = configuration.username else { return drawAvatar( with: configuration, @@ -51,7 +51,7 @@ open class LetterAvatarBuilder: NSObject { ) var colorIndex = 0 if colors.count > 1 { - colorIndex = usernameInfo.ASCIIValue + colorIndex = usernameInfo.unicodeScalarValue colorIndex *= 3557 // Prime number colorIndex %= colors.count - 1 } @@ -67,10 +67,15 @@ open class LetterAvatarBuilder: NSObject { with configuration: LetterAvatarBuilderConfiguration, letters: String, backgroundColor: CGColor - ) -> UIImage? { + ) -> UIImage? { let rect = CGRect(x: 0.0, y: 0.0, width: configuration.size.width, height: configuration.size.height) - UIGraphicsBeginImageContextWithOptions(rect.size, configuration.isOpaque, UIScreen.main.scale) - if let context = UIGraphicsGetCurrentContext() { + let format = UIGraphicsImageRendererFormat.default() + format.opaque = configuration.isOpaque + format.scale = UIScreen.main.scale + let renderer = UIGraphicsImageRenderer(size: rect.size, format: format) + + return renderer.image { rendererContext in + let context = rendererContext.cgContext let borderWidth = configuration.borderWidth let borderColor = configuration.borderColor.cgColor let strokeRect = rect.insetBy(dx: borderWidth * 0.5, dy: borderWidth * 0.5) @@ -102,11 +107,7 @@ open class LetterAvatarBuilder: NSObject { height: lettersSize.height ) letters.draw(in: lettersRect, withAttributes: attributes) - let avatarImage = UIGraphicsGetImageFromCurrentImageContext() - UIGraphicsEndImageContext() - return avatarImage } - return nil } private func makeFitFont(withFont font: UIFont?, forSize size: CGSize) -> UIFont { @@ -124,7 +125,7 @@ private class UsernameInfo { return userInfo.letters } - public var ASCIIValue: Int { + public var unicodeScalarValue: Int { return userInfo.value } @@ -134,7 +135,7 @@ private class UsernameInfo { private typealias InfoContainer = (letters: String, value: Int) private lazy var userInfo: InfoContainer = { var letters = String() - var lettersASCIIValue = 0 + var lettersUnicodeScalarValue = 0 // Obtains an array of words by using a given username let components = username.components(separatedBy: " ") // If there are whether two words or more @@ -143,7 +144,7 @@ private class UsernameInfo { for component in components.prefix(3) { if let letter = component.first { letters.append(letter) - lettersASCIIValue += letter.ASCIIValue + lettersUnicodeScalarValue += letter.unicodeScalarValue } } } else { @@ -151,7 +152,7 @@ private class UsernameInfo { // Process the firs name letter if let letter = firstComponent.first { letters.append(letter) - lettersASCIIValue += letter.ASCIIValue + lettersUnicodeScalarValue += letter.unicodeScalarValue } } } @@ -161,7 +162,7 @@ private class UsernameInfo { // Process the firs name letter if let letter = component.first { letters.append(letter) - lettersASCIIValue += letter.ASCIIValue + lettersUnicodeScalarValue += letter.unicodeScalarValue // If single Letter is passed as false but the string is a single char, // this line fails due to out of bounds exception. // https://github.com/vpeschenkov/LetterAvatarKit/issues/11 @@ -172,13 +173,13 @@ private class UsernameInfo { let substring = component[startIndex.. Bool { + public func compareImages(with image: UIImage?, tolerance: CGFloat) -> Bool { guard let image = image else { return false } @@ -62,20 +61,15 @@ extension UIImage { var lhsImage: CGImage? = self.cgImage var rhsImage: CGImage? = image.cgImage let convertToSuitableByteOrder = { (image: UIImage, size: CGSize) -> CGImage? in - defer { - UIGraphicsEndImageContext() - } - UIGraphicsBeginImageContext(size) - if UIGraphicsGetCurrentContext() != nil { + let renderer = UIGraphicsImageRenderer(size: size) + return renderer.image { _ in image.draw(in: CGRect( x: 0, y: 0, width: size.width, height: size.height )) - return UIGraphicsGetImageFromCurrentImageContext()?.cgImage - } - return nil + }.cgImage } if #available(iOS 12.0, *) { @@ -118,6 +112,5 @@ extension UIImage { return true } } - // swiftlint:enable cyclomatic_complexity // swiftlint:enable function_body_length } From 51120df58fe2e51a2720ab8062851c3da2798fdf Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:23:32 +0200 Subject: [PATCH 02/12] Update package metadata for Swift 5.9 --- .swift-version | 2 +- LetterAvatarKit.podspec | 8 ++++---- Package.swift | 12 +++++++----- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.swift-version b/.swift-version index 819e07a..95ee81a 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.0 +5.9 diff --git a/LetterAvatarKit.podspec b/LetterAvatarKit.podspec index a4ea856..257eae1 100644 --- a/LetterAvatarKit.podspec +++ b/LetterAvatarKit.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |spec| spec.name = 'LetterAvatarKit' - spec.ios.deployment_target = '9.0' - spec.tvos.deployment_target = '9.0' - spec.version = '1.2.5' + spec.ios.deployment_target = '12.0' + spec.tvos.deployment_target = '12.0' + spec.version = '2.0.0' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit' spec.authors = { 'Viktor Peschenkov' => 'v.peschenkov@gmail.com' } @@ -11,5 +11,5 @@ Pod::Spec.new do |spec| spec.source_files = 'LetterAvatarKit/*.{h,swift}', 'LetterAvatarKit/Extensions/*.{swift}' spec.requires_arc = true spec.framework = 'Foundation', 'UIKit' - spec.swift_version = '5.0' + spec.swift_version = '5.9' end diff --git a/Package.swift b/Package.swift index ff19ed3..fc1304a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.1 +// swift-tools-version:5.9 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -6,8 +6,8 @@ import PackageDescription let package = Package( name: "LetterAvatarKit", platforms: [ - .iOS(.v9), - .tvOS(.v9) + .iOS(.v12), + .tvOS(.v12) ], products: [ .library( @@ -25,8 +25,10 @@ let package = Package( ), .testTarget( name: "LetterAvatarKitTests", - dependencies: [], - path: "LetterAvatarKitTests" + dependencies: ["LetterAvatarKit"], + path: "LetterAvatarKitTests", + exclude: ["Info.plist"], + resources: [.process("Resources")] ) ] ) From da4b5a1e802c5cf8d52de05936435d247bb74d32 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:23:41 +0200 Subject: [PATCH 03/12] Modernize example projects --- .../project.pbxproj | 30 +- .../xcshareddata/swiftpm/Package.resolved | 16 - .../project.pbxproj | 4 +- LetterAvatarKitObjcExample/Podfile | 3 +- LetterAvatarKitObjcExample/Podfile.lock | 8 +- .../LetterAvatarKit.podspec.json | 11 +- LetterAvatarKitObjcExample/Pods/Manifest.lock | 8 +- .../Pods/Pods.xcodeproj/project.pbxproj | 598 +++++++++--------- .../LetterAvatarKit-Info.plist | 4 +- .../LetterAvatarKit.debug.xcconfig | 15 + .../LetterAvatarKit.release.xcconfig | 15 + ...Pods-LetterAvatarKitObjcExample-Info.plist | 2 +- ...s-LetterAvatarKitObjcExample-frameworks.sh | 99 +-- ...-LetterAvatarKitObjcExample.debug.xcconfig | 6 +- ...etterAvatarKitObjcExample.release.xcconfig | 6 +- 15 files changed, 439 insertions(+), 386 deletions(-) delete mode 100644 LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig diff --git a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj index ae0dcb1..70114dc 100644 --- a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj +++ b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj @@ -124,7 +124,7 @@ ); mainGroup = EBEC63B11F8CF49B00CE334B; packageReferences = ( - 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */, + 98CF310D244B159000A218C2 /* XCLocalSwiftPackageReference "LetterAvatarKit" */, ); productRefGroup = EBEC63BB1F8CF49B00CE334B /* Products */; projectDirPath = ""; @@ -230,7 +230,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -283,7 +283,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_COMPILATION_MODE = wholemodule; @@ -298,14 +298,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = LetterAvatarKitExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitExample; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -316,14 +316,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = LetterAvatarKitExample/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitExample; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; @@ -351,21 +351,17 @@ }; /* End XCConfigurationList section */ -/* Begin XCRemoteSwiftPackageReference section */ - 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = { - isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/vpeschenkov/LetterAvatarKit"; - requirement = { - kind = upToNextMajorVersion; - minimumVersion = 1.2.2; - }; +/* Begin XCLocalSwiftPackageReference section */ + 98CF310D244B159000A218C2 /* XCLocalSwiftPackageReference "LetterAvatarKit" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ..; }; -/* End XCRemoteSwiftPackageReference section */ +/* End XCLocalSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ 98CF310E244B159000A218C2 /* LetterAvatarKit */ = { isa = XCSwiftPackageProductDependency; - package = 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */; + package = 98CF310D244B159000A218C2 /* XCLocalSwiftPackageReference "LetterAvatarKit" */; productName = LetterAvatarKit; }; /* End XCSwiftPackageProductDependency section */ diff --git a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 64fdc4e..0000000 --- a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "LetterAvatarKit", - "repositoryURL": "https://github.com/vpeschenkov/LetterAvatarKit", - "state": { - "branch": null, - "revision": "41f67ab75f428fee719b31a60cdc795d4b5caeb5", - "version": "1.2.3" - } - } - ] - }, - "version": 1 -} diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj index 3a3720f..2f526c6 100644 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj @@ -285,7 +285,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -336,7 +336,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; diff --git a/LetterAvatarKitObjcExample/Podfile b/LetterAvatarKitObjcExample/Podfile index 032b191..9b5d5c9 100644 --- a/LetterAvatarKitObjcExample/Podfile +++ b/LetterAvatarKitObjcExample/Podfile @@ -1,5 +1,4 @@ -platform :ios, '9.0' -source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '12.0' use_frameworks! target 'LetterAvatarKitObjcExample' do diff --git a/LetterAvatarKitObjcExample/Podfile.lock b/LetterAvatarKitObjcExample/Podfile.lock index b73c190..6a06814 100644 --- a/LetterAvatarKitObjcExample/Podfile.lock +++ b/LetterAvatarKitObjcExample/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - LetterAvatarKit (1.2.1) + - LetterAvatarKit (2.0.0) DEPENDENCIES: - LetterAvatarKit (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - LetterAvatarKit: 74da068d6bf2253b05f827bcef599da8841f5a13 + LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 -PODFILE CHECKSUM: acab86cc8cc5517bd2b945abae924096efac0c35 +PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d -COCOAPODS: 1.8.4 +COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json b/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json index 3e4c669..2debf68 100644 --- a/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json +++ b/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json @@ -1,9 +1,10 @@ { "name": "LetterAvatarKit", "platforms": { - "ios": "8.0" + "ios": "12.0", + "tvos": "12.0" }, - "version": "1.2.1", + "version": "2.0.0", "license": { "type": "MIT" }, @@ -14,7 +15,7 @@ "summary": "An extension that generates letter-based avatars/placeholders written in Swift", "source": { "git": "https://github.com/vpeschenkov/LetterAvatarKit.git", - "tag": "1.2.1" + "tag": "2.0.0" }, "source_files": [ "LetterAvatarKit/*.{h,swift}", @@ -25,6 +26,6 @@ "Foundation", "UIKit" ], - "swift_versions": "5.0", - "swift_version": "5.0" + "swift_versions": "5.9", + "swift_version": "5.9" } diff --git a/LetterAvatarKitObjcExample/Pods/Manifest.lock b/LetterAvatarKitObjcExample/Pods/Manifest.lock index b73c190..6a06814 100644 --- a/LetterAvatarKitObjcExample/Pods/Manifest.lock +++ b/LetterAvatarKitObjcExample/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - LetterAvatarKit (1.2.1) + - LetterAvatarKit (2.0.0) DEPENDENCIES: - LetterAvatarKit (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - LetterAvatarKit: 74da068d6bf2253b05f827bcef599da8841f5a13 + LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 -PODFILE CHECKSUM: acab86cc8cc5517bd2b945abae924096efac0c35 +PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d -COCOAPODS: 1.8.4 +COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj index 082a09e..e4fb7cf 100644 --- a/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj +++ b/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj @@ -7,26 +7,25 @@ objects = { /* Begin PBXBuildFile section */ - 0F55DC4A827824DF0F5F9B22A254D434 /* UIColor+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E9BF32A454FA11EA9B0A51D7585499E /* UIColor+LetterAvatarKit.swift */; }; - 19E09AFDD0E82A054C5A307432F1DC76 /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20A650EB1E7C8045010B4AFA6CCD89F3 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FEC7E67B4ACCE8D3C71AF49056DA9A8 /* LetterAvatarBuilder.swift */; }; - 20F9424F46741F8CA46D7393BA9DBD0B /* LetterAvatarKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ABBC4D9458F23B38DA6C5B5F0834B76 /* LetterAvatarKit-dummy.m */; }; - 22FC893DD469F2835F808E08D669F97E /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */; }; - 2A7D08911242525AC2BBAC1E626EEF10 /* Character+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DECEB5DDF01C1A0EB8418234BA17452 /* Character+LetterAvatarKit.swift */; }; - 2BCB24FE50C2EE156DA2BB4CED48174A /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = B7CCCAA4FF8B6649CE22562854BFC69F /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AA27E2E6603E85CC93A5E5A586F5113 /* LetterAvatarBuilderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85D288C2A8894EFA80619913FAE56490 /* LetterAvatarBuilderConfiguration.swift */; }; - 6862CB88019C04E95E8C888DB44C1DBB /* LetterAvatarMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779F265110D2453F4BA9536A5B157965 /* LetterAvatarMakerExtendable.swift */; }; - 7DD95FBC166F6E09EBABCD489AFF7D6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 436BAA54A31999B53B3CC7115C55FE50 /* Foundation.framework */; }; - 8B24B7503165556923D8D926CFD8CC68 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 312B988EF117AE4DE76A268D970131FE /* UIKit.framework */; }; - B1569E201C78FE50BDDD0CF4D5D2FBE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 436BAA54A31999B53B3CC7115C55FE50 /* Foundation.framework */; }; - BD82DD765EA58EE3C568864183550384 /* LetterAvatarMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76265D46F45CA31F735AE944955F3090 /* LetterAvatarMaker.swift */; }; - D4FC11C3CCE142EFCA7E04FC96135329 /* LetterAvatarKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 07AB794DBA7D3FC57F1CE52437FF92E1 /* LetterAvatarKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB46711390F009E0B32FB4154D7A09CF /* UIImage+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E3DF090B2D999F9611E4367EEC38BAA /* UIImage+LetterAvatarKit.swift */; }; - E544276E5EFFA82AAD26DCFF5232943B /* String+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6F719F05868B0CE9C301D85F81B90A5 /* String+LetterAvatarKit.swift */; }; + 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */; }; + 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */; }; + 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */; }; + 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; + 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */; }; + 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */; }; + 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */; }; + 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */; }; + 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */; }; + F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; + F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */; }; + F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 8DE6AB1BD549A72EC0A776AB806BDBB2 /* PBXContainerItemProxy */ = { + CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -36,134 +35,204 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 07AB794DBA7D3FC57F1CE52437FF92E1 /* LetterAvatarKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-umbrella.h"; sourceTree = ""; }; - 0BA107F8470A3DD3D9280D7A375347FD /* LetterAvatarKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-prefix.pch"; sourceTree = ""; }; - 0D83C87F7D61A27F12A19E22B3173F2D /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = ""; }; - 123252F631A8F393863B15A216C1513D /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; + 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; + 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-prefix.pch"; sourceTree = ""; }; + 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LetterAvatarKit.h; path = LetterAvatarKit/LetterAvatarKit.h; sourceTree = ""; }; + 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; + 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/LetterAvatarKit.docset/Contents/Info.plist; sourceTree = ""; }; 15F9CCA5786FEF74B11D867FB973DEE0 /* Pods-LetterAvatarKitObjcExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LetterAvatarKitObjcExample-frameworks.sh"; sourceTree = ""; }; - 1686ED9EC1754982B62A4E2FCEEDA239 /* LetterAvatarKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LetterAvatarKit-Info.plist"; sourceTree = ""; }; - 19F6558309DB4FD505632F2AF35C0AE7 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = ""; }; - 312B988EF117AE4DE76A268D970131FE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 312CDE39B9D1BC49B92A78237DB39F98 /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; - 3225B610822FFF2265134C92F7E6ACC2 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = ""; }; - 353245E92E269EFC1F09D150390FC13E /* LetterAvatarKit.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.xcconfig; sourceTree = ""; }; - 38205A8531F7E916E7E4642B60340D7B /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = ""; }; + 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMaker.swift; path = LetterAvatarKit/LetterAvatarMaker.swift; sourceTree = ""; }; + 282C7967098A8C9B01BF0562E7EE015C /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; + 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/Extensions/UIColor.html; sourceTree = ""; }; + 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; + 2F1593CF41762BD646A705D8A36195A3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; + 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; + 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = ""; }; + 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; 3F75AFED5837C88AEF197D47BAA22140 /* Pods-LetterAvatarKitObjcExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-Info.plist"; sourceTree = ""; }; - 435363007DD6E5E6CF321B4D3A9ABB77 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; - 436BAA54A31999B53B3CC7115C55FE50 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 45297D5EDDC0D4EE752B938CD25940FF /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; + 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html; sourceTree = ""; }; + 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; + 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LetterAvatarKitObjcExample-dummy.m"; sourceTree = ""; }; - 4C51C23361C1B7FD2BD39F56EA51E950 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = ""; }; - 50DF8C1FB951CCD5512D371876B30218 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; - 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LetterAvatarKit.framework; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 575456FB39CC6683D8FDA84DB3CBF9E7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/LetterAvatarKit.docset/Contents/Info.plist; sourceTree = ""; }; + 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LetterAvatarKit; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 57ADB68C25D193013EB3240813040419 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html; sourceTree = ""; }; 57DA105AAD84B0803F512F9AEAC73BE0 /* Pods-LetterAvatarKitObjcExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.plist"; sourceTree = ""; }; - 5ABBC4D9458F23B38DA6C5B5F0834B76 /* LetterAvatarKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LetterAvatarKit-dummy.m"; sourceTree = ""; }; - 5C5AF5110275E531D68AE386024C94D5 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; - 633B61E25A133A5A30D36523108A0FBB /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html; sourceTree = ""; }; - 6E3DF090B2D999F9611E4367EEC38BAA /* UIImage+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+LetterAvatarKit.swift"; sourceTree = ""; }; - 6EDAB50B5720BCC8EE0074B007E33C57 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = ""; }; + 58040124C93E9E5C987CB7E3BE090469 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; + 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LetterAvatarKit.modulemap; sourceTree = ""; }; + 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; + 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = ""; }; + 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+LetterAvatarKit.swift"; sourceTree = ""; }; + 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.release.xcconfig; sourceTree = ""; }; + 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = ""; }; + 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = ""; }; 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.release.xcconfig"; sourceTree = ""; }; - 745DD5D6AA31D8FAA73A64B779178412 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; - 75D5DE0AD7635D1C151A4D75910BCDF8 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; - 76265D46F45CA31F735AE944955F3090 /* LetterAvatarMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMaker.swift; path = LetterAvatarKit/LetterAvatarMaker.swift; sourceTree = ""; }; - 779F265110D2453F4BA9536A5B157965 /* LetterAvatarMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMakerExtendable.swift; path = LetterAvatarKit/LetterAvatarMakerExtendable.swift; sourceTree = ""; }; 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.debug.xcconfig"; sourceTree = ""; }; - 7ACED043FF9E44B347F98FB468A2C946 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = ""; }; - 7DECEB5DDF01C1A0EB8418234BA17452 /* Character+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Character+LetterAvatarKit.swift"; sourceTree = ""; }; - 7FEC7E67B4ACCE8D3C71AF49056DA9A8 /* LetterAvatarBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilder.swift; path = LetterAvatarKit/LetterAvatarBuilder.swift; sourceTree = ""; }; + 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 83D3FFFE41744BA1AB17EE94FB5D3222 /* Pods-LetterAvatarKitObjcExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.markdown"; sourceTree = ""; }; - 84891BB7EE84E87C39498943CC5DCD97 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 85D288C2A8894EFA80619913FAE56490 /* LetterAvatarBuilderConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilderConfiguration.swift; path = LetterAvatarKit/LetterAvatarBuilderConfiguration.swift; sourceTree = ""; }; + 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LetterAvatarKitObjcExample-umbrella.h"; sourceTree = ""; }; - 88E58D99E913338C79A02C7EEFEC6F0B /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = ""; }; - 8FA63BF2A3314F5F516B4D46047D6DD7 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = ""; }; - 98A4D5BCB4F5BCC6B1D8662F6C7ED132 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; + 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilderConfiguration.swift; path = LetterAvatarKit/LetterAvatarBuilderConfiguration.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E9BF32A454FA11EA9B0A51D7585499E /* UIColor+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+LetterAvatarKit.swift"; sourceTree = ""; }; - A02E7590AEC392D630C1121387CA581B /* Pods_LetterAvatarKitObjcExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LetterAvatarKitObjcExample.framework; path = "Pods-LetterAvatarKitObjcExample.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - A4F0599DC45DB976968BCD680742B6F0 /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html; sourceTree = ""; }; - A55A78B3D60068A27731774A8E00DBCA /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/Extensions/UIImage.html; sourceTree = ""; }; - B1586633F6BB7D67A9B4DFF8D83E4A75 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; - B7CCCAA4FF8B6649CE22562854BFC69F /* LetterAvatarKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LetterAvatarKit.h; path = LetterAvatarKit/LetterAvatarKit.h; sourceTree = ""; }; - BBB3F5AF86BA1E3E5DA1FA47537F95D3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - BD613EA6BF47D4DBEEE0CE141DCC268D /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; - C09FA921BD1D80123A682C03631B9910 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; - C17F7FC550C22834483730A6DA76F140 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; - C65EC991BF71A053B053F22C36DE3421 /* LetterAvatarKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = LetterAvatarKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C6F719F05868B0CE9C301D85F81B90A5 /* String+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "String+LetterAvatarKit.swift"; sourceTree = ""; }; - CA2BC862CCCB66160C18BE5E1BB883AC /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; - D6ABFDA1B08E8BFB2133E48A35EE9100 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; - DAA6CE5048DB0366CCD87B88201B7F34 /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; - DBB5BC7F6F7ED92F7914CDCBD2A06402 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = ""; }; - E40EC74139BDE7857EC02630448E67F1 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = ""; }; - E6B47B7C99CD790E9BA7136AB26DCD21 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/Extensions/UIColor.html; sourceTree = ""; }; - F1B750D78FAA754D7A313A2A17EDD04B /* LetterAvatarKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LetterAvatarKit.modulemap; sourceTree = ""; }; - F650906B7E9588704C135318FB00404A /* LetterAvatarKit.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarKit.tgz; path = docs/docsets/LetterAvatarKit.tgz; sourceTree = ""; }; - FEA672F03D0F19A455BA7E4918DFEC57 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; - FECD6C43767F5A8370001E10FBF0BFFB /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/Extensions.html; sourceTree = ""; }; + 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-umbrella.h"; sourceTree = ""; }; + A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LetterAvatarKitObjcExample"; path = Pods_LetterAvatarKitObjcExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/Extensions.html; sourceTree = ""; }; + A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+LetterAvatarKit.swift"; sourceTree = ""; }; + B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = ""; }; + B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/Extensions/UIImage.html; sourceTree = ""; }; + BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; + BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilder.swift; path = LetterAvatarKit/LetterAvatarBuilder.swift; sourceTree = ""; }; + BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; + BE578E310237BB5E12FA4CECF50A9615 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = ""; }; + BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; + C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = ""; }; + C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMakerExtendable.swift; path = LetterAvatarKit/LetterAvatarMakerExtendable.swift; sourceTree = ""; }; + CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LetterAvatarKit-dummy.m"; sourceTree = ""; }; + CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarKit.tgz; path = docs/docsets/LetterAvatarKit.tgz; sourceTree = ""; }; + CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = ""; }; + D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; + D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = LetterAvatarKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Character+LetterAvatarKit.swift"; sourceTree = ""; }; + E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = ""; }; + ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + EE87630193F71BA52C97714ED3E5F220 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = ""; }; + F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.debug.xcconfig; sourceTree = ""; }; + F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; + F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = ""; }; + FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LetterAvatarKit-Info.plist"; sourceTree = ""; }; FF7453E93E928A00990323F089EE81DD /* Pods-LetterAvatarKitObjcExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LetterAvatarKitObjcExample.modulemap"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 37326C57105ABBA3169413E6D77B4E05 /* Frameworks */ = { + 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B1569E201C78FE50BDDD0CF4D5D2FBE7 /* Foundation.framework in Frameworks */, - 8B24B7503165556923D8D926CFD8CC68 /* UIKit.framework in Frameworks */, + F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 72109030A4A8B6CEF133440CF76C147E /* Frameworks */ = { + A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7DD95FBC166F6E09EBABCD489AFF7D6B /* Foundation.framework in Frameworks */, + 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */, + 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00B516C94F659A3326213FAEEB8B7602 /* Extensions */ = { + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { isa = PBXGroup; children = ( - 7DECEB5DDF01C1A0EB8418234BA17452 /* Character+LetterAvatarKit.swift */, - C6F719F05868B0CE9C301D85F81B90A5 /* String+LetterAvatarKit.swift */, - 9E9BF32A454FA11EA9B0A51D7585499E /* UIColor+LetterAvatarKit.swift */, - 6E3DF090B2D999F9611E4367EEC38BAA /* UIImage+LetterAvatarKit.swift */, + 1DE6440B6853131A80C53DDA34375AAB /* iOS */, ); - name = Extensions; - path = LetterAvatarKit/Extensions; + name = Frameworks; sourceTree = ""; }; - 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { + 1DE6440B6853131A80C53DDA34375AAB /* iOS */ = { isa = PBXGroup; children = ( - E2983683FD097A93297E2F5D4E382B36 /* iOS */, + 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */, + ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */, ); - name = Frameworks; + name = iOS; sourceTree = ""; }; - 4976543EBAB61E883CED310A59E37171 /* Support Files */ = { + 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */ = { isa = PBXGroup; children = ( - F1B750D78FAA754D7A313A2A17EDD04B /* LetterAvatarKit.modulemap */, - 353245E92E269EFC1F09D150390FC13E /* LetterAvatarKit.xcconfig */, - 5ABBC4D9458F23B38DA6C5B5F0834B76 /* LetterAvatarKit-dummy.m */, - 1686ED9EC1754982B62A4E2FCEEDA239 /* LetterAvatarKit-Info.plist */, - 0BA107F8470A3DD3D9280D7A375347FD /* LetterAvatarKit-prefix.pch */, - 07AB794DBA7D3FC57F1CE52437FF92E1 /* LetterAvatarKit-umbrella.h */, + 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */, + CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */, + FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */, + 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */, + 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */, + F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */, + 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */, ); name = "Support Files"; path = "LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit"; sourceTree = ""; }; + 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */ = { + isa = PBXGroup; + children = ( + BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */, + 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */, + 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */, + 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */, + C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */, + 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */, + B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */, + 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */, + ); + name = LetterAvatarKit; + path = ../..; + sourceTree = ""; + }; + 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */ = { + isa = PBXGroup; + children = ( + E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */, + AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */, + 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */, + ); + name = Extensions; + path = LetterAvatarKit/Extensions; + sourceTree = ""; + }; + B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */ = { + isa = PBXGroup; + children = ( + 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */, + BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */, + BE578E310237BB5E12FA4CECF50A9615 /* carat.png */, + EE87630193F71BA52C97714ED3E5F220 /* Classes.html */, + 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */, + 282C7967098A8C9B01BF0562E7EE015C /* dash.png */, + 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */, + 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */, + 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */, + A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */, + F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */, + B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */, + C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */, + 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */, + 58040124C93E9E5C987CB7E3BE090469 /* index.html */, + 2F1593CF41762BD646A705D8A36195A3 /* index.html */, + 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */, + 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */, + 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */, + BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */, + CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */, + 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */, + E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */, + 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */, + D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */, + BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */, + 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */, + D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */, + CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */, + A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */, + 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */, + 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */, + F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */, + 57ADB68C25D193013EB3240813040419 /* UIColor.html */, + 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */, + 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */, + B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */, + 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */, + ); + name = Pod; + sourceTree = ""; + }; B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */ = { isa = PBXGroup; children = ( - DFA0F8F1462E622ECAF459CD99013F1D /* LetterAvatarKit */, + 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */, ); name = "Development Pods"; sourceTree = ""; @@ -193,113 +262,43 @@ name = "Targets Support Files"; sourceTree = ""; }; - CBBA3580666EF57882AD99C9D40D1EDE /* Products */ = { - isa = PBXGroup; - children = ( - 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit.framework */, - A02E7590AEC392D630C1121387CA581B /* Pods_LetterAvatarKitObjcExample.framework */, - ); - name = Products; - sourceTree = ""; - }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */, 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, - CBBA3580666EF57882AD99C9D40D1EDE /* Products */, + D4B7AA071E91E136996B0303A8395417 /* Products */, C57FF64956861DD3957C59EDAA1C4299 /* Targets Support Files */, ); sourceTree = ""; }; - D9E5DF36ABB0FF89DBC675978BEE6687 /* Pod */ = { - isa = PBXGroup; - children = ( - DBB5BC7F6F7ED92F7914CDCBD2A06402 /* badge.svg */, - 123252F631A8F393863B15A216C1513D /* carat.png */, - 19F6558309DB4FD505632F2AF35C0AE7 /* carat.png */, - 0D83C87F7D61A27F12A19E22B3173F2D /* Classes.html */, - BD613EA6BF47D4DBEEE0CE141DCC268D /* Classes.html */, - E40EC74139BDE7857EC02630448E67F1 /* dash.png */, - C17F7FC550C22834483730A6DA76F140 /* dash.png */, - 75D5DE0AD7635D1C151A4D75910BCDF8 /* docSet.dsidx */, - FECD6C43767F5A8370001E10FBF0BFFB /* Extensions.html */, - FEA672F03D0F19A455BA7E4918DFEC57 /* Extensions.html */, - 50DF8C1FB951CCD5512D371876B30218 /* gh.png */, - 38205A8531F7E916E7E4642B60340D7B /* gh.png */, - 7ACED043FF9E44B347F98FB468A2C946 /* highlight.css */, - 435363007DD6E5E6CF321B4D3A9ABB77 /* highlight.css */, - 5C5AF5110275E531D68AE386024C94D5 /* index.html */, - C09FA921BD1D80123A682C03631B9910 /* index.html */, - 575456FB39CC6683D8FDA84DB3CBF9E7 /* Info.plist */, - 88E58D99E913338C79A02C7EEFEC6F0B /* jazzy.css */, - 98A4D5BCB4F5BCC6B1D8662F6C7ED132 /* jazzy.css */, - 4C51C23361C1B7FD2BD39F56EA51E950 /* jazzy.js */, - 745DD5D6AA31D8FAA73A64B779178412 /* jazzy.js */, - B1586633F6BB7D67A9B4DFF8D83E4A75 /* jquery.min.js */, - 8FA63BF2A3314F5F516B4D46047D6DD7 /* jquery.min.js */, - CA2BC862CCCB66160C18BE5E1BB883AC /* LetterAvatarBuilder.html */, - DAA6CE5048DB0366CCD87B88201B7F34 /* LetterAvatarBuilder.html */, - 45297D5EDDC0D4EE752B938CD25940FF /* LetterAvatarBuilderConfiguration.html */, - 312CDE39B9D1BC49B92A78237DB39F98 /* LetterAvatarBuilderConfiguration.html */, - C65EC991BF71A053B053F22C36DE3421 /* LetterAvatarKit.podspec */, - F650906B7E9588704C135318FB00404A /* LetterAvatarKit.tgz */, - BBB3F5AF86BA1E3E5DA1FA47537F95D3 /* LICENSE */, - 84891BB7EE84E87C39498943CC5DCD97 /* README.md */, - D6ABFDA1B08E8BFB2133E48A35EE9100 /* search.json */, - 3225B610822FFF2265134C92F7E6ACC2 /* search.json */, - E6B47B7C99CD790E9BA7136AB26DCD21 /* UIColor.html */, - 633B61E25A133A5A30D36523108A0FBB /* UIColor.html */, - A55A78B3D60068A27731774A8E00DBCA /* UIImage.html */, - A4F0599DC45DB976968BCD680742B6F0 /* UIImage.html */, - 6EDAB50B5720BCC8EE0074B007E33C57 /* undocumented.json */, - ); - name = Pod; - sourceTree = ""; - }; - DFA0F8F1462E622ECAF459CD99013F1D /* LetterAvatarKit */ = { - isa = PBXGroup; - children = ( - 7FEC7E67B4ACCE8D3C71AF49056DA9A8 /* LetterAvatarBuilder.swift */, - 85D288C2A8894EFA80619913FAE56490 /* LetterAvatarBuilderConfiguration.swift */, - B7CCCAA4FF8B6649CE22562854BFC69F /* LetterAvatarKit.h */, - 76265D46F45CA31F735AE944955F3090 /* LetterAvatarMaker.swift */, - 779F265110D2453F4BA9536A5B157965 /* LetterAvatarMakerExtendable.swift */, - 00B516C94F659A3326213FAEEB8B7602 /* Extensions */, - D9E5DF36ABB0FF89DBC675978BEE6687 /* Pod */, - 4976543EBAB61E883CED310A59E37171 /* Support Files */, - ); - name = LetterAvatarKit; - path = ../..; - sourceTree = ""; - }; - E2983683FD097A93297E2F5D4E382B36 /* iOS */ = { + D4B7AA071E91E136996B0303A8395417 /* Products */ = { isa = PBXGroup; children = ( - 436BAA54A31999B53B3CC7115C55FE50 /* Foundation.framework */, - 312B988EF117AE4DE76A268D970131FE /* UIKit.framework */, + 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */, + A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */, ); - name = iOS; + name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 244FF069859AA7B8EF61387439FDB6D6 /* Headers */ = { + 670C6D973CEBE609B6F4883E83501826 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D4FC11C3CCE142EFCA7E04FC96135329 /* LetterAvatarKit-umbrella.h in Headers */, - 2BCB24FE50C2EE156DA2BB4CED48174A /* LetterAvatarKit.h in Headers */, + 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C4CA30676DD84336A90C0B81821C6F8 /* Headers */ = { + CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 19E09AFDD0E82A054C5A307432F1DC76 /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */, + A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */, + 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -308,31 +307,31 @@ /* Begin PBXNativeTarget section */ 961D4DE155D1D97BBB2F3D48799AEBA6 /* Pods-LetterAvatarKitObjcExample */ = { isa = PBXNativeTarget; - buildConfigurationList = 21C81B05DC95C00DC105754220F0ABAA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */; + buildConfigurationList = 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */; buildPhases = ( - 8C4CA30676DD84336A90C0B81821C6F8 /* Headers */, - A005208B949051BF0BBEF0C1F28B2F37 /* Sources */, - 72109030A4A8B6CEF133440CF76C147E /* Frameworks */, - BC96164068B73C39027385B25784F896 /* Resources */, + 670C6D973CEBE609B6F4883E83501826 /* Headers */, + 11209DC767E6DAFEED48469A5943DE6A /* Sources */, + 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */, + EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */, ); buildRules = ( ); dependencies = ( - AF902EEB956ABBEF6BB1160F6D5208DE /* PBXTargetDependency */, + 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */, ); name = "Pods-LetterAvatarKitObjcExample"; - productName = "Pods-LetterAvatarKitObjcExample"; - productReference = A02E7590AEC392D630C1121387CA581B /* Pods_LetterAvatarKitObjcExample.framework */; + productName = Pods_LetterAvatarKitObjcExample; + productReference = A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */; productType = "com.apple.product-type.framework"; }; D9F7736046D8F388E749400613707326 /* LetterAvatarKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 2DEE0AF4C0359DC99C7A3AD35023A462 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */; + buildConfigurationList = 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */; buildPhases = ( - 244FF069859AA7B8EF61387439FDB6D6 /* Headers */, - 8B2194BDA23785641939F6F168A694CD /* Sources */, - 37326C57105ABBA3169413E6D77B4E05 /* Frameworks */, - A40D67E92FB588D365887D7880FEA65B /* Resources */, + CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */, + C881BAA9512E923E382A5BC8BA7BF31A /* Sources */, + A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */, + 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */, ); buildRules = ( ); @@ -340,7 +339,7 @@ ); name = LetterAvatarKit; productName = LetterAvatarKit; - productReference = 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit.framework */; + productReference = 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -349,19 +348,21 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1100; - LastUpgradeCheck = 1100; + LastSwiftUpdateCheck = 1600; + LastUpgradeCheck = 1600; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 8.0"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - en, Base, + en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = CBBA3580666EF57882AD99C9D40D1EDE /* Products */; + minimizedProjectReferenceProxies = 0; + preferredProjectObjectVersion = 77; + productRefGroup = D4B7AA071E91E136996B0303A8395417 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -372,14 +373,14 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - A40D67E92FB588D365887D7880FEA65B /* Resources */ = { + 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BC96164068B73C39027385B25784F896 /* Resources */ = { + EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -389,48 +390,84 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 8B2194BDA23785641939F6F168A694CD /* Sources */ = { + 11209DC767E6DAFEED48469A5943DE6A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2A7D08911242525AC2BBAC1E626EEF10 /* Character+LetterAvatarKit.swift in Sources */, - 20A650EB1E7C8045010B4AFA6CCD89F3 /* LetterAvatarBuilder.swift in Sources */, - 3AA27E2E6603E85CC93A5E5A586F5113 /* LetterAvatarBuilderConfiguration.swift in Sources */, - 20F9424F46741F8CA46D7393BA9DBD0B /* LetterAvatarKit-dummy.m in Sources */, - BD82DD765EA58EE3C568864183550384 /* LetterAvatarMaker.swift in Sources */, - 6862CB88019C04E95E8C888DB44C1DBB /* LetterAvatarMakerExtendable.swift in Sources */, - E544276E5EFFA82AAD26DCFF5232943B /* String+LetterAvatarKit.swift in Sources */, - 0F55DC4A827824DF0F5F9B22A254D434 /* UIColor+LetterAvatarKit.swift in Sources */, - DB46711390F009E0B32FB4154D7A09CF /* UIImage+LetterAvatarKit.swift in Sources */, + 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A005208B949051BF0BBEF0C1F28B2F37 /* Sources */ = { + C881BAA9512E923E382A5BC8BA7BF31A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 22FC893DD469F2835F808E08D669F97E /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */, + F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */, + E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */, + F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */, + 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */, + 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */, + 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */, + 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */, + 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - AF902EEB956ABBEF6BB1160F6D5208DE /* PBXTargetDependency */ = { + 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = LetterAvatarKit; target = D9F7736046D8F388E749400613707326 /* LetterAvatarKit */; - targetProxy = 8DE6AB1BD549A72EC0A776AB806BDBB2 /* PBXContainerItemProxy */; + targetProxy = CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 796BD5DC5B845DD6995BA0644FD4EF00 /* Release */ = { + 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; + baseConfigurationReference = F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; + PRODUCT_MODULE_NAME = LetterAvatarKit; + PRODUCT_NAME = LetterAvatarKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.9; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 264C6E4901BB821BF1570535A9586858 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -439,9 +476,11 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; @@ -453,16 +492,16 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 8F17DC3A99F99FBAD606CE6963886315 /* Release */ = { + 2B9E26EAE2CD392AD762421F663075A1 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -485,6 +524,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -492,13 +532,16 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = 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 = ( - "POD_CONFIGURATION_RELEASE=1", + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -507,22 +550,24 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; }; - name = Release; + name = Debug; }; - 916E0404255105F480DC4950B7625F7A /* Debug */ = { + 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; @@ -545,6 +590,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -552,16 +598,13 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; 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 = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", + "POD_CONFIGURATION_RELEASE=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -570,24 +613,24 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; }; - name = Debug; + name = Release; }; - BC5A75FDAB8203B1E49B3C21CCBD2253 /* Release */ = { + CA5C8498614D19F065688075BC8D50E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 353245E92E269EFC1F09D150390FC13E /* LetterAvatarKit.xcconfig */; + baseConfigurationReference = 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */; buildSettings = { - CODE_SIGN_IDENTITY = ""; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -596,10 +639,13 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; PRODUCT_MODULE_NAME = LetterAvatarKit; @@ -607,7 +653,8 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.9; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -615,12 +662,13 @@ }; name = Release; }; - CD6202D1007CE72501CA574A30513B17 /* Debug */ = { + DC336FD062F73510BEBF00D35B7AF0F9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; + baseConfigurationReference = 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -629,9 +677,11 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; @@ -643,68 +693,38 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; - }; - F6E7BA1528F475FF8DD495AF2A708E48 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 353245E92E269EFC1F09D150390FC13E /* LetterAvatarKit.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; - PRODUCT_MODULE_NAME = LetterAvatarKit; - PRODUCT_NAME = LetterAvatarKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 21C81B05DC95C00DC105754220F0ABAA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - CD6202D1007CE72501CA574A30513B17 /* Debug */, - 796BD5DC5B845DD6995BA0644FD4EF00 /* Release */, + 2B9E26EAE2CD392AD762421F663075A1 /* Debug */, + 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2DEE0AF4C0359DC99C7A3AD35023A462 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */ = { + 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - F6E7BA1528F475FF8DD495AF2A708E48 /* Debug */, - BC5A75FDAB8203B1E49B3C21CCBD2253 /* Release */, + 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */, + CA5C8498614D19F065688075BC8D50E8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */ = { isa = XCConfigurationList; buildConfigurations = ( - 916E0404255105F480DC4950B7625F7A /* Debug */, - 8F17DC3A99F99FBAD606CE6963886315 /* Release */, + 264C6E4901BB821BF1570535A9586858 /* Debug */, + DC336FD062F73510BEBF00D35B7AF0F9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist index 19f73ea..6efd186 100644 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig new file mode 100644 index 0000000..afab51a --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig new file mode 100644 index 0000000..afab51a --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist index 2243fe6..19cf209 100644 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en + ${PODS_DEVELOPMENT_LANGUAGE} CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh index cc485f3..d50ebdc 100755 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh @@ -18,10 +18,9 @@ echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +BCSYMBOLMAP_DIR="BCSymbolMaps" -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 # This protects against multiple targets copying the same framework dependency at the same time. The solution # was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html @@ -42,12 +41,22 @@ install_framework() if [ -L "${source}" ]; then echo "Symlinked..." - source="$(readlink "${source}")" + source="$(readlink -f "${source}")" + fi + + if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then + # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied + find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do + echo "Installing $f" + install_bcsymbolmap "$f" "$destination" + rm "$f" + done + rmdir "${source}/${BCSYMBOLMAP_DIR}" fi # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" local basename basename="$(basename -s .framework "$1")" @@ -80,69 +89,53 @@ install_framework() done fi } - # Copies and strips a vendored dSYM install_dsym() { local source="$1" + warn_missing_arch=${2:-true} if [ -r "$source" ]; then - # Copy the dSYM into a the targets temp dir. + # Copy the dSYM into the targets temp dir. echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" local basename - basename="$(basename -s .framework.dSYM "$source")" - binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + basename="$(basename -s .dSYM "$source")" + binary_name="$(ls "$source/Contents/Resources/DWARF")" + binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - # Strip invalid architectures so "fat" simulator / device frameworks work on device + # Strip invalid architectures from the dSYM. if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then - strip_invalid_archs "$binary" + strip_invalid_archs "$binary" "$warn_missing_arch" fi - - if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + if [[ $STRIP_BINARY_RETVAL == 0 ]]; then # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" else # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" + mkdir -p "${DWARF_DSYM_FOLDER_PATH}" + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" fi fi } -# Copies the bcsymbolmap files of a vendored framework -install_bcsymbolmap() { - local bcsymbolmap_path="$1" - local destination="${BUILT_PRODUCTS_DIR}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identity - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 # Strip invalid architectures strip_invalid_archs() { binary="$1" + warn_missing_arch=${2:-true} # Get architectures for current target binary binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" # Intersect them with the architectures we are building for intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" # If there are no archs supported by this binary then warn the user if [[ -z "$intersected_archs" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - STRIP_BINARY_RETVAL=0 + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=1 return fi stripped="" @@ -156,9 +149,31 @@ strip_invalid_archs() { if [[ "$stripped" ]]; then echo "Stripped $binary of architectures:$stripped" fi - STRIP_BINARY_RETVAL=1 + STRIP_BINARY_RETVAL=0 +} + +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" } +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework" diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig index 0c0e6c6..698add5 100644 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig @@ -1,12 +1,16 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig index 0c0e6c6..698add5 100644 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig @@ -1,12 +1,16 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES From b4335e71aebd3f6074d0dfcc21178430727ff443 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:23:50 +0200 Subject: [PATCH 04/12] Add GitHub Actions CI and release notes --- .github/workflows/ci.yml | 51 ++++++++++++++++++++++++++++++++++++++++ .travis.yml | 7 ------ CHANGELOG.md | 14 ++++++++++- README.md | 33 +++++++------------------- 4 files changed, 72 insertions(+), 33 deletions(-) create mode 100644 .github/workflows/ci.yml delete mode 100644 .travis.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..b8fca7a --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,51 @@ +name: CI + +on: + push: + branches: [master, main] + pull_request: + +jobs: + test: + name: Test + runs-on: macos-15 + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Select Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable + + - name: Validate package manifest + run: swift package dump-package + + - name: Test framework + run: | + xcodebuild test \ + -project LetterAvatarKit.xcodeproj \ + -scheme LetterAvatarKit \ + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' + + - name: Build Swift example + run: | + xcodebuild build \ + -project LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj \ + -scheme LetterAvatarKitExample \ + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' + + - name: Install CocoaPods + run: gem install cocoapods + + - name: Install Objective-C example pods + working-directory: LetterAvatarKitObjcExample + run: pod install + + - name: Build Objective-C example + working-directory: LetterAvatarKitObjcExample + run: | + xcodebuild build \ + -workspace LetterAvatarKitObjcExample.xcworkspace \ + -scheme LetterAvatarKitObjcExample \ + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c754c36..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: objective-c -osx_image: xcode12 - -install: - - bundle install -script: - - fastlane test diff --git a/CHANGELOG.md b/CHANGELOG.md index b188c82..d3f6135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ #### Fixed for any bug fixes. ``` +### 2.0.0 +#### Changed +- Raised minimum deployment targets to iOS 12.0 and tvOS 12.0. +- Updated the package, podspec, and project settings for Swift 5.9. +- Modernized image rendering to use `UIGraphicsImageRenderer`. +- Updated the Swift example to depend on the local package checkout. +- Replaced Travis CI with GitHub Actions. + +#### Removed +- Removed obsolete compatibility helpers and tests for standard library APIs. +- Removed Carthage documentation. + ### 1.2.5 #### Removed - Removed `SwiftUI` dependency (#31) @@ -30,4 +42,4 @@ ### 1.1.9 #### Added -- Xcode 11 support \ No newline at end of file +- Xcode 11 support diff --git a/README.md b/README.md index fb1fdb6..753e9da 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # LetterAvatarKit -![][Swift Version] ![][Pods] ![][Platform] ![][Carthage compatible] ![][Codacy Badge] -![][Travis] +![][Swift Version] ![][Pods] ![][Platform] ![][Codacy Badge] `LetterAvatarKit` provides an ```UIImage``` extension for generating letter-based avatars/placeholders. There are a few images showing what you can achive by using this framework: ![][screenshots] ## Requirements -- iOS 8+ -- tvOS 9+ -- Swift 4.0+ +- iOS 12+ +- tvOS 12+ +- Swift 5.9+ ## Features - Easy to use and intuitive interface @@ -27,26 +26,12 @@ `LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "LetterAvatarKit", "1.2.5" # Swift 5.0+, Xcode 12 -pod "LetterAvatarKit", "1.2.3" # Swift 5.0+, Xcode 11 -pod "LetterAvatarKit", "1.1.7" # Swift 4.2 -pod "LetterAvatarKit", "1.1.5" # Swift 4.0 +pod "LetterAvatarKit" ``` -### [Carthage](https://github.com/Carthage/Carthage) +### Swift Package Manager -Add this to `Cartfile` - -```ruby -github "vpeschenkov/LetterAvatarKit" == 1.2.5 # Swift 5.0+, Xcode 12 -github "vpeschenkov/LetterAvatarKit" == 1.2.3 # Swift 5.0+, Xcode 11 -github "vpeschenkov/LetterAvatarKit" == 1.1.7 # Swift 4.2 -github "vpeschenkov/LetterAvatarKit" == 1.1.5 # Swift 4.0 -``` - -```sh -$ carthage update -``` +Add `https://github.com/vpeschenkov/LetterAvatarKit` as a package dependency in Xcode. ## Usage @@ -190,8 +175,6 @@ Distributed under the MIT license. See [LICENSE](https://github.com/vpeschenkov/ [Screenshots]: https://i.imgur.com/n3SjH6q.jpg [Platform]: https://cocoapod-badges.herokuapp.com/p/LetterAvatarKit/badge.png -[Travis]: https://travis-ci.org/vpeschenkov/LetterAvatarKit.svg?branch=master [Pods]: https://cocoapod-badges.herokuapp.com/v/LetterAvatarKit/badge.png -[Swift Version]: https://img.shields.io/badge/swift-5.0-orange.svg?style=flat +[Swift Version]: https://img.shields.io/badge/swift-5.9-orange.svg?style=flat [Codacy Badge]: https://api.codacy.com/project/badge/Grade/d0f9b1a4ccb64d4aacd18a971e4cf8b7 -[Carthage compatible]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat(https://github.com/Carthage/Carthage) From 38aa70a39107151884ecb5283da7c4636488d876 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:39:41 +0200 Subject: [PATCH 05/12] Add Jazzy documentation workflow --- .github/workflows/docs.yml | 38 +++++ Gemfile | 8 +- Gemfile.lock | 341 +++++++++++++++++++++++++++++++++++++ scripts/generate_docs.sh | 6 +- 4 files changed, 390 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/docs.yml create mode 100644 Gemfile.lock diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..06ca232 --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,38 @@ +name: Documentation + +on: + push: + +permissions: + contents: write + +concurrency: + group: docs-${{ github.ref }} + cancel-in-progress: true + +jobs: + jazzy: + if: github.actor != 'github-actions[bot]' + runs-on: macos-latest + env: + BUNDLE_WITHOUT: fastlane + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + bundler-cache: true + + - name: Generate documentation + run: scripts/generate_docs.sh + + - name: Commit documentation + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Update Jazzy documentation + file_pattern: docs diff --git a/Gemfile b/Gemfile index 7a118b4..f4be9e4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,9 @@ source "https://rubygems.org" -gem "fastlane" +group :fastlane do + gem "fastlane" +end + +group :docs do + gem "jazzy" +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..7c7f3d9 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,341 @@ +GEM + remote: https://rubygems.org/ + specs: + CFPropertyList (3.0.8) + abbrev (0.1.2) + activesupport (7.2.3.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) + artifactory (3.0.17) + atomos (0.1.3) + aws-eventstream (1.4.0) + aws-partitions (1.1260.0) + aws-sdk-core (3.252.0) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) + base64 + bigdecimal + jmespath (~> 1, >= 1.6.1) + logger + aws-sdk-kms (1.129.0) + aws-sdk-core (~> 3, >= 3.248.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.225.1) + aws-sdk-core (~> 3, >= 3.248.0) + aws-sdk-kms (~> 1) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.12.1) + aws-eventstream (~> 1, >= 1.0.2) + babosa (1.0.4) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.1.2) + claide (1.1.0) + cocoapods (1.16.2) + addressable (~> 2.8) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.16.2) + cocoapods-deintegrate (>= 1.0.3, < 2.0) + cocoapods-downloader (>= 2.1, < 3.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.6.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) + colored2 (~> 3.1) + escape (~> 0.0.4) + fourflusher (>= 2.3.0, < 3.0) + gh_inspector (~> 1.0) + molinillo (~> 0.8.0) + nap (~> 1.0) + ruby-macho (>= 2.3.0, < 3.0) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) + activesupport (>= 5.0, < 8) + addressable (~> 2.8) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.1) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + netrc (~> 0.11) + public_suffix (~> 4.0) + typhoeus (~> 1.0) + cocoapods-deintegrate (1.0.5) + cocoapods-downloader (2.1) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.1) + cocoapods-trunk (1.6.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.2.0) + colored (1.2) + colored2 (3.1.2) + commander (4.6.0) + highline (~> 2.0.0) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) + csv (3.3.5) + declarative (0.0.20) + digest-crc (0.7.0) + rake (>= 12.0.0, < 14.0.0) + domain_name (0.6.20240107) + dotenv (2.8.1) + drb (2.2.3) + emoji_regex (3.2.3) + escape (0.0.4) + ethon (0.18.0) + ffi (>= 1.15.0) + logger + excon (0.112.0) + faraday (1.10.5) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-cookie_jar (0.0.8) + faraday (>= 0.8.0) + http-cookie (>= 1.0.0) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.1) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) + faraday-net_http (1.0.2) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.4) + faraday_middleware (1.2.1) + faraday (~> 1.0) + fastimage (2.4.1) + fastlane (2.236.1) + CFPropertyList (>= 2.3, < 5.0.0) + abbrev (~> 0.1) + addressable (>= 2.8, < 3.0.0) + artifactory (~> 3.0) + aws-sdk-s3 (~> 1.197) + babosa (>= 1.0.3, < 2.0.0) + base64 (~> 0.2) + benchmark (>= 0.1.0) + bundler (>= 2.4.0, < 5.0.0) + colored (~> 1.2) + commander (~> 4.6) + csv (~> 3.3) + dotenv (>= 2.1.1, < 3.0.0) + emoji_regex (>= 0.1, < 4.0) + excon (>= 0.71.0, < 1.0.0) + faraday (~> 1.0) + faraday-cookie_jar (~> 0.0.6) + faraday_middleware (~> 1.0) + fastimage (>= 2.1.0, < 3.0.0) + fastlane-sirp (>= 1.1.0) + gh_inspector (>= 1.1.2, < 2.0.0) + google-apis-androidpublisher_v3 (~> 0.3) + google-apis-playcustomapp_v1 (~> 0.1) + google-cloud-env (>= 1.6.0, < 2.3.0) + google-cloud-storage (~> 1.31) + highline (~> 2.0) + http-cookie (~> 1.0.5) + json (< 3.0.0) + jwt (>= 2.10.3, < 4) + logger (>= 1.6, < 2.0) + mini_magick (>= 4.9.4, < 5.0.0) + multi_json (~> 1.12) + multipart-post (>= 2.0.0, < 3.0.0) + mutex_m (~> 0.3) + naturally (~> 2.2) + nkf (~> 0.2) + optparse (>= 0.1.1, < 1.0.0) + ostruct (>= 0.1.0) + plist (>= 3.1.0, < 4.0.0) + rubyzip (>= 2.0.0, < 3.0.0) + security (= 0.1.5) + simctl (~> 1.6.3) + terminal-notifier (>= 2.0.0, < 3.0.0) + terminal-table (~> 3) + tty-screen (>= 0.6.3, < 1.0.0) + tty-spinner (>= 0.8.0, < 1.0.0) + word_wrap (~> 1.0.0) + xcodeproj (>= 1.13.0, < 2.0.0) + xcpretty (~> 0.4.1) + xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) + fastlane-sirp (1.1.0) + ffi (1.17.4) + ffi (1.17.4-arm64-darwin) + fourflusher (2.3.1) + fuzzy_match (2.0.4) + gh_inspector (1.1.3) + google-apis-androidpublisher_v3 (0.102.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-core (0.18.0) + addressable (~> 2.5, >= 2.5.1) + googleauth (~> 1.9) + httpclient (>= 2.8.3, < 3.a) + mini_mime (~> 1.0) + mutex_m + representable (~> 3.0) + retriable (>= 2.0, < 4.a) + google-apis-iamcredentials_v1 (0.27.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-playcustomapp_v1 (0.17.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-storage_v1 (0.63.0) + google-apis-core (>= 0.15.0, < 2.a) + google-cloud-core (1.9.0) + google-cloud-env (>= 1.0, < 3.a) + google-cloud-errors (~> 1.0) + google-cloud-env (2.2.2) + base64 (~> 0.2) + faraday (>= 1.0, < 3.a) + google-cloud-errors (1.6.0) + google-cloud-storage (1.61.0) + addressable (~> 2.8) + digest-crc (~> 0.4) + google-apis-core (>= 0.18, < 2) + google-apis-iamcredentials_v1 (~> 0.18) + google-apis-storage_v1 (>= 0.42) + google-cloud-core (~> 1.6) + googleauth (~> 1.9) + mini_mime (~> 1.0) + google-logging-utils (0.2.0) + googleauth (1.17.0) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.2) + google-logging-utils (~> 0.1) + jwt (>= 1.4, < 4.0) + os (>= 0.9, < 2.0) + pstore (~> 0.1) + signet (>= 0.16, < 2.a) + highline (2.0.3) + http-cookie (1.0.8) + domain_name (~> 0.5) + httpclient (2.9.0) + mutex_m + i18n (1.14.8) + concurrent-ruby (~> 1.0) + jazzy (0.15.4) + activesupport (>= 5.0, < 8) + cocoapods (~> 1.5) + logger + mustache (~> 1.1) + open4 (~> 1.3) + redcarpet (~> 3.4) + rexml (>= 3.2.7, < 4.0) + rouge (>= 2.0.6, < 5.0) + sassc (~> 2.1) + sqlite3 (~> 1.3) + xcinvoke (~> 0.3.0) + jmespath (1.6.2) + json (2.19.9) + jwt (3.2.0) + base64 + liferaft (0.0.6) + logger (1.7.0) + mini_magick (4.13.2) + mini_mime (1.1.5) + mini_portile2 (2.8.9) + minitest (5.27.0) + molinillo (0.8.0) + multi_json (1.21.1) + multipart-post (2.4.1) + mustache (1.1.2) + mutex_m (0.3.0) + nanaimo (0.4.0) + nap (1.1.0) + naturally (2.3.0) + netrc (0.11.0) + nkf (0.3.0) + open4 (1.3.4) + optparse (0.8.1) + os (1.1.4) + ostruct (0.6.3) + plist (3.7.2) + pstore (0.2.1) + public_suffix (4.0.7) + rake (13.4.2) + redcarpet (3.6.1) + representable (3.2.0) + declarative (< 0.1.0) + trailblazer-option (>= 0.1.1, < 0.2.0) + uber (< 0.2.0) + retriable (3.8.0) + rexml (3.4.4) + rouge (3.28.0) + ruby-macho (2.5.1) + ruby2_keywords (0.0.5) + rubyzip (2.4.1) + sassc (2.4.0) + ffi (~> 1.9) + securerandom (0.4.1) + security (0.1.5) + signet (0.22.0) + addressable (~> 2.8) + faraday (>= 0.17.5, < 3.a) + jwt (>= 1.5, < 4.0) + simctl (1.6.10) + CFPropertyList + naturally + sqlite3 (1.7.3) + mini_portile2 (~> 2.8.0) + terminal-notifier (2.0.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + trailblazer-option (0.1.2) + tty-cursor (0.7.1) + tty-screen (0.8.2) + tty-spinner (0.9.3) + tty-cursor (~> 0.7) + typhoeus (1.6.0) + ethon (>= 0.18.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uber (0.1.0) + unicode-display_width (2.6.0) + word_wrap (1.0.0) + xcinvoke (0.3.0) + liferaft (~> 0.0.6) + xcodeproj (1.27.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.4.0) + rexml (>= 3.3.6, < 4.0) + xcpretty (0.4.1) + rouge (~> 3.28.0) + xcpretty-travis-formatter (1.0.1) + xcpretty (~> 0.2, >= 0.0.7) + +PLATFORMS + arm64-darwin-24 + ruby + +DEPENDENCIES + fastlane + jazzy + +BUNDLED WITH + 2.6.9 diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index abb09ad..956417d 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -1,10 +1,12 @@ #!/bin/sh -jazzy \ +set -e + +bundle exec jazzy \ -x USE_SWIFT_RESPONSE_FILE=NO \ --clean \ --author Victor Peschenkov \ - --author_url hhttps://github.com/vpeschenkov \ + --author_url https://github.com/vpeschenkov \ --github_url https://github.com/vpeschenkov/LetterAvatarKit \ --include=/*/LetterAvatar*.*,/*/Extensions/UIImage* \ --skip-undocumented \ From 42a425500e9ea6590c6af644976b748b5a8b0e72 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:39:55 +0200 Subject: [PATCH 06/12] Remove Objective-C support remnants --- .github/workflows/ci.yml | 15 - LetterAvatarKit.podspec | 13 +- LetterAvatarKit.xcodeproj/project.pbxproj | 4 - .../Extensions/UIImage+LetterAvatarKit.swift | 3 - LetterAvatarKit/LetterAvatarBuilder.swift | 6 +- .../LetterAvatarBuilderConfiguration.swift | 16 +- LetterAvatarKit/LetterAvatarKit.h | 32 - LetterAvatarKit/LetterAvatarMaker.swift | 4 +- .../LetterAvatarMakerExtendable.swift | 2 +- .../project.pbxproj | 400 ---------- .../contents.xcworkspacedata | 7 - .../contents.xcworkspacedata | 10 - .../LetterAvatarKitObjcExample/AppDelegate.h | 34 - .../LetterAvatarKitObjcExample/AppDelegate.m | 34 - .../AppIcon.appiconset/Contents.json | 93 --- .../Base.lproj/LaunchScreen.storyboard | 25 - .../Base.lproj/Main.storyboard | 43 - .../LetterAvatarKitObjcExample/Info.plist | 45 -- .../ViewController.h | 32 - .../ViewController.m | 48 -- .../LetterAvatarKitObjcExample/main.m | 34 - LetterAvatarKitObjcExample/Podfile | 6 - LetterAvatarKitObjcExample/Podfile.lock | 16 - .../LetterAvatarKit.podspec.json | 31 - LetterAvatarKitObjcExample/Pods/Manifest.lock | 16 - .../Pods/Pods.xcodeproj/project.pbxproj | 735 ------------------ .../LetterAvatarKit/Info.plist | 26 - .../LetterAvatarKit-Info.plist | 26 - .../LetterAvatarKit/LetterAvatarKit-dummy.m | 5 - .../LetterAvatarKit-prefix.pch | 12 - .../LetterAvatarKit-umbrella.h | 17 - .../LetterAvatarKit.debug.xcconfig | 15 - .../LetterAvatarKit/LetterAvatarKit.modulemap | 6 - .../LetterAvatarKit.release.xcconfig | 15 - .../LetterAvatarKit/LetterAvatarKit.xcconfig | 11 - .../Info.plist | 26 - ...Pods-LetterAvatarKitObjcExample-Info.plist | 26 - ...arKitObjcExample-acknowledgements.markdown | 28 - ...vatarKitObjcExample-acknowledgements.plist | 60 -- .../Pods-LetterAvatarKitObjcExample-dummy.m | 5 - ...s-LetterAvatarKitObjcExample-frameworks.sh | 186 ----- ...ds-LetterAvatarKitObjcExample-resources.sh | 118 --- ...Pods-LetterAvatarKitObjcExample-umbrella.h | 16 - ...-LetterAvatarKitObjcExample.debug.xcconfig | 16 - .../Pods-LetterAvatarKitObjcExample.modulemap | 6 - ...etterAvatarKitObjcExample.release.xcconfig | 16 - README.md | 217 +++--- 47 files changed, 108 insertions(+), 2449 deletions(-) delete mode 100644 LetterAvatarKit/LetterAvatarKit.h delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m delete mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m delete mode 100644 LetterAvatarKitObjcExample/Podfile delete mode 100644 LetterAvatarKitObjcExample/Podfile.lock delete mode 100644 LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json delete mode 100644 LetterAvatarKitObjcExample/Pods/Manifest.lock delete mode 100644 LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m delete mode 100755 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh delete mode 100755 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap delete mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8fca7a..7461c8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,18 +34,3 @@ jobs: -project LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj \ -scheme LetterAvatarKitExample \ -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' - - - name: Install CocoaPods - run: gem install cocoapods - - - name: Install Objective-C example pods - working-directory: LetterAvatarKitObjcExample - run: pod install - - - name: Build Objective-C example - working-directory: LetterAvatarKitObjcExample - run: | - xcodebuild build \ - -workspace LetterAvatarKitObjcExample.xcworkspace \ - -scheme LetterAvatarKitObjcExample \ - -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' diff --git a/LetterAvatarKit.podspec b/LetterAvatarKit.podspec index 257eae1..84c3621 100644 --- a/LetterAvatarKit.podspec +++ b/LetterAvatarKit.podspec @@ -6,10 +6,19 @@ Pod::Spec.new do |spec| spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit' spec.authors = { 'Viktor Peschenkov' => 'v.peschenkov@gmail.com' } - spec.summary = 'An extension that generates letter-based avatars/placeholders written in Swift' + spec.summary = 'Beautiful deterministic letter avatars for iOS and tvOS' + spec.description = <<-DESC + LetterAvatarKit is a lightweight UIKit-first Swift library for generating + polished UIImage avatars from names, usernames, initials, emails, and + placeholders. It is ideal for chat apps, contact lists, teams, profiles, + onboarding flows, and identity fallback images with customizable colors, + fonts, borders, and circular or square rendering. + DESC spec.source = { :git => 'https://github.com/vpeschenkov/LetterAvatarKit.git', :tag => spec.version.to_s } - spec.source_files = 'LetterAvatarKit/*.{h,swift}', 'LetterAvatarKit/Extensions/*.{swift}' + spec.source_files = 'LetterAvatarKit/*.swift', 'LetterAvatarKit/Extensions/*.swift' spec.requires_arc = true spec.framework = 'Foundation', 'UIKit' spec.swift_version = '5.9' + spec.documentation_url = 'https://github.com/vpeschenkov/LetterAvatarKit#readme' + spec.social_media_url = 'https://www.linkedin.com/in/vpeschenkov/' end diff --git a/LetterAvatarKit.xcodeproj/project.pbxproj b/LetterAvatarKit.xcodeproj/project.pbxproj index 547ccc2..db8a866 100644 --- a/LetterAvatarKit.xcodeproj/project.pbxproj +++ b/LetterAvatarKit.xcodeproj/project.pbxproj @@ -28,7 +28,6 @@ EB821DFC1F98C233009B3775 /* UIImage+Compare.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB821DFB1F98C233009B3775 /* UIImage+Compare.swift */; }; EB8EC4131F85929E000B7641 /* LetterAvatarKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB8EC4091F85929E000B7641 /* LetterAvatarKit.framework */; }; EB8EC4181F85929E000B7641 /* LetterAvatarBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8EC4171F85929E000B7641 /* LetterAvatarBuilderTests.swift */; }; - EB8EC41A1F85929E000B7641 /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; EB8EC4241F859382000B7641 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8EC4231F859382000B7641 /* LetterAvatarBuilder.swift */; }; /* End PBXBuildFile section */ @@ -63,7 +62,6 @@ EB821DF51F98B906009B3775 /* LetterAvatarTestImage@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "LetterAvatarTestImage@3x.png"; sourceTree = ""; }; EB821DFB1F98C233009B3775 /* UIImage+Compare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Compare.swift"; sourceTree = ""; }; EB8EC4091F85929E000B7641 /* LetterAvatarKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LetterAvatarKit.h; sourceTree = ""; }; EB8EC40D1F85929E000B7641 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; EB8EC4121F85929E000B7641 /* LetterAvatarKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LetterAvatarKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; EB8EC4171F85929E000B7641 /* LetterAvatarBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterAvatarBuilderTests.swift; sourceTree = ""; }; @@ -155,7 +153,6 @@ isa = PBXGroup; children = ( EB516B611F8810D200BEA1F2 /* Extensions */, - EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */, EB8EC4231F859382000B7641 /* LetterAvatarBuilder.swift */, 3591E078233C233F0041B834 /* LetterAvatarMakerExtendable.swift */, 35089432210272B20024E7CA /* LetterAvatarBuilderConfiguration.swift */, @@ -185,7 +182,6 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - EB8EC41A1F85929E000B7641 /* LetterAvatarKit.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift b/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift index 4864544..796706d 100644 --- a/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift +++ b/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift @@ -34,7 +34,6 @@ extension UIImage { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. - @objc(lk_makeLetterAvatarWithConfiguration:) static public func makeLetterAvatar( withConfiguration configuration: LetterAvatarBuilderConfiguration ) -> UIImage? { @@ -48,7 +47,6 @@ extension UIImage { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. - @objc(lk_makeLetterAvatarWithUsername:) static public func makeLetterAvatar(withUsername username: String?) -> UIImage? { let configuration = LetterAvatarBuilderConfiguration() configuration.username = username @@ -63,7 +61,6 @@ extension UIImage { /// - size: The avatar size. /// /// - Returns: Returns whether an instance of UIImage or nil. - @objc(lk_makeLetterAvatarWithUsername:size:) static public func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage? { let configuration = LetterAvatarBuilderConfiguration() configuration.username = username diff --git a/LetterAvatarKit/LetterAvatarBuilder.swift b/LetterAvatarKit/LetterAvatarBuilder.swift index 1b0465e..187604a 100644 --- a/LetterAvatarKit/LetterAvatarBuilder.swift +++ b/LetterAvatarKit/LetterAvatarBuilder.swift @@ -26,8 +26,9 @@ import UIKit /// Uses for making letter-based avatar images. -@objc(LKLetterAvatarBuilder) -open class LetterAvatarBuilder: NSObject { +open class LetterAvatarBuilder { + public init() {} + /// Makes a letter-based avatar image by using a given configuration. /// /// - Parameters: @@ -35,7 +36,6 @@ open class LetterAvatarBuilder: NSObject { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. - @objc(makeAvatarWithConfiguration:) open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage? { let colors = configuration.backgroundColors.isEmpty ? UIColor.colors : configuration.backgroundColors guard let username = configuration.username else { diff --git a/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift b/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift index ac6ec90..bc5f96a 100644 --- a/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift +++ b/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift @@ -27,40 +27,30 @@ import UIKit import Foundation /// Uses for configurating a LetterAvatarBuilder instance. -@objc(LKLetterAvatarBuilderConfiguration) -open class LetterAvatarBuilderConfiguration: NSObject { +open class LetterAvatarBuilderConfiguration { + public init() {} + /// A size of an avatar image. - @objc(size) open var size: CGSize = CGSize(width: 80, height: 80) /// An username. - @objc(username) open var username: String? /// A flag that indicates of using single only one letter, otherwise, /// as much as wil be possible to obtain. But no more than 3 letters. - @objc(useSingleLetter) open var useSingleLetter: Bool = false /// Letters font. - @objc(lettersFont) open var lettersFont: UIFont? /// Colors that are used to draw image. - @objc(lettersColor) open var lettersColor: UIColor = LKUIColorByRGB(red: 236, green: 240, blue: 241) /// Background colors of the image. - @objc(backgroundColors) open var backgroundColors: [UIColor] = UIColor.colors /// Letters font attributes. - @objc(lettersFontAttributes) open var lettersFontAttributes: [NSAttributedString.Key: Any]? /// Indicates whether to generate circle or square image. - @objc(circle) open var circle: Bool = false /// A border width of the image. - @objc(borderWidth) open var borderWidth: CGFloat = 0.0 /// A border color of the image. - @objc(borderColor) open var borderColor: UIColor = UIColor.white /// A Boolean flag indicating whether the avatar is opaque. - @objc(isOpaque) open var isOpaque: Bool = false } diff --git a/LetterAvatarKit/LetterAvatarKit.h b/LetterAvatarKit/LetterAvatarKit.h deleted file mode 100644 index 47f4ab7..0000000 --- a/LetterAvatarKit/LetterAvatarKit.h +++ /dev/null @@ -1,32 +0,0 @@ -// -// LetterAvatarKit.h -// LetterAvatarKit -// -// Copyright 2017 Victor Peschenkov -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// o this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. -// - -@import UIKit; - -//! Project version number for LetterAvatarKit. -FOUNDATION_EXPORT double LetterAvatarKitVersionNumber; - -//! Project version string for LetterAvatarKit. -FOUNDATION_EXPORT const unsigned char LetterAvatarKitVersionString[]; diff --git a/LetterAvatarKit/LetterAvatarMaker.swift b/LetterAvatarKit/LetterAvatarMaker.swift index 1399b6d..80182d5 100644 --- a/LetterAvatarKit/LetterAvatarMaker.swift +++ b/LetterAvatarKit/LetterAvatarMaker.swift @@ -26,7 +26,9 @@ import UIKit import Foundation -open class LetterAvatarMaker: NSObject { +open class LetterAvatarMaker { + public init() {} + fileprivate var configuration = LetterAvatarBuilderConfiguration() } diff --git a/LetterAvatarKit/LetterAvatarMakerExtendable.swift b/LetterAvatarKit/LetterAvatarMakerExtendable.swift index 08ce924..2fc92f6 100644 --- a/LetterAvatarKit/LetterAvatarMakerExtendable.swift +++ b/LetterAvatarKit/LetterAvatarMakerExtendable.swift @@ -26,7 +26,7 @@ import UIKit import Foundation -public protocol LetterAvatarMakerExtendable: NSObjectProtocol { +public protocol LetterAvatarMakerExtendable { func setSize(_ size: CGSize) -> LetterAvatarMakerExtendable func setUsername(_ username: String) -> LetterAvatarMakerExtendable func setLettersFont(_ lettersFont: UIFont?) -> LetterAvatarMakerExtendable diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj deleted file mode 100644 index 2f526c6..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj +++ /dev/null @@ -1,400 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 46FA21BD4EB27BE5F7A6C8D1 /* Pods_LetterAvatarKitObjcExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */; }; - EBEC63DD1F8CF4D500CE334B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */; }; - EBEC63E01F8CF4D500CE334B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63DF1F8CF4D500CE334B /* ViewController.m */; }; - EBEC63E31F8CF4D500CE334B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E11F8CF4D500CE334B /* Main.storyboard */; }; - EBEC63E51F8CF4D500CE334B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E41F8CF4D500CE334B /* Assets.xcassets */; }; - EBEC63E81F8CF4D500CE334B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */; }; - EBEC63EB1F8CF4D500CE334B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63EA1F8CF4D500CE334B /* main.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LetterAvatarKitObjcExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig"; sourceTree = ""; }; - E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LetterAvatarKitObjcExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig"; sourceTree = ""; }; - EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LetterAvatarKitObjcExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - EBEC63DB1F8CF4D500CE334B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - EBEC63DE1F8CF4D500CE334B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - EBEC63DF1F8CF4D500CE334B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - EBEC63E21F8CF4D500CE334B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - EBEC63E41F8CF4D500CE334B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - EBEC63E71F8CF4D500CE334B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - EBEC63E91F8CF4D500CE334B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EBEC63EA1F8CF4D500CE334B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LetterAvatarKitObjcExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - EBEC63D51F8CF4D500CE334B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 46FA21BD4EB27BE5F7A6C8D1 /* Pods_LetterAvatarKitObjcExample.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 607787658201234DEF6A20B9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - CFE403314954231013ACA49D /* Pods */ = { - isa = PBXGroup; - children = ( - E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */, - 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - EBEC63CF1F8CF4D500CE334B = { - isa = PBXGroup; - children = ( - EBEC63DA1F8CF4D500CE334B /* LetterAvatarKitObjcExample */, - EBEC63D91F8CF4D500CE334B /* Products */, - CFE403314954231013ACA49D /* Pods */, - 607787658201234DEF6A20B9 /* Frameworks */, - ); - sourceTree = ""; - }; - EBEC63D91F8CF4D500CE334B /* Products */ = { - isa = PBXGroup; - children = ( - EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */, - ); - name = Products; - sourceTree = ""; - }; - EBEC63DA1F8CF4D500CE334B /* LetterAvatarKitObjcExample */ = { - isa = PBXGroup; - children = ( - EBEC63DB1F8CF4D500CE334B /* AppDelegate.h */, - EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */, - EBEC63DE1F8CF4D500CE334B /* ViewController.h */, - EBEC63DF1F8CF4D500CE334B /* ViewController.m */, - EBEC63E11F8CF4D500CE334B /* Main.storyboard */, - EBEC63E41F8CF4D500CE334B /* Assets.xcassets */, - EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */, - EBEC63E91F8CF4D500CE334B /* Info.plist */, - EBEC63EA1F8CF4D500CE334B /* main.m */, - ); - path = LetterAvatarKitObjcExample; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - EBEC63D71F8CF4D500CE334B /* LetterAvatarKitObjcExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = EBEC63EE1F8CF4D500CE334B /* Build configuration list for PBXNativeTarget "LetterAvatarKitObjcExample" */; - buildPhases = ( - 5A359C70069A3D9A0849A767 /* [CP] Check Pods Manifest.lock */, - EBEC63D41F8CF4D500CE334B /* Sources */, - EBEC63D51F8CF4D500CE334B /* Frameworks */, - EBEC63D61F8CF4D500CE334B /* Resources */, - BEE50A44E6DFE0BD195747AB /* [CP] Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = LetterAvatarKitObjcExample; - productName = LetterAvatarKitObjcExample; - productReference = EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - EBEC63D01F8CF4D500CE334B /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1100; - ORGANIZATIONNAME = "Victor Peschenkov"; - TargetAttributes = { - EBEC63D71F8CF4D500CE334B = { - CreatedOnToolsVersion = 9.0; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = EBEC63D31F8CF4D500CE334B /* Build configuration list for PBXProject "LetterAvatarKitObjcExample" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = EBEC63CF1F8CF4D500CE334B; - productRefGroup = EBEC63D91F8CF4D500CE334B /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - EBEC63D71F8CF4D500CE334B /* LetterAvatarKitObjcExample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - EBEC63D61F8CF4D500CE334B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EBEC63E81F8CF4D500CE334B /* LaunchScreen.storyboard in Resources */, - EBEC63E51F8CF4D500CE334B /* Assets.xcassets in Resources */, - EBEC63E31F8CF4D500CE334B /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 5A359C70069A3D9A0849A767 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LetterAvatarKitObjcExample-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - BEE50A44E6DFE0BD195747AB /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LetterAvatarKit.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - EBEC63D41F8CF4D500CE334B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EBEC63E01F8CF4D500CE334B /* ViewController.m in Sources */, - EBEC63EB1F8CF4D500CE334B /* main.m in Sources */, - EBEC63DD1F8CF4D500CE334B /* AppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - EBEC63E11F8CF4D500CE334B /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - EBEC63E21F8CF4D500CE334B /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - EBEC63E71F8CF4D500CE334B /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - EBEC63EC1F8CF4D500CE334B /* 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_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.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - EBEC63ED1F8CF4D500CE334B /* 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_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.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - EBEC63EF1F8CF4D500CE334B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = LetterAvatarKitObjcExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitObjcExample; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - EBEC63F01F8CF4D500CE334B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = LetterAvatarKitObjcExample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitObjcExample; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - EBEC63D31F8CF4D500CE334B /* Build configuration list for PBXProject "LetterAvatarKitObjcExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EBEC63EC1F8CF4D500CE334B /* Debug */, - EBEC63ED1F8CF4D500CE334B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - EBEC63EE1F8CF4D500CE334B /* Build configuration list for PBXNativeTarget "LetterAvatarKitObjcExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EBEC63EF1F8CF4D500CE334B /* Debug */, - EBEC63F01F8CF4D500CE334B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = EBEC63D01F8CF4D500CE334B /* Project object */; -} diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8a85580..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 2b11ae1..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h deleted file mode 100644 index 227c62f..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - AppDelegate.h - LetterAvatarKitObjcExample - - Copyright 2017 Victor Peschenkov - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies - of the Software, and to permit persons to whom the Software is furnished to do - so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - */ - -@import UIKit; - -@interface AppDelegate : UIResponder - -@property (strong, nonatomic) UIWindow *window; - - -@end - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m deleted file mode 100644 index b3b3877..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m +++ /dev/null @@ -1,34 +0,0 @@ -/* - AppDelegate.m - LetterAvatarKitObjcExample - - Copyright 2017 Victor Peschenkov - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies - of the Software, and to permit persons to whom the Software is furnished to do - so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - */ - -#import "AppDelegate.h" - -@interface AppDelegate () - -@end - -@implementation AppDelegate - -@end diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 1d060ed..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "20x20", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "20x20", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - }, - { - "idiom" : "ipad", - "size" : "20x20", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "20x20", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "1x" - }, - { - "idiom" : "ipad", - "size" : "76x76", - "scale" : "2x" - }, - { - "idiom" : "ipad", - "size" : "83.5x83.5", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f83f6fd..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard deleted file mode 100644 index 38f3c36..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist deleted file mode 100644 index 16be3b6..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist +++ /dev/null @@ -1,45 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleVersion - 1 - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h deleted file mode 100644 index eddfcd7..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - ViewController.h - LetterAvatarKitObjcExample - - Copyright 2017 Victor Peschenkov - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies - of the Software, and to permit persons to whom the Software is furnished to do - so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - */ - -@import UIKit; - -@interface ViewController : UIViewController - - -@end - diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m deleted file mode 100644 index c836e30..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m +++ /dev/null @@ -1,48 +0,0 @@ -/* - ViewController.m - LetterAvatarKitObjcExample - - Copyright 2017 Victor Peschenkov - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies - of the Software, and to permit persons to whom the Software is furnished to do - so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - */ - -#import "ViewController.h" - -@import LetterAvatarKit; - -@interface ViewController () - -@property (weak, nonatomic) IBOutlet UIImageView *avatarImageView; - -@end - -@implementation ViewController - -- (void)viewDidLoad { - [super viewDidLoad]; - - LKLetterAvatarBuilderConfiguration *configuration = [[LKLetterAvatarBuilderConfiguration alloc] init]; - configuration.size = CGSizeMake([UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.width); - configuration.username = @"Letter Avatar"; - - self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithConfiguration:configuration]; -} - -@end diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m deleted file mode 100644 index 408d76b..0000000 --- a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m +++ /dev/null @@ -1,34 +0,0 @@ -/* - main.m - LetterAvatarKitObjcExample - - Copyright 2017 Victor Peschenkov - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies - of the Software, and to permit persons to whom the Software is furnished to do - so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - */ - -@import UIKit; - -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/LetterAvatarKitObjcExample/Podfile b/LetterAvatarKitObjcExample/Podfile deleted file mode 100644 index 9b5d5c9..0000000 --- a/LetterAvatarKitObjcExample/Podfile +++ /dev/null @@ -1,6 +0,0 @@ -platform :ios, '12.0' -use_frameworks! - -target 'LetterAvatarKitObjcExample' do - pod "LetterAvatarKit", :path => "../" -end diff --git a/LetterAvatarKitObjcExample/Podfile.lock b/LetterAvatarKitObjcExample/Podfile.lock deleted file mode 100644 index 6a06814..0000000 --- a/LetterAvatarKitObjcExample/Podfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - LetterAvatarKit (2.0.0) - -DEPENDENCIES: - - LetterAvatarKit (from `../`) - -EXTERNAL SOURCES: - LetterAvatarKit: - :path: "../" - -SPEC CHECKSUMS: - LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 - -PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d - -COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json b/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json deleted file mode 100644 index 2debf68..0000000 --- a/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "LetterAvatarKit", - "platforms": { - "ios": "12.0", - "tvos": "12.0" - }, - "version": "2.0.0", - "license": { - "type": "MIT" - }, - "homepage": "https://github.com/vpeschenkov/LetterAvatarKit", - "authors": { - "Viktor Peschenkov": "v.peschenkov@gmail.com" - }, - "summary": "An extension that generates letter-based avatars/placeholders written in Swift", - "source": { - "git": "https://github.com/vpeschenkov/LetterAvatarKit.git", - "tag": "2.0.0" - }, - "source_files": [ - "LetterAvatarKit/*.{h,swift}", - "LetterAvatarKit/Extensions/*.{swift}" - ], - "requires_arc": true, - "frameworks": [ - "Foundation", - "UIKit" - ], - "swift_versions": "5.9", - "swift_version": "5.9" -} diff --git a/LetterAvatarKitObjcExample/Pods/Manifest.lock b/LetterAvatarKitObjcExample/Pods/Manifest.lock deleted file mode 100644 index 6a06814..0000000 --- a/LetterAvatarKitObjcExample/Pods/Manifest.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - LetterAvatarKit (2.0.0) - -DEPENDENCIES: - - LetterAvatarKit (from `../`) - -EXTERNAL SOURCES: - LetterAvatarKit: - :path: "../" - -SPEC CHECKSUMS: - LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 - -PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d - -COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index e4fb7cf..0000000 --- a/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,735 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 48; - objects = { - -/* Begin PBXBuildFile section */ - 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */; }; - 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */; }; - 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */; }; - 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; - 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */; }; - 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */; }; - 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */; }; - 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */; }; - 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */; }; - F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; - F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */; }; - F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9F7736046D8F388E749400613707326; - remoteInfo = LetterAvatarKit; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; - 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-prefix.pch"; sourceTree = ""; }; - 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LetterAvatarKit.h; path = LetterAvatarKit/LetterAvatarKit.h; sourceTree = ""; }; - 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; - 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/LetterAvatarKit.docset/Contents/Info.plist; sourceTree = ""; }; - 15F9CCA5786FEF74B11D867FB973DEE0 /* Pods-LetterAvatarKitObjcExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LetterAvatarKitObjcExample-frameworks.sh"; sourceTree = ""; }; - 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMaker.swift; path = LetterAvatarKit/LetterAvatarMaker.swift; sourceTree = ""; }; - 282C7967098A8C9B01BF0562E7EE015C /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; - 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/Extensions/UIColor.html; sourceTree = ""; }; - 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; - 2F1593CF41762BD646A705D8A36195A3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; - 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; - 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = ""; }; - 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; - 3F75AFED5837C88AEF197D47BAA22140 /* Pods-LetterAvatarKitObjcExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-Info.plist"; sourceTree = ""; }; - 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html; sourceTree = ""; }; - 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; - 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; - 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LetterAvatarKitObjcExample-dummy.m"; sourceTree = ""; }; - 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LetterAvatarKit; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 57ADB68C25D193013EB3240813040419 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html; sourceTree = ""; }; - 57DA105AAD84B0803F512F9AEAC73BE0 /* Pods-LetterAvatarKitObjcExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.plist"; sourceTree = ""; }; - 58040124C93E9E5C987CB7E3BE090469 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; - 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LetterAvatarKit.modulemap; sourceTree = ""; }; - 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; - 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = ""; }; - 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+LetterAvatarKit.swift"; sourceTree = ""; }; - 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.release.xcconfig; sourceTree = ""; }; - 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = ""; }; - 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = ""; }; - 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.release.xcconfig"; sourceTree = ""; }; - 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.debug.xcconfig"; sourceTree = ""; }; - 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 83D3FFFE41744BA1AB17EE94FB5D3222 /* Pods-LetterAvatarKitObjcExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.markdown"; sourceTree = ""; }; - 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; - 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LetterAvatarKitObjcExample-umbrella.h"; sourceTree = ""; }; - 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilderConfiguration.swift; path = LetterAvatarKit/LetterAvatarBuilderConfiguration.swift; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-umbrella.h"; sourceTree = ""; }; - A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LetterAvatarKitObjcExample"; path = Pods_LetterAvatarKitObjcExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/Extensions.html; sourceTree = ""; }; - A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+LetterAvatarKit.swift"; sourceTree = ""; }; - B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = ""; }; - B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/Extensions/UIImage.html; sourceTree = ""; }; - BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; - BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilder.swift; path = LetterAvatarKit/LetterAvatarBuilder.swift; sourceTree = ""; }; - BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; - BE578E310237BB5E12FA4CECF50A9615 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = ""; }; - BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; - C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = ""; }; - C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMakerExtendable.swift; path = LetterAvatarKit/LetterAvatarMakerExtendable.swift; sourceTree = ""; }; - CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LetterAvatarKit-dummy.m"; sourceTree = ""; }; - CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarKit.tgz; path = docs/docsets/LetterAvatarKit.tgz; sourceTree = ""; }; - CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = ""; }; - D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; - D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = LetterAvatarKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Character+LetterAvatarKit.swift"; sourceTree = ""; }; - E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = ""; }; - ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - EE87630193F71BA52C97714ED3E5F220 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = ""; }; - F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.debug.xcconfig; sourceTree = ""; }; - F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; - F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = ""; }; - FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LetterAvatarKit-Info.plist"; sourceTree = ""; }; - FF7453E93E928A00990323F089EE81DD /* Pods-LetterAvatarKitObjcExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LetterAvatarKitObjcExample.modulemap"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */, - 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1DE6440B6853131A80C53DDA34375AAB /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - 1DE6440B6853131A80C53DDA34375AAB /* iOS */ = { - isa = PBXGroup; - children = ( - 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */, - ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */, - CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */, - FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */, - 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */, - 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */, - F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */, - 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */, - ); - name = "Support Files"; - path = "LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit"; - sourceTree = ""; - }; - 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */ = { - isa = PBXGroup; - children = ( - BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */, - 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */, - 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */, - 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */, - C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */, - 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */, - B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */, - 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */, - ); - name = LetterAvatarKit; - path = ../..; - sourceTree = ""; - }; - 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */ = { - isa = PBXGroup; - children = ( - E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */, - AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */, - 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */, - ); - name = Extensions; - path = LetterAvatarKit/Extensions; - sourceTree = ""; - }; - B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */ = { - isa = PBXGroup; - children = ( - 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */, - BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */, - BE578E310237BB5E12FA4CECF50A9615 /* carat.png */, - EE87630193F71BA52C97714ED3E5F220 /* Classes.html */, - 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */, - 282C7967098A8C9B01BF0562E7EE015C /* dash.png */, - 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */, - 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */, - 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */, - A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */, - F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */, - B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */, - C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */, - 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */, - 58040124C93E9E5C987CB7E3BE090469 /* index.html */, - 2F1593CF41762BD646A705D8A36195A3 /* index.html */, - 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */, - 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */, - 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */, - BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */, - CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */, - 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */, - E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */, - 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */, - D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */, - BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */, - 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */, - D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */, - CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */, - A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */, - 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */, - 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */, - F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */, - 57ADB68C25D193013EB3240813040419 /* UIColor.html */, - 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */, - 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */, - B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */, - 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */, - ); - name = Pod; - sourceTree = ""; - }; - B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */ = { - isa = PBXGroup; - children = ( - 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - C2000A16CE439504DB37FF631AE029F7 /* Pods-LetterAvatarKitObjcExample */ = { - isa = PBXGroup; - children = ( - FF7453E93E928A00990323F089EE81DD /* Pods-LetterAvatarKitObjcExample.modulemap */, - 83D3FFFE41744BA1AB17EE94FB5D3222 /* Pods-LetterAvatarKitObjcExample-acknowledgements.markdown */, - 57DA105AAD84B0803F512F9AEAC73BE0 /* Pods-LetterAvatarKitObjcExample-acknowledgements.plist */, - 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */, - 15F9CCA5786FEF74B11D867FB973DEE0 /* Pods-LetterAvatarKitObjcExample-frameworks.sh */, - 3F75AFED5837C88AEF197D47BAA22140 /* Pods-LetterAvatarKitObjcExample-Info.plist */, - 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */, - 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */, - 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */, - ); - name = "Pods-LetterAvatarKitObjcExample"; - path = "Target Support Files/Pods-LetterAvatarKitObjcExample"; - sourceTree = ""; - }; - C57FF64956861DD3957C59EDAA1C4299 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - C2000A16CE439504DB37FF631AE029F7 /* Pods-LetterAvatarKitObjcExample */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */, - 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, - D4B7AA071E91E136996B0303A8395417 /* Products */, - C57FF64956861DD3957C59EDAA1C4299 /* Targets Support Files */, - ); - sourceTree = ""; - }; - D4B7AA071E91E136996B0303A8395417 /* Products */ = { - isa = PBXGroup; - children = ( - 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */, - A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 670C6D973CEBE609B6F4883E83501826 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */, - 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 961D4DE155D1D97BBB2F3D48799AEBA6 /* Pods-LetterAvatarKitObjcExample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */; - buildPhases = ( - 670C6D973CEBE609B6F4883E83501826 /* Headers */, - 11209DC767E6DAFEED48469A5943DE6A /* Sources */, - 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */, - EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */, - ); - name = "Pods-LetterAvatarKitObjcExample"; - productName = Pods_LetterAvatarKitObjcExample; - productReference = A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */; - productType = "com.apple.product-type.framework"; - }; - D9F7736046D8F388E749400613707326 /* LetterAvatarKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */; - buildPhases = ( - CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */, - C881BAA9512E923E382A5BC8BA7BF31A /* Sources */, - A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */, - 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = LetterAvatarKit; - productName = LetterAvatarKit; - productReference = 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1600; - LastUpgradeCheck = 1600; - }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 8.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; - minimizedProjectReferenceProxies = 0; - preferredProjectObjectVersion = 77; - productRefGroup = D4B7AA071E91E136996B0303A8395417 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D9F7736046D8F388E749400613707326 /* LetterAvatarKit */, - 961D4DE155D1D97BBB2F3D48799AEBA6 /* Pods-LetterAvatarKitObjcExample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 11209DC767E6DAFEED48469A5943DE6A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C881BAA9512E923E382A5BC8BA7BF31A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */, - E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */, - F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */, - 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */, - 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */, - 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */, - 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */, - 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = LetterAvatarKit; - target = D9F7736046D8F388E749400613707326 /* LetterAvatarKit */; - targetProxy = CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; - PRODUCT_MODULE_NAME = LetterAvatarKit; - PRODUCT_NAME = LetterAvatarKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.9; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 264C6E4901BB821BF1570535A9586858 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2B9E26EAE2CD392AD762421F663075A1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - 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; - 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 = ( - "POD_CONFIGURATION_DEBUG=1", - "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.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - 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; - 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_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=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.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - CA5C8498614D19F065688075BC8D50E8 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; - GENERATE_INFOPLIST_FILE = NO; - INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; - PRODUCT_MODULE_NAME = LetterAvatarKit; - PRODUCT_NAME = LetterAvatarKit; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_INSTALL_OBJC_HEADER = YES; - SWIFT_VERSION = 5.9; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - DC336FD062F73510BEBF00D35B7AF0F9 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = NO; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2B9E26EAE2CD392AD762421F663075A1 /* Debug */, - 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */, - CA5C8498614D19F065688075BC8D50E8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 264C6E4901BB821BF1570535A9586858 /* Debug */, - DC336FD062F73510BEBF00D35B7AF0F9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; -} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist deleted file mode 100644 index ff7aa59..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.1.7 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist deleted file mode 100644 index 6efd186..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - ${PODS_DEVELOPMENT_LANGUAGE} - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 2.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m deleted file mode 100644 index 84a5fd6..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_LetterAvatarKit : NSObject -@end -@implementation PodsDummy_LetterAvatarKit -@end diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch deleted file mode 100644 index beb2a24..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h deleted file mode 100644 index 32f5f07..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - -#import "LetterAvatarKit.h" - -FOUNDATION_EXPORT double LetterAvatarKitVersionNumber; -FOUNDATION_EXPORT const unsigned char LetterAvatarKitVersionString[]; - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig deleted file mode 100644 index afab51a..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap deleted file mode 100644 index e276a90..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module LetterAvatarKit { - umbrella header "LetterAvatarKit-umbrella.h" - - export * - module * { export * } -} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig deleted file mode 100644 index afab51a..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig deleted file mode 100644 index 15980a8..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist deleted file mode 100644 index 2243fe6..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist deleted file mode 100644 index 19cf209..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - ${PODS_DEVELOPMENT_LANGUAGE} - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown deleted file mode 100644 index 121ed8f..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown +++ /dev/null @@ -1,28 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## LetterAvatarKit - -MIT License - -Copyright (c) 2017 Victor Peschenkov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Generated by CocoaPods - https://cocoapods.org diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist deleted file mode 100644 index b19ce20..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist +++ /dev/null @@ -1,60 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - MIT License - -Copyright (c) 2017 Victor Peschenkov - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - License - MIT - Title - LetterAvatarKit - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m deleted file mode 100644 index 95f121c..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_LetterAvatarKitObjcExample : NSObject -@end -@implementation PodsDummy_Pods_LetterAvatarKitObjcExample -@end diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh deleted file mode 100755 index d50ebdc..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh +++ /dev/null @@ -1,186 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - -if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" -BCSYMBOLMAP_DIR="BCSymbolMaps" - - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored framework -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink -f "${source}")" - fi - - if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then - # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied - find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do - echo "Installing $f" - install_bcsymbolmap "$f" "$destination" - rm "$f" - done - rmdir "${source}/${BCSYMBOLMAP_DIR}" - fi - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - elif [ -L "${binary}" ]; then - echo "Destination binary is symlinked..." - dirname="$(dirname "${binary}")" - binary="${dirname}/$(readlink "${binary}")" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - warn_missing_arch=${2:-true} - if [ -r "$source" ]; then - # Copy the dSYM into the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .dSYM "$source")" - binary_name="$(ls "$source/Contents/Resources/DWARF")" - binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - - # Strip invalid architectures from the dSYM. - if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then - strip_invalid_archs "$binary" "$warn_missing_arch" - fi - if [[ $STRIP_BINARY_RETVAL == 0 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - mkdir -p "${DWARF_DSYM_FOLDER_PATH}" - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" - fi - fi -} - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=1 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=0 -} - -# Copies the bcsymbolmap files of a vendored framework -install_bcsymbolmap() { - local bcsymbolmap_path="$1" - local destination="${BUILT_PRODUCTS_DIR}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identity - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework" -fi -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh deleted file mode 100755 index 345301f..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then - # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy - # resources to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -case "${TARGETED_DEVICE_FAMILY:-}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" || true - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - else - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" - fi -fi diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h deleted file mode 100644 index a927480..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_LetterAvatarKitObjcExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_LetterAvatarKitObjcExampleVersionString[]; - diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig deleted file mode 100644 index 698add5..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap deleted file mode 100644 index 7cc519c..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_LetterAvatarKitObjcExample { - umbrella header "Pods-LetterAvatarKitObjcExample-umbrella.h" - - export * - module * { export * } -} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig deleted file mode 100644 index 698add5..0000000 --- a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig +++ /dev/null @@ -1,16 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' -LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" -OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/README.md b/README.md index 753e9da..bee1794 100644 --- a/README.md +++ b/README.md @@ -1,180 +1,137 @@ # LetterAvatarKit -![][Swift Version] ![][Pods] ![][Platform] ![][Codacy Badge] +[![Swift 5.9](https://img.shields.io/badge/Swift-5.9-orange.svg)](https://swift.org) +[![Platforms](https://img.shields.io/badge/platform-iOS%2012%2B%20%7C%20tvOS%2012%2B-lightgrey.svg)](https://developer.apple.com) +[![SPM](https://img.shields.io/badge/Swift_Package_Manager-compatible-brightgreen.svg)](https://swift.org/package-manager) +[![CocoaPods](https://img.shields.io/cocoapods/v/LetterAvatarKit.svg)](https://cocoapods.org/pods/LetterAvatarKit) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -`LetterAvatarKit` provides an ```UIImage``` extension for generating letter-based avatars/placeholders. There are a few images showing what you can achive by using this framework: +Generate beautiful, deterministic letter avatars for iOS and tvOS with a tiny UIKit-first Swift library. -![][screenshots] +`LetterAvatarKit` turns names, usernames, initials, emails, and placeholders into polished `UIImage` avatars. It is ideal for chat apps, contact lists, teams, CRM products, profile fallbacks, onboarding flows, and any UI that needs fast identity visuals without downloading remote images. -## Requirements -- iOS 12+ -- tvOS 12+ -- Swift 5.9+ +![LetterAvatarKit examples][Screenshots] -## Features -- Easy to use and intuitive interface -- Highly flexible API allows for customization and integration into various projects -- Use of the builder pattern for constructing avatar configurations -- Support for creating circular, square, or bordered images -- Wide range of flat UI colors available -- Compatible with tvOS platform +## Why LetterAvatarKit -## Installation - -### [CocoaPods](https://cocoapods.org) +- Zero network dependency: create avatars locally from a string. +- Deterministic colors: the same name can produce a consistent visual identity. +- UIKit native: returns `UIImage` and works with `UIImageView` immediately. +- Flexible styling: size, initials, font, text color, background palette, borders, circle or square shape. +- Swift-first API: builder API, configuration object, and `UIImage` extension. +- Lightweight install: Swift Package Manager or CocoaPods. +- Production-ready targets: iOS 12+, tvOS 12+, Swift 5.9+. -`LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install -it, simply add the following line to your Podfile: -```ruby -pod "LetterAvatarKit" -``` +## Installation ### Swift Package Manager -Add `https://github.com/vpeschenkov/LetterAvatarKit` as a package dependency in Xcode. +In Xcode, add this repository as a package dependency: -## Usage - -### Swift +```text +https://github.com/vpeschenkov/LetterAvatarKit +``` -Using `LetterAvatarMaker`: +### CocoaPods -```swift -// Square avatar image -let avatarImage = LetterAvatarMaker() - .setUsername("Letter Avatar") - .build() -avatarImageView.image = avatarImage +Add `LetterAvatarKit` to your `Podfile`: -// Circle avatar image with white border -let circleAvatarImage = LetterAvatarMaker() - .setCircle(true) - .setUsername("Letter Avatar") - .setBorderWidth(1.0) - .setBackgroundColors([ .red ]) - .build() -avatarImageView.image = circleAvatarImage +```ruby +pod "LetterAvatarKit" ``` -Using `LetterAvatarMaker` with closures: +## Quick Start -```swift -let avatarImage = LetterAvatarMaker() - .build { c in - c.username = "Letter Avatar" - } -avatarImageView.image = avatarImage - -let avatarImage = LetterAvatarMaker() - .build { c in - c.circle = true - c.username = "Letter Avatar" - c.borderWidth = 1.0 - c.backgroundColors = [ .red ] - } -avatarImageView.image = avatarImage -``` +### Swift -Using `LetterAvatarBuilderConfiguration`: ```swift -let configuration = LetterAvatarBuilderConfiguration() -configuration.username = "Letter Avatar" -avatarImageView.image = UIImage.makeLetterAvatar(withConfiguration: configuration) -``` +import LetterAvatarKit -Using UIImage extension: -```swift -avatarImageView.image = UIImage.makeLetterAvatar(withUsername: "Letter Avatar") +avatarImageView.image = UIImage.makeLetterAvatar(withUsername: "Taylor Swift") ``` -### Objective-C +For a customized avatar: -Using `LKLetterAvatarBuilderCongiguration`: -```objc -LKLetterAvatarBuilderCongiguration *configuration = [[LKLetterAvatarBuilderCongiguration alloc] init]; -configuration.username = @"Letter Avatar"; -self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithConfiguration:configuration]; -``` -Using UIImage extension: -```objc -self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithUsername:@"Letter Avatar"]; -``` +```swift +let avatar = LetterAvatarMaker() + .setUsername("Taylor Swift") + .setSize(CGSize(width: 96, height: 96)) + .setCircle(true) + .setBorderWidth(2) + .setBorderColor(.white) + .setBackgroundColors([.systemPurple, .systemIndigo, .systemPink]) + .build() -## Customization +avatarImageView.image = avatar +``` -You can configure the following properties of `LetterAvatarBuilderConfiguration`: +Using the closure-based builder: ```swift -/// The username. -open var username: String? +let avatar = LetterAvatarMaker().build { configuration in + configuration.username = "Design Team" + configuration.size = CGSize(width: 80, height: 80) + configuration.circle = true + configuration.useSingleLetter = false + configuration.lettersFont = .boldSystemFont(ofSize: 28) + configuration.backgroundColors = [.systemBlue] +} ``` -```swift -/// The size of an avatar image. -open var size: CGSize = CGSize(width: 80, height: 80) -``` +Using a configuration object directly: ```swift -/// The flag that indicates of using single only one letter, otherwise, -/// as much as wil be possible to obtain. But no more than 3 letters. -open var isSingleLettered: Bool = false -``` +let configuration = LetterAvatarBuilderConfiguration() +configuration.username = "Letter Avatar" +configuration.circle = true +configuration.borderWidth = 1 -```swift -/// The letters font. -open var lettersFont: UIFont = UIFont.systemFont(ofSize: 16.0) +avatarImageView.image = UIImage.makeLetterAvatar(withConfiguration: configuration) ``` -```swift -/// The letters colors -open var lettersColor: UIColor = LKUIColorByRGB(red: 236, green: 240, blue: 241) -``` +## Configuration -```swift -/// The background colors of an image. -open var backgroundColors: [UIColor] = UIColor.colors -``` +`LetterAvatarBuilderConfiguration` supports the common controls needed for modern avatar UI: -```swift -/// The letters font attributes. -open var lettersFontAttributes: [NSAttributedString.Key: Any]? -``` +| Property | Description | +| --- | --- | +| `username` | Source string used to extract initials and pick the background color. | +| `size` | Output image size. Defaults to `80x80`. | +| `useSingleLetter` | Uses one initial instead of up to three letters. | +| `lettersFont` | Custom font for the initials. | +| `lettersColor` | Text color for the initials. | +| `backgroundColors` | Palette used for avatar backgrounds. | +| `lettersFontAttributes` | Advanced text attributes for custom rendering. | +| `circle` | Generates a circular avatar when `true`; square when `false`. | +| `borderWidth` | Border width around the avatar. | +| `borderColor` | Border color around the avatar. | +| `isOpaque` | Draws an opaque background when enabled. | -```swift -/// Indicates whether to generate circle or square image. -open var circle: Bool = false -``` +## Use Cases -```swift -/// The border width of the image. -open var borderWidth: CGFloat = 0.0 -``` +- Profile placeholders before a user uploads a photo. +- Chat and messaging participant avatars. +- Contact, customer, and team member lists. +- Offline-first apps that need instant avatar rendering. +- Design systems that need consistent identity fallback images. -```swift -/// The border color of the image. -open var borderColor: UIColor = UIColor.white -``` +## Requirements -```swift -/// A Boolean flag indicating whether the avatar is opaque. -open var opaque: Bool = false -``` +- iOS 12+ +- tvOS 12+ +- Swift 5.9+ +- Xcode 15+ -## Community +## Keywords -Questions, comments, issues, and pull requests are welcome! +`swift`, `ios`, `tvos`, `uikit`, `avatar`, `initials`, `profile-image`, `placeholder`, `contacts`, `chat-ui`, `swift-package-manager`, `cocoapods` -## Contacts +## Contributing -- [GitHub](https://github.com/vpeschenkov) -- [Twitter](https://twitter.com/vpeschenkov) +Issues, ideas, and pull requests are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) and follow the [Code of Conduct](CODE_OF_CONDUCT.md). ## License -Distributed under the MIT license. See [LICENSE](https://github.com/vpeschenkov/LetterAvatarKit/blob/master/LICENSE) for more information. +LetterAvatarKit is released under the MIT license. See [LICENSE](LICENSE) for details. [Screenshots]: https://i.imgur.com/n3SjH6q.jpg -[Platform]: https://cocoapod-badges.herokuapp.com/p/LetterAvatarKit/badge.png -[Pods]: https://cocoapod-badges.herokuapp.com/v/LetterAvatarKit/badge.png -[Swift Version]: https://img.shields.io/badge/swift-5.9-orange.svg?style=flat -[Codacy Badge]: https://api.codacy.com/project/badge/Grade/d0f9b1a4ccb64d4aacd18a971e4cf8b7 From d71902b0f0864d86955dfcc372c099bca422c194 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:41:58 +0200 Subject: [PATCH 07/12] Revert "Remove Objective-C support remnants" This reverts commit 42a425500e9ea6590c6af644976b748b5a8b0e72. --- .github/workflows/ci.yml | 15 + LetterAvatarKit.podspec | 13 +- LetterAvatarKit.xcodeproj/project.pbxproj | 4 + .../Extensions/UIImage+LetterAvatarKit.swift | 3 + LetterAvatarKit/LetterAvatarBuilder.swift | 6 +- .../LetterAvatarBuilderConfiguration.swift | 16 +- LetterAvatarKit/LetterAvatarKit.h | 32 + LetterAvatarKit/LetterAvatarMaker.swift | 4 +- .../LetterAvatarMakerExtendable.swift | 2 +- .../project.pbxproj | 400 ++++++++++ .../contents.xcworkspacedata | 7 + .../contents.xcworkspacedata | 10 + .../LetterAvatarKitObjcExample/AppDelegate.h | 34 + .../LetterAvatarKitObjcExample/AppDelegate.m | 34 + .../AppIcon.appiconset/Contents.json | 93 +++ .../Base.lproj/LaunchScreen.storyboard | 25 + .../Base.lproj/Main.storyboard | 43 + .../LetterAvatarKitObjcExample/Info.plist | 45 ++ .../ViewController.h | 32 + .../ViewController.m | 48 ++ .../LetterAvatarKitObjcExample/main.m | 34 + LetterAvatarKitObjcExample/Podfile | 6 + LetterAvatarKitObjcExample/Podfile.lock | 16 + .../LetterAvatarKit.podspec.json | 31 + LetterAvatarKitObjcExample/Pods/Manifest.lock | 16 + .../Pods/Pods.xcodeproj/project.pbxproj | 735 ++++++++++++++++++ .../LetterAvatarKit/Info.plist | 26 + .../LetterAvatarKit-Info.plist | 26 + .../LetterAvatarKit/LetterAvatarKit-dummy.m | 5 + .../LetterAvatarKit-prefix.pch | 12 + .../LetterAvatarKit-umbrella.h | 17 + .../LetterAvatarKit.debug.xcconfig | 15 + .../LetterAvatarKit/LetterAvatarKit.modulemap | 6 + .../LetterAvatarKit.release.xcconfig | 15 + .../LetterAvatarKit/LetterAvatarKit.xcconfig | 11 + .../Info.plist | 26 + ...Pods-LetterAvatarKitObjcExample-Info.plist | 26 + ...arKitObjcExample-acknowledgements.markdown | 28 + ...vatarKitObjcExample-acknowledgements.plist | 60 ++ .../Pods-LetterAvatarKitObjcExample-dummy.m | 5 + ...s-LetterAvatarKitObjcExample-frameworks.sh | 186 +++++ ...ds-LetterAvatarKitObjcExample-resources.sh | 118 +++ ...Pods-LetterAvatarKitObjcExample-umbrella.h | 16 + ...-LetterAvatarKitObjcExample.debug.xcconfig | 16 + .../Pods-LetterAvatarKitObjcExample.modulemap | 6 + ...etterAvatarKitObjcExample.release.xcconfig | 16 + README.md | 217 +++--- 47 files changed, 2449 insertions(+), 108 deletions(-) create mode 100644 LetterAvatarKit/LetterAvatarKit.h create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m create mode 100644 LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m create mode 100644 LetterAvatarKitObjcExample/Podfile create mode 100644 LetterAvatarKitObjcExample/Podfile.lock create mode 100644 LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json create mode 100644 LetterAvatarKitObjcExample/Pods/Manifest.lock create mode 100644 LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m create mode 100755 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh create mode 100755 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap create mode 100644 LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7461c8a..b8fca7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,18 @@ jobs: -project LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj \ -scheme LetterAvatarKitExample \ -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' + + - name: Install CocoaPods + run: gem install cocoapods + + - name: Install Objective-C example pods + working-directory: LetterAvatarKitObjcExample + run: pod install + + - name: Build Objective-C example + working-directory: LetterAvatarKitObjcExample + run: | + xcodebuild build \ + -workspace LetterAvatarKitObjcExample.xcworkspace \ + -scheme LetterAvatarKitObjcExample \ + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' diff --git a/LetterAvatarKit.podspec b/LetterAvatarKit.podspec index 84c3621..257eae1 100644 --- a/LetterAvatarKit.podspec +++ b/LetterAvatarKit.podspec @@ -6,19 +6,10 @@ Pod::Spec.new do |spec| spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit' spec.authors = { 'Viktor Peschenkov' => 'v.peschenkov@gmail.com' } - spec.summary = 'Beautiful deterministic letter avatars for iOS and tvOS' - spec.description = <<-DESC - LetterAvatarKit is a lightweight UIKit-first Swift library for generating - polished UIImage avatars from names, usernames, initials, emails, and - placeholders. It is ideal for chat apps, contact lists, teams, profiles, - onboarding flows, and identity fallback images with customizable colors, - fonts, borders, and circular or square rendering. - DESC + spec.summary = 'An extension that generates letter-based avatars/placeholders written in Swift' spec.source = { :git => 'https://github.com/vpeschenkov/LetterAvatarKit.git', :tag => spec.version.to_s } - spec.source_files = 'LetterAvatarKit/*.swift', 'LetterAvatarKit/Extensions/*.swift' + spec.source_files = 'LetterAvatarKit/*.{h,swift}', 'LetterAvatarKit/Extensions/*.{swift}' spec.requires_arc = true spec.framework = 'Foundation', 'UIKit' spec.swift_version = '5.9' - spec.documentation_url = 'https://github.com/vpeschenkov/LetterAvatarKit#readme' - spec.social_media_url = 'https://www.linkedin.com/in/vpeschenkov/' end diff --git a/LetterAvatarKit.xcodeproj/project.pbxproj b/LetterAvatarKit.xcodeproj/project.pbxproj index db8a866..547ccc2 100644 --- a/LetterAvatarKit.xcodeproj/project.pbxproj +++ b/LetterAvatarKit.xcodeproj/project.pbxproj @@ -28,6 +28,7 @@ EB821DFC1F98C233009B3775 /* UIImage+Compare.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB821DFB1F98C233009B3775 /* UIImage+Compare.swift */; }; EB8EC4131F85929E000B7641 /* LetterAvatarKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EB8EC4091F85929E000B7641 /* LetterAvatarKit.framework */; }; EB8EC4181F85929E000B7641 /* LetterAvatarBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8EC4171F85929E000B7641 /* LetterAvatarBuilderTests.swift */; }; + EB8EC41A1F85929E000B7641 /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; EB8EC4241F859382000B7641 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB8EC4231F859382000B7641 /* LetterAvatarBuilder.swift */; }; /* End PBXBuildFile section */ @@ -62,6 +63,7 @@ EB821DF51F98B906009B3775 /* LetterAvatarTestImage@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "LetterAvatarTestImage@3x.png"; sourceTree = ""; }; EB821DFB1F98C233009B3775 /* UIImage+Compare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Compare.swift"; sourceTree = ""; }; EB8EC4091F85929E000B7641 /* LetterAvatarKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LetterAvatarKit.h; sourceTree = ""; }; EB8EC40D1F85929E000B7641 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; EB8EC4121F85929E000B7641 /* LetterAvatarKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LetterAvatarKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; EB8EC4171F85929E000B7641 /* LetterAvatarBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LetterAvatarBuilderTests.swift; sourceTree = ""; }; @@ -153,6 +155,7 @@ isa = PBXGroup; children = ( EB516B611F8810D200BEA1F2 /* Extensions */, + EB8EC40C1F85929E000B7641 /* LetterAvatarKit.h */, EB8EC4231F859382000B7641 /* LetterAvatarBuilder.swift */, 3591E078233C233F0041B834 /* LetterAvatarMakerExtendable.swift */, 35089432210272B20024E7CA /* LetterAvatarBuilderConfiguration.swift */, @@ -182,6 +185,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + EB8EC41A1F85929E000B7641 /* LetterAvatarKit.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift b/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift index 796706d..4864544 100644 --- a/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift +++ b/LetterAvatarKit/Extensions/UIImage+LetterAvatarKit.swift @@ -34,6 +34,7 @@ extension UIImage { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. + @objc(lk_makeLetterAvatarWithConfiguration:) static public func makeLetterAvatar( withConfiguration configuration: LetterAvatarBuilderConfiguration ) -> UIImage? { @@ -47,6 +48,7 @@ extension UIImage { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. + @objc(lk_makeLetterAvatarWithUsername:) static public func makeLetterAvatar(withUsername username: String?) -> UIImage? { let configuration = LetterAvatarBuilderConfiguration() configuration.username = username @@ -61,6 +63,7 @@ extension UIImage { /// - size: The avatar size. /// /// - Returns: Returns whether an instance of UIImage or nil. + @objc(lk_makeLetterAvatarWithUsername:size:) static public func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage? { let configuration = LetterAvatarBuilderConfiguration() configuration.username = username diff --git a/LetterAvatarKit/LetterAvatarBuilder.swift b/LetterAvatarKit/LetterAvatarBuilder.swift index 187604a..1b0465e 100644 --- a/LetterAvatarKit/LetterAvatarBuilder.swift +++ b/LetterAvatarKit/LetterAvatarBuilder.swift @@ -26,9 +26,8 @@ import UIKit /// Uses for making letter-based avatar images. -open class LetterAvatarBuilder { - public init() {} - +@objc(LKLetterAvatarBuilder) +open class LetterAvatarBuilder: NSObject { /// Makes a letter-based avatar image by using a given configuration. /// /// - Parameters: @@ -36,6 +35,7 @@ open class LetterAvatarBuilder { /// letter-based avatar image. /// /// - Returns: Returns whether an instance of UIImage or nil. + @objc(makeAvatarWithConfiguration:) open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage? { let colors = configuration.backgroundColors.isEmpty ? UIColor.colors : configuration.backgroundColors guard let username = configuration.username else { diff --git a/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift b/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift index bc5f96a..ac6ec90 100644 --- a/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift +++ b/LetterAvatarKit/LetterAvatarBuilderConfiguration.swift @@ -27,30 +27,40 @@ import UIKit import Foundation /// Uses for configurating a LetterAvatarBuilder instance. -open class LetterAvatarBuilderConfiguration { - public init() {} - +@objc(LKLetterAvatarBuilderConfiguration) +open class LetterAvatarBuilderConfiguration: NSObject { /// A size of an avatar image. + @objc(size) open var size: CGSize = CGSize(width: 80, height: 80) /// An username. + @objc(username) open var username: String? /// A flag that indicates of using single only one letter, otherwise, /// as much as wil be possible to obtain. But no more than 3 letters. + @objc(useSingleLetter) open var useSingleLetter: Bool = false /// Letters font. + @objc(lettersFont) open var lettersFont: UIFont? /// Colors that are used to draw image. + @objc(lettersColor) open var lettersColor: UIColor = LKUIColorByRGB(red: 236, green: 240, blue: 241) /// Background colors of the image. + @objc(backgroundColors) open var backgroundColors: [UIColor] = UIColor.colors /// Letters font attributes. + @objc(lettersFontAttributes) open var lettersFontAttributes: [NSAttributedString.Key: Any]? /// Indicates whether to generate circle or square image. + @objc(circle) open var circle: Bool = false /// A border width of the image. + @objc(borderWidth) open var borderWidth: CGFloat = 0.0 /// A border color of the image. + @objc(borderColor) open var borderColor: UIColor = UIColor.white /// A Boolean flag indicating whether the avatar is opaque. + @objc(isOpaque) open var isOpaque: Bool = false } diff --git a/LetterAvatarKit/LetterAvatarKit.h b/LetterAvatarKit/LetterAvatarKit.h new file mode 100644 index 0000000..47f4ab7 --- /dev/null +++ b/LetterAvatarKit/LetterAvatarKit.h @@ -0,0 +1,32 @@ +// +// LetterAvatarKit.h +// LetterAvatarKit +// +// Copyright 2017 Victor Peschenkov +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// o this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +@import UIKit; + +//! Project version number for LetterAvatarKit. +FOUNDATION_EXPORT double LetterAvatarKitVersionNumber; + +//! Project version string for LetterAvatarKit. +FOUNDATION_EXPORT const unsigned char LetterAvatarKitVersionString[]; diff --git a/LetterAvatarKit/LetterAvatarMaker.swift b/LetterAvatarKit/LetterAvatarMaker.swift index 80182d5..1399b6d 100644 --- a/LetterAvatarKit/LetterAvatarMaker.swift +++ b/LetterAvatarKit/LetterAvatarMaker.swift @@ -26,9 +26,7 @@ import UIKit import Foundation -open class LetterAvatarMaker { - public init() {} - +open class LetterAvatarMaker: NSObject { fileprivate var configuration = LetterAvatarBuilderConfiguration() } diff --git a/LetterAvatarKit/LetterAvatarMakerExtendable.swift b/LetterAvatarKit/LetterAvatarMakerExtendable.swift index 2fc92f6..08ce924 100644 --- a/LetterAvatarKit/LetterAvatarMakerExtendable.swift +++ b/LetterAvatarKit/LetterAvatarMakerExtendable.swift @@ -26,7 +26,7 @@ import UIKit import Foundation -public protocol LetterAvatarMakerExtendable { +public protocol LetterAvatarMakerExtendable: NSObjectProtocol { func setSize(_ size: CGSize) -> LetterAvatarMakerExtendable func setUsername(_ username: String) -> LetterAvatarMakerExtendable func setLettersFont(_ lettersFont: UIFont?) -> LetterAvatarMakerExtendable diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2f526c6 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.pbxproj @@ -0,0 +1,400 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 46FA21BD4EB27BE5F7A6C8D1 /* Pods_LetterAvatarKitObjcExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */; }; + EBEC63DD1F8CF4D500CE334B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */; }; + EBEC63E01F8CF4D500CE334B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63DF1F8CF4D500CE334B /* ViewController.m */; }; + EBEC63E31F8CF4D500CE334B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E11F8CF4D500CE334B /* Main.storyboard */; }; + EBEC63E51F8CF4D500CE334B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E41F8CF4D500CE334B /* Assets.xcassets */; }; + EBEC63E81F8CF4D500CE334B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */; }; + EBEC63EB1F8CF4D500CE334B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63EA1F8CF4D500CE334B /* main.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LetterAvatarKitObjcExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig"; sourceTree = ""; }; + E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LetterAvatarKitObjcExample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig"; sourceTree = ""; }; + EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LetterAvatarKitObjcExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EBEC63DB1F8CF4D500CE334B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + EBEC63DE1F8CF4D500CE334B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + EBEC63DF1F8CF4D500CE334B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + EBEC63E21F8CF4D500CE334B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + EBEC63E41F8CF4D500CE334B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + EBEC63E71F8CF4D500CE334B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + EBEC63E91F8CF4D500CE334B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + EBEC63EA1F8CF4D500CE334B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LetterAvatarKitObjcExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + EBEC63D51F8CF4D500CE334B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 46FA21BD4EB27BE5F7A6C8D1 /* Pods_LetterAvatarKitObjcExample.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 607787658201234DEF6A20B9 /* Frameworks */ = { + isa = PBXGroup; + children = ( + F79E7DD64DB65922D1B10481 /* Pods_LetterAvatarKitObjcExample.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + CFE403314954231013ACA49D /* Pods */ = { + isa = PBXGroup; + children = ( + E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */, + 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + EBEC63CF1F8CF4D500CE334B = { + isa = PBXGroup; + children = ( + EBEC63DA1F8CF4D500CE334B /* LetterAvatarKitObjcExample */, + EBEC63D91F8CF4D500CE334B /* Products */, + CFE403314954231013ACA49D /* Pods */, + 607787658201234DEF6A20B9 /* Frameworks */, + ); + sourceTree = ""; + }; + EBEC63D91F8CF4D500CE334B /* Products */ = { + isa = PBXGroup; + children = ( + EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */, + ); + name = Products; + sourceTree = ""; + }; + EBEC63DA1F8CF4D500CE334B /* LetterAvatarKitObjcExample */ = { + isa = PBXGroup; + children = ( + EBEC63DB1F8CF4D500CE334B /* AppDelegate.h */, + EBEC63DC1F8CF4D500CE334B /* AppDelegate.m */, + EBEC63DE1F8CF4D500CE334B /* ViewController.h */, + EBEC63DF1F8CF4D500CE334B /* ViewController.m */, + EBEC63E11F8CF4D500CE334B /* Main.storyboard */, + EBEC63E41F8CF4D500CE334B /* Assets.xcassets */, + EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */, + EBEC63E91F8CF4D500CE334B /* Info.plist */, + EBEC63EA1F8CF4D500CE334B /* main.m */, + ); + path = LetterAvatarKitObjcExample; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + EBEC63D71F8CF4D500CE334B /* LetterAvatarKitObjcExample */ = { + isa = PBXNativeTarget; + buildConfigurationList = EBEC63EE1F8CF4D500CE334B /* Build configuration list for PBXNativeTarget "LetterAvatarKitObjcExample" */; + buildPhases = ( + 5A359C70069A3D9A0849A767 /* [CP] Check Pods Manifest.lock */, + EBEC63D41F8CF4D500CE334B /* Sources */, + EBEC63D51F8CF4D500CE334B /* Frameworks */, + EBEC63D61F8CF4D500CE334B /* Resources */, + BEE50A44E6DFE0BD195747AB /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LetterAvatarKitObjcExample; + productName = LetterAvatarKitObjcExample; + productReference = EBEC63D81F8CF4D500CE334B /* LetterAvatarKitObjcExample.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + EBEC63D01F8CF4D500CE334B /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1100; + ORGANIZATIONNAME = "Victor Peschenkov"; + TargetAttributes = { + EBEC63D71F8CF4D500CE334B = { + CreatedOnToolsVersion = 9.0; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = EBEC63D31F8CF4D500CE334B /* Build configuration list for PBXProject "LetterAvatarKitObjcExample" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = EBEC63CF1F8CF4D500CE334B; + productRefGroup = EBEC63D91F8CF4D500CE334B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + EBEC63D71F8CF4D500CE334B /* LetterAvatarKitObjcExample */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + EBEC63D61F8CF4D500CE334B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EBEC63E81F8CF4D500CE334B /* LaunchScreen.storyboard in Resources */, + EBEC63E51F8CF4D500CE334B /* Assets.xcassets in Resources */, + EBEC63E31F8CF4D500CE334B /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 5A359C70069A3D9A0849A767 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LetterAvatarKitObjcExample-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + BEE50A44E6DFE0BD195747AB /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LetterAvatarKit.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + EBEC63D41F8CF4D500CE334B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EBEC63E01F8CF4D500CE334B /* ViewController.m in Sources */, + EBEC63EB1F8CF4D500CE334B /* main.m in Sources */, + EBEC63DD1F8CF4D500CE334B /* AppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + EBEC63E11F8CF4D500CE334B /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + EBEC63E21F8CF4D500CE334B /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + EBEC63E61F8CF4D500CE334B /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + EBEC63E71F8CF4D500CE334B /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + EBEC63EC1F8CF4D500CE334B /* 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_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.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + EBEC63ED1F8CF4D500CE334B /* 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_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.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + EBEC63EF1F8CF4D500CE334B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E632DE081B73AD6E0E65D8CC /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = LetterAvatarKitObjcExample/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitObjcExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EBEC63F01F8CF4D500CE334B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40F6D7CDB10F35F29B5D6BB4 /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = LetterAvatarKitObjcExample/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = org.peschenkov.LetterAvatarKitObjcExample; + PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + EBEC63D31F8CF4D500CE334B /* Build configuration list for PBXProject "LetterAvatarKitObjcExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EBEC63EC1F8CF4D500CE334B /* Debug */, + EBEC63ED1F8CF4D500CE334B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EBEC63EE1F8CF4D500CE334B /* Build configuration list for PBXNativeTarget "LetterAvatarKitObjcExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EBEC63EF1F8CF4D500CE334B /* Debug */, + EBEC63F01F8CF4D500CE334B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = EBEC63D01F8CF4D500CE334B /* Project object */; +} diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..8a85580 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..2b11ae1 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h new file mode 100644 index 0000000..227c62f --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.h @@ -0,0 +1,34 @@ +/* + AppDelegate.h + LetterAvatarKitObjcExample + + Copyright 2017 Victor Peschenkov + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + */ + +@import UIKit; + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m new file mode 100644 index 0000000..b3b3877 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/AppDelegate.m @@ -0,0 +1,34 @@ +/* + AppDelegate.m + LetterAvatarKitObjcExample + + Copyright 2017 Victor Peschenkov + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + */ + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + +@end diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..1d060ed --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,93 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..f83f6fd --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard new file mode 100644 index 0000000..38f3c36 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Base.lproj/Main.storyboard @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist new file mode 100644 index 0000000..16be3b6 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/Info.plist @@ -0,0 +1,45 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h new file mode 100644 index 0000000..eddfcd7 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.h @@ -0,0 +1,32 @@ +/* + ViewController.h + LetterAvatarKitObjcExample + + Copyright 2017 Victor Peschenkov + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + */ + +@import UIKit; + +@interface ViewController : UIViewController + + +@end + diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m new file mode 100644 index 0000000..c836e30 --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/ViewController.m @@ -0,0 +1,48 @@ +/* + ViewController.m + LetterAvatarKitObjcExample + + Copyright 2017 Victor Peschenkov + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + */ + +#import "ViewController.h" + +@import LetterAvatarKit; + +@interface ViewController () + +@property (weak, nonatomic) IBOutlet UIImageView *avatarImageView; + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + + LKLetterAvatarBuilderConfiguration *configuration = [[LKLetterAvatarBuilderConfiguration alloc] init]; + configuration.size = CGSizeMake([UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.width); + configuration.username = @"Letter Avatar"; + + self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithConfiguration:configuration]; +} + +@end diff --git a/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m new file mode 100644 index 0000000..408d76b --- /dev/null +++ b/LetterAvatarKitObjcExample/LetterAvatarKitObjcExample/main.m @@ -0,0 +1,34 @@ +/* + main.m + LetterAvatarKitObjcExample + + Copyright 2017 Victor Peschenkov + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + */ + +@import UIKit; + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/LetterAvatarKitObjcExample/Podfile b/LetterAvatarKitObjcExample/Podfile new file mode 100644 index 0000000..9b5d5c9 --- /dev/null +++ b/LetterAvatarKitObjcExample/Podfile @@ -0,0 +1,6 @@ +platform :ios, '12.0' +use_frameworks! + +target 'LetterAvatarKitObjcExample' do + pod "LetterAvatarKit", :path => "../" +end diff --git a/LetterAvatarKitObjcExample/Podfile.lock b/LetterAvatarKitObjcExample/Podfile.lock new file mode 100644 index 0000000..6a06814 --- /dev/null +++ b/LetterAvatarKitObjcExample/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - LetterAvatarKit (2.0.0) + +DEPENDENCIES: + - LetterAvatarKit (from `../`) + +EXTERNAL SOURCES: + LetterAvatarKit: + :path: "../" + +SPEC CHECKSUMS: + LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 + +PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d + +COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json b/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json new file mode 100644 index 0000000..2debf68 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Local Podspecs/LetterAvatarKit.podspec.json @@ -0,0 +1,31 @@ +{ + "name": "LetterAvatarKit", + "platforms": { + "ios": "12.0", + "tvos": "12.0" + }, + "version": "2.0.0", + "license": { + "type": "MIT" + }, + "homepage": "https://github.com/vpeschenkov/LetterAvatarKit", + "authors": { + "Viktor Peschenkov": "v.peschenkov@gmail.com" + }, + "summary": "An extension that generates letter-based avatars/placeholders written in Swift", + "source": { + "git": "https://github.com/vpeschenkov/LetterAvatarKit.git", + "tag": "2.0.0" + }, + "source_files": [ + "LetterAvatarKit/*.{h,swift}", + "LetterAvatarKit/Extensions/*.{swift}" + ], + "requires_arc": true, + "frameworks": [ + "Foundation", + "UIKit" + ], + "swift_versions": "5.9", + "swift_version": "5.9" +} diff --git a/LetterAvatarKitObjcExample/Pods/Manifest.lock b/LetterAvatarKitObjcExample/Pods/Manifest.lock new file mode 100644 index 0000000..6a06814 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Manifest.lock @@ -0,0 +1,16 @@ +PODS: + - LetterAvatarKit (2.0.0) + +DEPENDENCIES: + - LetterAvatarKit (from `../`) + +EXTERNAL SOURCES: + LetterAvatarKit: + :path: "../" + +SPEC CHECKSUMS: + LetterAvatarKit: d2f3d0bfa65e339fac4e5c1f94af22b899221308 + +PODFILE CHECKSUM: d4f939d10e37a628ec746337339f53aea078318d + +COCOAPODS: 1.16.2 diff --git a/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj b/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e4fb7cf --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,735 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */; }; + 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */; }; + 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */; }; + 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; + 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */; }; + 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */; }; + 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */; }; + 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */; }; + 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */; }; + F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */; }; + F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */; }; + F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9F7736046D8F388E749400613707326; + remoteInfo = LetterAvatarKit; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = ""; }; + 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-prefix.pch"; sourceTree = ""; }; + 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LetterAvatarKit.h; path = LetterAvatarKit/LetterAvatarKit.h; sourceTree = ""; }; + 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/search.json; sourceTree = ""; }; + 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/LetterAvatarKit.docset/Contents/Info.plist; sourceTree = ""; }; + 15F9CCA5786FEF74B11D867FB973DEE0 /* Pods-LetterAvatarKitObjcExample-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LetterAvatarKitObjcExample-frameworks.sh"; sourceTree = ""; }; + 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMaker.swift; path = LetterAvatarKit/LetterAvatarMaker.swift; sourceTree = ""; }; + 282C7967098A8C9B01BF0562E7EE015C /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/dash.png; sourceTree = ""; }; + 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/Extensions/UIColor.html; sourceTree = ""; }; + 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html; sourceTree = ""; }; + 2F1593CF41762BD646A705D8A36195A3 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = ""; }; + 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/docSet.dsidx; sourceTree = ""; }; + 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = ""; }; + 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = ""; }; + 3F75AFED5837C88AEF197D47BAA22140 /* Pods-LetterAvatarKitObjcExample-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-Info.plist"; sourceTree = ""; }; + 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html; sourceTree = ""; }; + 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; + 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; + 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LetterAvatarKitObjcExample-dummy.m"; sourceTree = ""; }; + 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LetterAvatarKit; path = LetterAvatarKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 57ADB68C25D193013EB3240813040419 /* UIColor.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIColor.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html; sourceTree = ""; }; + 57DA105AAD84B0803F512F9AEAC73BE0 /* Pods-LetterAvatarKitObjcExample-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.plist"; sourceTree = ""; }; + 58040124C93E9E5C987CB7E3BE090469 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html; sourceTree = ""; }; + 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LetterAvatarKit.modulemap; sourceTree = ""; }; + 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html; sourceTree = ""; }; + 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = ""; }; + 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIImage+LetterAvatarKit.swift"; sourceTree = ""; }; + 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.release.xcconfig; sourceTree = ""; }; + 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = ""; }; + 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = ""; }; + 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.release.xcconfig"; sourceTree = ""; }; + 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LetterAvatarKitObjcExample.debug.xcconfig"; sourceTree = ""; }; + 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 83D3FFFE41744BA1AB17EE94FB5D3222 /* Pods-LetterAvatarKitObjcExample-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LetterAvatarKitObjcExample-acknowledgements.markdown"; sourceTree = ""; }; + 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = ""; }; + 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LetterAvatarKitObjcExample-umbrella.h"; sourceTree = ""; }; + 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilderConfiguration.swift; path = LetterAvatarKit/LetterAvatarBuilderConfiguration.swift; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LetterAvatarKit-umbrella.h"; sourceTree = ""; }; + A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LetterAvatarKitObjcExample"; path = Pods_LetterAvatarKitObjcExample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/Extensions.html; sourceTree = ""; }; + A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+LetterAvatarKit.swift"; sourceTree = ""; }; + B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = ""; }; + B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */ = {isa = PBXFileReference; includeInIndex = 1; name = UIImage.html; path = docs/Extensions/UIImage.html; sourceTree = ""; }; + BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/carat.png; sourceTree = ""; }; + BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarBuilder.swift; path = LetterAvatarKit/LetterAvatarBuilder.swift; sourceTree = ""; }; + BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = ""; }; + BE578E310237BB5E12FA4CECF50A9615 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = ""; }; + BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilderConfiguration.html; path = docs/Classes/LetterAvatarBuilderConfiguration.html; sourceTree = ""; }; + C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = ""; }; + C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LetterAvatarMakerExtendable.swift; path = LetterAvatarKit/LetterAvatarMakerExtendable.swift; sourceTree = ""; }; + CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LetterAvatarKit-dummy.m"; sourceTree = ""; }; + CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarKit.tgz; path = docs/docsets/LetterAvatarKit.tgz; sourceTree = ""; }; + CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = ""; }; + D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LetterAvatarBuilder.html; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html; sourceTree = ""; }; + D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = LetterAvatarKit.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Character+LetterAvatarKit.swift"; sourceTree = ""; }; + E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = ""; }; + ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + EE87630193F71BA52C97714ED3E5F220 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = ""; }; + F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LetterAvatarKit.debug.xcconfig; sourceTree = ""; }; + F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/gh.png; sourceTree = ""; }; + F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = ""; }; + FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LetterAvatarKit-Info.plist"; sourceTree = ""; }; + FF7453E93E928A00990323F089EE81DD /* Pods-LetterAvatarKitObjcExample.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LetterAvatarKitObjcExample.modulemap"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F01C3F97F76FAEDB24DE5812601139E9 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3D2855ABCF69550604576029CB9B50D7 /* Foundation.framework in Frameworks */, + 5C3F9C4D98ECC9A61FD37DD8E0BA2129 /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1DE6440B6853131A80C53DDA34375AAB /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + 1DE6440B6853131A80C53DDA34375AAB /* iOS */ = { + isa = PBXGroup; + children = ( + 8193349D819536E58C58A34C1B7DF545 /* Foundation.framework */, + ECF4CA3AF5536D14B4E015504E7AEEC0 /* UIKit.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5AC76E7610B69CF8DC2B4FC3F6A6564C /* LetterAvatarKit.modulemap */, + CCC304188D745159BA2CC691CD12ECC9 /* LetterAvatarKit-dummy.m */, + FADFAD902F347FA9D47B9DD614644AE0 /* LetterAvatarKit-Info.plist */, + 0A40C8521CD2EA6FC4577E5B5F5FB619 /* LetterAvatarKit-prefix.pch */, + 9FDB39565BB50E5FDA0B95E5F19429EC /* LetterAvatarKit-umbrella.h */, + F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */, + 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */, + ); + name = "Support Files"; + path = "LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit"; + sourceTree = ""; + }; + 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */ = { + isa = PBXGroup; + children = ( + BD70DB39D10D60B7640993C170832933 /* LetterAvatarBuilder.swift */, + 95B89DFF2AF7522C5E3A021A9541C205 /* LetterAvatarBuilderConfiguration.swift */, + 0CE5CA44BC06BBA4B0203A184FFB9D9A /* LetterAvatarKit.h */, + 184ACE6A80A91FF774360F6F72A47656 /* LetterAvatarMaker.swift */, + C2190660FEC1C8EC63E9DC5FA39903D2 /* LetterAvatarMakerExtendable.swift */, + 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */, + B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */, + 67A6A278667D7DE317903832D9FEEBA6 /* Support Files */, + ); + name = LetterAvatarKit; + path = ../..; + sourceTree = ""; + }; + 86523A578C4BB7682FD5DF96F66E2E53 /* Extensions */ = { + isa = PBXGroup; + children = ( + E358EAC33149A244181A7A4FE13B4C5C /* Character+LetterAvatarKit.swift */, + AD29A8654444A0AA0EB1768EA70B8309 /* UIColor+LetterAvatarKit.swift */, + 69DC0A4A696BD80DF7788873B5CDF16A /* UIImage+LetterAvatarKit.swift */, + ); + name = Extensions; + path = LetterAvatarKit/Extensions; + sourceTree = ""; + }; + B5CD7A5C4D931A885D2B4B23ECB80E1E /* Pod */ = { + isa = PBXGroup; + children = ( + 390DC9B3AC679956BC4A5412994D3B20 /* badge.svg */, + BBC0F7F084C424C9B8FD91D37A9BC6A0 /* carat.png */, + BE578E310237BB5E12FA4CECF50A9615 /* carat.png */, + EE87630193F71BA52C97714ED3E5F220 /* Classes.html */, + 65E1FDD74DDE6973CBA2ABEC281CF5DD /* Classes.html */, + 282C7967098A8C9B01BF0562E7EE015C /* dash.png */, + 6F0128C14B099F8241AC427F6FDDAFF2 /* dash.png */, + 382E379DC100FEE6E35D9FB44D7FBA86 /* docSet.dsidx */, + 2D3D7A99FA3B11311C7CA5B63533652C /* Extensions.html */, + A1CDBE2BBED3B0C21ACBA323CEDC26FB /* Extensions.html */, + F4ADD11341893E87C65686F7A6F6D2B3 /* gh.png */, + B1F63471CEA53A1C79BEF5E650ADFD25 /* gh.png */, + C0B71ABA88F3B9E9680D6256DF8101D1 /* highlight.css */, + 3F5F5D8AC86DF262067E99B33F1DE117 /* highlight.css */, + 58040124C93E9E5C987CB7E3BE090469 /* index.html */, + 2F1593CF41762BD646A705D8A36195A3 /* index.html */, + 1566DC82A5DC612B796D0CA351EC78EA /* Info.plist */, + 6B8CB336BB5804D9BB5123552A9B0013 /* jazzy.css */, + 86EBE33EED07C564471D8442B93ED2E4 /* jazzy.css */, + BE4E2012993C7EB23F82111A5D2C156F /* jazzy.js */, + CFF6E71E04FEB263DE498D9BD0CA3DF5 /* jazzy.js */, + 01377300CA24347E9F0BC146A5C11BA4 /* jquery.min.js */, + E381E175BE86EA0AF7C6622F50F4E5EE /* jquery.min.js */, + 4C19914A0FCBB621E17CE626910F51FC /* LetterAvatarBuilder.html */, + D1CF7A6259592E3D5D8282D54A8CC951 /* LetterAvatarBuilder.html */, + BEDCC6034EA8E4FE7A405AC19D952B7B /* LetterAvatarBuilderConfiguration.html */, + 4894B8EB2679B877245243D648476EC4 /* LetterAvatarBuilderConfiguration.html */, + D72F2E3861704C1EEF30A77A48573F74 /* LetterAvatarKit.podspec */, + CEE387ABBD223A80B24AFC542C9EC65A /* LetterAvatarKit.tgz */, + A3AA30DCC90C9BC8AC005B9531C88996 /* LICENSE */, + 94DE162BBD5904BB9F7B5E93C27AC717 /* README.md */, + 0D0FCB96D781BA8AF910D121165E47F3 /* search.json */, + F992B55E45A3E87B127E6C562ADAEEA3 /* search.json */, + 57ADB68C25D193013EB3240813040419 /* UIColor.html */, + 29EC2865FD64E1B12A11F04F7C3156C2 /* UIColor.html */, + 3FB44DFFA431F0C30B439CCC263E54EF /* UIImage.html */, + B9134A272F6A2817FC04E9B1192880F4 /* UIImage.html */, + 6694DFFCF0E557B3EBC56083F3EB3366 /* undocumented.json */, + ); + name = Pod; + sourceTree = ""; + }; + B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */ = { + isa = PBXGroup; + children = ( + 70057179CF049A049489A6C823CBE0CF /* LetterAvatarKit */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + C2000A16CE439504DB37FF631AE029F7 /* Pods-LetterAvatarKitObjcExample */ = { + isa = PBXGroup; + children = ( + FF7453E93E928A00990323F089EE81DD /* Pods-LetterAvatarKitObjcExample.modulemap */, + 83D3FFFE41744BA1AB17EE94FB5D3222 /* Pods-LetterAvatarKitObjcExample-acknowledgements.markdown */, + 57DA105AAD84B0803F512F9AEAC73BE0 /* Pods-LetterAvatarKitObjcExample-acknowledgements.plist */, + 4C50D087AE41542C5113C0257B89E33B /* Pods-LetterAvatarKitObjcExample-dummy.m */, + 15F9CCA5786FEF74B11D867FB973DEE0 /* Pods-LetterAvatarKitObjcExample-frameworks.sh */, + 3F75AFED5837C88AEF197D47BAA22140 /* Pods-LetterAvatarKitObjcExample-Info.plist */, + 88633E760E91F5DB5655075DC75A60E1 /* Pods-LetterAvatarKitObjcExample-umbrella.h */, + 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */, + 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */, + ); + name = "Pods-LetterAvatarKitObjcExample"; + path = "Target Support Files/Pods-LetterAvatarKitObjcExample"; + sourceTree = ""; + }; + C57FF64956861DD3957C59EDAA1C4299 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + C2000A16CE439504DB37FF631AE029F7 /* Pods-LetterAvatarKitObjcExample */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + CF1408CF629C7361332E53B88F7BD30C = { + isa = PBXGroup; + children = ( + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + B6B8708A128F98BB45BCA3A4939BB12B /* Development Pods */, + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, + D4B7AA071E91E136996B0303A8395417 /* Products */, + C57FF64956861DD3957C59EDAA1C4299 /* Targets Support Files */, + ); + sourceTree = ""; + }; + D4B7AA071E91E136996B0303A8395417 /* Products */ = { + isa = PBXGroup; + children = ( + 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */, + A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 670C6D973CEBE609B6F4883E83501826 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 92B62928529EC1024EC72FE8CB26BFBE /* Pods-LetterAvatarKitObjcExample-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + A6B05BCF581181943533540F84D474CB /* LetterAvatarKit.h in Headers */, + 6755634E163D0939D2DAD6B0C14C1690 /* LetterAvatarKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 961D4DE155D1D97BBB2F3D48799AEBA6 /* Pods-LetterAvatarKitObjcExample */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */; + buildPhases = ( + 670C6D973CEBE609B6F4883E83501826 /* Headers */, + 11209DC767E6DAFEED48469A5943DE6A /* Sources */, + 710868F7BB06FA42E007E2162D19EFD8 /* Frameworks */, + EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */, + ); + name = "Pods-LetterAvatarKitObjcExample"; + productName = Pods_LetterAvatarKitObjcExample; + productReference = A02E7590AEC392D630C1121387CA581B /* Pods-LetterAvatarKitObjcExample */; + productType = "com.apple.product-type.framework"; + }; + D9F7736046D8F388E749400613707326 /* LetterAvatarKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */; + buildPhases = ( + CCD34C7A87DCD51B64373A2C2663BC87 /* Headers */, + C881BAA9512E923E382A5BC8BA7BF31A /* Sources */, + A513B4207A33F9C0D7E49A43291E53EA /* Frameworks */, + 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LetterAvatarKit; + productName = LetterAvatarKit; + productReference = 563250A697FB009E508EB46B20DE1ADA /* LetterAvatarKit */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1600; + LastUpgradeCheck = 1600; + }; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + Base, + en, + ); + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + minimizedProjectReferenceProxies = 0; + preferredProjectObjectVersion = 77; + productRefGroup = D4B7AA071E91E136996B0303A8395417 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D9F7736046D8F388E749400613707326 /* LetterAvatarKit */, + 961D4DE155D1D97BBB2F3D48799AEBA6 /* Pods-LetterAvatarKitObjcExample */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 3BE0987CB64DEC7FE9063BB45D41E078 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EFFCDD11E7CDBED5DCF0DD63520ACF42 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 11209DC767E6DAFEED48469A5943DE6A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4056B423638CAF41F304806AEAF639BF /* Pods-LetterAvatarKitObjcExample-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C881BAA9512E923E382A5BC8BA7BF31A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F82925B3C6ABE0F62055438047EFA7C6 /* Character+LetterAvatarKit.swift in Sources */, + E561D28F14CFF06A48AFEC405346EC45 /* LetterAvatarBuilder.swift in Sources */, + F8FE1786CEDC81A25F23F521C6F00ED8 /* LetterAvatarBuilderConfiguration.swift in Sources */, + 3A98437C7929C2C4F473324B9B80475B /* LetterAvatarKit-dummy.m in Sources */, + 2F8CF71CFE1A49E6AC0F9249D245676D /* LetterAvatarMaker.swift in Sources */, + 4FE3BDAB1FAA0D13490B09ECBA293969 /* LetterAvatarMakerExtendable.swift in Sources */, + 8C69A0BEBE8ED1E6C9AD3F035B976BB6 /* UIColor+LetterAvatarKit.swift in Sources */, + 0584C435C846DDCAA24CC80C113E2CCA /* UIImage+LetterAvatarKit.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 69CD41DD18D09E0BCB2005010EE143F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = LetterAvatarKit; + target = D9F7736046D8F388E749400613707326 /* LetterAvatarKit */; + targetProxy = CB56B702E7BF15F1B7EB0B8B90C88A21 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F27645BE60793483E5372F96998C9E08 /* LetterAvatarKit.debug.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; + PRODUCT_MODULE_NAME = LetterAvatarKit; + PRODUCT_NAME = LetterAvatarKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.9; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 264C6E4901BB821BF1570535A9586858 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7A59E7C021AB8A1E75725C609C654583 /* Pods-LetterAvatarKitObjcExample.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 2B9E26EAE2CD392AD762421F663075A1 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + 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 = ( + "POD_CONFIGURATION_DEBUG=1", + "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.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + 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_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=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.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + CA5C8498614D19F065688075BC8D50E8 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B4D293A9C4D9564FF6004B4BD0881DC /* LetterAvatarKit.release.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + GCC_PREFIX_HEADER = "Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch"; + GENERATE_INFOPLIST_FILE = NO; + INFOPLIST_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap"; + PRODUCT_MODULE_NAME = LetterAvatarKit; + PRODUCT_NAME = LetterAvatarKit; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_INSTALL_OBJC_HEADER = YES; + SWIFT_VERSION = 5.9; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + DC336FD062F73510BEBF00D35B7AF0F9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 72BBB8D54CE353B808481EBAFCAD212B /* Pods-LetterAvatarKitObjcExample.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = NO; + ENABLE_USER_SCRIPT_SANDBOXING = NO; + INFOPLIST_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2B9E26EAE2CD392AD762421F663075A1 /* Debug */, + 63FAF33E1C55B71A5F5A8B3CC8749F99 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6764C1FCFC68E581449D7F6D420E8019 /* Build configuration list for PBXNativeTarget "LetterAvatarKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0AC5F49B38F93C8DAC47F4E515D1D6AF /* Debug */, + CA5C8498614D19F065688075BC8D50E8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8A9B2C077AB64A9F9C745F0194BAE1EA /* Build configuration list for PBXNativeTarget "Pods-LetterAvatarKitObjcExample" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 264C6E4901BB821BF1570535A9586858 /* Debug */, + DC336FD062F73510BEBF00D35B7AF0F9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; +} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist new file mode 100644 index 0000000..ff7aa59 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.1.7 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist new file mode 100644 index 0000000..6efd186 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m new file mode 100644 index 0000000..84a5fd6 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_LetterAvatarKit : NSObject +@end +@implementation PodsDummy_LetterAvatarKit +@end diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h new file mode 100644 index 0000000..32f5f07 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit-umbrella.h @@ -0,0 +1,17 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "LetterAvatarKit.h" + +FOUNDATION_EXPORT double LetterAvatarKitVersionNumber; +FOUNDATION_EXPORT const unsigned char LetterAvatarKitVersionString[]; + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig new file mode 100644 index 0000000..afab51a --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.debug.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap new file mode 100644 index 0000000..e276a90 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.modulemap @@ -0,0 +1,6 @@ +framework module LetterAvatarKit { + umbrella header "LetterAvatarKit-umbrella.h" + + export * + module * { export * } +} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig new file mode 100644 index 0000000..afab51a --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.release.xcconfig @@ -0,0 +1,15 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig new file mode 100644 index 0000000..15980a8 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/LetterAvatarKit/LetterAvatarKit.xcconfig @@ -0,0 +1,11 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist new file mode 100644 index 0000000..19cf209 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + ${PODS_DEVELOPMENT_LANGUAGE} + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown new file mode 100644 index 0000000..121ed8f --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.markdown @@ -0,0 +1,28 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## LetterAvatarKit + +MIT License + +Copyright (c) 2017 Victor Peschenkov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist new file mode 100644 index 0000000..b19ce20 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-acknowledgements.plist @@ -0,0 +1,60 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017 Victor Peschenkov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + LetterAvatarKit + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m new file mode 100644 index 0000000..95f121c --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_LetterAvatarKitObjcExample : NSObject +@end +@implementation PodsDummy_Pods_LetterAvatarKitObjcExample +@end diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh new file mode 100755 index 0000000..d50ebdc --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-frameworks.sh @@ -0,0 +1,186 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" +SWIFT_STDLIB_PATH="${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +BCSYMBOLMAP_DIR="BCSymbolMaps" + + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink -f "${source}")" + fi + + if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then + # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied + find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do + echo "Installing $f" + install_bcsymbolmap "$f" "$destination" + rm "$f" + done + rmdir "${source}/${BCSYMBOLMAP_DIR}" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + warn_missing_arch=${2:-true} + if [ -r "$source" ]; then + # Copy the dSYM into the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .dSYM "$source")" + binary_name="$(ls "$source/Contents/Resources/DWARF")" + binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" + + # Strip invalid architectures from the dSYM. + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then + strip_invalid_archs "$binary" "$warn_missing_arch" + fi + if [[ $STRIP_BINARY_RETVAL == 0 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + mkdir -p "${DWARF_DSYM_FOLDER_PATH}" + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" + fi + fi +} + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + warn_missing_arch=${2:-true} + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=1 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=0 +} + +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/LetterAvatarKit/LetterAvatarKit.framework" +fi +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh new file mode 100755 index 0000000..345301f --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-resources.sh @@ -0,0 +1,118 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy + # resources to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +case "${TARGETED_DEVICE_FAMILY:-}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" || true + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + else + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" + fi +fi diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h new file mode 100644 index 0000000..a927480 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_LetterAvatarKitObjcExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_LetterAvatarKitObjcExampleVersionString[]; + diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig new file mode 100644 index 0000000..698add5 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.debug.xcconfig @@ -0,0 +1,16 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap new file mode 100644 index 0000000..7cc519c --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.modulemap @@ -0,0 +1,6 @@ +framework module Pods_LetterAvatarKitObjcExample { + umbrella header "Pods-LetterAvatarKitObjcExample-umbrella.h" + + export * + module * { export * } +} diff --git a/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig new file mode 100644 index 0000000..698add5 --- /dev/null +++ b/LetterAvatarKitObjcExample/Pods/Target Support Files/Pods-LetterAvatarKitObjcExample/Pods-LetterAvatarKitObjcExample.release.xcconfig @@ -0,0 +1,16 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit/LetterAvatarKit.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "LetterAvatarKit" -framework "UIKit" +OTHER_MODULE_VERIFIER_FLAGS = $(inherited) "-F${PODS_CONFIGURATION_BUILD_DIR}/LetterAvatarKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/README.md b/README.md index bee1794..753e9da 100644 --- a/README.md +++ b/README.md @@ -1,137 +1,180 @@ # LetterAvatarKit -[![Swift 5.9](https://img.shields.io/badge/Swift-5.9-orange.svg)](https://swift.org) -[![Platforms](https://img.shields.io/badge/platform-iOS%2012%2B%20%7C%20tvOS%2012%2B-lightgrey.svg)](https://developer.apple.com) -[![SPM](https://img.shields.io/badge/Swift_Package_Manager-compatible-brightgreen.svg)](https://swift.org/package-manager) -[![CocoaPods](https://img.shields.io/cocoapods/v/LetterAvatarKit.svg)](https://cocoapods.org/pods/LetterAvatarKit) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +![][Swift Version] ![][Pods] ![][Platform] ![][Codacy Badge] -Generate beautiful, deterministic letter avatars for iOS and tvOS with a tiny UIKit-first Swift library. +`LetterAvatarKit` provides an ```UIImage``` extension for generating letter-based avatars/placeholders. There are a few images showing what you can achive by using this framework: -`LetterAvatarKit` turns names, usernames, initials, emails, and placeholders into polished `UIImage` avatars. It is ideal for chat apps, contact lists, teams, CRM products, profile fallbacks, onboarding flows, and any UI that needs fast identity visuals without downloading remote images. +![][screenshots] -![LetterAvatarKit examples][Screenshots] - -## Why LetterAvatarKit +## Requirements +- iOS 12+ +- tvOS 12+ +- Swift 5.9+ -- Zero network dependency: create avatars locally from a string. -- Deterministic colors: the same name can produce a consistent visual identity. -- UIKit native: returns `UIImage` and works with `UIImageView` immediately. -- Flexible styling: size, initials, font, text color, background palette, borders, circle or square shape. -- Swift-first API: builder API, configuration object, and `UIImage` extension. -- Lightweight install: Swift Package Manager or CocoaPods. -- Production-ready targets: iOS 12+, tvOS 12+, Swift 5.9+. +## Features +- Easy to use and intuitive interface +- Highly flexible API allows for customization and integration into various projects +- Use of the builder pattern for constructing avatar configurations +- Support for creating circular, square, or bordered images +- Wide range of flat UI colors available +- Compatible with tvOS platform ## Installation -### Swift Package Manager - -In Xcode, add this repository as a package dependency: - -```text -https://github.com/vpeschenkov/LetterAvatarKit -``` - -### CocoaPods - -Add `LetterAvatarKit` to your `Podfile`: +### [CocoaPods](https://cocoapods.org) +`LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install +it, simply add the following line to your Podfile: ```ruby pod "LetterAvatarKit" ``` -## Quick Start +### Swift Package Manager + +Add `https://github.com/vpeschenkov/LetterAvatarKit` as a package dependency in Xcode. + +## Usage ### Swift +Using `LetterAvatarMaker`: + ```swift -import LetterAvatarKit +// Square avatar image +let avatarImage = LetterAvatarMaker() + .setUsername("Letter Avatar") + .build() +avatarImageView.image = avatarImage -avatarImageView.image = UIImage.makeLetterAvatar(withUsername: "Taylor Swift") +// Circle avatar image with white border +let circleAvatarImage = LetterAvatarMaker() + .setCircle(true) + .setUsername("Letter Avatar") + .setBorderWidth(1.0) + .setBackgroundColors([ .red ]) + .build() +avatarImageView.image = circleAvatarImage ``` -For a customized avatar: +Using `LetterAvatarMaker` with closures: ```swift -let avatar = LetterAvatarMaker() - .setUsername("Taylor Swift") - .setSize(CGSize(width: 96, height: 96)) - .setCircle(true) - .setBorderWidth(2) - .setBorderColor(.white) - .setBackgroundColors([.systemPurple, .systemIndigo, .systemPink]) - .build() +let avatarImage = LetterAvatarMaker() + .build { c in + c.username = "Letter Avatar" + } +avatarImageView.image = avatarImage + +let avatarImage = LetterAvatarMaker() + .build { c in + c.circle = true + c.username = "Letter Avatar" + c.borderWidth = 1.0 + c.backgroundColors = [ .red ] + } +avatarImageView.image = avatarImage +``` + +Using `LetterAvatarBuilderConfiguration`: +```swift +let configuration = LetterAvatarBuilderConfiguration() +configuration.username = "Letter Avatar" +avatarImageView.image = UIImage.makeLetterAvatar(withConfiguration: configuration) +``` + +Using UIImage extension: +```swift +avatarImageView.image = UIImage.makeLetterAvatar(withUsername: "Letter Avatar") +``` + +### Objective-C -avatarImageView.image = avatar +Using `LKLetterAvatarBuilderCongiguration`: +```objc +LKLetterAvatarBuilderCongiguration *configuration = [[LKLetterAvatarBuilderCongiguration alloc] init]; +configuration.username = @"Letter Avatar"; +self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithConfiguration:configuration]; ``` +Using UIImage extension: +```objc +self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithUsername:@"Letter Avatar"]; +``` + +## Customization -Using the closure-based builder: +You can configure the following properties of `LetterAvatarBuilderConfiguration`: ```swift -let avatar = LetterAvatarMaker().build { configuration in - configuration.username = "Design Team" - configuration.size = CGSize(width: 80, height: 80) - configuration.circle = true - configuration.useSingleLetter = false - configuration.lettersFont = .boldSystemFont(ofSize: 28) - configuration.backgroundColors = [.systemBlue] -} +/// The username. +open var username: String? ``` -Using a configuration object directly: +```swift +/// The size of an avatar image. +open var size: CGSize = CGSize(width: 80, height: 80) +``` ```swift -let configuration = LetterAvatarBuilderConfiguration() -configuration.username = "Letter Avatar" -configuration.circle = true -configuration.borderWidth = 1 +/// The flag that indicates of using single only one letter, otherwise, +/// as much as wil be possible to obtain. But no more than 3 letters. +open var isSingleLettered: Bool = false +``` -avatarImageView.image = UIImage.makeLetterAvatar(withConfiguration: configuration) +```swift +/// The letters font. +open var lettersFont: UIFont = UIFont.systemFont(ofSize: 16.0) ``` -## Configuration +```swift +/// The letters colors +open var lettersColor: UIColor = LKUIColorByRGB(red: 236, green: 240, blue: 241) +``` -`LetterAvatarBuilderConfiguration` supports the common controls needed for modern avatar UI: +```swift +/// The background colors of an image. +open var backgroundColors: [UIColor] = UIColor.colors +``` -| Property | Description | -| --- | --- | -| `username` | Source string used to extract initials and pick the background color. | -| `size` | Output image size. Defaults to `80x80`. | -| `useSingleLetter` | Uses one initial instead of up to three letters. | -| `lettersFont` | Custom font for the initials. | -| `lettersColor` | Text color for the initials. | -| `backgroundColors` | Palette used for avatar backgrounds. | -| `lettersFontAttributes` | Advanced text attributes for custom rendering. | -| `circle` | Generates a circular avatar when `true`; square when `false`. | -| `borderWidth` | Border width around the avatar. | -| `borderColor` | Border color around the avatar. | -| `isOpaque` | Draws an opaque background when enabled. | +```swift +/// The letters font attributes. +open var lettersFontAttributes: [NSAttributedString.Key: Any]? +``` -## Use Cases +```swift +/// Indicates whether to generate circle or square image. +open var circle: Bool = false +``` -- Profile placeholders before a user uploads a photo. -- Chat and messaging participant avatars. -- Contact, customer, and team member lists. -- Offline-first apps that need instant avatar rendering. -- Design systems that need consistent identity fallback images. +```swift +/// The border width of the image. +open var borderWidth: CGFloat = 0.0 +``` -## Requirements +```swift +/// The border color of the image. +open var borderColor: UIColor = UIColor.white +``` -- iOS 12+ -- tvOS 12+ -- Swift 5.9+ -- Xcode 15+ +```swift +/// A Boolean flag indicating whether the avatar is opaque. +open var opaque: Bool = false +``` -## Keywords +## Community -`swift`, `ios`, `tvos`, `uikit`, `avatar`, `initials`, `profile-image`, `placeholder`, `contacts`, `chat-ui`, `swift-package-manager`, `cocoapods` +Questions, comments, issues, and pull requests are welcome! -## Contributing +## Contacts -Issues, ideas, and pull requests are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) and follow the [Code of Conduct](CODE_OF_CONDUCT.md). +- [GitHub](https://github.com/vpeschenkov) +- [Twitter](https://twitter.com/vpeschenkov) ## License -LetterAvatarKit is released under the MIT license. See [LICENSE](LICENSE) for details. +Distributed under the MIT license. See [LICENSE](https://github.com/vpeschenkov/LetterAvatarKit/blob/master/LICENSE) for more information. [Screenshots]: https://i.imgur.com/n3SjH6q.jpg +[Platform]: https://cocoapod-badges.herokuapp.com/p/LetterAvatarKit/badge.png +[Pods]: https://cocoapod-badges.herokuapp.com/v/LetterAvatarKit/badge.png +[Swift Version]: https://img.shields.io/badge/swift-5.9-orange.svg?style=flat +[Codacy Badge]: https://api.codacy.com/project/badge/Grade/d0f9b1a4ccb64d4aacd18a971e4cf8b7 From 683ebc20b24de4b2f7227c0f877aa378352953da Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:53:01 +0200 Subject: [PATCH 08/12] ci: specify ruby version for docs workflow --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 06ca232..9961a12 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,6 +26,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: + ruby-version: '3.3' bundler-cache: true - name: Generate documentation From 3e85c4c0d040bebd5b4889f2c851db86597fe885 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:55:25 +0200 Subject: [PATCH 09/12] ci: pass xcode project to jazzy --- scripts/generate_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 956417d..f6d961b 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -3,9 +3,9 @@ set -e bundle exec jazzy \ - -x USE_SWIFT_RESPONSE_FILE=NO \ + -x -project,LetterAvatarKit.xcodeproj,-scheme,LetterAvatarKit,USE_SWIFT_RESPONSE_FILE=NO \ --clean \ - --author Victor Peschenkov \ + --author "Victor Peschenkov" \ --author_url https://github.com/vpeschenkov \ --github_url https://github.com/vpeschenkov/LetterAvatarKit \ --include=/*/LetterAvatar*.*,/*/Extensions/UIImage* \ From d59757e6331f860adcc8aad966a958ec7fb5b096 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:56:31 +0200 Subject: [PATCH 10/12] ci: build Jazzy docs for iOS simulator --- scripts/generate_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index f6d961b..314d716 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -3,7 +3,7 @@ set -e bundle exec jazzy \ - -x -project,LetterAvatarKit.xcodeproj,-scheme,LetterAvatarKit,USE_SWIFT_RESPONSE_FILE=NO \ + -x -project,LetterAvatarKit.xcodeproj,-scheme,LetterAvatarKit,-sdk,iphonesimulator,CODE_SIGNING_ALLOWED=NO,USE_SWIFT_RESPONSE_FILE=NO \ --clean \ --author "Victor Peschenkov" \ --author_url https://github.com/vpeschenkov \ From 98ddb74ed4d58de8004d3c4c82c4a3e5e6e9e4d5 Mon Sep 17 00:00:00 2001 From: Viktor Peschenkov Date: Tue, 16 Jun 2026 00:59:04 +0200 Subject: [PATCH 11/12] ci: fix Jazzy xcodebuild arguments --- scripts/generate_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index 314d716..75a290f 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -3,7 +3,7 @@ set -e bundle exec jazzy \ - -x -project,LetterAvatarKit.xcodeproj,-scheme,LetterAvatarKit,-sdk,iphonesimulator,CODE_SIGNING_ALLOWED=NO,USE_SWIFT_RESPONSE_FILE=NO \ + -x -project,LetterAvatarKit.xcodeproj,-scheme,LetterAvatarKit,-sdk,iphonesimulator,CODE_SIGNING_ALLOWED=NO,ARCHS=arm64 \ --clean \ --author "Victor Peschenkov" \ --author_url https://github.com/vpeschenkov \ From 9eed6136856a5b82dcf66c467e66b2c138ff8b94 Mon Sep 17 00:00:00 2001 From: vpeschenkov <3672477+vpeschenkov@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:59:57 +0000 Subject: [PATCH 12/12] Update Jazzy documentation --- docs/Classes.html | 39 +- docs/Classes/LetterAvatarBuilder.html | 34 +- .../LetterAvatarBuilderConfiguration.html | 104 +- docs/Extensions.html | 29 +- docs/Extensions/UIColor.html | 28 +- docs/Extensions/UIImage.html | 49 +- docs/badge.svg | 4 +- docs/css/highlight.css | 400 ++-- docs/css/jazzy.css | 145 +- .../Contents/Resources/Documents/Classes.html | 39 +- .../Classes/LetterAvatarBuilder.html | 34 +- .../LetterAvatarBuilderConfiguration.html | 104 +- .../Resources/Documents/Extensions.html | 29 +- .../Documents/Extensions/UIColor.html | 28 +- .../Documents/Extensions/UIImage.html | 49 +- .../Resources/Documents/css/highlight.css | 400 ++-- .../Resources/Documents/css/jazzy.css | 145 +- .../Resources/Documents/img/spinner.gif | Bin 0 -> 1849 bytes .../Contents/Resources/Documents/index.html | 69 +- .../Contents/Resources/Documents/js/jazzy.js | 68 +- .../Resources/Documents/js/jazzy.search.js | 74 + .../Resources/Documents/js/jquery.min.js | 6 +- .../Resources/Documents/js/lunr.min.js | 6 + .../Documents/js/typeahead.jquery.js | 1695 +++++++++++++++++ .../Contents/Resources/Documents/search.json | 2 +- .../Contents/Resources/docSet.dsidx | Bin 12288 -> 12288 bytes docs/docsets/LetterAvatarKit.tgz | Bin 48565 -> 72340 bytes docs/img/spinner.gif | Bin 0 -> 1849 bytes docs/index.html | 69 +- docs/js/jazzy.js | 68 +- docs/js/jazzy.search.js | 74 + docs/js/jquery.min.js | 6 +- docs/js/lunr.min.js | 6 + docs/js/typeahead.jquery.js | 1695 +++++++++++++++++ docs/search.json | 2 +- docs/undocumented.json | 32 +- 36 files changed, 4695 insertions(+), 837 deletions(-) create mode 100644 docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/spinner.gif create mode 100644 docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.search.js mode change 100755 => 100644 docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js create mode 100644 docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/lunr.min.js create mode 100644 docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/typeahead.jquery.js create mode 100644 docs/img/spinner.gif create mode 100644 docs/js/jazzy.search.js mode change 100755 => 100644 docs/js/jquery.min.js create mode 100644 docs/js/lunr.min.js create mode 100644 docs/js/typeahead.jquery.js diff --git a/docs/Classes.html b/docs/Classes.html index c9c9a5a..4025cb9 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -8,20 +8,28 @@ + + +
-

LetterAvatarKit Docs (82% documented)

-

View on GitHub

+

LetterAvatarKit 2.0.0 Docs (75% documented)

+

GitHubView on GitHub

+
+
+ +
+
@@ -68,9 +76,9 @@

Classes

  • @@ -86,24 +94,19 @@

    Classes

    Declaration

    Swift

    -
    @objc(LKLetterAvatarBuilder)
    -open class LetterAvatarBuilder : NSObject
    +
    open class LetterAvatarBuilder
  • - - -
    -
    - diff --git a/docs/Classes/LetterAvatarBuilder.html b/docs/Classes/LetterAvatarBuilder.html index 0b95f0e..f600f2d 100644 --- a/docs/Classes/LetterAvatarBuilder.html +++ b/docs/Classes/LetterAvatarBuilder.html @@ -8,20 +8,30 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,8 +71,8 @@

    LetterAvatarBuilder

    -
    @objc(LKLetterAvatarBuilder)
    -open class LetterAvatarBuilder : NSObject
    + +
    open class LetterAvatarBuilder
    @@ -75,9 +85,9 @@

    LetterAvatarBuilder

  • @@ -92,8 +102,7 @@

    LetterAvatarBuilder

    Declaration

    Swift

    -
    @objc(makeAvatarWithConfiguration:)
    -open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage?
    +
    open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage?
    @@ -129,11 +138,10 @@

    Return Value

    - diff --git a/docs/Classes/LetterAvatarBuilderConfiguration.html b/docs/Classes/LetterAvatarBuilderConfiguration.html index 316c9f4..9b9cccb 100644 --- a/docs/Classes/LetterAvatarBuilderConfiguration.html +++ b/docs/Classes/LetterAvatarBuilderConfiguration.html @@ -8,20 +8,30 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,8 +71,8 @@

    LetterAvatarBuilderConfiguration

    -
    @objc(LKLetterAvatarBuilderConfiguration)
    -open class LetterAvatarBuilderConfiguration : NSObject
    + +
    open class LetterAvatarBuilderConfiguration
    @@ -75,9 +85,9 @@

    LetterAvatarBuilderConfiguration

  • - + - size + size
    @@ -92,8 +102,7 @@

    LetterAvatarBuilderConfiguration

    Declaration

    Swift

    -
    @objc(size)
    -open var size: CGSize
    +
    open var size: CGSize
    @@ -103,9 +112,9 @@

    Declaration

  • - + - username + username
    @@ -120,8 +129,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(username)
    -open var username: String?
    +
    open var username: String?
    @@ -131,9 +139,9 @@

    Declaration

  • @@ -149,8 +157,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(useSingleLetter)
    -open var useSingleLetter: Bool
    +
    open var useSingleLetter: Bool
    @@ -160,9 +167,9 @@

    Declaration

  • @@ -177,8 +184,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersFont)
    -open var lettersFont: UIFont?
    +
    open var lettersFont: UIFont?
    @@ -188,9 +194,9 @@

    Declaration

  • @@ -205,8 +211,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersColor)
    -open var lettersColor: UIColor
    +
    open var lettersColor: UIColor
    @@ -216,9 +221,9 @@

    Declaration

  • @@ -233,8 +238,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(backgroundColors)
    -open var backgroundColors: [UIColor]
    +
    open var backgroundColors: [UIColor]
    @@ -244,9 +248,9 @@

    Declaration

  • @@ -261,8 +265,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersFontAttributes)
    -open var lettersFontAttributes: [NSAttributedString.Key : Any]?
    +
    open var lettersFontAttributes: [NSAttributedString.Key : Any]?
    @@ -272,9 +275,9 @@

    Declaration

  • - + - circle + circle
    @@ -289,8 +292,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(circle)
    -open var circle: Bool
    +
    open var circle: Bool
    @@ -300,9 +302,9 @@

    Declaration

  • @@ -317,8 +319,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(borderWidth)
    -open var borderWidth: CGFloat
    +
    open var borderWidth: CGFloat
    @@ -328,9 +329,9 @@

    Declaration

  • @@ -345,8 +346,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(borderColor)
    -open var borderColor: UIColor
    +
    open var borderColor: UIColor
    @@ -356,9 +356,9 @@

    Declaration

  • - + - isOpaque + isOpaque
    @@ -373,8 +373,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(isOpaque)
    -open var isOpaque: Bool
    +
    open var isOpaque: Bool
    @@ -386,11 +385,10 @@

    Declaration

    - diff --git a/docs/Extensions.html b/docs/Extensions.html index 66cb8b1..5f9793d 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -8,20 +8,28 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -85,17 +93,13 @@

    Extensions

    Declaration

    Swift

    -
    class UIColor : NSObject, NSSecureCoding, NSCopying
    +
    extension UIColor
  • - - -
    -
    • @@ -116,7 +120,7 @@

      Declaration

      Declaration

      Swift

      -
      class UIImage : NSObject, NSSecureCoding
      +
      extension UIImage
      @@ -128,11 +132,10 @@

      Declaration

    - diff --git a/docs/Extensions/UIColor.html b/docs/Extensions/UIColor.html index 41b08c6..573b967 100644 --- a/docs/Extensions/UIColor.html +++ b/docs/Extensions/UIColor.html @@ -8,21 +8,31 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,7 +71,8 @@

    UIColor

    -
    class UIColor : NSObject, NSSecureCoding, NSCopying
    + +
    extension UIColor
    @@ -102,11 +113,10 @@

    Declaration

    - diff --git a/docs/Extensions/UIImage.html b/docs/Extensions/UIImage.html index 3f02765..f376953 100644 --- a/docs/Extensions/UIImage.html +++ b/docs/Extensions/UIImage.html @@ -8,21 +8,31 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,7 +71,8 @@

    UIImage

    -
    class UIImage : NSObject, NSSecureCoding
    + +
    extension UIImage
    @@ -73,9 +84,9 @@

    UIImage

  • @@ -90,8 +101,7 @@

    UIImage

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithConfiguration:)
    -static public func makeLetterAvatar(
    +                          
    static public func makeLetterAvatar(
         withConfiguration configuration: LetterAvatarBuilderConfiguration
         ) -> UIImage?
    @@ -127,9 +137,9 @@

    Return Value

  • @@ -144,8 +154,7 @@

    Return Value

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithUsername:)
    -public static func makeLetterAvatar(withUsername username: String?) -> UIImage?
    +
    public static func makeLetterAvatar(withUsername username: String?) -> UIImage?
    @@ -179,9 +188,9 @@

    Return Value

  • @@ -196,8 +205,7 @@

    Return Value

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithUsername:size:)
    -public static func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage?
    +
    public static func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage?
    @@ -245,11 +253,10 @@

    Return Value

  • -
    diff --git a/docs/badge.svg b/docs/badge.svg index d53230b..b485167 100644 --- a/docs/badge.svg +++ b/docs/badge.svg @@ -19,10 +19,10 @@ documentation - 82% + 75% - 82% + 75% diff --git a/docs/css/highlight.css b/docs/css/highlight.css index d0db0e1..c170357 100644 --- a/docs/css/highlight.css +++ b/docs/css/highlight.css @@ -1,200 +1,202 @@ +/*! Jazzy - https://github.com/realm/jazzy + * Copyright Realm Inc. + * SPDX-License-Identifier: MIT + */ /* Credit to https://gist.github.com/wataru420/2048287 */ -.highlight { - /* Comment */ - /* Error */ - /* Keyword */ - /* Operator */ - /* Comment.Multiline */ - /* Comment.Preproc */ - /* Comment.Single */ - /* Comment.Special */ - /* Generic.Deleted */ - /* Generic.Deleted.Specific */ - /* Generic.Emph */ - /* Generic.Error */ - /* Generic.Heading */ - /* Generic.Inserted */ - /* Generic.Inserted.Specific */ - /* Generic.Output */ - /* Generic.Prompt */ - /* Generic.Strong */ - /* Generic.Subheading */ - /* Generic.Traceback */ - /* Keyword.Constant */ - /* Keyword.Declaration */ - /* Keyword.Pseudo */ - /* Keyword.Reserved */ - /* Keyword.Type */ - /* Literal.Number */ - /* Literal.String */ - /* Name.Attribute */ - /* Name.Builtin */ - /* Name.Class */ - /* Name.Constant */ - /* Name.Entity */ - /* Name.Exception */ - /* Name.Function */ - /* Name.Namespace */ - /* Name.Tag */ - /* Name.Variable */ - /* Operator.Word */ - /* Text.Whitespace */ - /* Literal.Number.Float */ - /* Literal.Number.Hex */ - /* Literal.Number.Integer */ - /* Literal.Number.Oct */ - /* Literal.String.Backtick */ - /* Literal.String.Char */ - /* Literal.String.Doc */ - /* Literal.String.Double */ - /* Literal.String.Escape */ - /* Literal.String.Heredoc */ - /* Literal.String.Interpol */ - /* Literal.String.Other */ - /* Literal.String.Regex */ - /* Literal.String.Single */ - /* Literal.String.Symbol */ - /* Name.Builtin.Pseudo */ - /* Name.Variable.Class */ - /* Name.Variable.Global */ - /* Name.Variable.Instance */ - /* Literal.Number.Integer.Long */ } - .highlight .c { - color: #999988; - font-style: italic; } - .highlight .err { - color: #a61717; - background-color: #e3d2d2; } - .highlight .k { - color: #000000; - font-weight: bold; } - .highlight .o { - color: #000000; - font-weight: bold; } - .highlight .cm { - color: #999988; - font-style: italic; } - .highlight .cp { - color: #999999; - font-weight: bold; } - .highlight .c1 { - color: #999988; - font-style: italic; } - .highlight .cs { - color: #999999; - font-weight: bold; - font-style: italic; } - .highlight .gd { - color: #000000; - background-color: #ffdddd; } - .highlight .gd .x { - color: #000000; - background-color: #ffaaaa; } - .highlight .ge { - color: #000000; - font-style: italic; } - .highlight .gr { - color: #aa0000; } - .highlight .gh { - color: #999999; } - .highlight .gi { - color: #000000; - background-color: #ddffdd; } - .highlight .gi .x { - color: #000000; - background-color: #aaffaa; } - .highlight .go { - color: #888888; } - .highlight .gp { - color: #555555; } - .highlight .gs { - font-weight: bold; } - .highlight .gu { - color: #aaaaaa; } - .highlight .gt { - color: #aa0000; } - .highlight .kc { - color: #000000; - font-weight: bold; } - .highlight .kd { - color: #000000; - font-weight: bold; } - .highlight .kp { - color: #000000; - font-weight: bold; } - .highlight .kr { - color: #000000; - font-weight: bold; } - .highlight .kt { - color: #445588; } - .highlight .m { - color: #009999; } - .highlight .s { - color: #d14; } - .highlight .na { - color: #008080; } - .highlight .nb { - color: #0086B3; } - .highlight .nc { - color: #445588; - font-weight: bold; } - .highlight .no { - color: #008080; } - .highlight .ni { - color: #800080; } - .highlight .ne { - color: #990000; - font-weight: bold; } - .highlight .nf { - color: #990000; } - .highlight .nn { - color: #555555; } - .highlight .nt { - color: #000080; } - .highlight .nv { - color: #008080; } - .highlight .ow { - color: #000000; - font-weight: bold; } - .highlight .w { - color: #bbbbbb; } - .highlight .mf { - color: #009999; } - .highlight .mh { - color: #009999; } - .highlight .mi { - color: #009999; } - .highlight .mo { - color: #009999; } - .highlight .sb { - color: #d14; } - .highlight .sc { - color: #d14; } - .highlight .sd { - color: #d14; } - .highlight .s2 { - color: #d14; } - .highlight .se { - color: #d14; } - .highlight .sh { - color: #d14; } - .highlight .si { - color: #d14; } - .highlight .sx { - color: #d14; } - .highlight .sr { - color: #009926; } - .highlight .s1 { - color: #d14; } - .highlight .ss { - color: #990073; } - .highlight .bp { - color: #999999; } - .highlight .vc { - color: #008080; } - .highlight .vg { - color: #008080; } - .highlight .vi { - color: #008080; } - .highlight .il { - color: #009999; } +.highlight .c { + color: #999988; + font-style: italic; } + +.highlight .err { + color: #a61717; + background-color: #e3d2d2; } + +.highlight .k { + color: #000000; + font-weight: bold; } + +.highlight .o { + color: #000000; + font-weight: bold; } + +.highlight .cm { + color: #999988; + font-style: italic; } + +.highlight .cp { + color: #999999; + font-weight: bold; } + +.highlight .c1 { + color: #999988; + font-style: italic; } + +.highlight .cs { + color: #999999; + font-weight: bold; + font-style: italic; } + +.highlight .gd { + color: #000000; + background-color: #ffdddd; } + +.highlight .gd .x { + color: #000000; + background-color: #ffaaaa; } + +.highlight .ge { + color: #000000; + font-style: italic; } + +.highlight .gr { + color: #aa0000; } + +.highlight .gh { + color: #999999; } + +.highlight .gi { + color: #000000; + background-color: #ddffdd; } + +.highlight .gi .x { + color: #000000; + background-color: #aaffaa; } + +.highlight .go { + color: #888888; } + +.highlight .gp { + color: #555555; } + +.highlight .gs { + font-weight: bold; } + +.highlight .gu { + color: #aaaaaa; } + +.highlight .gt { + color: #aa0000; } + +.highlight .kc { + color: #000000; + font-weight: bold; } + +.highlight .kd { + color: #000000; + font-weight: bold; } + +.highlight .kp { + color: #000000; + font-weight: bold; } + +.highlight .kr { + color: #000000; + font-weight: bold; } + +.highlight .kt { + color: #445588; } + +.highlight .m { + color: #009999; } + +.highlight .s { + color: #d14; } + +.highlight .na { + color: #008080; } + +.highlight .nb { + color: #0086B3; } + +.highlight .nc { + color: #445588; + font-weight: bold; } + +.highlight .no { + color: #008080; } + +.highlight .ni { + color: #800080; } + +.highlight .ne { + color: #990000; + font-weight: bold; } + +.highlight .nf { + color: #990000; } + +.highlight .nn { + color: #555555; } + +.highlight .nt { + color: #000080; } + +.highlight .nv { + color: #008080; } + +.highlight .ow { + color: #000000; + font-weight: bold; } + +.highlight .w { + color: #bbbbbb; } + +.highlight .mf { + color: #009999; } + +.highlight .mh { + color: #009999; } + +.highlight .mi { + color: #009999; } + +.highlight .mo { + color: #009999; } + +.highlight .sb { + color: #d14; } + +.highlight .sc { + color: #d14; } + +.highlight .sd { + color: #d14; } + +.highlight .s2 { + color: #d14; } + +.highlight .se { + color: #d14; } + +.highlight .sh { + color: #d14; } + +.highlight .si { + color: #d14; } + +.highlight .sx { + color: #d14; } + +.highlight .sr { + color: #009926; } + +.highlight .s1 { + color: #d14; } + +.highlight .ss { + color: #990073; } + +.highlight .bp { + color: #999999; } + +.highlight .vc { + color: #008080; } + +.highlight .vg { + color: #008080; } + +.highlight .vi { + color: #008080; } + +.highlight .il { + color: #009999; } diff --git a/docs/css/jazzy.css b/docs/css/jazzy.css index d628282..f84ef86 100644 --- a/docs/css/jazzy.css +++ b/docs/css/jazzy.css @@ -1,3 +1,7 @@ +/*! Jazzy - https://github.com/realm/jazzy + * Copyright Realm Inc. + * SPDX-License-Identifier: MIT + */ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td { background: transparent; border: 0; @@ -56,9 +60,14 @@ p code, li code { padding: 2px 4px; border-radius: 4px; } +pre > code { + padding: 0; } + a { color: #0088cc; text-decoration: none; } + a code { + color: inherit; } ul { padding-left: 15px; } @@ -74,20 +83,32 @@ blockquote { padding: 0 10px; border-left: 4px solid #ccc; } +hr { + height: 1px; + border: none; + background-color: #e2e2e2; } + +.footnote-ref { + display: inline-block; + scroll-margin-top: 70px; } + +.footnote-def { + scroll-margin-top: 70px; } + .content-wrapper { margin: 0 auto; width: 980px; } header { font-size: 0.85em; - line-height: 26px; + line-height: 32px; background-color: #414141; position: fixed; width: 100%; - z-index: 1; } + z-index: 3; } header img { padding-right: 6px; - vertical-align: -4px; + vertical-align: -3px; height: 16px; } header a { color: #fff; } @@ -100,12 +121,14 @@ header { #breadcrumbs { background-color: #f2f2f2; - height: 27px; - padding-top: 17px; + height: 26px; + padding-top: 12px; position: fixed; - width: 100%; - z-index: 1; - margin-top: 26px; } + width: inherit; + z-index: 2; + margin-top: 32px; + white-space: nowrap; + overflow-x: scroll; } #breadcrumbs #carat { height: 10px; margin: 0 5px; } @@ -150,7 +173,7 @@ header { margin-left: 246px; position: absolute; overflow: hidden; - padding-bottom: 60px; + padding-bottom: 20px; top: 70px; width: 734px; } .main-content p, .main-content a, .main-content code, .main-content em, .main-content ul, .main-content table, .main-content blockquote { @@ -169,6 +192,13 @@ header { display: block; padding-top: 70px; margin: -70px 0 0; } + .main-content .section-name p { + margin-bottom: inherit; + line-height: inherit; } + .main-content .section-name code { + background-color: inherit; + padding: inherit; + color: inherit; } .section { padding: 0 25px; } @@ -192,6 +222,7 @@ header { margin-left: 18px; } .task-group-section { + margin-top: 10px; padding-left: 6px; border-top: 1px solid #e2e2e2; } @@ -204,6 +235,23 @@ header { padding-top: 70px; margin: -70px 0 0; } +.section-name-container { + position: relative; + display: inline-block; } + .section-name-container .section-name-link { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + margin-bottom: 0; } + .section-name-container .section-name { + position: relative; + pointer-events: none; + z-index: 1; } + .section-name-container .section-name a { + pointer-events: auto; } + .item { padding-top: 8px; width: 100%; @@ -216,14 +264,22 @@ header { .item code { background-color: transparent; padding: 0; } - .item .token { + .item .token, .item .direct-link { + display: inline-block; + text-indent: -20px; padding-left: 3px; - margin-left: 15px; - font-size: 11.9px; } - .item .declaration-note { - font-size: .85em; - color: gray; - font-style: italic; } + margin-left: 35px; + font-size: 11.9px; + transition: all 300ms; } + .item .token-open { + margin-left: 20px; } + .item .discouraged { + text-decoration: line-through; } + +.declaration-note { + font-size: .85em; + color: gray; + font-style: italic; } .pointer-container { border-bottom: 1px solid #e2e2e2; @@ -283,9 +339,9 @@ header { .language .aside-title { color: #4b8afb; } -.aside-warning { +.aside-warning, .aside-deprecated, .aside-unavailable { border-left: 5px solid #ff6666; } - .aside-warning .aside-title { + .aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title { color: #ff0000; } .graybox { @@ -310,8 +366,9 @@ header { font-size: 0.9em; } #footer { - position: absolute; - bottom: 10px; + position: relative; + top: 10px; + bottom: 0px; margin-left: 25px; } #footer p { margin: 0; @@ -320,6 +377,7 @@ header { html.dash header, html.dash #breadcrumbs, html.dash .sidebar { display: none; } + html.dash .main-content { width: 980px; margin-left: 0; @@ -327,11 +385,58 @@ html.dash .main-content { width: 100%; top: 0; padding-bottom: 0; } + html.dash .height-container { display: block; } + html.dash .item .token { margin-left: 0; } + html.dash .content-wrapper { width: auto; } + html.dash #footer { position: static; } + +form[role=search] { + float: right; } + form[role=search] input { + font: Helvetica, freesans, Arial, sans-serif; + margin-top: 6px; + font-size: 13px; + line-height: 20px; + padding: 0px 10px; + border: none; + border-radius: 1em; } + .loading form[role=search] input { + background: white url(../img/spinner.gif) center right 4px no-repeat; } + form[role=search] .tt-menu { + margin: 0; + min-width: 300px; + background: #fff; + color: #333; + border: 1px solid #e2e2e2; + z-index: 4; } + form[role=search] .tt-highlight { + font-weight: bold; } + form[role=search] .tt-suggestion { + font: Helvetica, freesans, Arial, sans-serif; + font-size: 14px; + padding: 0 8px; } + form[role=search] .tt-suggestion span { + display: table-cell; + white-space: nowrap; } + form[role=search] .tt-suggestion .doc-parent-name { + width: 100%; + text-align: right; + font-weight: normal; + font-size: 0.9em; + padding-left: 16px; } + form[role=search] .tt-suggestion:hover, + form[role=search] .tt-suggestion.tt-cursor { + cursor: pointer; + background-color: #4183c4; + color: #fff; } + form[role=search] .tt-suggestion:hover .doc-parent-name, + form[role=search] .tt-suggestion.tt-cursor .doc-parent-name { + color: #fff; } diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html index c9c9a5a..4025cb9 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes.html @@ -8,20 +8,28 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -68,9 +76,9 @@

    Classes

  • @@ -86,24 +94,19 @@

    Classes

    Declaration

    Swift

    -
    @objc(LKLetterAvatarBuilder)
    -open class LetterAvatarBuilder : NSObject
    +
    open class LetterAvatarBuilder
  • - - -
    -
    - diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html index 0b95f0e..f600f2d 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilder.html @@ -8,20 +8,30 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,8 +71,8 @@

    LetterAvatarBuilder

    -
    @objc(LKLetterAvatarBuilder)
    -open class LetterAvatarBuilder : NSObject
    + +
    open class LetterAvatarBuilder
    @@ -75,9 +85,9 @@

    LetterAvatarBuilder

  • @@ -92,8 +102,7 @@

    LetterAvatarBuilder

    Declaration

    Swift

    -
    @objc(makeAvatarWithConfiguration:)
    -open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage?
    +
    open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage?
    @@ -129,11 +138,10 @@

    Return Value

    - diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html index 316c9f4..9b9cccb 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Classes/LetterAvatarBuilderConfiguration.html @@ -8,20 +8,30 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,8 +71,8 @@

    LetterAvatarBuilderConfiguration

    -
    @objc(LKLetterAvatarBuilderConfiguration)
    -open class LetterAvatarBuilderConfiguration : NSObject
    + +
    open class LetterAvatarBuilderConfiguration
    @@ -75,9 +85,9 @@

    LetterAvatarBuilderConfiguration

  • - + - size + size
    @@ -92,8 +102,7 @@

    LetterAvatarBuilderConfiguration

    Declaration

    Swift

    -
    @objc(size)
    -open var size: CGSize
    +
    open var size: CGSize
    @@ -103,9 +112,9 @@

    Declaration

  • - + - username + username
    @@ -120,8 +129,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(username)
    -open var username: String?
    +
    open var username: String?
    @@ -131,9 +139,9 @@

    Declaration

  • @@ -149,8 +157,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(useSingleLetter)
    -open var useSingleLetter: Bool
    +
    open var useSingleLetter: Bool
    @@ -160,9 +167,9 @@

    Declaration

  • @@ -177,8 +184,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersFont)
    -open var lettersFont: UIFont?
    +
    open var lettersFont: UIFont?
    @@ -188,9 +194,9 @@

    Declaration

  • @@ -205,8 +211,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersColor)
    -open var lettersColor: UIColor
    +
    open var lettersColor: UIColor
    @@ -216,9 +221,9 @@

    Declaration

  • @@ -233,8 +238,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(backgroundColors)
    -open var backgroundColors: [UIColor]
    +
    open var backgroundColors: [UIColor]
    @@ -244,9 +248,9 @@

    Declaration

  • @@ -261,8 +265,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(lettersFontAttributes)
    -open var lettersFontAttributes: [NSAttributedString.Key : Any]?
    +
    open var lettersFontAttributes: [NSAttributedString.Key : Any]?
    @@ -272,9 +275,9 @@

    Declaration

  • - + - circle + circle
    @@ -289,8 +292,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(circle)
    -open var circle: Bool
    +
    open var circle: Bool
    @@ -300,9 +302,9 @@

    Declaration

  • @@ -317,8 +319,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(borderWidth)
    -open var borderWidth: CGFloat
    +
    open var borderWidth: CGFloat
    @@ -328,9 +329,9 @@

    Declaration

  • @@ -345,8 +346,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(borderColor)
    -open var borderColor: UIColor
    +
    open var borderColor: UIColor
    @@ -356,9 +356,9 @@

    Declaration

  • - + - isOpaque + isOpaque
    @@ -373,8 +373,7 @@

    Declaration

    Declaration

    Swift

    -
    @objc(isOpaque)
    -open var isOpaque: Bool
    +
    open var isOpaque: Bool
    @@ -386,11 +385,10 @@

    Declaration

    - diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html index 66cb8b1..5f9793d 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions.html @@ -8,20 +8,28 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -85,17 +93,13 @@

    Extensions

    Declaration

    Swift

    -
    class UIColor : NSObject, NSSecureCoding, NSCopying
    +
    extension UIColor
  • - - -
    -
    • @@ -116,7 +120,7 @@

      Declaration

      Declaration

      Swift

      -
      class UIImage : NSObject, NSSecureCoding
      +
      extension UIImage
      @@ -128,11 +132,10 @@

      Declaration

    - diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html index 41b08c6..573b967 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIColor.html @@ -8,21 +8,31 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,7 +71,8 @@

    UIColor

    -
    class UIColor : NSObject, NSSecureCoding, NSCopying
    + +
    extension UIColor
    @@ -102,11 +113,10 @@

    Declaration

    - diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html index 3f02765..f376953 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/Extensions/UIImage.html @@ -8,21 +8,31 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -61,7 +71,8 @@

    UIImage

    -
    class UIImage : NSObject, NSSecureCoding
    + +
    extension UIImage
    @@ -73,9 +84,9 @@

    UIImage

  • @@ -90,8 +101,7 @@

    UIImage

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithConfiguration:)
    -static public func makeLetterAvatar(
    +                          
    static public func makeLetterAvatar(
         withConfiguration configuration: LetterAvatarBuilderConfiguration
         ) -> UIImage?
    @@ -127,9 +137,9 @@

    Return Value

  • @@ -144,8 +154,7 @@

    Return Value

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithUsername:)
    -public static func makeLetterAvatar(withUsername username: String?) -> UIImage?
    +
    public static func makeLetterAvatar(withUsername username: String?) -> UIImage?
    @@ -179,9 +188,9 @@

    Return Value

  • @@ -196,8 +205,7 @@

    Return Value

    Declaration

    Swift

    -
    @objc(lk_makeLetterAvatarWithUsername:size:)
    -public static func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage?
    +
    public static func makeLetterAvatar(withUsername username: String?, size: CGSize) -> UIImage?
    @@ -245,11 +253,10 @@

    Return Value

  • -
    diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css index d0db0e1..c170357 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/highlight.css @@ -1,200 +1,202 @@ +/*! Jazzy - https://github.com/realm/jazzy + * Copyright Realm Inc. + * SPDX-License-Identifier: MIT + */ /* Credit to https://gist.github.com/wataru420/2048287 */ -.highlight { - /* Comment */ - /* Error */ - /* Keyword */ - /* Operator */ - /* Comment.Multiline */ - /* Comment.Preproc */ - /* Comment.Single */ - /* Comment.Special */ - /* Generic.Deleted */ - /* Generic.Deleted.Specific */ - /* Generic.Emph */ - /* Generic.Error */ - /* Generic.Heading */ - /* Generic.Inserted */ - /* Generic.Inserted.Specific */ - /* Generic.Output */ - /* Generic.Prompt */ - /* Generic.Strong */ - /* Generic.Subheading */ - /* Generic.Traceback */ - /* Keyword.Constant */ - /* Keyword.Declaration */ - /* Keyword.Pseudo */ - /* Keyword.Reserved */ - /* Keyword.Type */ - /* Literal.Number */ - /* Literal.String */ - /* Name.Attribute */ - /* Name.Builtin */ - /* Name.Class */ - /* Name.Constant */ - /* Name.Entity */ - /* Name.Exception */ - /* Name.Function */ - /* Name.Namespace */ - /* Name.Tag */ - /* Name.Variable */ - /* Operator.Word */ - /* Text.Whitespace */ - /* Literal.Number.Float */ - /* Literal.Number.Hex */ - /* Literal.Number.Integer */ - /* Literal.Number.Oct */ - /* Literal.String.Backtick */ - /* Literal.String.Char */ - /* Literal.String.Doc */ - /* Literal.String.Double */ - /* Literal.String.Escape */ - /* Literal.String.Heredoc */ - /* Literal.String.Interpol */ - /* Literal.String.Other */ - /* Literal.String.Regex */ - /* Literal.String.Single */ - /* Literal.String.Symbol */ - /* Name.Builtin.Pseudo */ - /* Name.Variable.Class */ - /* Name.Variable.Global */ - /* Name.Variable.Instance */ - /* Literal.Number.Integer.Long */ } - .highlight .c { - color: #999988; - font-style: italic; } - .highlight .err { - color: #a61717; - background-color: #e3d2d2; } - .highlight .k { - color: #000000; - font-weight: bold; } - .highlight .o { - color: #000000; - font-weight: bold; } - .highlight .cm { - color: #999988; - font-style: italic; } - .highlight .cp { - color: #999999; - font-weight: bold; } - .highlight .c1 { - color: #999988; - font-style: italic; } - .highlight .cs { - color: #999999; - font-weight: bold; - font-style: italic; } - .highlight .gd { - color: #000000; - background-color: #ffdddd; } - .highlight .gd .x { - color: #000000; - background-color: #ffaaaa; } - .highlight .ge { - color: #000000; - font-style: italic; } - .highlight .gr { - color: #aa0000; } - .highlight .gh { - color: #999999; } - .highlight .gi { - color: #000000; - background-color: #ddffdd; } - .highlight .gi .x { - color: #000000; - background-color: #aaffaa; } - .highlight .go { - color: #888888; } - .highlight .gp { - color: #555555; } - .highlight .gs { - font-weight: bold; } - .highlight .gu { - color: #aaaaaa; } - .highlight .gt { - color: #aa0000; } - .highlight .kc { - color: #000000; - font-weight: bold; } - .highlight .kd { - color: #000000; - font-weight: bold; } - .highlight .kp { - color: #000000; - font-weight: bold; } - .highlight .kr { - color: #000000; - font-weight: bold; } - .highlight .kt { - color: #445588; } - .highlight .m { - color: #009999; } - .highlight .s { - color: #d14; } - .highlight .na { - color: #008080; } - .highlight .nb { - color: #0086B3; } - .highlight .nc { - color: #445588; - font-weight: bold; } - .highlight .no { - color: #008080; } - .highlight .ni { - color: #800080; } - .highlight .ne { - color: #990000; - font-weight: bold; } - .highlight .nf { - color: #990000; } - .highlight .nn { - color: #555555; } - .highlight .nt { - color: #000080; } - .highlight .nv { - color: #008080; } - .highlight .ow { - color: #000000; - font-weight: bold; } - .highlight .w { - color: #bbbbbb; } - .highlight .mf { - color: #009999; } - .highlight .mh { - color: #009999; } - .highlight .mi { - color: #009999; } - .highlight .mo { - color: #009999; } - .highlight .sb { - color: #d14; } - .highlight .sc { - color: #d14; } - .highlight .sd { - color: #d14; } - .highlight .s2 { - color: #d14; } - .highlight .se { - color: #d14; } - .highlight .sh { - color: #d14; } - .highlight .si { - color: #d14; } - .highlight .sx { - color: #d14; } - .highlight .sr { - color: #009926; } - .highlight .s1 { - color: #d14; } - .highlight .ss { - color: #990073; } - .highlight .bp { - color: #999999; } - .highlight .vc { - color: #008080; } - .highlight .vg { - color: #008080; } - .highlight .vi { - color: #008080; } - .highlight .il { - color: #009999; } +.highlight .c { + color: #999988; + font-style: italic; } + +.highlight .err { + color: #a61717; + background-color: #e3d2d2; } + +.highlight .k { + color: #000000; + font-weight: bold; } + +.highlight .o { + color: #000000; + font-weight: bold; } + +.highlight .cm { + color: #999988; + font-style: italic; } + +.highlight .cp { + color: #999999; + font-weight: bold; } + +.highlight .c1 { + color: #999988; + font-style: italic; } + +.highlight .cs { + color: #999999; + font-weight: bold; + font-style: italic; } + +.highlight .gd { + color: #000000; + background-color: #ffdddd; } + +.highlight .gd .x { + color: #000000; + background-color: #ffaaaa; } + +.highlight .ge { + color: #000000; + font-style: italic; } + +.highlight .gr { + color: #aa0000; } + +.highlight .gh { + color: #999999; } + +.highlight .gi { + color: #000000; + background-color: #ddffdd; } + +.highlight .gi .x { + color: #000000; + background-color: #aaffaa; } + +.highlight .go { + color: #888888; } + +.highlight .gp { + color: #555555; } + +.highlight .gs { + font-weight: bold; } + +.highlight .gu { + color: #aaaaaa; } + +.highlight .gt { + color: #aa0000; } + +.highlight .kc { + color: #000000; + font-weight: bold; } + +.highlight .kd { + color: #000000; + font-weight: bold; } + +.highlight .kp { + color: #000000; + font-weight: bold; } + +.highlight .kr { + color: #000000; + font-weight: bold; } + +.highlight .kt { + color: #445588; } + +.highlight .m { + color: #009999; } + +.highlight .s { + color: #d14; } + +.highlight .na { + color: #008080; } + +.highlight .nb { + color: #0086B3; } + +.highlight .nc { + color: #445588; + font-weight: bold; } + +.highlight .no { + color: #008080; } + +.highlight .ni { + color: #800080; } + +.highlight .ne { + color: #990000; + font-weight: bold; } + +.highlight .nf { + color: #990000; } + +.highlight .nn { + color: #555555; } + +.highlight .nt { + color: #000080; } + +.highlight .nv { + color: #008080; } + +.highlight .ow { + color: #000000; + font-weight: bold; } + +.highlight .w { + color: #bbbbbb; } + +.highlight .mf { + color: #009999; } + +.highlight .mh { + color: #009999; } + +.highlight .mi { + color: #009999; } + +.highlight .mo { + color: #009999; } + +.highlight .sb { + color: #d14; } + +.highlight .sc { + color: #d14; } + +.highlight .sd { + color: #d14; } + +.highlight .s2 { + color: #d14; } + +.highlight .se { + color: #d14; } + +.highlight .sh { + color: #d14; } + +.highlight .si { + color: #d14; } + +.highlight .sx { + color: #d14; } + +.highlight .sr { + color: #009926; } + +.highlight .s1 { + color: #d14; } + +.highlight .ss { + color: #990073; } + +.highlight .bp { + color: #999999; } + +.highlight .vc { + color: #008080; } + +.highlight .vg { + color: #008080; } + +.highlight .vi { + color: #008080; } + +.highlight .il { + color: #009999; } diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css index d628282..f84ef86 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/css/jazzy.css @@ -1,3 +1,7 @@ +/*! Jazzy - https://github.com/realm/jazzy + * Copyright Realm Inc. + * SPDX-License-Identifier: MIT + */ html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td { background: transparent; border: 0; @@ -56,9 +60,14 @@ p code, li code { padding: 2px 4px; border-radius: 4px; } +pre > code { + padding: 0; } + a { color: #0088cc; text-decoration: none; } + a code { + color: inherit; } ul { padding-left: 15px; } @@ -74,20 +83,32 @@ blockquote { padding: 0 10px; border-left: 4px solid #ccc; } +hr { + height: 1px; + border: none; + background-color: #e2e2e2; } + +.footnote-ref { + display: inline-block; + scroll-margin-top: 70px; } + +.footnote-def { + scroll-margin-top: 70px; } + .content-wrapper { margin: 0 auto; width: 980px; } header { font-size: 0.85em; - line-height: 26px; + line-height: 32px; background-color: #414141; position: fixed; width: 100%; - z-index: 1; } + z-index: 3; } header img { padding-right: 6px; - vertical-align: -4px; + vertical-align: -3px; height: 16px; } header a { color: #fff; } @@ -100,12 +121,14 @@ header { #breadcrumbs { background-color: #f2f2f2; - height: 27px; - padding-top: 17px; + height: 26px; + padding-top: 12px; position: fixed; - width: 100%; - z-index: 1; - margin-top: 26px; } + width: inherit; + z-index: 2; + margin-top: 32px; + white-space: nowrap; + overflow-x: scroll; } #breadcrumbs #carat { height: 10px; margin: 0 5px; } @@ -150,7 +173,7 @@ header { margin-left: 246px; position: absolute; overflow: hidden; - padding-bottom: 60px; + padding-bottom: 20px; top: 70px; width: 734px; } .main-content p, .main-content a, .main-content code, .main-content em, .main-content ul, .main-content table, .main-content blockquote { @@ -169,6 +192,13 @@ header { display: block; padding-top: 70px; margin: -70px 0 0; } + .main-content .section-name p { + margin-bottom: inherit; + line-height: inherit; } + .main-content .section-name code { + background-color: inherit; + padding: inherit; + color: inherit; } .section { padding: 0 25px; } @@ -192,6 +222,7 @@ header { margin-left: 18px; } .task-group-section { + margin-top: 10px; padding-left: 6px; border-top: 1px solid #e2e2e2; } @@ -204,6 +235,23 @@ header { padding-top: 70px; margin: -70px 0 0; } +.section-name-container { + position: relative; + display: inline-block; } + .section-name-container .section-name-link { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + margin-bottom: 0; } + .section-name-container .section-name { + position: relative; + pointer-events: none; + z-index: 1; } + .section-name-container .section-name a { + pointer-events: auto; } + .item { padding-top: 8px; width: 100%; @@ -216,14 +264,22 @@ header { .item code { background-color: transparent; padding: 0; } - .item .token { + .item .token, .item .direct-link { + display: inline-block; + text-indent: -20px; padding-left: 3px; - margin-left: 15px; - font-size: 11.9px; } - .item .declaration-note { - font-size: .85em; - color: gray; - font-style: italic; } + margin-left: 35px; + font-size: 11.9px; + transition: all 300ms; } + .item .token-open { + margin-left: 20px; } + .item .discouraged { + text-decoration: line-through; } + +.declaration-note { + font-size: .85em; + color: gray; + font-style: italic; } .pointer-container { border-bottom: 1px solid #e2e2e2; @@ -283,9 +339,9 @@ header { .language .aside-title { color: #4b8afb; } -.aside-warning { +.aside-warning, .aside-deprecated, .aside-unavailable { border-left: 5px solid #ff6666; } - .aside-warning .aside-title { + .aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title { color: #ff0000; } .graybox { @@ -310,8 +366,9 @@ header { font-size: 0.9em; } #footer { - position: absolute; - bottom: 10px; + position: relative; + top: 10px; + bottom: 0px; margin-left: 25px; } #footer p { margin: 0; @@ -320,6 +377,7 @@ header { html.dash header, html.dash #breadcrumbs, html.dash .sidebar { display: none; } + html.dash .main-content { width: 980px; margin-left: 0; @@ -327,11 +385,58 @@ html.dash .main-content { width: 100%; top: 0; padding-bottom: 0; } + html.dash .height-container { display: block; } + html.dash .item .token { margin-left: 0; } + html.dash .content-wrapper { width: auto; } + html.dash #footer { position: static; } + +form[role=search] { + float: right; } + form[role=search] input { + font: Helvetica, freesans, Arial, sans-serif; + margin-top: 6px; + font-size: 13px; + line-height: 20px; + padding: 0px 10px; + border: none; + border-radius: 1em; } + .loading form[role=search] input { + background: white url(../img/spinner.gif) center right 4px no-repeat; } + form[role=search] .tt-menu { + margin: 0; + min-width: 300px; + background: #fff; + color: #333; + border: 1px solid #e2e2e2; + z-index: 4; } + form[role=search] .tt-highlight { + font-weight: bold; } + form[role=search] .tt-suggestion { + font: Helvetica, freesans, Arial, sans-serif; + font-size: 14px; + padding: 0 8px; } + form[role=search] .tt-suggestion span { + display: table-cell; + white-space: nowrap; } + form[role=search] .tt-suggestion .doc-parent-name { + width: 100%; + text-align: right; + font-weight: normal; + font-size: 0.9em; + padding-left: 16px; } + form[role=search] .tt-suggestion:hover, + form[role=search] .tt-suggestion.tt-cursor { + cursor: pointer; + background-color: #4183c4; + color: #fff; } + form[role=search] .tt-suggestion:hover .doc-parent-name, + form[role=search] .tt-suggestion.tt-cursor .doc-parent-name { + color: #fff; } diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/spinner.gif b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/img/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..e3038d0a42c55b1a07caecb7c7a6cbac982ec09d GIT binary patch literal 1849 zcmb8wZBSF$83*voz31lM+?V7Kkqwb`LI|3K#DupH#kDs91c6du6?SMB!bsTr6|ge_{#vAVj^!DyNA-l zJ&$jDFNv;BTZXX@Qk-7+S5ErF>mkOcZ@lQv>F1VyCEMe2Ud@f<|L%#&QJi${E`2lR zqKFaW2Y$aTRxUY&ae$IHsN;Z;rdZ%CjYLTv!tMi234j-ON=CnvK-1QU|MG$YErn{gHZ@0Q6&?xSyply?S$EVNXH;gp?S5kV2-)$ga^gw`(f4Mm_Y(`RbgRkQTHF2@zL}dCiLk$RoZIc{xZL z_J*d5)Kb;#oKCFyfL*NGSs?y;e(QKvPJe1#G)h5*6E(?L9$nt?UaQJfP^$GDL0PU; z?r}C|);JQ4HES3w5VMlY7x6xfJAzDKlHE~>x;D`Fa=WygYot{pfFehH69o9pK|72W zwC6?t^AnATIJa=kewn=ep?Nk(aZ*pZo}51`S=^)jPRb`~l^VE}08>P3OJtQlXx1K8 z8Q}_u=F*fS;=k=?(fIv#+%811NTx8^}rHwvH%LbYmpFl9p1A{Idh@2x$ zuVp7)VD9}Uc(*(C**!QOdS(6B)$5^Tq5p3q*7un&_Z-NKEiEYg$D{Uq&sa>wj|za5 zJ6M~p)z+E6*X${8j6Ci+sqZ}zxeCAo0gZmZuhl+)Q%1U$Br_`NXcA-3yBdYMha+{o z{?q0Q(kaR2n`M29{!pwpgX6+CPQEgIO%x*0#!TC=c-ZPSkLO>OcmQUao5%-3w)U`F zRz?uGCEKQDh!TQPDmyd;iDX$TkMIe)%61q51Y2b-ie4r00!csilXgKL$txqj|6D(# z@(#!nQ}3R1JGeB3B5Tuqdvyg@*!-bq`9`pmasNGvy9^*+cd1Y*g>HK#rl7i79QQAG zl4SL_wW@WY1d+F?j0gFInGhsRrqvV3SKl{oqW+;9!fu|u@J)h4WM!0Cu02l@p60b#5M9c{dKh=_eRw~yl zWT0gw8RePzf%i8X&twiB|LF0bI@CYE{x1PI;Ylr4RJzU#Zc0j!c07g&q7=_eSd(sH z9VKChd?}^52IKcMqolAWiQH;HSp1Ploa$t zQhg|2sK;%Eb!By`)j9G1w?>`Wt6IK3gB}~uoue(MlRiIoZ#d{pgJZ8b{^{HO8)@%= zX)og3`*D5v1g;*Lz8@Sm(Q|&}PUytlb@Q_dzKFOzKK!Z_&?GO4+JO-)iPH=fs{(`& zZ9{oNn~LUZaeN!>i9p*0N^sHye8nw4xSi!REaP@@^Jy66|)Y9_AFoLlrlkg(42 zVq2J??I(+1*BcSKsTyO7LCho{8tVQm1b>*GQ*H~Mn71Lhy`alw%;D@CU^0)5Ng{cHz@LS7QZ o8uGHYt7)tmZjae5ge5$b`e_;HIklOseoIbqeod19BU-8d00{dbSpWb4 literal 0 HcmV?d00001 diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html index 45a059f..81ceac2 100644 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/index.html @@ -8,20 +8,26 @@ + + +
    -

    LetterAvatarKit Docs (82% documented)

    -

    View on GitHub

    +

    LetterAvatarKit 2.0.0 Docs (75% documented)

    +

    GitHubView on GitHub

    +
    +
    + +
    +
    @@ -60,8 +66,7 @@

    LetterAvatarKit

    -

    -

    +

    LetterAvatarKit provides an UIImage extension for generating letter-based avatars/placeholders. There are a few images showing what you can achive by using this framework:

    @@ -69,36 +74,30 @@

    LetterAvatarKit

    Requirements

      -
    • iOS 8 and later
    • -
    • Swift 4.0 and later
    • +
    • iOS 12+
    • +
    • tvOS 12+
    • +
    • Swift 5.9+

    Features

      -
    • Ease of use
    • -
    • Flexible API
    • -
    • Builder pattern
    • -
    • Circle/Square/Bordered image
    • -
    • Flat UI colors
    • +
    • Easy to use and intuitive interface
    • +
    • Highly flexible API allows for customization and integration into various projects
    • +
    • Use of the builder pattern for constructing avatar configurations
    • +
    • Support for creating circular, square, or bordered images
    • +
    • Wide range of flat UI colors available
    • +
    • Compatible with tvOS platform

    Installation

    CocoaPods

    LetterAvatarKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

    -
    pod "LetterAvatarKit", "1.2.2" # Swift 5.0+
    -pod "LetterAvatarKit", "1.1.7" # Swift 4.2
    -pod "LetterAvatarKit", "1.1.5" # Swift 4.0
    +
    pod "LetterAvatarKit"
     
    -

    Carthage

    +

    Swift Package Manager

    -

    Add this to Cartfile

    -
    github "vpeschenkov/LetterAvatarKit" == 1.2.2 # Swift 5.0+
    -github "vpeschenkov/LetterAvatarKit" == 1.1.7 # Swift 4.2
    -github "vpeschenkov/LetterAvatarKit" == 1.1.5 # Swift 4.0
    -
    -
    $ carthage update
    -
    +

    Add https://github.com/vpeschenkov/LetterAvatarKit as a package dependency in Xcode.

    Usage

    Swift

    @@ -128,7 +127,7 @@

    Swift

    let avatarImage = LetterAvatarMaker() .build { c in - c.isCircle = true + c.circle = true c.username = "Letter Avatar" c.borderWidth = 1.0 c.backgroundColors = [ .red ] @@ -145,17 +144,6 @@

    Swift

    Using UIImage extension:

    avatarImageView.image = UIImage.makeLetterAvatar(withUsername: "Letter Avatar")
     
    -

    Objective-C

    - -

    Using LKLetterAvatarBuilderCongiguration:

    -
    LKLetterAvatarBuilderCongiguration *configuration = [[LKLetterAvatarBuilderCongiguration alloc] init];
    -configuration.username = @"Letter Avatar";
    -self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithConfiguration:configuration];
    -
    - -

    Using UIImage extension:

    -
    self.avatarImageView.image = [UIImage lk_makeLetterAvatarWithUsername:@"Letter Avatar"];
    -

    Customization

    You can configure the following properties of LetterAvatarBuilderConfiguration:

    @@ -182,7 +170,7 @@

    Customization

    open var lettersFontAttributes: [NSAttributedString.Key: Any]?
    /// Indicates whether to generate circle or square image.
    -open var isCircle: Bool = false
    +open var circle: Bool = false
     
    /// The border width of the image.
     open var borderWidth: CGFloat = 0.0
    @@ -209,11 +197,10 @@ 

    License

    -
  • diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js index 3965b5f..1ac8699 100755 --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.js @@ -1,3 +1,7 @@ +// Jazzy - https://github.com/realm/jazzy +// Copyright Realm Inc. +// SPDX-License-Identifier: MIT + window.jazzy = {'docset': false} if (typeof window.dash != 'undefined') { document.documentElement.className += ' dash' @@ -8,29 +12,41 @@ if (navigator.userAgent.match(/xcode/i)) { window.jazzy.docset = true } -// On doc load, toggle the URL hash discussion if present -$(document).ready(function() { - if (!window.jazzy.docset) { - var linkToHash = $('a[href="' + window.location.hash +'"]'); - linkToHash.trigger("click"); +function toggleItem($link, $content) { + var animationDuration = 300; + $link.toggleClass('token-open'); + $content.slideToggle(animationDuration); +} + +function itemLinkToContent($link) { + return $link.parent().parent().next(); +} + +// On doc load + hash-change, open any targeted item +function openCurrentItemIfClosed() { + if (window.jazzy.docset) { + return; } -}); + var $link = $(`a[name="${location.hash.substring(1)}"]`).nextAll('.token'); + $content = itemLinkToContent($link); + if ($content.is(':hidden')) { + toggleItem($link, $content); + } +} -// On token click, toggle its discussion and animate token.marginLeft -$(".token").click(function(event) { +$(openCurrentItemIfClosed); +$(window).on('hashchange', openCurrentItemIfClosed); + +// On item link ('token') click, toggle its discussion +$('.token').on('click', function(event) { if (window.jazzy.docset) { return; } - var link = $(this); - var animationDuration = 300; - var tokenOffset = "15px"; - var original = link.css('marginLeft') == tokenOffset; - link.animate({'margin-left':original ? "0px" : tokenOffset}, animationDuration); - $content = link.parent().parent().next(); - $content.slideToggle(animationDuration); + var $link = $(this); + toggleItem($link, itemLinkToContent($link)); // Keeps the document from jumping to the hash. - var href = $(this).attr('href'); + var href = $link.attr('href'); if (history.pushState) { history.pushState({}, '', href); } else { @@ -39,8 +55,20 @@ $(".token").click(function(event) { event.preventDefault(); }); -// Dumb down quotes within code blocks that delimit strings instead of quotations -// https://github.com/realm/jazzy/issues/714 -$("code q").replaceWith(function () { - return ["\"", $(this).contents(), "\""]; +// Clicks on links to the current, closed, item need to open the item +$("a:not('.token')").on('click', function() { + if (location == this.href) { + openCurrentItemIfClosed(); + } }); + +// KaTeX rendering +if ("katex" in window) { + $($('.math').each( (_, element) => { + katex.render(element.textContent, element, { + displayMode: $(element).hasClass('m-block'), + throwOnError: false, + trust: true + }); + })) +} diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.search.js b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.search.js new file mode 100644 index 0000000..359cdbb --- /dev/null +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jazzy.search.js @@ -0,0 +1,74 @@ +// Jazzy - https://github.com/realm/jazzy +// Copyright Realm Inc. +// SPDX-License-Identifier: MIT + +$(function(){ + var $typeahead = $('[data-typeahead]'); + var $form = $typeahead.parents('form'); + var searchURL = $form.attr('action'); + + function displayTemplate(result) { + return result.name; + } + + function suggestionTemplate(result) { + var t = '
    '; + t += '' + result.name + ''; + if (result.parent_name) { + t += '' + result.parent_name + ''; + } + t += '
    '; + return t; + } + + $typeahead.one('focus', function() { + $form.addClass('loading'); + + $.getJSON(searchURL).then(function(searchData) { + const searchIndex = lunr(function() { + this.ref('url'); + this.field('name'); + this.field('abstract'); + for (const [url, doc] of Object.entries(searchData)) { + this.add({url: url, name: doc.name, abstract: doc.abstract}); + } + }); + + $typeahead.typeahead( + { + highlight: true, + minLength: 3, + autoselect: true + }, + { + limit: 10, + display: displayTemplate, + templates: { suggestion: suggestionTemplate }, + source: function(query, sync) { + const lcSearch = query.toLowerCase(); + const results = searchIndex.query(function(q) { + q.term(lcSearch, { boost: 100 }); + q.term(lcSearch, { + boost: 10, + wildcard: lunr.Query.wildcard.TRAILING + }); + }).map(function(result) { + var doc = searchData[result.ref]; + doc.url = result.ref; + return doc; + }); + sync(results); + } + } + ); + $form.removeClass('loading'); + $typeahead.trigger('focus'); + }); + }); + + var baseURL = searchURL.slice(0, -"search.json".length); + + $typeahead.on('typeahead:select', function(e, result) { + window.location = baseURL + result.url; + }); +}); diff --git a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js old mode 100755 new mode 100644 index ab28a24..7f37b5d --- a/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js +++ b/docs/docsets/LetterAvatarKit.docset/Contents/Resources/Documents/js/jquery.min.js @@ -1,4 +1,2 @@ -/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ib(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML="
    ",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML="",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ib(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||"")||fb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ib(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||jb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||jb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute("disabled")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h; -if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
    a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/\s*$/g,rb={option:[1,""],legend:[1,"
    ","
    "],area:[1,"",""],param:[1,"",""],thead:[1,"","
    "],tr:[2,"","
    "],col:[2,"","
    "],td:[3,"","
    "],_default:k.htmlSerialize?[0,"",""]:[1,"X
    ","
    "]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?""!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("