This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree 2 files changed +0
-34
lines changed
2 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 1796
1796
297AE8321EC0D58A00B44A1F /* Resources */,
1797
1797
46D93019FA5858B5A35F7C0C /* [CP] Embed Pods Frameworks */,
1798
1798
F8AD268F7DD148D9C5F574B2 /* [CP] Copy Pods Resources */,
1799
- 294CDE5C1F98DF5A002CF6E4 /* Set Build Number */,
1800
1799
DCF1A6481F9E3E1F00A7A4A0 /* SwiftLint */,
1801
1800
295B51391FC2342200C3993B /* Run Fabric */,
1802
1801
);
1927
1926
shellPath = /bin/sh;
1928
1927
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";
1929
1928
};
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
- };
1944
1929
295B51391FC2342200C3993B /* Run Fabric */ = {
1945
1930
isa = PBXShellScriptBuildPhase;
1946
1931
buildActionMask = 2147483647;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments