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

added underscore smybol in PRODUCT_BUNDLE_IDENTIFIER regex matching #44

Merged

Conversation

imranspahic
Copy link
Contributor

When creating project it can be named with underscore: example_project.
Package was not renaming PRODUCT_BUNDLE_IDENTIFIER for the following format: com.example.example_project.
This PR adds missing symbol in regex to correctly modify all occurrences of PRODUCT_BUNDLE_IDENTIFIER

@imranspahic imranspahic closed this Nov 6, 2023
@imranspahic imranspahic reopened this Nov 6, 2023
lib/platforms/ios.dart Outdated Show resolved Hide resolved
Copy link
Owner

@OutdatedGuy OutdatedGuy left a comment

Choose a reason for hiding this comment

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

Please resolve the requested changes

@chandrabezzo
Copy link

@OutdatedGuy I think @imranspahic misleading what I raised on the issue. We didn't know the functionality of this double quote

@OutdatedGuy
Copy link
Owner

@chandrabezzo, this PR was opened prior to your issue and is for a different issue.

Copy link
Owner

@OutdatedGuy OutdatedGuy left a comment

Choose a reason for hiding this comment

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

LGTM!

@OutdatedGuy OutdatedGuy merged commit d8d8395 into OutdatedGuy:main Jan 3, 2024
2 checks passed
@OutdatedGuy OutdatedGuy mentioned this pull request Jan 3, 2024
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