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

Cleanup Demo App Scheme Files #1146

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Cleanup Demo App Scheme Files #1146

merged 2 commits into from
Dec 6, 2023

Conversation

jaxdesmarais
Copy link
Contributor

Summary of changes

  • We had some outdated references in our demo app scheme that can be deleted. Removed old frameworks and frameworks with incorrect/missing BlueprintIdentifier, added back the necessary targets with the correct reference.
  • Removed duplicate references if present

Checklist

  • [ ] Added a changelog entry

Authors

@jaxdesmarais jaxdesmarais requested a review from a team as a code owner December 5, 2023 17:39
Comment on lines -290 to -311
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9CE5179A282D54030013C740"
BuildableName = "BraintreePayPalNativeCheckoutTests.xctest"
BlueprintName = "BraintreePayPalNativeCheckoutTests"
ReferencedContainer = "container:../Braintree.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BE642D8E27D0132A00694A5B"
BuildableName = "BraintreeSEPADirectDebitTests.xctest"
BlueprintName = "BraintreeSEPADirectDebitTests"
ReferencedContainer = "container:../Braintree.xcodeproj">
</BuildableReference>
</TestableReference>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are duplicates of lines 233-252

@jaxdesmarais jaxdesmarais merged commit 6812b39 into main Dec 6, 2023
6 checks passed
@jaxdesmarais jaxdesmarais deleted the cleanup-project-files branch December 6, 2023 14:35
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