Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized. #4

Merged
merged 2 commits into from
Oct 17, 2015

Conversation

nlutsenko
Copy link
Contributor

This is already required and leads to undefined behavior.
By adding assert here - we are going to explicitly require it as well add more context.

@@ -65,6 +65,17 @@
/* Begin PBXFileReference section */
06D00BAE1BC78F29005BAA6F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/ParseTwitterUtils.strings; sourceTree = "<group>"; };
06D00BB41BC790F3005BAA6F /* PFTwitterLocalization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFTwitterLocalization.h; sourceTree = "<group>"; };
06DD47201BD0C64500A43759 /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
Copy link
Contributor

Choose a reason for hiding this comment

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

I think all of the changes to this file are irrelevant, or at least could be done in another diff.

nlutsenko added a commit that referenced this pull request Oct 17, 2015
Added safeguard assertion for initialization of PFTwitterUtils before Parse is initialized.
@nlutsenko nlutsenko merged commit 7f30e6f into master Oct 17, 2015
@nlutsenko nlutsenko deleted the nlutsenko.safeguard branch October 17, 2015 00:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants