Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit ad03b31

Browse files
committed
Temporarily point to WordPressUI branch under active development
1 parent 046625d commit ad03b31

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ target 'WordPressAuthenticator' do
1616
## ====================
1717
##
1818
pod 'Gridicons', '~> 0.15'
19-
pod 'WordPressUI', '~> 1.0'
19+
##pod 'WordPressUI', '~> 1.0'
20+
pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS.git', :branch => 'fix/fancy-button-default-corner-radius'
2021
pod 'WordPressKit', '~> 1.0'
2122
pod 'WordPressShared', '~> 1.0'
2223
pod 'wpxmlrpc', '~> 0.8'

Podfile.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DEPENDENCIES:
7575
- UIDeviceIdentifier (~> 0.4)
7676
- WordPressKit (~> 1.0)
7777
- WordPressShared (~> 1.0)
78-
- WordPressUI (~> 1.0)
78+
- WordPressUI (from `https://github.com/wordpress-mobile/WordPressUI-iOS.git`, branch `fix/fancy-button-default-corner-radius`)
7979
- wpxmlrpc (~> 0.8)
8080

8181
SPEC REPOS:
@@ -98,9 +98,18 @@ SPEC REPOS:
9898
- UIDeviceIdentifier
9999
- WordPressKit
100100
- WordPressShared
101-
- WordPressUI
102101
- wpxmlrpc
103102

103+
EXTERNAL SOURCES:
104+
WordPressUI:
105+
:branch: fix/fancy-button-default-corner-radius
106+
:git: https://github.com/wordpress-mobile/WordPressUI-iOS.git
107+
108+
CHECKOUT OPTIONS:
109+
WordPressUI:
110+
:commit: 7aeeeee1a72247a0c385939f518a1366a0546209
111+
:git: https://github.com/wordpress-mobile/WordPressUI-iOS.git
112+
104113
SPEC CHECKSUMS:
105114
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
106115
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
@@ -123,6 +132,6 @@ SPEC CHECKSUMS:
123132
WordPressUI: ab90086350f1e26bf39e578e443d0abf0347e542
124133
wpxmlrpc: bfc572f62ce7ee897f6f38b098d2ba08732ecef4
125134

126-
PODFILE CHECKSUM: adec9882e25404ab01a7a461fcdd3ddd937d5ba6
135+
PODFILE CHECKSUM: 8e9d16af08f433f743217d6e4ec7efb67e4cb972
127136

128137
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)