From 41f67ab75f428fee719b31a60cdc795d4b5caeb5 Mon Sep 17 00:00:00 2001 From: Victor Peschenkov Date: Sat, 18 Apr 2020 14:03:49 +0300 Subject: [PATCH] Prepare for release --- LetterAvatarKit.podspec | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ .../project.pbxproj | 18 +++++++++--------- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ .../xcshareddata/swiftpm/Package.resolved | 6 +++--- Package.swift | 7 +++++-- README.md | 10 ++++++---- 7 files changed, 40 insertions(+), 19 deletions(-) create mode 100644 LetterAvatarKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/LetterAvatarKit.podspec b/LetterAvatarKit.podspec index 4c06cb6..c24f3a8 100644 --- a/LetterAvatarKit.podspec +++ b/LetterAvatarKit.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LetterAvatarKit' spec.ios.deployment_target = '8.0' spec.tvos.deployment_target = '9.0' - spec.version = '1.2.2' + spec.version = '1.2.3' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/vpeschenkov/LetterAvatarKit' spec.authors = { 'Viktor Peschenkov' => 'v.peschenkov@gmail.com' } diff --git a/LetterAvatarKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/LetterAvatarKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/LetterAvatarKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj index 7c26973..ae0dcb1 100644 --- a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj +++ b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.pbxproj @@ -8,7 +8,7 @@ /* Begin PBXBuildFile section */ 35DF42E2233D1B8700BFCE8F /* LetterAvatarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35DF42E1233D1B8700BFCE8F /* LetterAvatarController.swift */; }; - 35ED48E723888E2D004B4643 /* LetterAvatarKit in Frameworks */ = {isa = PBXBuildFile; productRef = 35ED48E623888E2D004B4643 /* LetterAvatarKit */; }; + 98CF310F244B159000A218C2 /* LetterAvatarKit in Frameworks */ = {isa = PBXBuildFile; productRef = 98CF310E244B159000A218C2 /* LetterAvatarKit */; }; EBEC63BE1F8CF49B00CE334B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBEC63BD1F8CF49B00CE334B /* AppDelegate.swift */; }; EBEC63C31F8CF49B00CE334B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63C11F8CF49B00CE334B /* Main.storyboard */; }; EBEC63C51F8CF49B00CE334B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EBEC63C41F8CF49B00CE334B /* Assets.xcassets */; }; @@ -30,7 +30,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 35ED48E723888E2D004B4643 /* LetterAvatarKit in Frameworks */, + 98CF310F244B159000A218C2 /* LetterAvatarKit in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -91,7 +91,7 @@ ); name = LetterAvatarKitExample; packageProductDependencies = ( - 35ED48E623888E2D004B4643 /* LetterAvatarKit */, + 98CF310E244B159000A218C2 /* LetterAvatarKit */, ); productName = LetterAvatarKitExample; productReference = EBEC63BA1F8CF49B00CE334B /* LetterAvatarKitExample.app */; @@ -124,7 +124,7 @@ ); mainGroup = EBEC63B11F8CF49B00CE334B; packageReferences = ( - 35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */, + 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */, ); productRefGroup = EBEC63BB1F8CF49B00CE334B /* Products */; projectDirPath = ""; @@ -352,20 +352,20 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = { + 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/vpeschenkov/LetterAvatarKit"; requirement = { - branch = feature/spm; - kind = branch; + kind = upToNextMajorVersion; + minimumVersion = 1.2.2; }; }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 35ED48E623888E2D004B4643 /* LetterAvatarKit */ = { + 98CF310E244B159000A218C2 /* LetterAvatarKit */ = { isa = XCSwiftPackageProductDependency; - package = 35ED48E523888E2D004B4643 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */; + package = 98CF310D244B159000A218C2 /* XCRemoteSwiftPackageReference "LetterAvatarKit" */; productName = LetterAvatarKit; }; /* End XCSwiftPackageProductDependency section */ diff --git a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9645807..0ee2c31 100644 --- a/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/LetterAvatarKitExample/LetterAvatarKitExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,9 +5,9 @@ "package": "LetterAvatarKit", "repositoryURL": "https://github.com/vpeschenkov/LetterAvatarKit", "state": { - "branch": "feature/spm", - "revision": "fa2f918f3865bbea74f68241f7f01a5d23cab8a6", - "version": null + "branch": null, + "revision": "218b48b379ec40166b89a048faa62eaa8d206b70", + "version": "1.2.2" } } ] diff --git a/Package.swift b/Package.swift index 644c03e..1d058aa 100644 --- a/Package.swift +++ b/Package.swift @@ -7,11 +7,13 @@ let package = Package( name: "LetterAvatarKit", platforms: [ .iOS(.v9), + .tvOS(.v9) ], products: [ .library( name: "LetterAvatarKit", - targets: ["LetterAvatarKit"]), + targets: ["LetterAvatarKit"] + ), ], dependencies: [ ], @@ -19,6 +21,7 @@ let package = Package( .target( name: "LetterAvatarKit", dependencies: [], - path: "LetterAvatarKit") + path: "LetterAvatarKit" + ) ] ) diff --git a/README.md b/README.md index 8013660..7addf19 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ ![][screenshots] ## Requirements -- iOS 8 and later -- Swift 4.0 and later +- iOS 8+ +- tvOS 9+ +- Swift 4.0+ ## Features - Ease of use @@ -17,6 +18,7 @@ - Builder pattern - Circle/Square/Bordered image - Flat UI colors +- tvOS support ## Installation @@ -25,7 +27,7 @@ `LetterAvatarKit` is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "LetterAvatarKit", "1.2.2" # Swift 5.0+ +pod "LetterAvatarKit", "1.2.3" # Swift 5.0+ pod "LetterAvatarKit", "1.1.7" # Swift 4.2 pod "LetterAvatarKit", "1.1.5" # Swift 4.0 ``` @@ -35,7 +37,7 @@ pod "LetterAvatarKit", "1.1.5" # Swift 4.0 Add this to `Cartfile` ```ruby -github "vpeschenkov/LetterAvatarKit" == 1.2.2 # Swift 5.0+ +github "vpeschenkov/LetterAvatarKit" == 1.2.3 # Swift 5.0+ github "vpeschenkov/LetterAvatarKit" == 1.1.7 # Swift 4.2 github "vpeschenkov/LetterAvatarKit" == 1.1.5 # Swift 4.0 ```