Skip to content

Commit

Permalink
Automatically copy the qlgenerator to the Quick Look directory
Browse files Browse the repository at this point in the history
~/Library/QuickLook
  • Loading branch information
fousa committed Jan 26, 2012
1 parent 6eed9d8 commit e9bf8c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions thong.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,22 @@
9D704C9514D066150012C038 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D704C9414D066150012C038 /* main.c */; };
9D704CA614D06A3F0012C038 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D704CA514D06A3F0012C038 /* Cocoa.framework */; };
9D704CAE14D0709E0012C038 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D704CAD14D0709E0012C038 /* WebKit.framework */; };
9D704CB014D128090012C038 /* thong.qlgenerator in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9D704C7F14D066150012C038 /* thong.qlgenerator */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
9D704CAF14D127BD0012C038 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "~/Library/QuickLook";
dstSubfolderSpec = 0;
files = (
9D704CB014D128090012C038 /* thong.qlgenerator in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
9D704C7F14D066150012C038 /* thong.qlgenerator */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = thong.qlgenerator; sourceTree = BUILT_PRODUCTS_DIR; };
9D704C8214D066150012C038 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -125,6 +139,7 @@
9D704C7B14D066150012C038 /* Headers */,
9D704C7C14D066150012C038 /* Resources */,
9D704C7D14D066150012C038 /* Rez */,
9D704CAF14D127BD0012C038 /* CopyFiles */,
);
buildRules = (
);
Expand Down

0 comments on commit e9bf8c0

Please sign in to comment.