Skip to content

Commit

Permalink
Merge pull request #38 from martinh/fix_CFBundleExecutable
Browse files Browse the repository at this point in the history
Make CFBundleExecutable in Info.plist match the actual bundle executable.
  • Loading branch information
Watson1978 committed Aug 2, 2011
2 parents b6842d9 + 6c3cf81 commit dbcdb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/builder/templates.rb
Expand Up @@ -8,9 +8,9 @@ def self.create_framework_info_plist
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Ruby</string>
<string>MacRuby</string>
<key>CFBundleName</key>
<string>Ruby</string>
<string>MacRuby</string>
<key>CFBundleGetInfoString</key>
<string>MacRuby Runtime and Library</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit dbcdb42

Please sign in to comment.