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

Generate code data models properly #249

Merged
merged 3 commits into from
Feb 26, 2018
Merged

Conversation

yonaskolb
Copy link
Owner

Fixes #243

This required changing the default buildPhase for .xcdatamodeld to sources, but most importantly generating an XCVersionGroup

@yonaskolb yonaskolb force-pushed the generate_code_data_models branch 2 times, most recently from f48d3f7 to d4996ed Compare February 26, 2018 05:48
@yonaskolb yonaskolb force-pushed the generate_code_data_models branch from 0de6118 to 5e2f427 Compare February 26, 2018 06:11
@yonaskolb yonaskolb requested a review from toshi0383 February 26, 2018 06:15
@yonaskolb yonaskolb mentioned this pull request Feb 26, 2018
if newProject != oldProject || stringDiff {
var message = "\(projectPath.string) has changed. If change is legitimate commit the change and run test again"
if stringDiff {
message += ":\n\n\(pbxProjPath):\n\(prettyFirstDifferenceBetweenStrings(oldProjectString, newProjectString))"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice👍

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yeah, CI was failing so I needed this to see why 😄

Copy link

@pepicrft pepicrft left a comment

Choose a reason for hiding this comment

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

Awesome addition 👏

@yonaskolb yonaskolb merged commit 1e6aef0 into master Feb 26, 2018
@yonaskolb yonaskolb deleted the generate_code_data_models branch March 20, 2018 01:38
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