Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

missing CFBundleVersion #32

Closed alexandre-g closed 8 years ago

alexandre-g commented 8 years ago

Info.plist is missing CFBundleVersion, due to which the app fails to install second time on simulator - please add

<key>CFBundleVersion</key>
 <string>0.1.34</string>