moflo / openspringboard

UIKit based Spingboard clone, similar to Three20's TTLauncherView. (Update Aug-9-2011: finally have time to refactor this for iOS5 custom container view controllers)
http://fieldforceapp.com
MIT License
242 stars 38 forks source link

Updated suggested xcode project settings. #8

Closed hborders closed 12 years ago

hborders commented 12 years ago

Disabled PREBINDING because it is obsolete. Updated project file compatibility to xcode 3.2

moflo commented 12 years ago

Hi Heath,

Thanks for the pull request, I'll merge later today.

Mind sharing more info about how you're using this?

Thanks, --nye.

On Jun 7, 2012, at 8:05 AM, Heath Bordersreply@reply.github.com wrote:

Disabled PREBINDING because it is obsolete. Updated project file compatibility to xcode 3.2

You can merge this Pull Request by running:

git pull https://github.com/hborders/openspringboard update_xcode_project_settings

Or you can view, comment on it, or merge it online at:

https://github.com/fieldforceapp/openspringboard/pull/8

-- Commit Summary --

  • Updated suggested xcode project settings.

-- File Changes --

M openspringboard/openspringboard.xcodeproj/project.pbxproj (9)

-- Patch Links --

https://github.com/fieldforceapp/openspringboard/pull/8.patch https://github.com/fieldforceapp/openspringboard/pull/8.diff


Reply to this email directly or view it on GitHub: https://github.com/fieldforceapp/openspringboard/pull/8

hborders commented 12 years ago

We were evaluating it for use on an internal app, but I think we're going with https://github.com/sarperdag/SESpringBoard instead.

moflo commented 12 years ago

We are assuming UICollectionView will be the preferred method of managing Springboard-like UI's moving forward and will most likely drop support for this project from iOS6 onward.