RaananW / PhoneGap-Image-Resizer

Providing an image resizer plugin for phonegap projects on both Android and iOS
93 stars 89 forks source link

README.md is invalid for XCode 4.5 #4

Closed gduncan closed 8 years ago

gduncan commented 11 years ago

Your read me file states:

For iOS : add the following line to your config.xml after copying all classes to your classes folder:

But in XCode 4.5 there is no config.xml. we have plist files. Also should the classes go to the classes folder or the plugins folder? My facebook and Childbrowser plugins go in the plugins folder. Since this is a plugin I would have thought they would go there.

I really need to be able to use your plugin. And my deadline is short. Can you provide updated directions on implementing in IOS using XCode?

RaananW commented 10 years ago

The given parameters should be added to Cordova.plist, you are right. Will update the readme. I hope you made your deadline nonetheless :-)