summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 13:32:26 +0000
committerhandbrake <[email protected]>2006-01-14 13:32:26 +0000
commit60925e41e540e9c79b522f4864296bc425fcc9e4 (patch)
tree7d0874f4bc6baec32619ef8783195979fde4424f /macosx
parent755fee5744c3704666a875fc09dc982aded7f783 (diff)
HandBrake 0.6.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@14 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/English.lproj/InfoPlist.stringsbin496 -> 90 bytes
-rw-r--r--macosx/HandBrake.xcode/project.pbxproj17
2 files changed, 10 insertions, 7 deletions
diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings
index 0807e3bbc..f1eb09da3 100644
--- a/macosx/English.lproj/InfoPlist.strings
+++ b/macosx/English.lproj/InfoPlist.strings
Binary files differ
diff --git a/macosx/HandBrake.xcode/project.pbxproj b/macosx/HandBrake.xcode/project.pbxproj
index 41b955ca1..4b5a9117c 100644
--- a/macosx/HandBrake.xcode/project.pbxproj
+++ b/macosx/HandBrake.xcode/project.pbxproj
@@ -298,10 +298,10 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
+ <key>CFBundleDisplayName</key>
+ <string>HandBrake</string>
<key>CFBundleExecutable</key>
<string>HandBrake</string>
- <key>CFBundleGetInfoString</key>
- <string>HandBrake 0.6.0 - By Eric Petit &lt;[email protected]&gt;</string>
<key>CFBundleIconFile</key>
<string>HandBrake.icns</string>
<key>CFBundleIdentifier</key>
@@ -313,11 +313,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.6.0</string>
+ <string>0.6.1</string>
<key>CFBundleSignature</key>
<string>HB##</string>
<key>CFBundleVersion</key>
- <string>0.6.0</string>
+ <string>0.6.1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>By Eric Petit &lt;[email protected]&gt;</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
@@ -406,13 +408,14 @@
);
buildSettings = {
COPY_PHASE_STRIP = NO;
+ CURRENT_PROJECT_VERSION = "0.6.1";
GCC_DYNAMIC_NO_PIC = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 3;
- LIBRARY_SEARCH_PATHS = "../core ../contrib/lib";
- OPTIMIZATION_CFLAGS = "-O3";
- ZERO_LINK = YES;
+ LIBRARY_SEARCH_PATHS = ../core;
+ OPTIMIZATION_CFLAGS = "-O0";
+ ZERO_LINK = NO;
};
isa = PBXBuildStyle;
name = Development;