Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Changed minimum deployment target to iOS 6.0 #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Changed minimum deployment target to iOS 6.0 #161

wants to merge 1 commit into from

Conversation

capnslipp
Copy link

• Changed minimum deployment target from iOS 5.0 to iOS 6.0 in project and PKRevealController settings in order to fix build ability.
» The NS_ENUM() and NS_OPTIONS() macros used all over were introduced in iOS 6.0's Foundation. With a minimum deployment target of iOS 5.0, the build fails.

This fixes issue #160.

• Changed minimum deployment target from iOS 5.0 to iOS 6.0 in project and PKRevealController settings in order to fix build ability.
	» The NS_ENUM() and NS_OPTIONS() macros used all over were introduced in iOS 6.0's Foundation.  With a minimum deployment target of iOS 5.0, the build fails.

This fixes issue #160.
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.

1 participant