Skip to content

Commit bbcdd44

Browse files
committed
Update WordPressShared reference to a tagged release
1 parent 1bd6ff4 commit bbcdd44

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ workspace 'WordPress.xcworkspace'
2020
## ===================================
2121
##
2222
def wordpress_shared
23-
#pod 'WordPressShared', '~> 1.17.0'
23+
pod 'WordPressShared', '~> 1.17.1-beta.1'
2424
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => ''
25-
pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'add/landing-in-the-editor-analytics'
25+
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
2626
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => ''
2727
#pod 'WordPressShared', :path => '../WordPress-iOS-Shared'
2828
end

Podfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ PODS:
471471
- WordPressShared (~> 1.15-beta)
472472
- wpxmlrpc (~> 0.9)
473473
- WordPressMocks (0.0.15)
474-
- WordPressShared (1.17.0):
474+
- WordPressShared (1.17.1-beta.1):
475475
- CocoaLumberjack (~> 3.4)
476476
- FormatterKit/TimeIntervalFormatter (~> 1.8)
477477
- WordPressUI (1.12.3)
@@ -569,7 +569,7 @@ DEPENDENCIES:
569569
- WordPressAuthenticator (~> 1.43.0)
570570
- WordPressKit (~> 4.47.0-beta.1)
571571
- WordPressMocks (~> 0.0.15)
572-
- WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, branch `add/landing-in-the-editor-analytics`)
572+
- WordPressShared (~> 1.17.1-beta.1)
573573
- WordPressUI (~> 1.12.3)
574574
- WPMediaPicker (~> 1.8.2)
575575
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.70.0/third-party-podspecs/Yoga.podspec.json`)
@@ -579,6 +579,7 @@ DEPENDENCIES:
579579
SPEC REPOS:
580580
https://github.com/wordpress-mobile/cocoapods-specs.git:
581581
- WordPressAuthenticator
582+
- WordPressShared
582583
trunk:
583584
- Alamofire
584585
- AlamofireImage
@@ -729,9 +730,6 @@ EXTERNAL SOURCES:
729730
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
730731
:submodules: true
731732
:tag: v1.70.0
732-
WordPressShared:
733-
:branch: add/landing-in-the-editor-analytics
734-
:git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git
735733
Yoga:
736734
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.70.0/third-party-podspecs/Yoga.podspec.json
737735

@@ -747,9 +745,6 @@ CHECKOUT OPTIONS:
747745
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
748746
:submodules: true
749747
:tag: v1.70.0
750-
WordPressShared:
751-
:commit: 20e9b1f261ade36136d6c70e0b6b5a6bda7baf13
752-
:git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git
753748

754749
SPEC CHECKSUMS:
755750
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
@@ -838,7 +833,7 @@ SPEC CHECKSUMS:
838833
WordPressAuthenticator: e4a43745a647e4dc4b35d21b1353bc4f07f9f3c9
839834
WordPressKit: 375f54b3b27bf37f8fc5ed444afd0507fe48a2c7
840835
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
841-
WordPressShared: a4b0308a6345d4dda20c8f7ad9317df4246b4a00
836+
WordPressShared: bc50e38a31e05134a7c643cef9cf6a7e28e9cf34
842837
WordPressUI: 45591178e843ecb82e65e868ec766148befe9f9f
843838
WPMediaPicker: a34b708a7b995a0889bd5098e3b79f4a50a7a9bd
844839
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
@@ -852,6 +847,6 @@ SPEC CHECKSUMS:
852847
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
853848
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e
854849

855-
PODFILE CHECKSUM: 95884cf06a6a160e63286eeba4b2134e42e81615
850+
PODFILE CHECKSUM: c9667ea89c8f053063df53439705577c83f22e17
856851

857852
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)