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

fix(iOS): Split out Xcode build configuration #141

Merged
merged 4 commits into from
Jul 4, 2020
Merged

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Jul 2, 2020

Resolves #130

@tido64 tido64 added the platform: iOS This affects iOS label Jul 2, 2020
@tido64 tido64 requested review from alloy and HeyImChris July 2, 2020 07:52
@tido64 tido64 force-pushed the tido/extract-xcconfig branch from 7244bf9 to 9809699 Compare July 2, 2020 07:54
@tido64 tido64 force-pushed the tido/extract-xcconfig branch from 244aab6 to bfa57e9 Compare July 2, 2020 12:13
@tido64 tido64 marked this pull request as ready for review July 2, 2020 19:23
@@ -106,7 +108,7 @@ def resources_pod(project_root, target_platform)
'ios' => '12.0',
'osx' => '10.14',
},
'resources' => resources,
'resources' => ['app.json', *resources],
Copy link
Member

Choose a reason for hiding this comment

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

👌 ✨

@tido64 tido64 merged commit c2a4ce1 into master Jul 4, 2020
@tido64 tido64 deleted the tido/extract-xcconfig branch July 4, 2020 20:53
@tido64
Copy link
Member Author

tido64 commented Jul 4, 2020

🎉 This PR is included in version 0.1.22 🎉

The release is available on:

Your semantic-release bot 📦🚀

@tido64 tido64 added the released label Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split out Xcode build configuration to separate files
3 participants