Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a5456ff
Stop tracking prologue step based on view presentation
frosty Feb 24, 2021
0c22ec2
Bumped podspec version to 1.35.2
frosty Feb 24, 2021
531377d
Merge pull request #578 from wordpress-mobile/fix/prologue-tracking
frosty Feb 24, 2021
990b08a
Change reads to blogs
Mar 2, 2021
73de814
Bump to 1.36.8-beta.1
Mar 2, 2021
82a52d1
Merge pull request #579 from wordpress-mobile/task/15807-rename-reads…
Mar 4, 2021
015b8a6
Test new spec repo push command
AliSoftware Mar 12, 2021
678abbb
Update CI config to target
AliSoftware Mar 15, 2021
77f736b
Restore ios orb import to 1.0
AliSoftware Mar 16, 2021
ec64917
Merge pull request #580 from wordpress-mobile/test-spec-repo
AliSoftware Mar 16, 2021
47a3dc1
Compare CGColor values instead of UIColor objects
rachelmcr Mar 18, 2021
654349f
Bump version to 1.36.0-beta.2
rachelmcr Mar 18, 2021
d21b61d
Merge pull request #581 from wordpress-mobile/fix/prologue-bgcolor
rachelmcr Mar 18, 2021
c71f031
Standardize podspec format
AliSoftware Mar 22, 2021
460306d
Update WordPressAuthenticator.podspec
AliSoftware Mar 23, 2021
b3225b9
Update WordPressAuthenticator.podspec
AliSoftware Mar 23, 2021
feb0a2a
Update homepage metadata
AliSoftware Mar 23, 2021
3b9e726
Adjust attributes order
AliSoftware Mar 26, 2021
797bd90
Adjust formatting
AliSoftware Mar 26, 2021
773916c
Update author to WPM and remove social_media_url
AliSoftware Mar 26, 2021
b998ba0
Fix author email
AliSoftware Mar 26, 2021
1d9b8e4
Merge pull request #582 from wordpress-mobile/podspec-std
AliSoftware Mar 29, 2021
c036825
Update regex pattern to remove everything after wp-admin.
ScoutHarris Mar 29, 2021
302ee64
swiftlint autocorrect changes.
ScoutHarris Mar 29, 2021
0f969fc
Fix build error caused by non-optional var.
ScoutHarris Mar 29, 2021
eaa6b03
Merge pull request #583 from wordpress-mobile/fix/16145-site_url_chec…
ScoutHarris Mar 30, 2021
26832dd
Allow NUXButtonView leading and trailing constraints to be overridden
frosty Apr 2, 2021
3f64695
Bump podspec to 1.36.0-beta.4
frosty Apr 2, 2021
c740406
Merge pull request #586 from wordpress-mobile/fix/nux-button-shadows
frosty Apr 2, 2021
7a75f51
Bump version to 1.36.0
AliSoftware Apr 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 25 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@ version: 2.1

orbs:
# Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs
ios: wordpress-mobile/ios@1.0
ios: wordpress-mobile/ios@1.0

# YAML anchors for some common/repeated values
x-common-params:
- &xcode-version "12.2.0"
- &podspec "WordPressAuthenticator.podspec"
- &on-tags-only
tags:
only: /.*/
branches:
ignore: /.*/

workflows:
test_and_validate:
jobs:
- ios/test:
name: Test
xcode-version: "12.2.0"
xcode-version: *xcode-version
workspace: WordPressAuthenticator.xcworkspace
scheme: WordPressAuthenticator
device: iPhone 11
Expand All @@ -18,17 +28,21 @@ workflows:
pod-install: true
- ios/validate-podspec:
name: Validate Podspec
xcode-version: "12.2.0"
podspec-path: WordPressAuthenticator.podspec
xcode-version: *xcode-version
podspec-path: *podspec
bundle-install: true
- ios/publish-podspec:
name: Publish to a8c Spec Repo
xcode-version: *xcode-version
podspec-path: *podspec
spec-repo: https://github.com/wordpress-mobile/cocoapods-specs.git
bundle-install: true
post-to-slack: false
filters: *on-tags-only
- ios/publish-podspec:
name: Publish to Trunk
xcode-version: "12.2.0"
podspec-path: WordPressAuthenticator.podspec
xcode-version: *xcode-version
podspec-path: *podspec
bundle-install: true
post-to-slack: true
filters:
tags:
only: /.*/
branches:
ignore: /.*/
filters: *on-tags-only
25 changes: 12 additions & 13 deletions WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
Pod::Spec.new do |s|
s.name = "WordPressAuthenticator"
s.version = "1.35.1"
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
s.version = "1.36.0"

s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
s.description = <<-DESC
This framework encapsulates everything required to display the Authentication UI
and perform authentication against WordPress.com and WordPress.org sites.

Plus: WordPress.com *signup* is supported.
DESC
Plus: WordPress.com *signup* is supported.
DESC

s.homepage = "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS"
s.license = "GPLv2"
s.author = { "WordPress" => "mobile@automattic.com" }
s.license = { :type => "GPLv2", :file => "LICENSE" }
s.author = { "The WordPress Mobile Team" => "mobile@wordpress.org" }

s.platform = :ios, "11.0"
s.swift_version = '4.2'

s.source = { :git => "https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git", :tag => s.version.to_s }
s.source_files = 'WordPressAuthenticator/**/*.{h,m,swift}'
s.private_header_files = "WordPressAuthenticator/Private/*.h"
Expand All @@ -26,17 +28,19 @@ Pod::Spec.new do |s|
'WordPressAuthenticator/**/*.{storyboard,xib}'
]
}
s.requires_arc = true
s.static_framework = true # This is needed because GoogleSignIn vendors a static framework
s.header_dir = 'WordPressAuthenticator'

# Fixing arm64 issue with Xcode 12: https://github.com/CocoaPods/CocoaPods/issues/10104
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

s.dependency '1PasswordExtension', '~> 1.8.6'
s.dependency 'Alamofire', '~> 4.8'
s.dependency 'CocoaLumberjack', '~> 3.5'
s.dependency 'lottie-ios', '~> 3.1.6'
s.dependency 'NSURL+IDN', '0.4'
s.dependency 'SVProgressHUD', '~> 2.2.5'

s.dependency 'Gridicons', '~> 1.0'
s.dependency 'GoogleSignIn', '~> 5.0.2'

Expand All @@ -45,9 +49,4 @@ Pod::Spec.new do |s|
s.dependency 'WordPressUI', '~> 1.7-beta'
s.dependency 'WordPressKit', '~> 4.18-beta' # Don't change this until we hit 5.0 in WPKit
s.dependency 'WordPressShared', '~> 1.12-beta' # Don't change this until we hit 2.0 in WPShared

# Fixing arm64 issue with Xcode 12: https://github.com/CocoaPods/CocoaPods/issues/10104
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

end
Loading