Skip to content

Commit

Permalink
Added embedding source version into the bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Feb 2, 2018
1 parent 2a76f7c commit 9f7905f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions SimulatorRecorder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
C479DD9A202266BF00E0A11D /* Sources */,
C479DD9B202266BF00E0A11D /* Frameworks */,
C479DD9C202266BF00E0A11D /* Resources */,
C479DDE620241D9100E0A11D /* Embed Source Version into Bundle */,
);
buildRules = (
);
Expand Down Expand Up @@ -278,6 +279,24 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
C479DDE620241D9100E0A11D /* Embed Source Version into Bundle */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
files = (
);
inputPaths = (
);
name = "Embed Source Version into Bundle";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = "/bin/sh -ex";
shellScript = "\"${GE_XCODE_BUILD_PHASES:?}\"/EmbedSourceVersionIntoBundle\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C479DD9A202266BF00E0A11D /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -382,6 +401,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GE_XCODE_BUILD_PHASES = "$(SRCROOT)/XcodeBuildPhases";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -433,6 +453,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
GE_XCODE_BUILD_PHASES = "$(SRCROOT)/XcodeBuildPhases";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
Expand Down

0 comments on commit 9f7905f

Please sign in to comment.