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

Commit 425aaf4

Browse files
authored
Merge pull request #560 from wordpress-mobile/release/1.33.0
Release 1.33.0 -> trunk
2 parents ba81e3b + a78bd50 commit 425aaf4

23 files changed

+184
-305
lines changed

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ PODS:
4747
- OHHTTPStubs/Default
4848
- Specta (1.0.7)
4949
- SVProgressHUD (2.2.5)
50-
- UIDeviceIdentifier (1.5.0)
51-
- WordPressKit (4.18.0):
50+
- UIDeviceIdentifier (1.6.0)
51+
- WordPressKit (4.24.0):
5252
- Alamofire (~> 4.8.0)
5353
- CocoaLumberjack (~> 3.4)
5454
- NSObject-SafeExpectations (= 0.0.4)
55-
- UIDeviceIdentifier (~> 1)
55+
- UIDeviceIdentifier (~> 1.4)
5656
- WordPressShared (~> 1.12)
57-
- wpxmlrpc (~> 0.9.0)
57+
- wpxmlrpc (~> 0.9)
5858
- WordPressShared (1.12.0):
5959
- CocoaLumberjack (~> 3.4)
6060
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
@@ -122,8 +122,8 @@ SPEC CHECKSUMS:
122122
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881
123123
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
124124
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
125-
UIDeviceIdentifier: a79ccdfc940373835a7d8e9fc7541e6bf61b6319
126-
WordPressKit: 1d10fa14ea185600472d31cf25e677c7d938b17d
125+
UIDeviceIdentifier: f4bf3b343581a1beacdbf5fb1a8825bd5f05a4a4
126+
WordPressKit: ee58e3d313ddce1f768e87d76364d261ad86fca9
127127
WordPressShared: 38cb62e9cb998d4dc3c1611f17934c6875a6b3e8
128128
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
129129
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.32.0"
3+
s.version = "1.33.0"
44
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
55

66
s.description = <<-DESC

WordPressAuthenticator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
D881A311256B5B4700FE5605 /* NavigateToEnterSite.swift in Sources */ = {isa = PBXBuildFile; fileRef = D881A310256B5B4700FE5605 /* NavigateToEnterSite.swift */; };
170170
D881A315256B5B5800FE5605 /* NavigateToEnterAccount.swift in Sources */ = {isa = PBXBuildFile; fileRef = D881A314256B5B5800FE5605 /* NavigateToEnterAccount.swift */; };
171171
E8AF6B9EF50902F2117DFAF9 /* Pods_WordPressAuthenticatorTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A441EC80D2B8D2209C2E228 /* Pods_WordPressAuthenticatorTests.framework */; };
172+
F11448EC258B827B0048203D /* URL+JetpackConnect.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11448EB258B827B0048203D /* URL+JetpackConnect.swift */; };
172173
F12F9FB424D8A68E00771BCE /* AuthenticatorAnalyticsTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = F12F9FB324D8A68E00771BCE /* AuthenticatorAnalyticsTracker.swift */; };
173174
F12F9FB824D8A7FC00771BCE /* AnalyticsTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F12F9FB724D8A7FC00771BCE /* AnalyticsTrackerTests.swift */; };
174175
F180B82424F59263000A01F5 /* StoredCredentialsPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180B82324F59263000A01F5 /* StoredCredentialsPicker.swift */; };
@@ -383,6 +384,7 @@
383384
D881A310256B5B4700FE5605 /* NavigateToEnterSite.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigateToEnterSite.swift; sourceTree = "<group>"; };
384385
D881A314256B5B5800FE5605 /* NavigateToEnterAccount.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigateToEnterAccount.swift; sourceTree = "<group>"; };
385386
E9414A95E29F3297555AC92B /* Pods-WordPressAuthenticator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WordPressAuthenticator.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WordPressAuthenticator/Pods-WordPressAuthenticator.debug.xcconfig"; sourceTree = "<group>"; };
387+
F11448EB258B827B0048203D /* URL+JetpackConnect.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "URL+JetpackConnect.swift"; sourceTree = "<group>"; };
386388
F12F9FB324D8A68E00771BCE /* AuthenticatorAnalyticsTracker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticatorAnalyticsTracker.swift; sourceTree = "<group>"; };
387389
F12F9FB724D8A7FC00771BCE /* AnalyticsTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsTrackerTests.swift; sourceTree = "<group>"; };
388390
F180B82324F59263000A01F5 /* StoredCredentialsPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredCredentialsPicker.swift; sourceTree = "<group>"; };
@@ -690,6 +692,7 @@
690692
CEDE0D962420126900CB3345 /* UIViewController+Helpers.swift */,
691693
F1C96668250BF53400EB529D /* UIViewController+Dismissal.swift */,
692694
CE9091FD249A720E00AB50BD /* UIView+AuthHelpers.swift */,
695+
F11448EB258B827B0048203D /* URL+JetpackConnect.swift */,
693696
);
694697
path = Extensions;
695698
sourceTree = "<group>";
@@ -1257,6 +1260,7 @@
12571260
D85C3653256DEDA900D56E34 /* WordPressAuthenticatorResult.swift in Sources */,
12581261
F1C96669250BF53400EB529D /* UIViewController+Dismissal.swift in Sources */,
12591262
CE811D6724EDC0FB00F4CCD6 /* LoginMagicLinkViewController.swift in Sources */,
1263+
F11448EC258B827B0048203D /* URL+JetpackConnect.swift in Sources */,
12601264
B56090E2208A4F9D00399AE4 /* WPNUXSecondaryButton.m in Sources */,
12611265
B56090E6208A4F9D00399AE4 /* WPNUXPrimaryButton.m in Sources */,
12621266
CE9091F72499549500AB50BD /* TextFieldTableViewCell.swift in Sources */,

0 commit comments

Comments
 (0)