codestergit / SweetAlert-iOS

Live animated Alert View for iOS written in Swift
MIT License
2.05k stars 303 forks source link

Remove Info.plist from 'Copy Bundle Resources' #4

Closed tiagomnh closed 9 years ago

tiagomnh commented 9 years ago

Xcode automatically adds the Info.plist during the build process, no need to add it manually.

This removes the warning: Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.plist'

codestergit commented 9 years ago

@tiagomnh thanks.