This repository was archived by the owner on Apr 7, 2023. It is now read-only.
Enabling Xcode 6.1 Compiler Options and Removing warning#22
Open
fjsosa wants to merge 7 commits into
Open
Conversation
New compiler options for xCode 6.1 were added A compiler warning was removed in TSActionSheet.m
I had an error rotating my app, and after read some articles like this: openframeworks/openFrameworks#3158 and this: http://stackoverflow.com/questions/24150359/is-uiscreen-mainscreen-bound s-size-becoming-orientation-dependent-in-ios8 it seems that iOS changes the way it calculates and present the UIScreen bounds, so I needed to remove a bit of code to make it IOS8 compatible.
Removing Compiler Warnings.
adding podspec
changing pod spec file extension
removing podspec
adding a new pod spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I'm new in GitHub, my apologies if my change are inappropriate, my initial idea with these changes were to enable the new xCode options to help developers to find and fix issues and remove some compiler warning I could see here.
New compiler options for xCode 6.1 were added
A compiler warning was removed in TSActionSheet.m