Skip to content

Commit

Permalink
Add a copy files phase
Browse files Browse the repository at this point in the history
git-svn-id: https://nally.googlecode.com/svn/trunk@151 db928f3c-c32d-11dd-ba5c-d3b7c2b3b534
  • Loading branch information
jjgod committed Dec 5, 2008
1 parent 1091072 commit 20e3a68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Plugins/ImagePreviewer/ImagePreviewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,27 @@
objects = {

/* Begin PBXBuildFile section */
071EDE3F0EADB3A1007BE5AE /* ImagePreviewer.bundle in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8D5B49B6048680CD000E48DA /* ImagePreviewer.bundle */; };
077CD77F0E5956E300A7A9B3 /* ImagePreviewer.m in Sources */ = {isa = PBXBuildFile; fileRef = 077CD77E0E5956E300A7A9B3 /* ImagePreviewer.m */; };
077CD7830E59570200A7A9B3 /* YLBundle.m in Sources */ = {isa = PBXBuildFile; fileRef = 077CD7820E59570200A7A9B3 /* YLBundle.m */; };
077CD7870E59575E00A7A9B3 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 077CD7860E59575E00A7A9B3 /* Localizable.strings */; };
8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
071EDE4D0EADB3BF007BE5AE /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(HOME)/Library/Application Support/Nally/PlugIns/";
dstSubfolderSpec = 0;
files = (
071EDE3F0EADB3A1007BE5AE /* ImagePreviewer.bundle in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
077CD77D0E5956E300A7A9B3 /* ImagePreviewer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImagePreviewer.h; sourceTree = "<group>"; };
077CD77E0E5956E300A7A9B3 /* ImagePreviewer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ImagePreviewer.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -128,6 +142,7 @@
8D5B49AF048680CD000E48DA /* Resources */,
8D5B49B1048680CD000E48DA /* Sources */,
8D5B49B3048680CD000E48DA /* Frameworks */,
071EDE4D0EADB3BF007BE5AE /* CopyFiles */,
);
buildRules = (
);
Expand Down

0 comments on commit 20e3a68

Please sign in to comment.