Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Enabling Xcode 6.1 Compiler Options and Removing warning #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

fjsosa
Copy link

@fjsosa fjsosa commented Oct 23, 2014

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

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant