Skip to content

Commit

Permalink
Merge pull request #404 from gfontenot/gf-xcode-5
Browse files Browse the repository at this point in the history
Add compatibility UUID to info.plist
  • Loading branch information
JugglerShu committed Jul 11, 2013
2 parents 069dc31 + 35bbf24 commit 34a9332
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions XVim/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
<string>1.01</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>DVTPlugInCompatibilityUUIDs</key>
<array>
<string>63FC1C47-140D-42B0-BB4D-A10B2D225574</string>
</array>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 JugglerShu.Net. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>${PRODUCT_NAME}</string>
<key>XCGCReady</key>
<true/>
<key>XC4Compatible</key>
<true/>
<key>XCGCReady</key>
<true/>
<key>XCPluginHasUI</key>
<false/>
</dict>
Expand Down

0 comments on commit 34a9332

Please sign in to comment.