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

Read the development region and known region from pbxproj #10

Open
e7711bbear opened this issue Feb 18, 2016 · 2 comments
Open

Read the development region and known region from pbxproj #10

e7711bbear opened this issue Feb 18, 2016 · 2 comments

Comments

@e7711bbear
Copy link
Owner

developmentRegion = English;
knownRegions = (
                en,
                Base,
            );

are the keys we are interested in getting out of the *.xcodeproj/project.pbxproj

• It's necessary for completely new files which don't have any localization destinations.
• We would need to show it somehow in the details view.
• We would need to show that these files would be added to each languages.

@e7711bbear
Copy link
Owner Author

Finished the parsing of the pbxproj.
Need to display & handle cases such as:
1/ No pbxproj found
2/ Multiple pbxproj found

@e7711bbear
Copy link
Owner Author

Turns out that knownRegions is not a reliable way to get all available regions.
So I need to find something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant