Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Oct 28, 2011
1 parent c9c1a33 commit 305ee7b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 40 deletions.
Binary file modified QuickLookStephenProject/English.lproj/InfoPlist.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion QuickLookStephenProject/Info.plist
Expand Up @@ -30,7 +30,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>QLStephen</string>
<key>CFBundleShortVersionString</key>
<string>1</string>
<key>CFBundleVersion</key>
Expand Down
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -151,8 +151,11 @@
/* Begin PBXProject section */
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
};
buildConfigurationList = 2CA326220896AD4900168862 /* Build configuration list for PBXProject "QuickLookStephen" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand Down Expand Up @@ -219,7 +222,6 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
Expand Down Expand Up @@ -251,8 +253,8 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.6;
};
name = Debug;
Expand All @@ -264,7 +266,7 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx10.6;
};
name = Release;
Expand Down
10 changes: 2 additions & 8 deletions README
Expand Up @@ -25,12 +25,6 @@ you will need to create it first:

/Library/QuickLook/

3. To make OS X load the generator, run in the terminal:

Restart
=======

I have found that in OSX Lion that I had to run:

qlmanage -r

in order for the plugin to get seen
qlmanage -r
26 changes: 0 additions & 26 deletions releases/1.0/INSTALL

This file was deleted.

0 comments on commit 305ee7b

Please sign in to comment.