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

xcodeproj layout #1696

Closed
mattapperson opened this issue Jun 21, 2015 · 1 comment
Closed

xcodeproj layout #1696

mattapperson opened this issue Jun 21, 2015 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@mattapperson
Copy link

As someone coming from the Titanium Mobile world, there are some potential pitfalls I would like to make suggestions so as to help avoid.

The fact that an app has a single xcodeproj can cause issues as you start to look at tolling (official or community made) that helps to manage common tasks. It can also cause issues when you look at things like modules/dependencies. The reason is you start crisscrossing a lot between what a developer can "safely" touch and what tooling needs to change. The best solution I think can be found in how cocoapods does things with an xcodeworkspace file containing both an "app" xcodeproj that tooling NEVER TOUCHES, and a "project" xcodeproj that tooling manipulates and even dynamically generates so as to keep things lean and streamlined.

Just wanted to open up discussions here for this to be fleshed out :)

@brentvatne
Copy link
Collaborator

Interesting ideas! Can you try reviving the discussion on #235? Closing because this is a dup of it essentially in that is concerning a module system.

@facebook facebook locked as resolved and limited conversation to collaborators Jun 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants