Factory 2.5 has been released! #302
hmlongco
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Factory has moved to version 2.5.0 that works with SPM, Xcode 16 under Strict Concurrency guidelines, and with Swift Testing. And it has a new logo, to boot!
If you're a current Factory user upgrading to 2.5, it's recommended that you switch from importing Factory to FactoryKit.
This name change avoids SPM naming conflicts between the import library name and the primary Factory object, and should fix a number of open issues with the project.
To do so, open your project in Xcode and...
You may need to do the same for any other targets or modules that imported Factory.
While the original Factory library import still exists, it will be deprecated and then removed in the future.
Note that the FactoryKit and FactoryTesting library changes are for SPM only. CocoaPods will be frozen to a 2.4.x version in the near future.
Beta Was this translation helpful? Give feedback.
All reactions