Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 149036d

Browse files
authored
Remove build number from build phases (#1088)
* Remove build number from build phases * remove script
1 parent bb8a8ac commit 149036d

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

Freetime.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,6 @@
17961796
297AE8321EC0D58A00B44A1F /* Resources */,
17971797
46D93019FA5858B5A35F7C0C /* [CP] Embed Pods Frameworks */,
17981798
F8AD268F7DD148D9C5F574B2 /* [CP] Copy Pods Resources */,
1799-
294CDE5C1F98DF5A002CF6E4 /* Set Build Number */,
18001799
DCF1A6481F9E3E1F00A7A4A0 /* SwiftLint */,
18011800
295B51391FC2342200C3993B /* Run Fabric */,
18021801
);
@@ -1927,20 +1926,6 @@
19271926
shellPath = /bin/sh;
19281927
shellScript = "if [[ ! -z \"${DISABLE_APOLLO}\" ]]; then\n echo \"Stopping Task: Remove 'DISABLE_APOLLO' env variable to continue.\"\n exit\nfi\n\nPATH=\"$(npm bin):$PATH\"\n\nAPOLLO_FRAMEWORK_PATH=\"$(eval find $FRAMEWORK_SEARCH_PATHS -name \\\"Apollo.framework\\\" -maxdepth 1)\"\n\nif [ -z \"$APOLLO_FRAMEWORK_PATH\" ]; then\necho \"error: Couldn't find Apollo.framework in FRAMEWORK_SEARCH_PATHS; make sure to add the framework to your project.\"\nexit 1\nfi\n\ncd \"${SRCROOT}/gql\"\nTEMP_FILE=$(mktemp)\n\n[[ -f API.swift ]] || touch API.swift # ensure sure file exists\n\n$APOLLO_FRAMEWORK_PATH/check-and-run-apollo-codegen.sh generate $(find . -name '*.graphql') --schema schema.json --output $TEMP_FILE\n\ncmp API.swift $TEMP_FILE || cp $TEMP_FILE API.swift";
19291928
};
1930-
294CDE5C1F98DF5A002CF6E4 /* Set Build Number */ = {
1931-
isa = PBXShellScriptBuildPhase;
1932-
buildActionMask = 2147483647;
1933-
files = (
1934-
);
1935-
inputPaths = (
1936-
);
1937-
name = "Set Build Number";
1938-
outputPaths = (
1939-
);
1940-
runOnlyForDeploymentPostprocessing = 0;
1941-
shellPath = /bin/sh;
1942-
shellScript = $SRCROOT/tools/bump_build_number.sh;
1943-
};
19441929
295B51391FC2342200C3993B /* Run Fabric */ = {
19451930
isa = PBXShellScriptBuildPhase;
19461931
buildActionMask = 2147483647;

tools/bump_build_number.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)