From b2a0cda242d50f9f92e919494f77af865bc5db04 Mon Sep 17 00:00:00 2001 From: Ilya Puchka Date: Wed, 13 Nov 2019 13:16:52 +0000 Subject: [PATCH 1/3] Update StoryboardInstantiatable.swift --- Sources/StoryboardInstantiatable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/StoryboardInstantiatable.swift b/Sources/StoryboardInstantiatable.swift index 3a83b88..5986686 100644 --- a/Sources/StoryboardInstantiatable.swift +++ b/Sources/StoryboardInstantiatable.swift @@ -22,7 +22,7 @@ // THE SOFTWARE. // -#if (canImport(UIKit) || canImport(AppKit) || canImport(WatchKit)) && !SWIFT_PACKAGE +#if (canImport(UIKit) || canImport(AppKit) || canImport(WatchKit)) extension DependencyContainer { ///Containers that will be used to resolve dependencies of instances, created by stroyboards. From 8cf87efb957cb8b66128ab5bfb339316601941c0 Mon Sep 17 00:00:00 2001 From: Ilya Puchka Date: Fri, 27 Dec 2019 11:07:21 +0000 Subject: [PATCH 2/3] Update podspec author --- Dip.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dip.podspec b/Dip.podspec index 613cdec..61dd477 100644 --- a/Dip.podspec +++ b/Dip.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/AliSoftware/Dip" s.license = 'MIT' - s.authors = { "Olivier Halligon" => "olivier@halligon.net", "Ilya Puchka" => "ilya@puchka.me" } + s.authors = { "Olivier Halligon" => "olivier@halligon.net", "Ilya Puchka" => "ilyapuchka@gmail.com" } s.source = { :git => "https://github.com/AliSoftware/Dip.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/aligatr' From 56b0768d60e6aef207c571b9145e1c75bbb20a7a Mon Sep 17 00:00:00 2001 From: Ilya Puchka Date: Fri, 27 Dec 2019 11:14:55 +0000 Subject: [PATCH 3/3] bump version to 7.1.1 --- CHANGELOG.md | 4 ++++ Dip.podspec | 2 +- Dip/Dip/Info.plist | 2 +- Dip/DipTests/Info.plist | 2 +- SampleApp/DipSampleApp/Info.plist | 2 +- SampleApp/Tests/Info.plist | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba28c7..17e46c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Develop +## 7.1.1 + +* Fixed using `StoryboardInstantiatable` with SPM ([#233](https://github.com/AliSoftware/Dip/pull/233)). + ## 7.1.0 * You can now use a shorthand syntax for resolving a single property using a key path, i.e. `resolvingProperty(\.value)`. diff --git a/Dip.podspec b/Dip.podspec index 61dd477..4a9a853 100644 --- a/Dip.podspec +++ b/Dip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Dip" - s.version = "7.1.0" + s.version = "7.1.1" s.summary = "Dependency Injection for Swift made easy." s.description = <<-DESC diff --git a/Dip/Dip/Info.plist b/Dip/Dip/Info.plist index 71d31b5..3312ebb 100644 --- a/Dip/Dip/Info.plist +++ b/Dip/Dip/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 7.1.0 + 7.1.1 CFBundleName $(PRODUCT_NAME) CFBundlePackageType diff --git a/Dip/DipTests/Info.plist b/Dip/DipTests/Info.plist index 09db1bf..dd9cb28 100644 --- a/Dip/DipTests/Info.plist +++ b/Dip/DipTests/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 7.1.0 + 7.1.1 CFBundleName $(PRODUCT_NAME) CFBundlePackageType diff --git a/SampleApp/DipSampleApp/Info.plist b/SampleApp/DipSampleApp/Info.plist index 267686c..a0e9c12 100644 --- a/SampleApp/DipSampleApp/Info.plist +++ b/SampleApp/DipSampleApp/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 7.1.0 + 7.1.1 CFBundleName $(PRODUCT_NAME) CFBundlePackageType diff --git a/SampleApp/Tests/Info.plist b/SampleApp/Tests/Info.plist index 09db1bf..dd9cb28 100644 --- a/SampleApp/Tests/Info.plist +++ b/SampleApp/Tests/Info.plist @@ -9,7 +9,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 7.1.0 + 7.1.1 CFBundleName $(PRODUCT_NAME) CFBundlePackageType