Skip to content

Commit

Permalink
安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
hanlaoda committed Feb 24, 2018
1 parent dc0de5c commit 12abb0d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions PreviewHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
8A52A2372041523000E08AFD /* install.sh in Resources */ = {isa = PBXBuildFile; fileRef = 8A52A2362041523000E08AFD /* install.sh */; };
8A5E342D2004992A000D9C2E /* AppInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5E34272004992A000D9C2E /* AppInfo.h */; };
8A5E342E2004992A000D9C2E /* AppInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A5E34282004992A000D9C2E /* AppInfo.m */; };
8A5E342F2004992A000D9C2E /* ProvisionInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5E34292004992A000D9C2E /* ProvisionInfo.h */; };
Expand All @@ -24,6 +25,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
8A52A2362041523000E08AFD /* install.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = install.sh; sourceTree = "<group>"; };
8A5E34272004992A000D9C2E /* AppInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppInfo.h; sourceTree = "<group>"; };
8A5E34282004992A000D9C2E /* AppInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppInfo.m; sourceTree = "<group>"; };
8A5E34292004992A000D9C2E /* ProvisionInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProvisionInfo.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -58,6 +60,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8A52A2352041523000E08AFD /* installScript */ = {
isa = PBXGroup;
children = (
8A52A2362041523000E08AFD /* install.sh */,
);
path = installScript;
sourceTree = "<group>";
};
8A5E34232004992A000D9C2E /* Categories */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -110,6 +120,7 @@
8AF39B501FFE11BC006B4A3C /* PreviewHelper */ = {
isa = PBXGroup;
children = (
8A52A2352041523000E08AFD /* installScript */,
8A5E34232004992A000D9C2E /* Categories */,
8A5E34262004992A000D9C2E /* InfoFactory */,
8AF39B511FFE11BC006B4A3C /* GenerateThumbnailForURL.m */,
Expand Down Expand Up @@ -192,6 +203,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8A52A2372041523000E08AFD /* install.sh in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 12abb0d

Please sign in to comment.