Skip to content

Commit

Permalink
naming fix for realz
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew J. Erickson committed May 6, 2011
1 parent 1043994 commit 3a64130
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions Info-mongo.plist
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>mongo.icns</string>
<key>CFBundleIdentifier</key>
<string>org.ivanvc.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSMainNibFile</key>
<string>mongoPref</string>
<key>NSPrefPaneIconFile</key>
<string>mongoPref.tiff</string>
<key>NSPrefPaneIconLabel</key>
<string>mongo</string>
<key>NSPrincipalClass</key>
<string>mongoPref</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions jenkins-prefpane.xcodeproj/project.pbxproj
Expand Up @@ -393,7 +393,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = mongo_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INFOPLIST_FILE = "Info-mongo.plist";
INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
PRODUCT_NAME = mongo;
WRAPPER_EXTENSION = prefPane;
Expand All @@ -412,7 +412,7 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = mongo_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INFOPLIST_FILE = "Info-mongo.plist";
INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
PRODUCT_NAME = mongo;
WRAPPER_EXTENSION = prefPane;
Expand Down

0 comments on commit 3a64130

Please sign in to comment.