Skip to content

Update Pods when building for XCFramework#211

Merged
kevinlind merged 3 commits intoadobe:devfrom
kevinlind:update-archive
Sep 1, 2021
Merged

Update Pods when building for XCFramework#211
kevinlind merged 3 commits intoadobe:devfrom
kevinlind:update-archive

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@kevinlind kevinlind requested a review from praveek August 31, 2021 23:01
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 31, 2021

Codecov Report

Merging #211 (2f90b26) into dev (1327121) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #211   +/-   ##
=======================================
  Coverage   94.30%   94.30%           
=======================================
  Files          26       26           
  Lines         913      913           
=======================================
  Hits          861      861           
  Misses         52       52           

Makefile Outdated
make -C SampleApps/$(APP_NAME) build-shallow

archive:
bundle exec pod update
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add the make target pod-update as dependency to archive?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pod-update doesn't use Bundler. However, I can change pod-update to use Bundler instead if that makes sense.

@kevinlind kevinlind merged commit 756f392 into adobe:dev Sep 1, 2021
@kevinlind kevinlind deleted the update-archive branch September 1, 2021 01:48
kevinlind added a commit that referenced this pull request Sep 1, 2021
Update Pods when building for XCFramework (#211)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants