escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Missing Demo App? #689

Closed hmlongco closed 10 years ago

hmlongco commented 10 years ago

I may be missing something, but the demo app seems to be missing from the repo.

gzepeda commented 10 years ago

Same here, no demo app. I can only find the test app but it does not work also.

escoz commented 10 years ago

Which branch are you guys looking at?

hmlongco commented 10 years ago

master

On Jun 27, 2014, at 12:41 PM, Eduardo Scoz notifications@github.com wrote:

Which branch are you guys looking at?

— Reply to this email directly or view it on GitHub.

escoz commented 10 years ago

Are you using cocoapods to download the project? In that case I don't think the test app will be there. If you checkout the project manually, it should be there: https://github.com/escoz/QuickDialog/tree/master/Example/Test

hmlongco commented 10 years ago

If you look at the files in the master branch on github, there is no demo or sample app.

On Jun 27, 2014, at 12:53 PM, Eduardo Scoz notifications@github.com wrote:

Are you using cocoapods to download the project? In that case I don't think the test app will be there. If you checkout the project manually, it should be there: https://github.com/escoz/QuickDialog/tree/master/Example/Test

— Reply to this email directly or view it on GitHub.

escoz commented 10 years ago

The link above is the link to the test app, on the master branch.

hmlongco commented 10 years ago

Sigh. Look in those folders. Test.xcodeproj has a xcodeproj and nothing else. Test has a generic main and app delegate and no other code. TestTests has a plist.

There is no sample code in the master branch.

There is, however, and as I’ve just found, a SampleApp directory and project in the 2.0 branch.

I think your master branch is corrupted.

On Jun 27, 2014, at 1:08 PM, Eduardo Scoz notifications@github.com wrote:

The link above is the link to the test app, on the master branch.

— Reply to this email directly or view it on GitHub.

escoz commented 10 years ago

oh strange. I'll take a look. Thanks!

On Fri, Jun 27, 2014 at 12:11 PM, hmlongco notifications@github.com wrote:

Sigh. Look in those folders. Test.xcodeproj has a xcodeproj and nothing else. Test has a generic main and app delegate and no other code. TestTests has a plist.

There is no sample code in the master branch.

There is, however, and as I’ve just found, a SampleApp directory and project in the 2.0 branch.

I think your master branch is corrupted.

On Jun 27, 2014, at 1:08 PM, Eduardo Scoz notifications@github.com wrote:

The link above is the link to the test app, on the master branch.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/escoz/QuickDialog/issues/689#issuecomment-47389099.

msec commented 10 years ago

The QuickDialog.xcodeproj file also seems to be missing and I can no longer get my project to build after pulling the updates. I have tried downloading as a zip, cloning etc and that file seems to be gone. Can you help or advise what to do?

escoz commented 10 years ago

I had committed by mistake a bunch of work from the 2.0 branch into master. I reverted the commits and forced it on the server, so make sure you get the proper HEAD when you update your project. Sorry about the confusion, thanks for reporting this!