@@ -51,6 +51,7 @@ let package = Package(
5151 . package ( url: " https://github.com/squarefrog/UIDeviceIdentifier " , from: " 2.3.0 " ) ,
5252 . package ( url: " https://github.com/stripe/stripe-terminal-ios " , from: " 4.2.0 " ) ,
5353 . package ( url: " https://github.com/SVProgressHUD/SVProgressHUD " , from: " 2.2.5 " ) ,
54+ . package ( url: " https://github.com/wordpress-mobile/AztecEditor-iOS " , from: " 1.20.0 " ) ,
5455 . package ( url: " https://github.com/wordpress-mobile/NSObject-SafeExpectations " , from: " 0.0.6 " ) ,
5556 . package ( url: " https://github.com/wordpress-mobile/wpxmlrpc " , from: " 0.10.0 " ) ,
5657 . package ( url: " https://github.com/zendesk/support_sdk_ios " , from: " 9.0.0 " ) ,
@@ -185,6 +186,7 @@ enum XcodeSupport {
185186 dependencies: [
186187 " Codegen " ,
187188 . product( name: " Alamofire " , package : " Alamofire " ) ,
189+ . product( name: " Aztec " , package : " AztecEditor-iOS " ) ,
188190 . product( name: " CocoaLumberjackSwift " , package : " CocoaLumberjack " ) ,
189191 . product( name: " KeychainAccess " , package : " KeychainAccess " ) ,
190192 XcodeTargetNames . wooFoundation. asDependency
@@ -248,6 +250,7 @@ enum XcodeSupport {
248250 . product( name: " AutomatticAbout " , package : " AutomatticAbout-swift " ) ,
249251 . product( name: " AutomatticTracks " , package : " Automattic-Tracks-iOS " ) ,
250252 . product( name: " AutomatticEncryptedLogs " , package : " Automattic-Tracks-iOS " ) ,
253+ . product( name: " Aztec " , package : " AztecEditor-iOS " ) ,
251254 . product( name: " CocoaLumberjackSwift " , package : " CocoaLumberjack " ) ,
252255 . product( name: " ConfettiSwiftUI " , package : " ConfettiSwiftUI " ) ,
253256 . product( name: " DGCharts " , package : " Charts " ) ,
@@ -258,6 +261,7 @@ enum XcodeSupport {
258261 . product( name: " ScrollViewSectionKit " , package : " ScrollViewSectionKit " ) ,
259262 . product( name: " Shimmer " , package : " SwiftUI-Shimmer " ) ,
260263 . product( name: " StripeTerminal " , package : " stripe-terminal-ios " ) ,
264+ . product( name: " WordPressEditor " , package : " AztecEditor-iOS " ) ,
261265 . product( name: " ZendeskSupportSDK " , package : " support_sdk_ios " ) ,
262266 ]
263267 ) ,
@@ -274,9 +278,11 @@ enum XcodeSupport {
274278 dependencies: [
275279 " Codegen " ,
276280 " TestKit " ,
281+ . product( name: " Aztec " , package : " AztecEditor-iOS " ) ,
277282 . product( name: " BuildkiteTestCollector " , package : " test-collector-swift " ) ,
278283 . product( name: " ViewControllerPresentationSpy " , package : " ViewControllerPresentationSpy " ) ,
279284 . product( name: " ViewInspector " , package : " ViewInspector " ) ,
285+ . product( name: " WordPressEditor " , package : " AztecEditor-iOS " ) ,
280286 XcodeTargetNames . wooCommerce. asDependency
281287 ]
282288 ) ,
@@ -337,9 +343,11 @@ enum XcodeSupport {
337343 dependencies: [
338344 " Codegen " ,
339345 . product( name: " Alamofire " , package : " Alamofire " ) ,
346+ . product( name: " Aztec " , package : " AztecEditor-iOS " ) ,
340347 . product( name: " CocoaLumberjackSwift " , package : " CocoaLumberjack " ) ,
341348 . product( name: " KeychainAccess " , package : " KeychainAccess " ) ,
342- . product( name: " StripeTerminal " , package : " stripe-terminal-ios " )
349+ . product( name: " StripeTerminal " , package : " stripe-terminal-ios " ) ,
350+ . product( name: " WordPressEditor " , package : " AztecEditor-iOS " ) ,
343351 ]
344352 ) ,
345353 . xcodeTarget(
0 commit comments