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

Bugfix/SimulateLocation Fix #973

Merged
merged 32 commits into from
Feb 15, 2021

Conversation

jcolicchio
Copy link
Contributor

@jcolicchio jcolicchio commented Oct 21, 2020

Piggybacking off of the schemePathPrefix approach introduced in StoreKitConfiguration, this PR causes SimulateLocation to use the schemePathPrefix option, to adjust for .xcworkspace usage. This changes the default SimulateLocation identifier prefix for .xcodeproj usage from ../ to ../../. Fixes issue #965

@jcolicchio jcolicchio marked this pull request as draft October 21, 2020 19:17
@yonaskolb
Copy link
Owner

Happy to review this @jcolicchio if you could merge master in so the PR diff can be seen

@jcolicchio jcolicchio marked this pull request as ready for review February 15, 2021 02:56
@jcolicchio
Copy link
Contributor Author

@yonaskolb Thanks! I've just merged 👍

@@ -776,7 +776,7 @@ The different actions share some properties:
- [ ] **language**: **String** - `run` and `test` actions can define a language that is used for Application Language
- [ ] **region**: **String** - `run` and `test` actions can define a language that is used for Application Region
- [ ] **debugEnabled**: **Bool** - `run` and `test` actions can define a whether debugger should be used. This defaults to true.
- [ ] **simulateLocation**: **[Simulate Location](#simulate-location)** - `run` action can define a simulated location
- [ ] **simulateLocation**: **[Simulate Location](#simulate-location)** - `run` action can define a simulated location. See [Options](#options).
Copy link
Owner

Choose a reason for hiding this comment

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

Could you add a note down in Simulate Location that it will use schemePathPrefix. Also not sure what this See Options refers to?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good thinking! I meant to refer to schemePathPrefix within Options, but putting it in the Simulate Location section makes more sense

@yonaskolb yonaskolb merged commit ae186ed into yonaskolb:master Feb 15, 2021
@jcolicchio jcolicchio deleted the bugfix/SimulateLocationFix branch February 15, 2021 23:07
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.

None yet

2 participants