Skip to content

Commit

Permalink
Bump the whitelist to include Aardvark 4.1.0 and AardvarkMailUI 1.1.0
Browse files Browse the repository at this point in the history
Update AardvarkMailUI.podspec

Bump the whitelist to include Aardvark 4.0.1 and AardvarkMailUI 1.0.1

Update ci.yml
  • Loading branch information
cocoalabs committed Apr 12, 2023
1 parent 575087d commit 1313281
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ on:
jobs:
xcode-build:
name: Xcode Build
runs-on: macOS-11
runs-on: macOS-12
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_11.7.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_13.1.app/Contents/Developer
- name: Build and Test Frameworks
run: |
xcodebuild \
-project Aardvark.xcodeproj \
-scheme "All Frameworks" \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 11 Pro" \
-destination "platform=iOS Simulator,name=iPhone 13 Pro" \
test
- name: Build Sample App
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Bundle Install
run: bundle install
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_11.7.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_13.1.app/Contents/Developer
- name: Lint CoreAardvark Podspec
run: bundle exec pod lib lint --verbose --fail-fast CoreAardvark.podspec
- name: Lint Aardvark Podspec
Expand Down
2 changes: 1 addition & 1 deletion Aardvark.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aardvark'
s.version = '4.0.0'
s.version = '4.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark is a library that makes it dead simple to create actionable bug reports.'
s.homepage = 'https://github.com/square/Aardvark'
Expand Down
4 changes: 2 additions & 2 deletions AardvarkMailUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AardvarkMailUI'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = 'Apache License, Version 2.0'
s.summary = 'Aardvark components for submitting a bug report via an email composer.'
s.homepage = 'https://github.com/square/Aardvark'
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/AardvarkMailUI/**/*.{h,m,swift}'
s.private_header_files = 'Sources/AardvarkMailUI/**/*_Testing.h', 'Sources/AardvarkMailUI/PrivateCategories/*.h'

s.dependency 'Aardvark', '~> 4.0'
s.dependency 'Aardvark', '~> 4.1.0'
end

0 comments on commit 1313281

Please sign in to comment.