kinwahlai / XcodeRefactoringPlus

Xcode Refactoring extention
50 stars 12 forks source link

Fixed malformed UUID string in Info.plist. #12

Closed mpalmer685 closed 9 years ago

mpalmer685 commented 9 years ago

The Xcode 6.4 UUID is entered twice inside the <string>...</string> tag, which causes Xcode to not actually recognize it as supported. Removed the duplicate string and Xcode now loads the bundle correctly.