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 OSS builds #2398

Merged
merged 5 commits into from
Jul 17, 2017
Merged

Fix OSS builds #2398

merged 5 commits into from
Jul 17, 2017

Conversation

orta
Copy link
Contributor

@orta orta commented Jul 16, 2017

Fixes #2397

  • Needed to add primed keys for the Sentry stuff in the makefile.
  • OSS builds don't need sentry, so we can skip it at runtime.



// For OSS builds
if ([DSN isEqualToString:@"-"]) { return self; }
Copy link
Contributor

Choose a reason for hiding this comment

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

I’m sightly worried that this may lead to somebody accidentally making a build with - set and is submitting that to the store. Is there another more reliable to differentiate an OSS build from others?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We have checks for this in the Fastfile 👍 - https://docs.fastlane.tools/actions/#verify_pod_keys

Our build will fail if they are 1 char long

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We obviously have done this in the past - and so we built it into Fastlane ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

Hahaha. Cool 👍

@orta
Copy link
Contributor Author

orta commented Jul 16, 2017

Updates the reference for ARMasonry - ashfurrow/ARCollectionViewMasonryLayout@a9dc52b...f22180d

While the version number is bumped, the only real changes are documentation ^

@alloy alloy merged commit 45065a9 into master Jul 17, 2017
@orta orta deleted the oss branch July 17, 2017 12:02
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.

2 participants