Skip to content

Commit

Permalink
Add compatibility UUID to info.plist
Browse files Browse the repository at this point in the history
Not sure what the deal here is, or if it will work for other people, but
I needed to add this to the plist in order to get Xvim to work with
Xcode 5 DP-3
  • Loading branch information
gfontenot committed Jul 8, 2013
1 parent 069dc31 commit 35bbf24
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 35bbf24

Please sign in to comment.