diff options
4 files changed, 15 insertions, 15 deletions
diff --git a/apps/macosx/GhostPDF.app/Contents/Info.plist b/apps/macosx/GhostPDF.app/Contents/Info.plist index dc789640..5b7681b2 100644 --- a/apps/macosx/GhostPDF.app/Contents/Info.plist +++ b/apps/macosx/GhostPDF.app/Contents/Info.plist @@ -5,11 +5,11 @@ <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> - <string>macpdf</string> + <string>ghostpdf</string> <key>CFBundleIconFile</key> <string>macpdf.icns</string> <key>CFBundleIdentifier</key> - <string>com.artofcode.MuPDF</string> + <string>com.artofcode.GhostPDF</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/InfoPlist.strings b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/InfoPlist.strings index ca333a5d..f3bc1127 100644 --- a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/InfoPlist.strings +++ b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/InfoPlist.strings @@ -1,7 +1,7 @@ /* Localized versions of Info.plist keys */ -CFBundleName = "MuPDF"; -CFBundleShortVersionString = "MuPDF version 1.0.0"; -CFBundleGetInfoString = "Copyright (C) 2005 Tor & Raph."; -NSHumanReadableCopyright = "Copyright (C) 2005 Tor & Raph."; +CFBundleName = "GhostPDF"; +CFBundleShortVersionString = "GhostPDF version 1.0.0"; +CFBundleGetInfoString = "Copyright (C) 2005 artofcode LLC."; +NSHumanReadableCopyright = "Copyright (C) 2005 artofcode LLC."; diff --git a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/info.nib b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/info.nib index 8d83474f..4e1f755c 100644 --- a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/info.nib +++ b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/info.nib @@ -3,21 +3,21 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>54 19 356 240 0 0 1024 746 </string> + <string>64 19 356 240 0 0 1152 746 </string> <key>IBEditorPositions</key> <dict> <key>29</key> - <string>15 273 218 44 0 0 1024 746 </string> + <string>17 273 218 44 0 0 1152 746 </string> </dict> <key>IBFramework Version</key> - <string>349.0</string> + <string>364.0</string> <key>IBOpenObjects</key> <array> - <integer>29</integer> <integer>231</integer> + <integer>29</integer> </array> <key>IBSystem Version</key> - <string>7S215</string> + <string>7W98</string> <key>targetFramework</key> <string>IBCarbonFramework</string> </dict> diff --git a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/objects.xib b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/objects.xib index 6e3aad82..39401159 100644 --- a/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/objects.xib +++ b/apps/macosx/GhostPDF.app/Contents/Resources/English.lproj/main.nib/objects.xib @@ -6,16 +6,16 @@ </object> <array count="58" name="allObjects"> <object class="IBCarbonMenu" id="29"> - <string name="title">MuPDF</string> + <string name="title">GhostPDF</string> <array count="4" name="items"> <object class="IBCarbonMenuItem" id="185"> - <string name="title">MuPDF</string> + <string name="title">GhostPDF</string> <object name="submenu" class="IBCarbonMenu" id="184"> - <string name="title">MuPDF</string> + <string name="title">GhostPDF</string> <array count="1" name="items"> <object class="IBCarbonMenuItem" id="187"> <boolean name="updateSingleItem">TRUE</boolean> - <string name="title">About MuPDF</string> + <string name="title">About GhostPDF</string> <int name="keyEquivalentModifier">0</int> <ostype name="command">abou</ostype> </object> |