Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly declare APPLICATION_EXTENSION_API_ONLY for CocoaPods #171

Merged
merged 2 commits into from
Jan 9, 2023
Merged

Explicitly declare APPLICATION_EXTENSION_API_ONLY for CocoaPods #171

merged 2 commits into from
Jan 9, 2023

Conversation

lickel
Copy link
Collaborator

@lickel lickel commented Jan 6, 2023

Checklist

  • Unit Tests
  • UI Tests
  • Snapshot Tests (iOS only)
  • I have made corresponding changes to the documentation

@lickel lickel requested a review from a team as a code owner January 6, 2023 18:23
@CLAassistant
Copy link

CLAassistant commented Jan 6, 2023

CLA assistant check
All committers have signed the CLA.

test_spec.framework = 'XCTest'
test_spec.library = 'swiftos'
end
s.name = 'Workflow'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I changed all pod spec files to be consistent in formatting (4 spaces).
This can be hidden via adding ?w=1 to the diff URL (hide whitespace in the gear box)

@@ -19,7 +19,6 @@ Pod::Spec.new do |s|
s.source_files = 'WorkflowReactiveSwift/Sources/**/*.swift'

s.dependency 'Workflow', "#{s.version}"
s.dependency 'ReactiveSwift', '~> 7.0.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is redundant via s.dependency 'Workflow', "#{s.version}"


s.source_files = 'Workflow/Sources/*.swift'

s.dependency 'ReactiveSwift', '~> 7.1.1'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This release sets APPLICATION_EXTENSION_API_ONLY

Copy link
Collaborator Author

@lickel lickel Jan 6, 2023

Choose a reason for hiding this comment

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

7.1 was a pretty minor update and 7.1.1 only bumps minimum OSes and sets this flag

test_spec.dependency 'WorkflowTesting', "#{s.version}"
test_spec.dependency 'WorkflowReactiveSwift', "#{s.version}"
end
# https://github.com/ReactiveX/RxSwift/pull/2475
Copy link
Contributor

Choose a reason for hiding this comment

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

do you want to wait for these changes to be available before merging/releasing this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nah I have no idea if they want this, and if so, what the timeline would be

@jamieQ jamieQ merged commit b27b67a into square:main Jan 9, 2023
@lickel lickel mentioned this pull request May 11, 2023
4 tasks
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.

3 participants