Releases: Swinject/SwinjectStoryboard
v2.2.3
v2.2.2
v2.2.1
Merge pull request #125 from evanjd/patch-1
Update link to Typhoon in README
Merge pull request #135 from relax94/fix/update-image-for-xcode11
Fix/update image for xcode11
Merge pull request #155 from tweetjay/bugfix/issue-154
Fix Error while building SwinjectStoryBoard with Xcode 12.5
Merge pull request #144 from 28BySamwood/xcode_11.3.1
feature(xcode-11.3.1-support): update for xcode 11.3.1
Merge pull request #156 from relax94/feature/update-project-to-xcode-12-5
feature(xcode12.5): update for a new xcode version and swift 5
Merge pull request #137 from relax94/feature/update-xcode-for-swift5.2
feature(xcode): update availability for latest xcode 11.2 and swift 5.2
Merge pull request #158 from yoichitgy/swift-version-consistency
Use Swift version 5 as consistent configurations
Merge pull request #159 from yoichitgy/fix-deployment-target
Fix iOS and tvOS deployment targets
Merge pull request #160 from mpdifran/makefile-for-release
Update the version to 2.2.1
v2.2.0
v2.1.0
v2.0.2
Compatibility
- Added OSX support for integration as static lib via cocoapods (#103). Thanks @tengyifei
This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)
v2.0.1
Compatibility
- Added compatibility with Swift4 for OSX (#79)
- Added support for integration as static lib via cocoapods (#98)
Breaking changes
- OSX API refactored to use
NSStoryboard.Name
/NSStoryboard.SceneIdentifier
instead ofString
This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)
v2.0.0-beta.1
Compatibility
- Added compatibility with Swift4 for OSX (#79)
Breaking changes
- OSX API refactored to use
NSStoryboard.Name
/NSStoryboard.SceneIdentifier
instead ofString
This version supports Xcode 9.x with Swift 4.x (iOS, tvOS, OSX) or Swift 3.x (iOS, tvOS)